-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.php
344 lines (270 loc) · 13.2 KB
/
home.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
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
<?php
include('security.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>इ-सिक्किम</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="shortcut icon" href="img/odi.png">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<script src="https://kit.fontawesome.com/d0fe7b38ff.js" crossorigin="anonymous">
</script>
<script src="ouical.js"></script>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="ouical_generator.css">
<link rel="stylesheet" href="fonts/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="fonts/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link href="vendor1/icofont/icofont.min.css" rel="stylesheet">
<!-- Theme Style -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style1.css">
<style type="text/css">
.responsive {
max-width: 90%;
height: auto;
}
#mapsbtn {
display: inline-block;
padding: 15px 25px;
font-size: 15px;
margin-bottom: 10px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: sienna;
border: none;
border-radius: 15px;
box-shadow: 0 9px #999;
}
#mapsbtn:hover {background-color: grey}
#mapsbtn:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
#mapsbtn:hover a{
color: #21c87a;
}
</style>
</head>
<body>
<?php
include('navbar.php');
?>
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-end align-items-center">
<div id="heroCarousel" class="container carousel carousel-fade" data-ride="carousel">
<!-- Slide 1 -->
<div class="carousel-item active">
<div class="carousel-container"><br><br><br>
<h2 class="animated fadeInDown" style="color: black">HOME TREATMENT & ALARM SYSTEM </h2>
<a href="#about" class="btn-get-started animated fadeInUp scrollto">Get Started</a>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item">
<div class="carousel-container">
<img class="animated fadeInDown" src="img/kerala/k7.png">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon bx bx-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#heroCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon bx bx-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<svg class="hero-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs>
<path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z">
</defs>
<g class="wave1">
<use xlink:href="#wave-path" x="50" y="3" fill="rgba(255,255,255, .1)">
</g>
<g class="wave2">
<use xlink:href="#wave-path" x="50" y="0" fill="rgba(255,255,255, .2)">
</g>
<g class="wave3">
<use xlink:href="#wave-path" x="50" y="9" fill="#fff">
</g>
</svg>
</section>
<section class="section bg-light top-slant-black">
<div class="clearfix mb-5 pb-5">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 text-center heading-wrap">
<h1>MEASURES FOR HOME TREATMENT FOR COVID19</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="major-caousel js-carousel-1 owl-carousel">
<div >
<div class="media d-block media-custom text-center">
<a href="covid_world/examples/dashboard/index.html"><img src="img/q1.jpg" alt="Image Placeholder" class="img-fluid"></a>
<div class="media-body" style="background-color: #121212">
<h3 class="mt-0 text-white">SYMPTOMS</h3>
<p>=> Fever</p>
<p> => A new,continuous cough</p>
<p> => Shortness of breath</p>
<p> => Fatigue</p>
<p> => Headaches</p>
<p> => Sore Throat</p>
<p> => Aches & Pains</p>
<div class="author-text" style="color: red">
<h6>Visit a Hospital</h6>
<p>URGENT</p>
</div>
</div>
</div>
</div>
<div>
<div class="media d-block media-custom text-center">
<a href="covid_ind/Tracker - India/index.html"><img src="img/q3.png" alt="Image Placeholder" class="img-fluid"></a>
<div class="media-body" style="background-color: #121212">
<h3 class="mt-0 text-white">PAIN MEDICATION</h3>
<p>The most useful medicine is something to decrease headaches, body aches, and fever, like acetaminophen (Tylenol),”</p><br><br><br><br><br><br>
</div>
</div>
</div>
<div>
<div class="media d-block media-custom text-center">
<a href="covid_ind/Tracker - India/index.html"><img src="img/q4.jpg" alt="Image Placeholder" class="img-fluid"></a>
<div class="media-body" style="background-color: #121212">
<h3 class="mt-0 text-white">TISSUES</h3>
<p>Viral droplets spread by coughing, sneezing, or spitting is one of the primary ways that COVID-19 spreads from person to person.
Have plenty of tissues on hand to help prevent transmitting it to other people in your family.</p><br><br><br>
</div>
</div>
</div>
<div>
<div class="media d-block media-custom text-center">
<a href="covid_ind/Tracker - Odisha/index.html"><img src="img/q7.jpg" alt="Image Placeholder" class="img-fluid"></a>
<div class="media-body" style="background-color: #121212">
<h3 class="mt-0 text-white">ZINC</h3>
<p>“Although there is no direct evidence at this time to suggest that using zinc lozenges can prevent or treat COVID-19 in people, zinc does have antiviral properties and was shown in a laboratory study to inhibit the replication of coronaviruses in cells,” </p><br><br>
</div>
</div>
</div>
<div>
<div class="media d-block media-custom text-center">
<a href="covid_ind/Tracker - Odisha/index.html"><img src="img/q8.png" alt="Image Placeholder" class="img-fluid"></a>
<div class="media-body" style="background-color: #121212">
<h3 class="mt-0 text-white">Vitamin C</h3>
<p>“It supports the activity of our immune cells, especially when they work more than they should during outbreaks”</p><br><br><br><br><br><br>
</div>
</div>
</div>
<div>
<div class="media d-block media-custom text-center">
<a href="covid_ind/Tracker - Odisha/index.html"><img src="img/q6.jpg" alt="Image Placeholder" class="img-fluid"></a>
<div class="media-body" style="background-color: #121212">
<h3 class="mt-0 text-white">PRESCRIPTION MEDIICINES</h3>
<p>If you have asthma or another respiratory illness, be sure to have extra medications on hand.
having conditions such as diabetes, heart disease, and immune system disorders place you at higher risk of serious complications from COVID-19.
“Ensure that you have a four-week supply of prescription and over-the-counter medicine,And while you are stocking up and preparing, please check in with neighbors who are elderly or need extra help.”</p>
</div>
</div>
</div>
<div>
<div class="media d-block media-custom text-center">
<a href="covid_ind/Tracker - India/index.html"><img src="img/q2.jpg" alt="Image Placeholder" class="img-fluid"></a>
<div class="media-body" style="background-color: #121212">
<h3 class="mt-0 text-white">CLEAN WATER</h3>
<br><br>
<p>“Healthy hydration levels can help your nose by maintaining that the mucous membrane is intact,” she added. “This could help decrease nasal irritation when coughing, sneezing, and even just breathing. Moisture also helps heal broken membranes so additional bacteria don’t get into the body.”</p><br><br><br>
</div>
</div>
</div>
<div>
<div class="media d-block media-custom text-center">
<a href="covid_ind/Tracker - India/index.html"><img src="img/q5.jpg" alt="Image Placeholder" class="img-fluid"></a>
<div class="media-body" style="background-color: #121212">
<h3 class="mt-0 text-white">COUGH MEDICINE</h3><br><br>
<p>“Many people with COVID-19 have a strong cough,If you have asthma or any other respiratory condition, it’s essential that you continue to take your routine respiratory medicines, and follow your asthma action plan or any similar instructions from your doctor for the use of rescue medications.”</p><br><br><br><br><br>
</div>
</div>
</div>
</div>
<!-- END slider -->
</div>
</div>
</section> <!-- .section --><br><br>
<div class="jumbotron" >
<h2 style="text-align: center;" >SET REMINDERS</h2>
<br><br>
<form id="calendar-generator">
<div class="form-group">
<label for="event-title" style="text-align: left;">Title:</label>
<input type="text" class="form-control" name="event-title" placeholder="Enter title" required id="event-title">
</div>
<div class="form-group">
<label for="start-time" style="text-align: left;">Start Time:</label>
<input type="datetime-local" class="form-control" name="start-time" required id="start-time">
</div>
<div class="form-group">
<label for="end-time">End Time:</label>
<input type="datetime-local" class="form-control" name="end-time" required id="end-time">
</div>
<div class="form-group">
<label for="event-address" style="text-align: left;">Name of Medication:</label>
<input type="text" name="event-address" class="form-control" placeholder="Enter Medication"required id="event-address">
</div>
<div class="form-group">
<label for="event-description"></label>
<textarea name="textarea" rows="10" cols="50" class="form-control" placeholder="Enter the Dosage of Medication" required id="event-description"></textarea>
</div>
<div class="form-group">
<label for="event-id" style="text-align: left;">Assign custom ID:</label>
<input class="form-control" type="text" name="event-id" id="event-id">
</div>
<div class="form-group">
<label for="event-class" style="text-align: left;">Assign custom category:</label>
<input class="form-control" type="text" name="event-class" id="event-class">
</div>
<input type="submit" value="GENERATE REMINDER" />
<h2 style="text-align: center;">CUSTOMIZE & SAVE REMINDERS:</h2>
<p style="text-align: center;">Click on "View Using" to select calender type & Set Alarm</p>
</form>
<div class="container">
<div id="live-example"></div>
<div id="html-result"></div>
</div>
</div>
<script src="ouical_generator.js"></script>
<br><br><br><br><br><br>
<?php
include('footer.php');
?>
<!-- END footer -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<script src="js/main.js"></script>
<script src="js/main1.js"></script>
</body>
</html>