forked from buildafrica/hospitalsghana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
157 lines (144 loc) · 6.72 KB
/
index.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Favicons -->
<link rel="manifest" href="/manifest.json">
<!-- Primary Meta Tags -->
<title>Hospitals in Ghana - An open source project</title>
<meta name="title" content="Hospitals in Ghana - An open source project">
<meta name="description" content="A Progressive Web App publishing a database of Public and Private Hospitals in Accra">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/favicon.ico/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://hospitalsinghana.netlify.com/">
<meta property="og:title" content="Hospitals in Ghana - An open source project">
<meta property="og:description" content="A Progressive Web App publishing a database of Public and Private Hospitals in Accra">
<meta property="og:image" content="https://hospitalsinghana.netlify.com/images/icon.jpg">
<meta property="og:site_name" content="HospitalsinGhana" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://hospitalsinghana.netlify.com">
<meta property="twitter:title" content="Hospitals in Ghana - An open source project">
<meta property="twitter:description" content="A Progressive Web App publishing a database of Public and Private Hospitals in Accra">
<meta property="twitter:image" content="https://hospitalsinghana.netlify.com/images/seo_card.jpg">
<!-- Styles -->
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" />
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#ce1126" />
<meta name="msapplication-navbutton-color" content="#ce1126">
<meta name="apple-mobile-web-app-status-bar-style" content="#ce1126">
<!-- Scripts -->
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('/sw-dist.js');
});
}
</script>
</head>
<body>
<header>
<div class="scroll-show">
<div class="white-bg"></div>
<div class="site-logo">
<a href="https://github.com/wecodeafrica/hospitalsghana/"><img src="images/logo.png" alt="Hospitals in Ghana"></a>
</div>
<div class="secondary-alphabet">
<a href="##">#</a>
<!-- Populated by createSecondaryAlphabet() in imageLoad.js -->
</div>
<div class="searchbar">
<div class="select">
<label for="Categories" class="visuallyhidden"><span>Regions</span></label>
<select name="Categories" id="Categories">
<option value="All Categories">All Regions</option>
<!-- OTHER CATEGORIES AUTOGENERATED HERE Format: Same as the option above.-->
</select>
</div>
<div class="search">
<label for="search" class="visuallyhidden">
<span>Search</span>
</label>
<input type="text" name="search" id="search" placeholder="search for a hospital">
</div>
</div>
</div>
<div class="heading">
<div class="site-logo">
<a href="/"><img src="images/logo.png" alt="Hospitals in Ghana logo"></a>
</div>
<h1>Hospitals in Ghana, an <a href="https://github.com/wecodeafrica/hospitalsghana" target="_blank">open source</a><br> database of
Public and <br>Private Hospitals in Ghana.</h1>
<p class="subcopy">Contribute to this projects</p>
<a href="https://github.com/wecodeafrica/hospitalsghana" target="_blank"><button class="contribute">Contribute on Github</button></a>
<div class="searchbar">
<div class="select">
<label for="Categories" class="visuallyhidden"><span>Regions</span></label>
<select name="Categories" id="Categories">
<option value="All Categories">All Regions</option>
<!-- OTHER CATEGORIES AUTOGENERATED HERE Format: Same as the option above.-->
</select>
</div>
<div class="search">
<label for="search" class="visuallyhidden">
<span>Search</span>
</label>
<input type="text" name="search" id="search" placeholder="search for a hospital">
</div>
</div>
</div>
<a href="https://github.com/wecodeafrica/hospitalsghana" target="_blank" class="contribute-mobile">Contribute on Github</a>
</header>
<section>
<div class="background">
<div class="background__left">
<div class="background__left--thick"></div>
<div class="background__left--thin"></div>
</div>
<div class="background__stripes">
<div class="background__stripe"></div>
<div class="background__stripe"></div>
<div class="background__stripe"></div>
<div class="background__stripe"></div>
<div class="background__stripe"></div>
<div class="background__stripe"></div>
<div class="background__stripe"></div>
<div class="background__stripe"></div>
</div>
</div>
</section>
<section>
<p class="result">Showing <span id="results"></span> results for "<span class="typed"></span>"</p>
<div class="companies-alphabet">
<!-- Autoload -->
<!-- <a class="companies-alphabet-link" id="alpha-link" href="##">#</a> -->
</div>
</section>
<main>
<!-- LOGOS ARE DYNAMICALLY GENERATED HERE
-->
</main>
<footer>
<a href="#" class="to-top">
<div class="to-top__bg">
<div class="to-top__icon"></div>
</div>
</a>
<a href="#">
<div class="back-to-top">
<div class="up-arrow"></div>
<p>Back to top</p>
</div>
</a>
</footer>
<!-- Scripts -->
<script src="js/loader.js" defer></script>
<script src="js/search.js" defer></script>
<script src="js/mobileDownload.js" defer></script>
<script src="js/scroll.js"></script>
</body>
</html>