-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlifespan.html
512 lines (445 loc) · 16 KB
/
lifespan.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
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
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="images/icon.png">
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>CoHeal</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/coronavirus.ico">
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css"
media="screen">
<link rel="stylesheet" href="https://rawgit.com/LeshikJanz/libraries/master/Bootstrap/baguetteBox.min.css">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.3.5/css/swiper.min.css'>
<link rel="stylesheet" href="css/lifespan.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<!-- body -->
<body class="main-layout inner_page">
<!-- loader -->
<div class="loader_bg">
<div class="loader"><img src="images/loading.gif" alt="#" style="height: 100px;width: 100px;" /></div>
</div>
<!-- end loader -->
<!-- top -->
<div id="header">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="#" style="margin-left: 100px;">
<h2>C<i class="fa fa-globe" aria-hidden="true"></i>Heal <i class="fa fa-heartbeat"
style="color: rgb(255, 153, 230);" aria-hidden="true"></i></h2>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item ">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#pvt">Spread</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#symptoms">Symptoms</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#prevention">Prevention</a>
</li>
<li class="nav-item">
<a class="nav-link" href="statistics.html">Statistics</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Lifespan <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#faq">FAQ's</a>
</li>
<li class="nav-item">
<a class="nav-link" href="donate.html">Donate</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#contact">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<section>
<div class="wrapper">
<div class="background">
<img src="https://res.cloudinary.com/muhammederdem/image/upload/v1537132206/news-slider/background.jpg"
alt="">
</div>
<div class="item-bg"></div>
<br>
<div class="news-slider">
<div class="news-slider__wrp swiper-wrapper">
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">02</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Wood
</div>
<p class="news__txt">
Examples: furniture, decking<br /><br />4 days
</p>
<div class="news__img">
<img src="images/wood.jpg" alt="wood">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">03</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Plastic
</div>
<p class="news__txt">
Examples: milk containers and detergent bottles, subway and bus seats<br /><br />2 to 3
days
</p>
<div class="news__img">
<img src="images/plastic.jpg" alt="plastic">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">04</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Stainless Steel
</div>
<p class="news__txt">
Examples: refrigerators, pots and pans, sinks, some water bottles<br /><br />2 to 3 days
</p>
<div class="news__img">
<img src="images/stainless_steel.jpg" alt="stainless steel">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">05</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Cardboard
</div>
<p class="news__txt">
Examples: shipping boxes<br /><br />24 hours
</p>
<div class="news__img">
<img src="images/cardboard.jpg" alt="cardboard">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">06</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Copper
</div>
<p class="news__txt">
Examples: pennies, teakettles, cookware<br /><br />4 hours
</p>
<div class="news__img">
<img src="images/copper.jpg" alt="copper">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">07</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Aluminium
</div>
<p class="news__txt">
Examples: soda cans, tinfoil, water bottles<br /><br />2 to 8 hours
</p>
<div class="news__img">
<img src="images/aluminium.jpg" alt="aluminium">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">08</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Glass
</div>
<p class="news__txt">Examples: drinking glasses, measuring cups, mirrors,
windows<br /><br />Up to 5 days
</p>
<div class="news__img">
<img src="images/glass.jpg" alt="glass">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">09</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Ceramic
</div>
<p class="news__txt">
Examples: dishes, pottery, mugs<br /><br />5 days
</p>
<div class="news__img">
<img src="images/ceramic.jpg" alt="ceramic">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">10</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Paper
</div>
<p class="news__txt">
Examples: mail, newspaper<br /><br />The length of time varies. Some strains of
coronavirus live for only a few minutes on paper, while others live for up to 5 days.
</p>
<div class="news__img">
<img src="images/paper.jpg" alt="paper">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">11</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Food
</div>
<p class="news__txt">
Examples: takeout, produce<br /><br />Coronavirus doesn't seem to spread through food.
</p>
<div class="news__img">
<img src="images/food.jpg" alt="Food">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">12</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Water
</div>
<p class="news__txt">
Coronavirus hasn't been found in drinking water. If it does get into the water supply,
your local water treatment plant filters and disinfects the water, which should kill any
germs.
</p>
<div class="news__img">
<img src="images/water.jpg" alt="water">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">13</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Fabric
</div>
<p class="news__txt">
Examples: clothes, linens<br /><br />There’s not much research about how long the virus
lives on fabric, but it’s probably not as long as on hard surfaces.
</p>
<div class="news__img">
<img src="images/fabric.jpg" alt="fabric">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">14</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Shoes
</div>
<p class="news__txt">
One study tested the shoe soles of medical staff in a Chinese hospital intensive care
unit (ICU) and found that half were positive for nucleic acids from the virus. But it’s
not clear whether these pieces of the virus cause infection. The hospital’s general
ward, which had people with milder cases, was less contaminated than the ICU.
</p>
<div class="news__img">
<img src="images/shoes.jpg" alt="shoes">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">15</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Skin & Hair
</div>
<p class="news__txt">
There’s no research yet on exactly how long the virus can live on your skin or hair.
</p>
<div class="news__img">
<img src="images/skin and hair.jpg" alt="skin and hair">
</div>
</a>
</div>
<div class="news-slider__item swiper-slide">
<a href="#" class="news__item">
<div class="news-date">
<span class="news-date__title">01</span>
<!--<span class="news-date__txt">May</span>-->
</div>
<div class="news__title">
Metal
</div>
<p class="news__txt">
Examples: doorknobs, jewelry, silverware<br /><br />5 days
</p>
<div class="news__img">
<img src="images/metal.jpg" alt="metal">
</div>
</a>
</div>
</div>
<div class="news-slider__ctr">
<div class="news-slider__arrows">
<button class="news-slider__arrow news-slider-prev">
<span class="icon-font">
<svg class="icon icon-arrow-left">
<use xlink:href="#icon-arrow-left"></use>
</svg>
</span>
</button>
<button class="news-slider__arrow news-slider-next">
<span class="icon-font">
<svg class="icon icon-arrow-right">
<use xlink:href="#icon-arrow-right"></use>
</svg>
</span>
</button>
</div>
<div class="news-slider__pagination"></div>
</div>
</div>
</div>
<svg hidden="hidden">
<defs>
<symbol id="icon-arrow-left" viewBox="0 0 32 32">
<title>arrow-left</title>
<path
d="M0.704 17.696l9.856 9.856c0.896 0.896 2.432 0.896 3.328 0s0.896-2.432 0-3.328l-5.792-5.856h21.568c1.312 0 2.368-1.056 2.368-2.368s-1.056-2.368-2.368-2.368h-21.568l5.824-5.824c0.896-0.896 0.896-2.432 0-3.328-0.48-0.48-1.088-0.704-1.696-0.704s-1.216 0.224-1.696 0.704l-9.824 9.824c-0.448 0.448-0.704 1.056-0.704 1.696s0.224 1.248 0.704 1.696z">
</path>
</symbol>
<symbol id="icon-arrow-right" viewBox="0 0 32 32">
<title>arrow-right</title>
<path
d="M31.296 14.336l-9.888-9.888c-0.896-0.896-2.432-0.896-3.328 0s-0.896 2.432 0 3.328l5.824 5.856h-21.536c-1.312 0-2.368 1.056-2.368 2.368s1.056 2.368 2.368 2.368h21.568l-5.856 5.824c-0.896 0.896-0.896 2.432 0 3.328 0.48 0.48 1.088 0.704 1.696 0.704s1.216-0.224 1.696-0.704l9.824-9.824c0.448-0.448 0.704-1.056 0.704-1.696s-0.224-1.248-0.704-1.664z">
</path>
</symbol>
</defs>
</svg>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.3.5/js/swiper.min.js'></script>
<script src="js/lifespan.js"></script>
</section><br><br>
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.1/baguetteBox.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/custom.js"></script>
<!-- Footer -->
<div id="footer">
<div class="container">
<h1 class="text-center"
style="color: var(--dark-two);font-size: 1.5rem;font-weight: normal;color: var(--dark-two);">
<a href="developer.html" style="color:rgb(58, 19, 233);">AakashKotha</a> ©
Copyright @ 2022
</h1>
</div>
</div>
<!-- Footer -->
<img src="images/scroll-img.png" onclick="topFunction()" id="myBtn" title="Go to top" style="height: 80px;">
<script>//Get the button:
mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () { scrollFunction() };
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}</script>
</body>
</html>