forked from AshutoshRath1612/Healer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
353 lines (340 loc) · 17.7 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
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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<!-- bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Healer</title>
<style>
hr {
height: 2px;
}
.img-fluid {
height: 300px;
width: 300px;
border-radius: 10px;
}
.bg1{
background-color: lightgrey;
}
.bg2{
background-color: lightcyan;
}
body {
padding: 25px;
background-color: white;
color: black;
font-size: 20xpx;
}
.a{
font-size: 30px;
}
.dark-mode {
background-color: black;
color: red;
}
.size{
font-size: 30px;
}
</style>
<script>
function darkMode() {
var element = document.body;
element.classList.toggle("dark-mode");
}
</script>
</head>
<body>
<header class="text-gray-600 body-font nav bg1">
<div class="container mx-auto flex flex-wrap flex-col md:flex-row items-center">
<img src="Blue & Red Two Hearts Logo.png" height="15%" width="15%" alt="Healer">
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center">
<a class="mr-5 hover:text-gray-900 a" href="#covid">COVID-19</a>
<a class="mr-5 hover:text-gray-900 a" href="#covid">Vaccination</a>
<a class="mr-5 hover:text-gray-900 a" href="#questions">Frequent question</a>
<a class="mr-5 hover:text-gray-900 a" href="#aboutus">About Us</a>
</nav>
<button type="button" class="btn btn-dark" onclick="darkMode()">🌒</button>
</div>
</header>
<!-- This was a group project -->
<!-- main body -->
<section class="text-gray-600 body-font ">
<div class="container px-5 py-24 mx-auto">
<div class="text-center mb-20">
<h1 class="sm:text-3xl text-2xl font-medium title-font text-red-900 mb-4">What is Healer :</h1>
<p class="text-base leading-relaxed xl:w-2/4 lg:w-3/4 mx-auto text-gray-500s size">At healer, you will get everything
one needs to know about COVID-19, from
Latest News, Stats, Vaccine Slots, Avilability and in case if you are weak feel mentally
we are here with our perfect articles, books and playlists for you.</p>
<div class="flex mt-6 justify-center">
<div class="w-16 h-1 rounded-full bg-indigo-500 inline-flex"></div>
</div>
</div>
<div class="flex flex-wrap sm:-m-4 -mx-4 -mb-10 -mt-4 md:space-y-0 space-y-6" id="covid">
<div class="p-4 md:w-1/2 flex flex-col text-center items-center">
<div
class="w-20 h-20 inline-flex items-center justify-center rounded-full bg-indigo-100 text-indigo-500 mb-5 flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-10 h-10" viewBox="0 0 24 24">
<path d="M22 12h-4l-3 9L9 3l-3 9H2"></path>
</svg>
</div>
<div class="flex-grow">
<h2 class="text-red-900 text-lg title-font font-medium mb-3 size">COVID- 19</h2>
<p class="leading-relaxed text-base ">STATS <br> LATEST UPDATES <br> PRECAUTIONS</p>
<a class="mt-3 text-indigo-500 inline-flex items-center" href="two.html" target="blank">Know More
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<div class="p-4 md:w-1/2 flex flex-col text-center items-center">
<div
class="w-20 h-20 inline-flex items-center justify-center rounded-full bg-indigo-100 text-indigo-500 mb-5 flex-shrink-0">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-10 h-10" viewBox="0 0 24 24">
<circle cx="6" cy="6" r="3"></circle>
<circle cx="6" cy="18" r="3"></circle>
<path d="M20 4L8.12 15.88M14.47 14.48L20 20M8.12 8.12L12 12"></path>
</svg>
</div>
<div class="flex-grow">
<h2 class="text-red-900 text-lg title-font font-medium mb-3 size">Vaccination</h2>
<p class="leading-relaxed text-base">IMPORTANCE <br> AVILABILITY <br> PRECAUTION</p>
<a class="mt-3 text-indigo-500 inline-flex items-center" href="Vaccination.html" target="blank">Get
Vaccinated
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- end of main body -->
<hr>
<!-- qusetion section -->
<!--section accordion-->
<section id="questions" class="p-5">
<div class="sectio p-5" id="questions">
<div class="container">
<h2 class="text-center mb-4">Frequenty asked question</h2>
<!--question4-->
<div class="accordion accordion-flush" id="questions">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#question-one">
How COVID-19 initially started ?
</button>
</h2>
<div id="question-one" class="accordion-collapse collapse" data-bs-parent="#questions">
<div class="accordion-body">
In December 2019, a novel coronavirus called SARS-CoV-2 has resulted in the outbreak of a respiratory
illness known as COVID-19. Karger Publishers supports research in this area by providing free access to
relevant articles (listed below) and works with international organisations to support the sharing of
relevant research and data, including supporting the WHO( <a
href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019/global-research-on-novel-coronavirus-2019-ncov"
target="_blank">WHO</a>) and the initiative from the White House Office of Science and Technology ( <a
href="https://www.ncbi.nlm.nih.gov/pmc/about/covid-19/"
target="_blank">https://www.ncbi.nlm.nih.gov/pmc/about/covid-19/</a>) to make all relevant research
and
data immediately available in one place via PubMed Central (PMC).
</div>
</div>
</div>
</div>
<!--question3-->
<div class="accordion accordion-flush" id="questions">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#question-two">
Do Vaccine really help ?
</button>
</h2>
<div id="question-two" class="accordion-collapse collapse" data-bs-parent="#questions">
<div class="accordion-body">
COVID 19-vaccines are effective (<a
href="https://www.cdc.gov/coronavirus/2019-ncov/vaccines/effectiveness/index.html"
target="_blank">https://www.cdc.gov/coronavirus/2019-ncov/vaccines/effectiveness/index.html</a> can
lower your risk of getting and spreading the virus that causes COVID-19. COVID-19 vaccines also help
prevent serious illness and death in children and adults (<a
href="https://www.cdc.gov/coronavirus/2019-ncov/vaccines/effectiveness/why-measure-effectiveness/breakthrough-cases.html"
target="_blank">https://www.cdc.gov/coronavirus/2019-ncov/vaccines/effectiveness/why-measure-effectiveness/breakthrough-cases.html</a>
)even if they do get COVID-19
</div>
</div>
</div>
</div>
<!--question3-->
<div class="accordion accordion-flush" id="questions">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#question-three">
What is the death %age ratio ?
</button>
</h2>
<div id="question-three" class="accordion-collapse collapse" data-bs-parent="#questions">
<div class="accordion-body">
The data available to date suggest a mean death rate of 2.8% for India, which includes 86% comorbidity
cases. Many of the states are performing well except those states such as West Bengal and Gujarat, where
death rates are closer to the USA i.e. >5%. In fact, the recovery rate for India has increased from 7.6
to
32% in a month
</div>
</div>
</div>
</div>
<!--question4-->
<div class="accordion accordion-flush" id="questions">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#question-four">
Which Vaccine is the best ?
</button>
</h2>
<div id="question-four" class="accordion-collapse collapse" data-bs-parent="#questions">
<div class="accordion-body">
The effect of every vaccine may vary person to person but as the record states , Covaxin has 77.8%
efficacy against symptomatic COVID-19 disease. The vaccine's efficacy against severe symptomatic
COVID-19
disease is 93.4%. "The efficacy data demonstrates 63.6% protection against asymptomatic COVID-19," the
manufacturer says.
</div>
</div>
</div>
</div>
<!--question5-->
<div class="accordion accordion-flush" id="questions">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#question-five">
How to cope up, if I have been tested +ve ?
</button>
</h2>
<div id="question-five" class="accordion-collapse collapse" data-bs-parent="#questions">
<div class="accordion-body">
If you test positive for COVID-19 and have one or more health conditions (<a
href="https://www.cdc.gov/coronavirus/2019-ncov/your-health/treatments-for-severe-illness.html"
target="_blank">https://www.cdc.gov/coronavirus/2019-ncov/your-health/treatments-for-severe-illness.html</a>)that
increase your risk of becoming very sick, treatment may be available (<a
href="https://www.cdc.gov/coronavirus/2019-ncov/your-health/treatments-for-severe-illness.html"
target="_blank">https://www.cdc.gov/coronavirus/2019-ncov/your-health/treatments-for-severe-illness.html</a>
). Contact a health professional right away after a positive test to determine if you may be eligible,
even if your symptoms are mild right now. Don’t delay: Treatment must be started within the first few
days
to be effective
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about us -->
<!-- Our Team Section -->
<section class="our-team" id="aboutus">
<div class="container">
<div class="row">
<div class="col-12">
<h2>Our Team Section</h2>
</div>
</div>
<hr class="mb-5 mt-4">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="member">
<img src="bhaskar.png" class="img-fluid" alt="" />
<div class="member-info">
<div class="member-detail">
<h4>Bhaskar Shukla</h4>
<span>Web Designer</span>
</div>
<div class="social">
<a href="https://github.com/shuklaji02" target="_blank"><i style="font-size:24px"
class="fa"></i>
<a href="https://twitter.com/bhaskar920" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/shuklaji9/" target="_blank"><i
style="font-size:24px" class="fa"></i></a>
<a href="https://www.instagram.com/bhaskarshukla02/" target="_blank"><i
class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="member">
<img src="Kaushik.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-detail">
<h4>Kaushik Lakhani</h4>
<span>Web Developer</span>
</div>
<div class="social">
<a href="https://github.com/kaal-coder" target="_blank"><i style="font-size:24px"
class="fa"></i></a>
<a href="https://twitter.com/_K_a_a_L" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/kaushik-lakhani-08012001/" target="_blank"><i
style="font-size:24px" class="fa"></i></a>
<a href="https://www.instagram.com/__k.a.a.l.__/" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="member">
<img src="mayank.jpg" class="img-fluid" alt="" />
<div class="member-info">
<div class="member-detail">
<h4>Mayank Rao</h4>
<span>IOS Developer</span>
</div>
<div class="social">
<a href="https://github.com/Mayank5112" target="_blank"><i style="font-size:24px"
class="fa"></i></a>
<a href="https://twitter.com/Mayank42762894" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/mayank-ji-4b98a5201/" target="_blank"><i
style="font-size:24px" class="fa"></i></a>
<a href="https://www.instagram.com/__tatakae_eren/" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="member">
<img src="Sanjib.jpeg" class="img-fluid" alt="" />
<div class="member-info">
<div class="member-detail">
<h4>Sanjib Mohanty</h4>
<span>Angular Developer</span>
</div>
<div class="social">
<a href="https://twitter.com/Sanjibmohanty05" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/sanjib-mohanty-07072001/" target="_blank"><i style="font-size:24px" class="fa"></i></a> </div>
</div>
</div>
</div>
</div>
<hr class="mt-5">
</div>
</section>
<!-- end of abourt us -->
</body>
</html>