-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
276 lines (271 loc) Β· 9.19 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
href="https://image.flaticon.com/icons/svg/3461/3461722.svg"
/>
<link rel="stylesheet" href="index.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script
type="text/javascript"
src="https://www.gstatic.com/charts/loader.js"
></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="googlecharts.js"></script>
<script src="https://cdn.zingchart.com/zingchart.min.js"></script>
<style>
.chart--container {
min-height: 530px;
width: 100%;
height: 100%;
}
.zc-ref {
display: none;
}
</style>
<title>CovidStats | Home</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="/">Covid Stats</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link active" href="/"
>Home <span class="sr-only">(current)</span></a
>
<a class="nav-item nav-link" href="/riskpredictor">Riskpredictor</a>
<a class="nav-item nav-link" href="/volunteer">Volunteer</a>
<a class="nav-item nav-link" href="/contactus">Contact us</a>
</div>
</div>
</nav>
<div class="jumbotron" data-aos="zoom-in-up">
<h1 style="text-align: center; overflow: hidden" class="display-4">
CovidStats and Healthcare support π¦ΈββοΈ
</h1>
<p class="lead" style="text-align: center">
A true hero is not someone who thinks about doing what is right, but one
that simply does what is right without thinking. Heroes arent extinct,
you guys are heros.
</p>
<hr class="my-4" />
<p style="text-align: center">
<b
>Stay at Home, Maintain social distancing and let's fight COVID
together βπ»βπ»βπ»</b
>
</p>
<a
class="btn btn-primary btn-md"
href="https://pib.gov.in/PressReleseDetailm.aspx?PRID=1608851"
role="button"
style="margin-left: 43%"
>Donate to charity</a
>
</div>
<div
id="carouselExampleControls"
class="carousel slide"
data-ride="carousel"
style="
width: 50%;
margin-left: 50%;
transform: translateX(-50%);
margin-bottom: 50px;
"
>
<div class="carousel-inner">
<div class="carousel-item active">
<img
src="https://images.unsplash.com/photo-1583947582886-f40ec95dd752?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80"
class="d-block w-100"
alt="..."
/>
</div>
<div class="carousel-item">
<img
src="https://images.unsplash.com/photo-1585222515068-7201a72c4181?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=967&q=80"
class="d-block w-100"
alt="..."
/>
</div>
<div class="carousel-item">
<img
src="https://images.unsplash.com/photo-1584521764592-48f33fe7e088?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80"
class="d-block w-100"
alt="..."
/>
</div>
</div>
<a
class="carousel-control-prev"
href="#carouselExampleControls"
role="button"
data-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next"
href="#carouselExampleControls"
role="button"
data-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div style="display: flex; justify-content: center; align-items: center">
<div
id="donutchart1"
data-aos="fade-up"
style="margin-left: 0; width: 500px; height: 600px"
></div>
<div
id="donutchart2"
data-aos="fade-up"
style="margin-left: 0; width: 500px; height: 600px"
></div>
</div>
<div
data-aos="zoom-in-down"
id="line-chart"
style="width: 100%; height: 500px"
></div>
<h1 style="text-align: center">India wide cases</h1>
<div id="india" style="width: 100%; height: 500px"></div>
<ul data-aos="zoom-in" class="list-group listy">
<li class="list-group-item active">DO's and DON'Ts</li>
<li class="list-group-item">
Wash your hands regularly for 20 seconds, with soap and water or
alcohol-based hand rub β π§Ό π°
</li>
<li class="list-group-item">
Avoid close contact (1 meter or 3 feet) with people who are unwell π π·
πΆβ
</li>
<li class="list-group-item">
Stay home and self-isolate from others in the household if you feel
unwell π π¨ π
</li>
<li class="list-group-item">
Touch your eyes, nose, or mouth if your hands are not clean π ποΈ π€
</li>
</ul>
<p style="text-align: center; margin: 50px 50px 25px">
<button
class="btn btn-primary"
type="button"
data-toggle="collapse"
data-target="#collapseExample"
aria-expanded="false"
aria-controls="collapseExample"
>
COVID-19 Symptoms
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<p>
People may be sick with the virus for 1 to 14 days before developing
symptoms. The most common symptoms of coronavirus disease (COVID-19)
are fever, tiredness, and dry cough. Most people (about 80%) recover
from the disease without needing special treatment. More rarely, the
disease can be serious and even fatal. Older people, and people with
other medical conditions (such as asthma, diabetes, or heart disease),
may be more vulnerable to becoming severely ill
</p>
<p>People may experience:</p>
<ul>
<li>Cough</li>
<li>Fever</li>
<li>Triedness</li>
<li>Difficulty in breathing</li>
</ul>
<a
href="https://www.who.int/news-room/q-a-detail/q-a-coronaviruses#:~:text=symptoms"
class="btn btn-outline-primary"
>
learn more on who.int</a
>
</div>
</div>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">State</th>
<th scope="col">Confirmed</th>
<th scope="col">Active</th>
<th scope="col">Cured</th>
</tr>
</thead>
<tbody id="tabler"></tbody>
</table>
<div
style="width: 65%; margin-left: 20%; margin-top: 70px"
class="alert alert-success"
role="alert"
data-aos="zoom-in"
>
<h1><b>Stay Home, Stay Safe!</b></h1>
<p>
COVID-19 or as the plebs call it, the coronavirus has restricted a lot
of us to our homes. You can choose to while away your time sleeping;
doing nothing or you could utilize this break to βLearnβ something new.
You know youβve said this a lot to yourself - βI want to Learn 'X' but I
canβt seem to find the time.β This is the time; Turn Your Self-Isolation
into Self-Improvement!
</p>
<h3>Made with love by</h3>
<b>Sankar, Nitin, Pratyay</b>
</div>
<script src="india.js"></script>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"
></script>
<script>
AOS.init({
delay: 100,
duration: 800,
});
</script>
</body>
</html>