-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathissues.html
81 lines (66 loc) · 3.44 KB
/
issues.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="ClinHub">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-signin-client_id" content="440022482925-qkrsej0fvh5vkmcssrogiqhdl78kh9t9.apps.googleusercontent.com">
<title>ClinHub</title>
<link rel="icon" href="/images/icon16.png" />
<!-- Disable tap highlight on IE -->
<meta name="msapplication-tap-highlight" content="no">
<!-- Web Application Manifest -->
<link rel="manifest" href="manifest.json">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="ClinHub">
<meta name="theme-color" content="#303F9F">
<!-- Tile icon for Win8 -->
<meta name="msapplication-TileColor" content="#3372DF">
<meta name="msapplication-navbutton-color" content="#303F9F">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="ClinHub">
<meta name="apple-mobile-web-app-status-bar-style" content="#303F9F">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script defer src="https://code.getmdl.io/1.1.3/material.min.js"></script>
<script src="https://www.w3schools.com/lib/w3.js"></script>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Material Design Lite -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.orange-indigo.min.css">
<!-- App Styling -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="styles/index.css">
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="styles/header.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="styles/searchAndsort.css">
</head>
<body class="mdl-color--brown-100">
<header id="header"></header>
<div hidden id = "login" class="container"></div>
<div hidden id = "home" class ="mdl-color-text--black" style="align-content: center;">
<iframe width='800' height='700' frameborder='0' src="https://docs.google.com/spreadsheets/d/1q3psY9v_If3FMjG1NY4OzVbPdj84CZI6QvtV3aRJxKM/edit?usp=sharing"></iframe>
</div>
</div>
</body>
<script src="https://www.gstatic.com/firebasejs/4.8.1/firebase.js"></script>
<script>
var config = {
apiKey: "AIzaSyBqSFTzOw-QjM79Ll0u9ik4bYDRf7y0gHs",
authDomain: "clinhub-24309.firebaseapp.com",
databaseURL: "https://clinhub-24309.firebaseio.com",
projectId: "clinhub-24309",
storageBucket: "clinhub-24309.appspot.com",
messagingSenderId: "440022482925"
};
firebase.initializeApp(config);
</script>
<script src="scripts/index.js"></script>
<script src="scripts/issues.js"></script>
<script src="scripts/classes.js"></script>
<script src="scripts/loadDatabase.js"></script>
</html>