forked from as1605/DevClub-Assignment1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (97 loc) · 4.32 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
<html>
<head> <link rel="stylesheet" type="text/css" href="cssfile.css">
<title>
Covid Guidelines
</title>
</head>
<body>
<div class="rec1">
<div class="topnav">
<a href="#Home" id="HomeLink"> Home </a>
<a href="#Tips" id="TipsLink">Tips</a>
<a href="#Symptoms" id="SymptomsLink">Symptoms</a>
<a href="#FAQs" id="FAQSLink">FAQs</a>
<a href="#Youtube" id="YoutubeLink">Youtube</a>
</div>
<div class="Home" id="Home">
<div class="cap1">
Confused about where to get the right information for covid?
</div>
<div class="cap2">
Don't worry, we've got you covered
</div>
</div>
</div>
<div class="Tips" id="Tips">
<div id="TipsHeading"> Tips
</div>
<div class="rec2">
<img id="img1" src="https://csciitd-my.sharepoint.com/personal/tt1201099_iitd_ac_in/Documents/CovidGuide%20Assignment/FFP2%20Face%20mask-amico%201.png">
<div id="WearMask"> Wear Mask </div>
</div>
<div class="rec3">
<img id="img2" src="https://csciitd-my.sharepoint.com/personal/tt1201099_iitd_ac_in/Documents/CovidGuide%20Assignment/Handwashing-amico%201.png">
<div id="WashHands"> Wash Hands</div>
</div>
</div>
<div class="rec4" id="Symptoms">
<div id="Rec4Heading"> Symptoms </div>
<div class="rec5">
<table>
<tr>
<th id="tablecol1"> Symptoms </th>
<th id="tablecol2"> Severity </th>
<th id="tablecol3"> Advice </th>
</tr>
<tr>
<td> Fever </td>
<td> Mild </td>
<td> Drink plenty of fluids, particularly water. Medications such as paracetamol may help to ease discomfort. </td>
<tr>
<td> Cough </td>
<td> Mild </td>
<td> Cover your mouth and nose with a tissue when you cough or sneeze. Throw away used tissues in a lined trash can. </td>
</tr>
<tr>
<td> Tiredness </td>
<td> Severe </td>
<td> Take rest, eat healthy food and avoid other people.</td>
</tr>
<tr>
<td> Breathlessness </td>
<td> Mild </td>
<td> Avoid smoking and secondhand smoke.Visit a doctor if your SpO2 level drops below 96% </td>
</tr>
</table>
</div>
</div>
<div id="FAQs" class="FAQs">
<div id="FAQshead"> FAQ's </div>
<div class="rec6">
<div class="rec6_1">
<div id="rec6_1head"> What is COVID-19? </div>
<div id="rec6_1body">
COVID-19 is a disease caused by a virus called SARS-CoV-2. Most people with COVID-19 have mild symptoms, but some people can become severely ill. Although most people with COVID-19 get better within weeks of illness, some people experience post-COVID conditions. Post-COVID conditions are a wide range of new, returning, or ongoing health problems people can experience more than four weeks after first being infected with the virus that causes COVID-19. Older people and those who have certain underlying medical conditions are more likely to get severely ill from COVID-19. Vaccines against COVID-19 are safe and effective.
<div>
</div>
<div class="rec6_2">
<div id="rec6_2head"> Should I use soap and water or hand sanitizer to protect myself? </div>
<div id="rec6_2body">
Handwashing is one of the best ways to protect yourself and your family from getting sick. Wash your hands often with soap and water for at least 20 seconds, especially after blowing your nose, coughing, or sneezing; going to the bathroom; and before eating or preparing food. If soap and water are not readily available, use an alcohol-based hand sanitizer with at least 60% alcohol.
</div>
</div>
<div class="rec6_3">
<div id="rec6_3head"> What are the symptoms and complications that COVID-19 can cause? </div>
<div id="rec6_3body">
People with COVID-19 have reported a wide range of symptoms – from mild symptoms to severe illness. Symptoms may appear 2-14 days after exposure to the virus. If you have fever, cough, or other symptoms, you might have COVID-19.
</div>
</div>
</div>
</div>
<div class="Youtube" id="Youtube">
<div id="Youtubehead"> Youtube </div>
<iframe id="video" width="560" height="315" src="https://www.youtube.com/embed/Xe8fIjxicoo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="Footer"> Made by Sunaina </div>
</body>
</html>