-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
478 lines (397 loc) · 16 KB
/
index.html
File metadata and controls
478 lines (397 loc) · 16 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
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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
<!doctype html>
<html lang="en">
<head>
<title>Covid — Website Template by Colorlib</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css2?family=Mulish:wght@400;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="fonts/flaticon-covid/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar light js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-xl-2">
<div class="mb-0 site-logo"><a href="index.html" class="mb-0">Covid<span class="text-primary">.</span> </a>
</div>
</div>
<div class="col-12 col-md-10 d-none d-xl-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block">
<li class="active"><a href="index.html" class="nav-link">Home</a></li>
<li class="has-children">
<a href="" class="nav-link">Visualization</a>
<ul class="dropdown">
<li><a href="https://joeljjoseph.github.io/Viz/"target="_blank" class="nav-link">Global</a></li>
<li><a href="https://joeljjoseph.github.io/Country-viz/"target="_blank" class="nav-link">Compare between
countries</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<div class="col-6 d-inline-block d-xl-none ml-md-0 py-3" style="position: relative; top: 3px;"><a href="#"
class="site-menu-toggle js-menu-toggle float-right"><span class="icon-menu h3 text-black"></span></a>
</div>
</div>
</div>
</header>
<div class="hero-v1">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mr-auto text-center text-lg-left">
<span class="d-block subheading">Covid-19 Awareness</span>
<h1 class="heading mb-3">Stay Safe. Stay Home.</h1>
<p class="mb-5">Coronaviruses are a type of virus. There are many different kinds, and some cause disease. A
coronavirus identified in 2019, SARS-CoV-2, has caused a pandemic of respiratory illness, called COVID-19.
</p>
<p class="mb-4"><a href="#" class="btn btn-primary">How to prevent</a></p>
</div>
<div class="col-lg-6">
<figure class="illustration">
<img src="images/illustration.png" alt="Image" class="img-fluid">
</figure>
</div>
<div class="col-lg-6"></div>
</div>
</div>
</div>
<!-- MAIN -->
<div class="site-section stats">
<div class="container">
<div class="row mb-3">
<div class="col-lg-7 text-center mx-auto">
<h2 class="section-heading">Coronavirus Statistics</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="data">
<span class="icon text-primary">
<span class="flaticon-virus"></span>
</span>
<strong class="d-block number">198,597,091</strong>
<span class="label">Active Cases</span>
</div>
</div>
<div class="col-lg-4">
<div class="data">
<span class="icon text-primary">
<span class="flaticon-virus"></span>
</span>
<strong class="d-block number">4,234,090</strong>
<span class="label">Deaths</span>
</div>
</div>
<div class="col-lg-4">
<div class="data">
<span class="icon text-primary">
</span>
</div>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row">
<div class="col-lg-6 mb-4 mb-lg-0">
<figure class="img-play-vid">
<img src="images/hero_1.jpg" alt="Image" class="img-fluid">
<div class="absolute-block d-flex">
<span class="text">Watch the Video</span>
<a href="https://www.youtube.com/watch?v=i0ZabxXmH4Y" data-fancybox class="btn-play">
<span class="icon-play"></span>
</a>
</div>
</figure>
</div>
<div class="col-lg-5 ml-auto">
<h2 class="mb-4 section-heading">What is Coronavirus?</h2>
<p>Coronaviruses are a family of viruses known for containing strains that cause potentially deadly diseases
in mammals and birds.
In humans they're typically spread via airborne droplets of fluid produced by infected individuals.</p>
<ul class="list-check list-unstyled mb-5">
<li>COVID-19 is the illness that presents on being infected by a deadly coronavirus called SARS-CoV-2.
</li>
<li>This SARS-related virus was first identified in the Chinese city of Wuhan in late 2019.</li>
<li>Snakes were originally suspected as a potential source for the outbreak, though other experts have
deemed this unlikely and proposed bats as a reservoir instead.</li>
</ul>
<p><a href="https://covid19.who.int/" class="btn btn-primary">Learn more</a></p>
</div>
</div>
</div>
</div>
<div class="container pb-5">
<div class="row">
<div class="col-lg-3">
<div class="feature-v1 d-flex align-items-center">
<div class="icon-wrap mr-3">
<span class="flaticon-protection"></span>
</div>
<div>
<h3>Protection</h3>
<span class="d-block"></span>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="feature-v1 d-flex align-items-center">
<div class="icon-wrap mr-3">
<span class="flaticon-patient"></span>
</div>
<div>
<h3>Prevention</h3>
<span class="d-block"></span>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="feature-v1 d-flex align-items-center">
<div class="icon-wrap mr-3">
<span class="flaticon-hand-sanitizer"></span>
</div>
<div>
<h3>Treatments</h3>
<span class="d-block"></span>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="feature-v1 d-flex align-items-center">
<div class="icon-wrap mr-3">
<span class="flaticon-virus"></span>
</div>
<div>
<h3>Symptoms</h3>
<span class="d-block"></span>
</div>
</div>
</div>
</div>
</div>
<div class="site-section bg-primary-light">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="row">
<div class="col-6 col-lg-6 mt-lg-5">
<div class="media-v1 bg-1">
<div class="icon-wrap">
<span class="flaticon-stay-at-home"></span>
</div>
<div class="body">
<h3>Stay at home</h3>
</div>
</div>
<div class="media-v1 bg-1">
<div class="icon-wrap">
<span class="flaticon-patient"></span>
</div>
<div class="body">
<h3>Wear facemask</h3>
</div>
</div>
</div>
<div class="col-6 col-lg-6">
<div class="media-v1 bg-1">
<div class="icon-wrap">
<span class="flaticon-social-distancing"></span>
</div>
<div class="body">
<h3>Keep social distancing</h3>
</div>
</div>
<div class="media-v1 bg-1">
<div class="icon-wrap">
<span class="flaticon-hand-washing"></span>
</div>
<div class="body">
<h3>Wash your hands</h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-5 ml-auto">
<h2 class="section-heading mb-4">How to Prevent Coronavirus?</h2>
<p>Soap, water, and some scrubbing are all it takes to kill viruses on your hands. You probably already know
the usual times you should wash your hands, including before and after you handle food and after you:
</p>
<p class="mb-4"> The best ways to prevent coronavirus (COVID-19) are through social distancing and wearing a
face mask when you are around others. Follow your local government's advice for further precautions where
necessary.</p>
<p>❌ Avoid large gatherings</p>
<p>❌ Don't attend or host gatherings</p>
<p>❌ Consider using delivery services for groceries, medications and other household items</p>
<p><a href="https://covid19.who.int/" class="btn btn-primary">Read more about prevention</a></p>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row mb-5">
<div class="col-lg-7 mx-auto text-center">
<span class="subheading">What you need to do</span>
<h2 class="mb-4 section-heading">How To Protect Yourself</h2>
</div>
</div>
<div class="row">
<div class="col-lg-6 ">
<div class="row mt-5 pt-5">
<div class="col-lg-6 do ">
<h3>You should do</h3>
<ul class="list-unstyled check">
<li>Stay at home</li>
<li>Wear mask</li>
<li>Use Sanitizer</li>
<li>Disinfect your home</li>
<li>Wash your hands</li>
<li>Frequent self-isolation</li>
</ul>
</div>
<div class="col-lg-6 dont ">
<h3>You should avoid</h3>
<ul class="list-unstyled cross">
<li>Avoid infected people</li>
<li>Avoid animals</li>
<li>Avoid handshaking</li>
<li>Aviod infected surfaces</li>
<li>Don't touch your face</li>
<li>Avoid droplets</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6">
<img src="images/protect.png" alt="Image" class="img-fluid">
</div>
</div>
</div>
</div>
<div class="site-section bg-primary-light">
<div class="container">
<div class="row mb-5">
<div class="col-lg-7 mx-auto text-center">
<h2 class="mb-4 section-heading">Symptoms of Coronavirus</h2>
</div>
</div>
<div class="row">
<div class="col-lg-6 mb-4">
<div class="symptom d-flex">
<div class="img">
<img src="images/symptom_high-fever.png" alt="Image" class="img-fluid">
</div>
<div class="text">
<h3>High Fever</h3>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="symptom d-flex">
<div class="img">
<img src="images/symptom_cough.png" alt="Image" class="img-fluid">
</div>
<div class="text">
<h3>Cough</h3>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="symptom d-flex">
<div class="img">
<img src="images/symptom_sore-troath.png" alt="Image" class="img-fluid">
</div>
<div class="text">
<h3>Sore Troath</h3>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="symptom d-flex">
<div class="img">
<img src="images/symptom_headache.png" alt="Image" class="img-fluid">
</div>
<div class="text">
<h3>Headache</h3>
</div>
</div>
</div>
</div>
<div class="row justify-content-md-center">
<div class="col-lg-10">
<div class="note row">
<div class="col-lg-8 mb-4 mb-lg-0"><strong>Stay at home and call your doctor:</strong> </div>
<div class="col-lg-4 text-lg-right">
<a href="#" class="btn btn-primary"><span class="icon-phone mr-2 mt-3"></span>Help line</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-footer">
<div class="container">
<div class="row">
<div class="text-center"></div>
<div class="col-lg-4">
<h2 class="footer-heading mb-4">About</h2>
<div class="my-5">
<a href="https://github.com/JoelJJoseph" target="_blank"class="pl-0 pr-3"><span class="icon-github"></span></a>
<a href="https://twitter.com/Deathstroke1810"target="_blank" class="pl-3 pr-3"><span class="icon-twitter"></span></a>
<a href="https://www.linkedin.com/in/joel-john-joseph-2b77a41a4/" target="_blank" class="pl-3 pr-3"><span class="icon-linkedin"></span></a>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-md-12">
<div class="border-top pt-5">
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- .site-wrap -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>