-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
226 lines (193 loc) · 10.1 KB
/
Copy pathindex.html
File metadata and controls
226 lines (193 loc) · 10.1 KB
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<title>Kerala COVID-19 Coronavirus Tracker</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800&display=swap" rel="stylesheet">
<link
rel="icon"
type="image/png"
href="/static/favicon.png"
/>
<meta
name="description"
content="Live updates of the Coronavirus COVID-19 outbreak in Kerala"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://covid19kerala.info/" />
<meta name="twitter:title" content="Kerala COVID-19 Coronavirus Tracker" />
<meta
name="twitter:description"
content="Live updates of the Coronavirus COVID-19 outbreak in Kerala"
/>
<meta property="og:title" content="Kerala COVID-19 Coronavirus Tracker" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://covid19Kerala.info/" />
<meta
property="og:image"
content="https://covid19Kerala.info/static/map.jpg"
/>
<meta
property="og:description"
content="Live updates of the Coronavirus COVID-19 outbreak in Kerala"
/>
<link href="/index.css" rel="stylesheet"></head>
<body class="">
<header class="embed-hide">
<div class="lang-picker">
<a href="#" data-lang-picker='ja'>മലയാളം</a>
<a href="#" data-lang-picker='en' style="display:none">English</a>
</div>
<h1 data-ja="കോവിഡ്-19 ട്രാക്കർ - കേരളം ">COVID-19 Tracker - Kerala</h1>
<div>
<em>
<span data-ja="അവസാന അപ്ഡേറ്റ് :">Last Updated:</span> <strong id="last-updated">-</strong>
</em>
</div>
</header>
<section id="kpi">
<div id="kpi-active" data-tippy-content="Confirmed cases minus recovered minus deceased" data-tippy-placement="bottom">
<div class="diff"> </div>
<div class="value"><div class="lds-dual-ring"></div></div>
<div class="label" data-ja="സജീവം">Active ⓘ</div>
</div>
<div id="kpi-critical">
<div class="diff"> </div>
<div class="value"><div class="lds-dual-ring"></div></div>
<div class="label" data-ja="ഗുരുതരം">Critical</div>
</div>
<div id="kpi-deceased">
<div class="diff"> </div>
<div class="value"><div class="lds-dual-ring"></div></div>
<div class="label" data-ja="ജീവഹാനി">Deaths</div>
</div>
<div id="kpi-tested">
<div class="diff"> </div>
<div class="value"><div class="lds-dual-ring"></div></div>
<div class="label" data-ja="പരിശോധന">Tested</div>
</div>
<div id="kpi-confirmed">
<div class="diff"> </div>
<div class="value"><div class="lds-dual-ring"></div></div>
<div class="label" data-ja="സ്ഥിരീകരണം">Confirmed</div>
</div>
<div id="kpi-recovered">
<div class="diff"> </div>
<div class="value"><div class="lds-dual-ring"></div></div>
<div class="label" data-ja="സുഖപ്പെട്ടവർ">Recovered</div>
</div>
</section>
<a name="map"></a>
<div class="center-offset">
<h4 data-ja="ഭൂപടം"><span class="embed-show">COVID-19 </span>Outbreak Map</h4>
</div>
<section id="map-legend">
<div><span class="one">▉</span> <span data-ja="1-10 രോഗികൾ">1-10 cases</span></div>
<div><span class="two">▉</span> <span data-ja="11-25 രോഗികൾ">11-25 cases</span></div>
<div><span class="three">▉</span> <span data-ja="26-50 രോഗികൾ">26-50 cases</span></div>
<div><span class="four">▉</span> <span data-ja="50+ രോഗികൾ">50+ cases</span></div>
</section>
<div id="map-container"></div>
<h5 class="embed-show footnote">powered by <a href="https://covid19Kerala.info" target="_blank">Covid19Kerala.info</a></h5>
<section id="trend-chart-container" class="embed-hide">
<h4 data-ja="രോഗം പരക്കുന്നതിന്റെ ഗതി ">Outbreak Spread Trend</h4>
<div id="trend-chart">
<div class="text-center"><div class="lds-dual-ring"></div></div>
</div>
</section>
<section id="daily-increase-container" class="embed-hide">
<h4 data-ja="ഓരോ ദിവസത്തെയും പുതിയ രോഗികൾ">New Cases By Day</h4>
<div id="daily-increase-chart">
<div class="text-center"><div class="lds-dual-ring"></div></div>
</div>
</section>
<section id="prefecture-trajectory-container" class="embed-hide">
<h4 data-ja="ജില്ല തിരിച്ചുള്ള രോഗവ്യാപന ട്രാജക്ടറി (10 രോഗികളിലധികം )">Confirmed Case Trajectories by Districts (> 10 Cases)</h4>
<div id="prefecture-trajectory">
<div class="text-center"><div class="lds-dual-ring"></div></div>
</div>
</section>
<section class="embed-hide">
<h4 data-ja="ജില്ല തിരിച്ചുള്ള വിവരം ">District Data</h4>
<table id="prefectures-table">
<thead>
<tr>
<th data-ja="ജില്ല"class="prefecture">District</th>
<th class="trend"><div id="sparkline-chart"></div>
</th>
<th data-ja="കേസ്" class="count">Confirmed</th>
<th data-ja="സുഖപ്പെട്ടവർ" class="count">Recovered</th>
<th data-ja="ജീവഹാനി"class="count">Deaths</th>
</tr>
</thead>
<tbody>
<tr class="loading"><td colspan="4"><div class="lds-dual-ring"></div></td></tr>
</tbody>
<tfoot></tfoot>
</table>
</section>
<section>
<div>
<em>
View our <a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vQU9eLCMT0XwWnoxV_LkyCkxMcPYO7z7ULdODoUFgcdzp48pgGpGrVZFXvraXYvUioVRsQgQDU_pQyI/pubhtml" target="_blank">Live patient database</a>,
</em>
<em>
and give us your <a href="https://docs.google.com/forms/d/1DdNDQWkUHYjS07agK04hG0i5VrhvasHRWmBUT1ZxLUA/edit?usp=sharing" target="_blank">feedback and comments. </a>
</em>
<em>
Check our <a href="https://team.covid19kerala.info/faq">FAQ</a> for more information.
</em>
</div>
</section>
<section id="helpful-links" class="embed-hide">
<a name="links"></a>
<h4 data-ja="സഹായകരമായ ലിങ്കുകൾ">Helpful Links</h4>
<ul>
<li>
<a href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019">
WHO COVID-19 Information Page
</a>
</li>
<li> <a href="http://dhs.kerala.gov.in/public-health-2019-n-corona-virus/"> Kerala Fights Corona </a> </li>
<li> <a href="https://nhm.gov.in/"> India Fights Corona </a> </li>
<li> <a href="https://www.unicef.org/coronavirus/covid-19">Unicef for Every Child </a> </li>
<li><a href="https://www.covid19india.org/" target="_blank">CoVID-19 India Project</a></li>
<li><a href="https://gisanddata.maps.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6" target="_blank">COVID-19 Global Cases by CSSE at Johns Hopkins University</a></li>
</ul>
<br/>
<h4 data-ja="പ്രാഥമിക ഡാറ്റ ഉറവിടങ്ങൾ">Primary Data Sources</h4>
<ul>
<li><a href="https://www.mohfw.gov.in/">Ministry of Health and Family Welfare, Govt of India</a></li>
<li><a href="http://dhs.kerala.gov.in/">DHS – Directorate of Health Services, Govt of Kerala</a></li>
</ul>
</section>
<footer class="embed-hide">
<p>
Contribute to <a href="https://github.com/c19k/website" target="_blank">this project on GitHub</a>. Also, give us your <a href="https://docs.google.com/forms/d/1DdNDQWkUHYjS07agK04hG0i5VrhvasHRWmBUT1ZxLUA/edit?usp=sharing" target="_blank">feedback and comments.</a>
</p>
<p>
Maintained by Volunteers at <a href="https://team.covid19kerala.info/" target="_blank"></a>CODD-K Team. Supported by <a href="https://www.gck.ac.in/" target="_blank">Government College Kasaragod</a>.
</p>
<p>
This project is <a href="https://github.com/c19k" target="_blank">maintained</a> and <a href="https://github.com/c19k/website" target="_blank">hosted</a> in <a href="https://github.com/" target="_blank">GitHub</a>. The dataset is managed with <a href="hhttps://docs.google.com/spreadsheets/d/e/2PACX-1vQU9eLCMT0XwWnoxV_LkyCkxMcPYO7z7ULdODoUFgcdzp48pgGpGrVZFXvraXYvUioVRsQgQDU_pQyI/pubhtml" target="_blank">Google Sheets</a>. <a href="https://github.com/geohacker/kerala" target="_blank">Kerala GeoJSON</a> is generously provided by <a href="https://github.com/geohacker" target="_blank">Sajjad Anwar</a>. Map is sponsored by the <a href="https://www.mapbox.com/community/" target="_blank">Mapbox Community team</a>.
</p>
<p>
This project is cloned from <a href="https://covid19japan.com/" target="_blank">https://covid19japan.com/</a> under MIT license. Built and maintained by <a href="https://twitter.com/reustle" target="_blank">Shane Reustle</a> (<a href="https://reustle.co" target="_blank">Reustle K.K.</a>) and <a href="https://github.com/reustle/covid19japan/graphs/contributors" target="_blank">many other contributors</a>.
Original concept and design by <a href="https://jiahuizhou.design/" target="_blank">Jiahui Zhou</a>.
</p>
<p><em>To maintain adaptability with the progress of the original project, some of the source code and data facets are kept as it is. It will be customized and localized in the coming days.</em></p>
</footer>
<!-- JS -->
<script src="https://api.mapbox.com/mapbox-gl-js/v0.53.1/mapbox-gl.js"></script>
<link href="https://api.mapbox.com/mapbox-gl-js/v0.53.1/mapbox-gl.css" rel="stylesheet" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162158880-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162158880-1');
</script>
<script type="text/javascript" src="/index.js"></script></body>
</html>