-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
395 lines (353 loc) · 21.4 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
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=10; IE=9; IE=8; IE=7; IE=EDGE" />
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="./assets/img/logo.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
Coronavirus Live Update || By Shiva
</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-160770934-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-160770934-1');
</script>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no'
name='viewport' />
<meta
content="This live update tracker helps in visualising real time spread of COVID 19 virus across the globe" />
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<!-- CSS Files -->
<link href="./assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="./assets/css/paper-dashboard.css" rel="stylesheet" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
</head>
<body>
<div class="wrapper">
<div class="sidebar" data-color="white" data-active-color="safe">
<!--
Tip 1: You can change the color of the sidebar using: data-color="blue | green | orange | red | yellow"
-->
<div class="logo" style="background-color:black">
<a class="simple-text logo-normal">
<i class="fas fa-globe text-info"></i> <b><font color="white">Country List</font></b>
</a>
</div>
<div class="sidebar-wrapper" style="background-color:black">
<ul class="nav">
</ul>
<ul id="country-list">
</ul>
</div>
</div>
<div class="main-panel" style="background-color:black;">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-absolute fixed-top navbar-transparent">
<div class="container-fluid">
<div class="navbar-wrapper">
<div class="navbar-toggle">
<button type="button" class="navbar-toggler">
<span class="navbar-toggler-bar bar1"></span>
<span class="navbar-toggler-bar bar2"></span>
<span class="navbar-toggler-bar bar3"></span>
</button>
</div>
<a href="javascript: selectCountry('global')" class="navbar-brand"><i class="fas fa-home" style="color:red;"></i> </a>
<a><font color="white">COVID-19 Tracker || By Shivashish</font></a>
</div>
<div>
<a href="https://www.facebook.com/shivashish.ydv/"><img style="align-self: center;" height="40px"
src="./assets/img/logo.png"></a>
</div>
</div>
</nav>
<!-- End Navbar -->
<div class="content">
<div class="row">
<marquee style="color: red;">
<p>Due to some API issues Global and US total confirmed cases graphs are not rendered, this will
be fixed soon.
</p>
</marquee>
<div class="col-lg-4 col-md-6 col-sm-6 text-center ">
<div class="card card-stats">
<div class="card-body">
<div class="row">
<div class="col-4 col-md-2">
</div>
<div class="text-center col-md-12 ">
<a href="india/index.html">
<button class="button button3" >Only For India's Covid-19 Updates </button></a>
<div class="card-title">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 text-center ">
<div class="card card-stats">
<div class="card-body">
<div class="row">
<div class="col-4 col-md-2">
<div class="icon-big text-center icon-warning">
<i class="fas fa-map-marker-alt text-warning"></i>
</div>
</div>
<div class="col-8 col-md-10">
<div class="numbers">
<p class="card-category">Location</p>
<div class="card-title" id="location-card">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 text-center">
<div class="card card-stats">
<div class="card-body ">
<div class="row">
<div class="col-4 col-md-4">
<div class="icon-big text-center icon-warning">
<i class="fas fa-history"></i>
</div>
</div>
<div class="col-8 col-md-8">
<div class="numbers">
<p class="card-category">Last Updated</p>
<div class="card-title" id="lastUpdate-card">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="card card-stats">
<div class="card-body ">
<div class="row">
<div class="col-4 col-md-4">
<div class="icon-big text-center icon-warning">
<i class="fas fa-notes-medical text-info"></i>
</div>
</div>
<div class="col-8 col-md-8">
<div class="numbers">
<p class="card-category">Total Cases</p>
<div class="card-title" id="total-cases">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="card card-stats">
<div class="card-body">
<div class="row">
<div class="col-4 col-md-4">
<div class="icon-big text-center icon-warning">
<i class="fas fa-skull-crossbones text-danger"></i>
</div>
</div>
<div class="col-8 col-md-8">
<div class="numbers">
<p class="card-category">DECEASED</p>
<div class="card-title" id="total-deaths">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="card card-stats">
<div class="card-body ">
<div class="row">
<div class="col-4 col-md-4">
<div class="icon-big text-center icon-warning">
<i class="fas fa-heartbeat text-success"></i>
</div>
</div>
<div class="col-8 col-md-8">
<div class="numbers">
<p class="card-category">Recovered</p>
<div class="card-title" id="total-recovered">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="card ">
<div class="card-header ">
<h5 class="card-title">Total Confirmed Cases</h5>
<p class="card-category">Country wise</p>
</div>
<div class="card-body">
<canvas id=chartHours></canvas>
</div>
</div>
</div>
</div>
<a href="globalc/global.html"><button class="button button1">Global Map</button></a>
<a href="Heat/index.html"><button class="button button2">Heat Map</button></a>
</div>
<footer class="footer footer-black footer-white ">
<div class="container-fluid">
<div class="row">
<nav class="footer-nav">
<ul>
<li>
<a href="#" data-toggle="modal" data-target="#myModal1">About
</a>
<!-- The Modal -->
<div class="modal fade" id="myModal1">
<div class="modal-dialog modal-md">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title">About</h4>
</div>
<!-- Modal body -->
<div class="modal-body">
This project aims to visualise the live spread of COVID-19 virus
Nobel Corona Virus.This projects helps in better visualisation of the
spread of the virus as in Real Time.
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn btn-danger"
data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</li>
<li>
<a href="#" data-toggle="modal" data-target="#myModal2">Data Source
</a>
<!-- The Modal -->
<div class="modal fade" id="myModal2">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title">Data Source</h4>
</div>
<!-- Modal body -->
<div class="modal-body">
Data sources: <a
href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019/situation-reports"
target="_blank">WHO</a>, <a
href="https://www.cdc.gov/coronavirus/2019-ncov/index.html"
target="_blank">CDC</a>, <a
href="https://www.ecdc.europa.eu/en/geographical-distribution-2019-ncov-cases"
target="_blank">ECDC</a>, <a
href="http://www.nhc.gov.cn/xcs/yqtb/list_gzbd.shtml"
target="_blank">NHC</a> and
<a href="https://3g.dxy.cn/newh5/view/pneumonia?scene=2&clicktime=1579582238&enterid=1579582238&from=singlemessage&isappinstalled=0"
target="_blank">DXY</a> and local media reports.
<br><br>
All the data are collected and maintained by Center for
Systems Science and Engineering at Johns Hopkins Whiting School of
Engineering.
<br><br>
Downloadable database: <a
href="https://github.com/CSSEGISandData/2019-nCoV"
target="_blank">Github</a>, <a
href="https://www.arcgis.com/home/item.html?id=c0b356e20b30490c8b8b4c7bb9554e7c"
target="_blank">Api</a>
<br><br>
CSSE's detailed desktop version <a
href="https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6"
target="_blank">here</a>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn btn-danger"
data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</li>
<li>
<a href="#" data-toggle="modal" data-target="#myModal3">Declaration
</a>
<!-- The Modal -->
<div class="modal fade" id="myModal3">
<div class="modal-dialog modal-md">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title">Declaration</h4>
</div>
<!-- Modal body -->
<div class="modal-body">
I here by declare that I am the whole some owner of
this project and had made this project with no commercial or profit
purpose. This project aims to only visualise the spread of corona
virus in real time so that every one would be aware and don't belive
in fake news.
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn btn-danger"
data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</li>
</ul>
</nav>
<div class="credits ml-auto">
<span class="copyright">Visualization by <a style="color: blue; font-size: 16px;"
href="https://www.facebook.com/shivashish.ydv">Shivashish Yadav
</span>
</div>
</div>
</div>
</footer>
</div>
</div>
<!-- Core JS Files -->
<script src="./assets/js/core/jquery.min.js"></script>
<script src="./assets/js/core/bootstrap.min.js"></script>
<script src="./assets/js/plugins/perfect-scrollbar.jquery.min.js"></script>
<!-- Chart JS -->
<script src="./assets/js/plugins/chartjs.min.js"></script>
<!-- Control Center for Now Ui Dashboard: parallax effects, scripts for the example pages etc -->
<script src="./assets/js/paper-dashboard.min.js?v=2.0.0" type="text/javascript"></script>
<!-- Paper Dashboard DEMO methods, don't include it in your project! -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.js"
integrity="sha256-wldfwyVJyA71oKe6Sba0fKZkaR6CMwtb0DnWcQs6N1Y=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.js"
integrity="sha256-w49DIDk8itgSjjuoof5lTxYKwcjWJ7Z2sRW3nU1StNA=" crossorigin="anonymous"></script>
<script src="./js/index.js"></script>
<script src="./js/graph.js"></script>
</body>
</html>