-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsymptoms.php
306 lines (232 loc) · 10.9 KB
/
symptoms.php
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
<!DOCTYPE html>
<html>
<head>
<title>Symptoms</title>
<?php include 'links.php' ?>
<?php include 'Style.php' ?>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="JkiSPZZ0rvmaK2iuS9_b2tmGd7jdqmqnUvfbKkHqGS8" />
<meta name="description" content="Latest COVID-19 pandemic updates of India. Live stats , Day wise report , state wise report , Latest MHA guidelines , COVID help as on particular date.">
<meta name="keywords" content="Corona , Covid-19 , Symptoms , About corona, preventions , Guidelines ">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
</head>
<style type="text/css">
.container {
position: relative;
min-width: 100%;
display:
height: auto; /* Maximum width */
margin: 0 auto; /* Center it */
}
.bg-symp {
/* The image used */
background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('images/symp1.jpg');
/*background-position:center top;*/
/* Control the height of the image */
min-height: 500px ;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: contain ;
position: relative ;
line-height: 0.8;
}
.para_border {
/*border: 3px solid #4CAF50;*/
padding: 5px;
}
.clearfix {
overflow: auto;
margin: 10px;
font-family: ibm plex sans;
background-color: #28313e!important;
color: #fee ;
padding: 20px;
box-shadow: 0px 0px 5px 5px #222;
text-align: justify;
text-justify: inter-word;
}
.img2 {
/*margin: 10px ; */
float: right;
box-shadow: 0px 0px 5px 5px #222;
margin-left: 25px;
}
@media screen and (max-width: 500px) {
.bg-about h1 {
float: none;
display: block;
text-align: left;
}
.img_con{
/*box-shadow: 0 0 10px #123 ,0 0 40px #123; */
box-shadow: 0px 0px 5px 10px #222;
}
h1 {
/* Extra small devices (phones, less than 768px) */
font-size: 34px;
}
</style>
<body>
<!-- ..........................back to top ................. -->
<!-- back to top button -->
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fas fa-arrow-up"></i></button>
<!-- javascript -->
<div class="bg-symp" >
<nav class="navbar navbar-expand-lg bg-dark navbar-light nav-style p-3 ">
<a href="https://www.who.int/health-topics/coronavirus#tab=tab_1" style="text-decoration: none; display:inline-flex; padding-right: 20px;"><img height="100" width="100" src="images/co1.png" class="image" ><strong style="font-size:3rem; " class="my-auto"><h1 class="text-danger my-auto">STOP</h1><h5>COVID-19</h5></strong></a>
<button class="navbar-toggler" style="border-color: red ; " type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
<i class="fa fa-navicon" style="color:#fff; font-size:28px;"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto pr-5 ul_style">
<li class="nav-item ">
<a class="nav-link " style="color:#fff;" href="index.php">Home</a>
</li>
<li class="nav-item " >
<a class="nav-link" style="color:#fff;" href="About.php">About </a>
</li>
<li class="nav-item">
<a class="nav-link" style="color:#fff;" href="symptoms.php">Symptoms</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color:#fff;" href="prevention.php">Prevention</a>
</li>
</ul>
<div>
<a class="sharp_btn" style="text-decoration: none; color: #fff;" data-toggle="modal" data-target="#registerModal">
<span></span>
<span></span>
<span></span>
<span></span>
Register
</a>
</div>
</div>
</nav>
<!-- Modal -->
<div class="modal fade " id="registerModal" tabindex="-1" role="dialog" aria-labelledby="registerModalLabel" aria-hidden="true">
<div class="modal-dialog ">
<div class="modal-content " style="background-color: rgba(6,8,8,.6);">
<div class="modal-header">
<h3 class="modal-title text-warning" id="exampleModalLabel">Register Here<br><p style=" color:#f23; font-size: 1rem;">Register for getting latest COVID news</p></h3>
<button type="button" class="close btn-outline-primary" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true" style="color: #f23; font-weight: bold;">×</span>
</button>
</div>
<div class="modal-body " >
<form>
<div class="form-group">
<input type="text" placeholder="Enter your Name" class="form-control" id="name" aria-describedby="name">
</div>
<div class="form-group">
<input type="text" placeholder="Enter your phone no." class="form-control" id="phone" aria-describedby="emailHelp">
</div>
<div class="form-group">
<input type="email" placeholder="Enter your email id" class="form-control" id="exampleInputEmail1" autosave="off" autocomplete="off" aria-describedby="emailHelp">
</div>
<div class="form-group">
<input type="password" placeholder="Enter a unique Password" class="form-control" id="exampleInputPassword1">
</div>
<div class="form-group">
<input type="password" placeholder="Confirm Password" class="form-control" id="exampleInputPassword2">
</div>
<button type="submit" class="btn btn-outline-danger bg-primary">Submit</button>
</form>
</div>
<div class="modal-footer">
<!-- <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> -->
</div>
</div>
</div>
</div>
<!-- ............................................Back Button................................................ -->
<div class="m-4">
<a href="index.php" class="btn btn-info btn-lg " style="width: auto; " >
<span class="far fa-arrow-alt-circle-left"></span> Home
</a>
</div>
<!-- .....................................Symptoms of Covid.................................... -->
<div class="container-fluid align-text-bottom " style="height: 80px; padding: 10px; margin-top: 345px; background-color: rgba(6,8,8,.6);">
<div class="row " >
<div class="col-lg-12 col-md-12 col-sm-12 " >
<h1 style="color: #f31; ">
Symptoms
<small class="text-primary" >Of COVID-19</small>
</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-light">
<div>
<div class="clearfix para_border">
<img class="img2 img-fluid" src="images/safe1.jpg" alt="corona1" width="360" height="240" >
<span><i style="font-size:1.2rem ; " ></i>
<p class="p-2">
The most common symptoms of COVID-19 are fever, dry cough, and tiredness. Other symptoms that are less common and may affect some patients include aches and pains, nasal congestion, headache, conjunctivitis, sore throat, diarrhea, loss of taste or smell or a rash on skin or discoloration of fingers or toes. These symptoms are usually mild and begin gradually. Some people become infected but only have very mild symptoms.<br>
Most people (about 80%) recover from the disease without needing hospital treatment. Around 1 out of every 5 people who gets COVID-19 becomes seriously ill and develops difficulty breathing. Older people, and those with underlying medical problems like high blood pressure, heart and lung problems, diabetes, or cancer, are at higher risk of developing serious illness. However, anyone can catch COVID-19 and become seriously ill. People of all ages who experience fever and/or cough associated withdifficulty breathing/shortness of breath, chest pain/pressure, or loss of speech or movement should seek medical attention immediately. If possible, it is recommended to call the health care provider or facility first, so the patient can be directed to the right clinic.
</p>
<h2> Watch for symptoms</h2>
<p class="pl-2">People with COVID-19 have had a wide range of symptoms reported – ranging from mild symptoms to severe illness.</p>
<p class="pl-2">Symptoms may appear 2-14 days after exposure to the virus. People with these symptoms may have COVID-19:</p>
<ul class="pl-5 ">
<li>Fever or chills</li>
<li>Cough</li>
<li>Shortness of breath or difficulty breathing</li>
<li>Fatigue</li>
<li>Headache</li>
<li>New loss of taste or smell</li>
<li>Sore throat</li>
<li>Congestion or runny nose</li>
<li>Nausea or vomiting</li>
<li>Diarrhea</li>
</ul>
<p class="p-2">This list does not include all possible symptoms. CDC will continue to update this list as we learn more about COVID-19.</p>
</span>
</div>
</div>
</div>
<div class="container p-3">
<div class="row p-2 ">
<div class="col-sm-12 col-lg-12 col-md-12 shadow-lg">
<img src="images/symp2.jpg" class="img-fluid" style="width: 100%;" alt="symptoms">
</div>
</div>
<div class="row p-2">
<div class="col-lg-12 col-md-12 col-sm-12 shadow-lg">
<img src="images/symp3.jpg" class="img-fluid" style="width: 100%;" alt="Prevention">
</div>
</div>
</div>
<!-- ..........................footer.......................................................... -->
<footer class="text-center p-5" style="background-color:#a61625 ; color: #fff ; ">
<p>Copyright Reserved HarshTech</p>
</footer>
<!-- ..........................JavaScript....................................... -->
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 60 || document.documentElement.scrollTop > 60) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>