-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (66 loc) · 3.55 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>COVID-19 Outbreak</title>
<link rel="stylesheet" href="css/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="images/virus.svg">
</head>
<body>
<img src="images/coronavirus.png" alt="" class="small">
<div class="header">
<!-- <img class="covidimage" src="images/covid.png" alt="covid-png"> -->
<h1 class="first">COVID-19</h1>
</div>
<!-- <hr> -->
<p class="para">The COVID-19 pandemic, also known as the coronavirus pandemic, is an
ongoing global pandemic of coronavirus disease 2019 (COVID‑19), caused
by severe acute respiratory syndrome coronavirus 2 (SARS‑CoV‑2).The
outbreak was first identified in Wuhan, China, in December 2019.The
World Health Organization declared the outbreak a Public Health
Emergency of International Concern on 30 January 2020, and a pandemic on
11 March.</p>
<!-- <hr> -->
<!-- <div class="sym">
<h2 class="second">COVID-19 Stats</h2>
<p><a class="fx-widget" data-widget="coronastatus" data-lang="en" data-base-url="https://www.fxempire.com" data-url="//www.fxempire.com" href="https://www.fxempire.com" rel="nofollow" > </a> <script async charset="utf-8" src="https://widgets.fxempire.com/widget.js" ></script></p>
</div>
<hr> -->
<div class="sym">
<h2 class="second">Symptoms</h2>
<center>
<table cellspacing=100px>
<tr><td><li>Fever</li></td><td><img src="images/fever.png" alt="fever"></td></tr>
<tr><td><li>Dry Cough</li></td><td><img src="images/cough.png" alt="cough"></td></tr>
<tr><td><li>Tiredness</li></td><td><img src="images/tired.svg" alt="Tiredness"></td></tr>
<tr><td><li>Difficulty in Breathing</li></td><td><img src="images/breath.svg" alt="Difficulty"></td></tr>
<tr><td><li>Loss of Speech & Movement</li></td><td><img src="images/speech.png" alt="Speech"></td></tr>
</table>
</center>
<!-- <hr> -->
<h2 class="second">Precautions</h2>
<table cellspacing=100px>
<tr><td><li>STAY Home</li></td><td><img src="images/home.png" alt="home"></td></tr>
<tr><td><li>Keep a safe distance</li></td><td><img src="images/dist.png" alt="socialdist"></td></tr>
<tr><td><li>WASH hands often</li></td><td><img src="images/hands.png" alt="wash"></td></tr>
<tr><td><li>COVER your cough</li></td><td><img src="images/cover.png" alt="cover"></td></tr>
<tr><td><li>WEAR face masks</li></td><td><img src="images/mask.png" alt="facemasks"></td></tr>
</table>
<!-- <hr> -->
<h2 class="second">How To Test For COVID-19</h2>
</div>
<p class="para">If you think you have been exposed to novel coronavirus(COVID-19),
and have developed any symptoms(cough,fever or difficulty breathing),
call the GOVERNMENT OF INDIA helpline <strong>1075</strong> or <a href="resources/helpline.pdf" download>state helpline numbers</a>
for assistance.</p>
<!-- <hr> -->
<div class="footer">
<p class="last">Site Developed By <strong>Abhishek Pratap Singh</strong><br>
<a href="https://www.github.com/abhishek-singh31"><img class="contact" src="images/github.png" alt="git"></a>
<a href="https://www.instagram.com/abhishek_s3107"><img class="contact" src="images/insta.png" alt="insta">
</p>
</div>
</body>
</html>