forked from jeremyphilemon/covid19india
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
136 lines (132 loc) · 6.48 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<title>India COVID-19 Tracker</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800&display=swap" rel="stylesheet">
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
<script src="https://platform.twitter.com/widgets.js"></script>
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==" crossorigin=""/>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew==" crossorigin=""></script>
<style>#map { width: 100%; height: 450px; }
.info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 5px; } .info h4 { margin: 0 0 5px; color: #777; }
.legend { text-align: left; line-height: 18px; color: #555; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; }
</style>
<link rel="icon" type="image/png" href="favicon.png" />
<meta name="description" content="Live updates of the Coronavirus COVID-19 outbreak in India" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://www.covid19india.org" />
<meta name="twitter:title" content="India COVID-19 Tracker" />
<meta name="twitter:description" content="Live updates of the Coronavirus COVID-19 outbreak in India" />
<meta property="og:title" content="India COVID-19 Tracker" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.covid19india.org" />
<meta property="og:description" content="Live updates of the Coronavirus COVID-19 outbreak in India" />
</head>
<body>
<header class="embed-hide">
<div class="inline header-container">
<h1 class="item">India COVID-19 Tracker</h1>
<div class="item">
<div class="tw">
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" id="twitter_share" data-text="" data-show-count="false"></a></script>
</div>
</div>
</div>
</div>
<em>
View our <a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vSc_2y5N0I67wDU38DjDh35IZSIS30rQf7_NYZhtYYGU1jJYT6_kDx4YpF-qw0LSlGsBYP8pqM_a1Pd/pubhtml" target="_blank">live patient database</a>
</em>
</div>
<div>
<em>
If you'd like to collaborate, join the <a href="https://t.me/covid19indiaops" target="_blank">Telegram Group</a>
</em>
</div>
<div>
<em>
<span >Last Updated:</span> <strong id="last-updated"></strong>
</em>
</div>
<section id="kpi">
<div id="kpi-confirmed">
<div class="diff" id="confirmed_delta"></div>
<div class="value" id="confvalue">0</div>
<div class="label">Confirmed</div>
</div>
<div id="kpi-deceased">
<div class="diff" id="deaths_delta"></div>
<div class="value" id="deathsvalue">0</div>
<div class="label">Deaths</div>
</div>
<div id="kpi-recovered">
<div class="diff" id="recovered_delta"></div>
<div class="value" id="recoveredvalue">0</div>
<div class="label">Recovered</div>
</div>
<div id="kpi-active" data-tippy-content="Tooltip">
<div class="diff" id="states_delta"></div>
<div class="value" id="states-value">0</div>
<div class="label">States/UT Infected</div>
</div>
</div>
<em><a href="https://cluster.covid19india.org/" target="_blank">View our cluster mapping efforts!</a></em>
</section>
<div id='map'></div>
<section class="embed-hide">
<h4>State-wise Data</h4>
<table id="prefectures-table">
</table>
</section>
<div style="margin-left: auto;margin-right: auto;">
<iframe width="100%" height="330px" frameborder="0" scrolling="yes" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSc_2y5N0I67wDU38DjDh35IZSIS30rQf7_NYZhtYYGU1jJYT6_kDx4YpF-qw0LSlGsBYP8pqM_a1Pd/pubchart?oid=1484898533&format=interactive"></iframe>
<iframe width="100%" height="330px" frameborder="0" scrolling="yes" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSc_2y5N0I67wDU38DjDh35IZSIS30rQf7_NYZhtYYGU1jJYT6_kDx4YpF-qw0LSlGsBYP8pqM_a1Pd/pubchart?oid=1586611950&format=interactive"></iframe>
</div>
<section id="helpful-links" class="embed-hide">
<a name="links"></a>
<h4>Helpful Links</h4>
<ul>
<li>
<b>HELPLINE NUMBERS (by State)</b><br>
<a target="_blank" href="https://www.mohfw.gov.in/coronvavirushelplinenumber.pdf">https://www.mohfw.gov.in/coronvavirushelplinenumber.pdf</a>
</li>
</ul>
<br>
<h4>Key Information and Resources</h4>
<ul>
<li>
<b>Ministry of Health and Family Welfare, Gov. of India<br></b>
<a target="_blank" href="https://www.mohfw.gov.in/">https://www.mohfw.gov.in/</a>
</a></li>
<li>
<b>WHO : COVID-19 Home Page<br></b>
<a target="_blank" href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019">https://www.who.int/emergencies/diseases/novel-coronavirus-2019</a>
</a></li>
<li>
<b>CDC<br></b>
<a target="_blank" href="https://www.cdc.gov/coronavirus/2019-ncov/faq.html">https://www.cdc.gov/coronavirus/2019-ncov/faq.html</a>
</a></li>
<li>
<b>COVID-19 Global Tracker<br></b>
<a target="_blank" href="https://coronavirus.thebaselab.com/">https://coronavirus.thebaselab.com/</a>
</a></li>
</ul>
<i>Inspired by <a target="_blank" href="http://covid19japan.com">covid19japan.com</a></i>
</section>
</header>
</body>
<script type="text/javascript" src="india.js"></script>
<script type="text/javascript" src="script.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-160698988-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-160698988-1');
</script>
</html>