This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
79 lines (70 loc) · 2.9 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
<!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=edge">
<meta property="og:title" content="covid19-pune" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Keeping track of the nCOv cases in the City of Pune, Maharashtra, India :smile:" />
<meta property="og:description" content="Keeping track of the nCOv cases in the City of Pune, Maharashtra, India :smile:" />
<link rel="canonical" href="https://divy-work.github.io/covid19-pune/" />
<meta property="og:url" content="https://divy-work.github.io/covid19-pune/" />
<meta property="og:site_name" content="covid19-pune" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css" />
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="https://img.icons8.com/office/50/000000/coronavirus.png" type="image/x-icon">
<title>nCOv outbreak in Pune city</title>
</head>
<body>
<div class="loading"><div class=center-screen><img class="virus-load" src="https://img.icons8.com/officel/100/000000/coronavirus.png"></div></div>
<div class="markdown-body" id="main-div">
<div class="stage">
<div class="bounce-7">
<img class="virus" src="https://img.icons8.com/office/50/000000/coronavirus.png"/>
</div>
</div>
<h1 id="corona-virus-situation-in-pune-city-india">Corona Virus Situation in Pune City, India.</h1>
<p>This website is just a way of keeping track of the novel COVID19 cases in the City of Pune, Maharashtra, India.</p>
<table>
<tr>
<td>Infected</td>
<td id="confirmed"></td>
</tr>
<tr>
<td>Deaths</td>
<td id="deaths"></td>
</tr>
<tr>
<td>Recovered</td>
<td id="recovered"></td>
</tr>
</table>
<h2 id="sources">Sources</h2>
<ul>
<li>The Times of India</li>
<li>HINDUSTAN Times</li>
<li>...and other official sources.</li>
</ul>
<p>This repo is maintained by a student who has his board exams going on … So any contribution would be helpful!</p>
<h2 id="precaution">Precaution</h2>
<p>The WHO website explains it better…
<a href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019/advice-for-public">Click here</a></p>
<h2 id="myth-busters-by-who">Myth Busters: by WHO</h2>
<p><a href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019/advice-for-public/myth-busters">Click here…</a></p>
<h2 id="symptoms">Symptoms</h2>
<p>People may experience:</p>
<ul>
<li>Running nose</li>
<li>Sore throat</li>
<li>Cough</li>
<li>Fever</li>
<li>Pneumonia</li>
<li>Difficulty breathing (severe cases)</li>
</ul>
</div>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="render.js"></script>
</html>