This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
160 lines (147 loc) · 6.8 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
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="manifest" href="/manifest.json" />
<title>Hospitals in Ghana - An open source project</title>
<!-- Primary Meta Tags -->
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
<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="rating" content="general" />
<meta name="url" content="http://hospitalsinghana.com/" />
<meta name="googlebot" content="index,follow" />
<meta name="theme-color" content="#06DAAF" />
<!-- Favicons -->
<link rel="icon" type="image/png" sizes="62x62" href="" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="http://hospitalsinghana.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="" />
<meta property="og:site_name" content="Hospitals in Ghana" />
<!-- Twitter -->
<meta property="twitter:card" content="" />
<meta property="twitter:url" content="http://hospitalsinghana.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" />
<!-- Microsoft -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="msapplication-TileColor" content="#06DAAF" />
<meta name="msapplication-TileImage" content="" />
<meta name="msapplication-navbutton-color" content="#06DAAF" />
<!-- Apple -->
<meta name="apple-mobile-web-app-status-bar-style" content="#06DAAF" />
<!-- Styles -->
<link rel="stylesheet" href="css/main.css" />
<!-- 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">Regions</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">Search</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" rel="noopener noreferrer">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" rel="noopener noreferrer"><button class="contribute">Contribute on Github</button></a>
<div class="searchbar">
<div class="select">
<label for="Categories" class="visuallyhidden">Regions</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">Search</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" rel="noopener noreferrer" 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>