-
Notifications
You must be signed in to change notification settings - Fork 0
/
badlapur.html
320 lines (291 loc) · 10.3 KB
/
badlapur.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
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta name="viewport" content="width=device-width, initial-scale=1.0 ,maximum-scale=1.0 ,user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="Rushi Ranpise" />
<meta name="classification" content="Covid-19 Dashboard" />
<meta name="description" content="An unoffical Covid-19 Dashboard for Ambarnath, Badlapur, Bhiwandi, Kalyan & Dombivali (KDMC), Thane District, Ulhasnagar." />
<meta name="keywords" content="corona, covid19, covid-19. safety, badarnath, badlapur, kalyan , dombivali , thane district, thane city , city , ulhasnagar , dashboard, tracking, page, open, source, github, disease, facebook, instagram, whatsapp, helpline, district, india" />
<meta name="referrer" content="origin-when-crossorigin" />
<meta name="robots" content="index,follow" />
<meta name="title" content="Covid-19 Dashboard" />
<title>Covid-19 Dashboard</title>
<link rel="shortcut icon" href="./icon.png" type="image/x-icon">
<meta property="og:title" content="Covid-19 Dashboard">
<meta property="og:description" content="An unoffical Covid-19 Dashboard for Ambarnath, Badlapur, Bhiwandi, Kalyan & Dombivali (KDMC), Thane District, Ulhasnagar.">
<meta property="og:image" content="./icon.png">
<meta property="og:url" content="http://covid19-thane.github.io">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" value="@covid19thane" />
<meta property="twitter:url" content="https://covid19-thane.github.io" />
<meta property="twitter:title" content="Covid-19 Dashboard" />
<meta property="twitter:description" content="An unoffical Covid-19 Dashboard for Ambarnath, Badlapur, Bhiwandi, Kalyan & Dombivali (KDMC), Thane District, Ulhasnagar." />
<meta property="twitter:image" content="./icon.png" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css">
<style>
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: Open Sans, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
margin: 0;
text-align: left;
color: #525f7f;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin: 0;
background-color: #fff;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit;
font-weight: 700;
color: #32325f;
margin: 0;
}
.text-muted {
color: #8898aa !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-white {
color: #fff !important;
}
.shadow {
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}
.rounded-circle {
border-radius: 15px !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.container {
width: 100%;
height: auto;
background: #f4f8fd;
border-radius: 15px;
padding: 10px;
}
h1.title {
font-size: 1.4rem;
font-weight: 700;
text-align: center;
margin: 1rem 0;
}
.col {
max-width: 100%;
flex-basis: 0;
flex-grow: 1;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
border: 1px solid rgba(0, 0, 0, 0.05);
background-color: #fff;
background-clip: border-box;
border: 0;
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
border-radius: 15px;
margin: 10px;
}
.card-body {
min-height: 1px;
padding: 1.5rem;
display: flex;
padding: 1rem 1.5rem;
border-radius: 15px;
}
.card-body .h2 {
font-size: 2rem;
}
.icon {
width: 4rem;
height: 4rem;
max-width: 100%;
flex: 0 0 auto;
}
.icon-shape {
display: inline-flex;
padding: 12px;
text-align: center;
border-radius: 50%;
align-items: center;
justify-content: center;
}
.icon-shape i,
.icon-shape svg {
font-size: 2rem;
}
.bg-gradient-red {
background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}
.bg-gradient-blue {
background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}
.bg-gradient-green {
background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}
.bg-gradient-orange {
background: linear-gradient(87deg, #6c757d 0, #8898aa 100%) !important
}
@media (min-width: 767px) {
.social {
position: absolute;
right: 0;
top: 33.33%;
}
.social ul {
display: flex;
flex-direction: column;
list-style: none;
padding: 0;
margin: 0;
}
.social ul li {
margin: 5px 10px;
}
.social ul li a {
color: #403f4c;
font-size: 25px;
height: 50px;
width: 50px;
text-decoration: none;
}
.social ul li a:hover {
color: #272523;
}
}
</style>
</head>
<body style="height: auto; width: auto;">
<div class="container">
<!-- Card stats -->
<h1 class="title" style="
margin-top: 0px;
margin-bottom: 0px;
"><nobr><img src="./images/bad.ico" style="width:50px; vertical-align:middle ;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
background-color: #fff;
border: 2px solid #87ceeb;"><br>Badlapur</nobr></h1>
<div class="card card-stats">
<!-- Card body -->
<div class="card-body" style="
padding-bottom: 0px;
">
<div class="stat__item confirmedbad col">
<h5 class="card-title text-uppercase text-muted">Total Cases<br><h5 style="color:#ff073a;">एकूण बाधित रुग्ण</h5></h5> <span class="number h2 font-weight-bold total color-red count">🔃</span> </div>
<div class="icon icon-shape bg-gradient-red text-white rounded-circle shadow"> <i class="fas fa-users"></i> </div>
</div>
<div class="card card-stats" style="
margin-top: 0px;
">
<div class="stat__item confirmedbad card-body" style="
padding-bottom: 10px;padding-top: 10px;
">
<div class="col">
<h5 class="card-title text-uppercase text-muted">Today's Cases<br><h5 style="color:#ff073a;">आजचे रुग्ण</h5></h5>
</div> <span class="new h1 font-weight-bold oldtotal color-red count">🔃</span> </div>
</div>
</div>
<div class="card card-stats">
<!-- Card body -->
<div class="card-body" style="
padding-bottom: 0px;
">
<div class="stat__item activebad col">
<h5 class="card-title text-uppercase text-muted">Active Cases<br><h5 style="color:#007bff;">रुग्णालयात दाखल </h5></h5> <span class="number h2 font-weight-bold total color-blue count">🔃</span>
<br>
<div style="width: 41px;white-space: nowrap;overflow: hidden;"><span class="badact h1" style="color:#3e39ae;">🔃</span></div>
</div>
<div class="icon icon-shape bg-gradient-blue text-white rounded-circle shadow"> <i class="fas fa-procedures"></i> </div>
</div>
</div>
<div class="card card-stats">
<!-- Card body -->
<div class="card-body" style="
padding-bottom: 0px;
">
<div class="stat__item recoveredbad col">
<h5 class="card-title text-uppercase text-muted">Recovered Cases<br><h5 style="color:#28a745;"> बरे झालेले रुग्ण</h5></h5> <span class="number h2 font-weight-bold total color-green count">🔃</span>
<div style="width: 41px;white-space: nowrap;overflow: hidden;"><span class="badrec h1" style="color:#3e39ae;">🔃</span></div>
</div>
<div class="icon icon-shape bg-gradient-green text-white rounded-circle shadow"> <i class="fas fa-child"></i> </div>
</div>
<div class="card card-stats" style="
margin-top: 0px;
">
<div class="stat__item recoveredbad card-body" style="
padding-bottom: 10px;padding-top: 10px;
">
<div class="stat__item recoveredbad col">
<h5 class="card-title text-uppercase text-muted">Today's Cases<br><h5 style="color:#28a745;">आजचे रुग्ण</h5></h5>
</div> <span class="new h1 font-weight-bold oldtotal color-red count">🔃</span> </div>
</div>
</div>
<div class="card card-stats">
<!-- Card body -->
<div class="card-body" style="
padding-bottom: 0px;
">
<div class="stat__item deceasedbad col">
<h5 class="card-title text-uppercase text-muted">Deceased Cases<br><h5 style="color:#6c757d;">मृत्यू झालेले रुग्ण</h5></h5> <span class="number h2 font-weight-bold total color-orange count">🔃</span>
<div style="width: 41px;white-space: nowrap;overflow: hidden;"><span class="baddec h1" style="color:#3e39ae;">🔃</span></div>
<br> </div>
<div class="icon icon-shape bg-gradient-orange text-white rounded-circle shadow"> <i class="fas fa-user-alt-slash"></i> </div>
</div>
<div class="card card-stats" style="
margin-top: 0px;
">
<div class="stat__item deceasedbad card-body" style="
padding-bottom: 10px;padding-top: 10px;
">
<div class="stat__item deceasedbad col">
<h5 class="card-title text-uppercase text-muted">Today's Cases<br><h5 style="color:#6c757d;">आजचे रुग्ण</h5> </h5>
</div> <span class="new h1 font-weight-bold oldtotal color-red count">🔃</span> </div>
</div>
</div>
<center>
<a class="twitter-timeline" width=" 90%" height="400px" border="none" border-radius="30px" padding="1px" href="https://twitter.com/Mibadlapurkar" data-chrome="nofooter noheader noscrollbar noborders" data-align="center"></a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</center>
</div>
<p style="text-align:center;font-size:12px;font-weight:600">❯ More Info at <a href="http://covid19-thane.github.io/" style="text-decoration:none;color:#4c75f2">COVID-19 Thane Dashboard</a><h5 class="table-fineprint fadeInUp" style="animation-delay: 2s; color:#6c757d;">👪 Visitors:
<a>
<img class="fadeInUp" style="animation-delay: 2s;" src="https://hitwebcounter.com/counter/counter.php?page=7536661&style=0007&nbdigits=8&type=ip&initCount=0" title="Visitors" alt="Visitors" border="0">
</a>
</h5></p>
<script src="./js/bad.js"></script>
</body>
</html>