-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcovid19.html
438 lines (406 loc) · 22.3 KB
/
covid19.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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<!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">
<title>Covid-19</title>
<link rel="stylesheet" href="covid19.css">
</head>
<style>
#size{
width: 60px;
height: 60px;
margin-top: 10px;
}
#rightnav>div>a{
text-decoration: none;
color: black;
}
#rightnav>div>a:hover{
color: #FF6F61;
}
</style>
<body>
<!-- navbar started -->
<div id="navbar">
<div id="leftnav">
<div><img src="https://www.1mg.com/images/tata_1mg_logo.svg" alt=""></div>
</div>
<div id="midnav">
<div><a href="index.html">MEDICINES</a></div>
<div><a href="labtest.html">Lab Tests</a></div>
<div><a href="consultdoctor.html">Consult Doctors</a></div>
<div><a href="covid19.html">COVID-19</a></div>
<div><a href="ayurveda.html">AYURVEDA</a></div>
<div><a href="careplain.html">CARE PLAN</a>
</div>
</div>
<div id="rightnav">
<div id="login"><a href="login.html">Login</a></div>
<div id="signup"><a href="signUp.html">Sign Up</a></div>
<div id="size"><a href="cart-page.html"><img src="https://www.1mg.com/images/header/cart-icon-rebrand.svg" alt=""></a></div>
<div>Need Help?</div>
</div>
</div>
<hr>
<div id="lowernav">
<div id="first">
<select id="location">
<option value="New Delhi">New Delhi</option>
<option value="Bangalore">Bangalore</option>
<option value="Bangalore">Gurgoan</option>
<option value="Bangalore">mumbai</option>
<option value="Bangalore">Noida</option>
<option value="Bangalore">Hydrabad</option>
<option value="Bangalore">Ghaziabad</option>
<option value="Bangalore">Chennai</option>
<option value="Bangalore">Pune</option>
<option value="Bangalore">Faridabad</option>
<option value="Bangalore">Indore</option>
<option value="Bangalore">Jaipur</option>
<option value="Bangalore">patna</option>
<option value="Bangalore">Agra</option>
<option value="Bangalore">Ahmdabad</option>
<option value="Bangalore">Bangalore</option>
<option value="Bangalore">Bhopal</option>
<option value="Bangalore">Bhubaneshwar</option>
<option value="Bangalore">Chandigad</option>
<option value="Bangalore">Chennai</option>
<option value="Bangalore">Coimbatore</option>
<option value="Bangalore">Dehradun</option>
<option value="Bangalore">Faridabad</option>
<option value="Bangalore">Ghaziabad</option>
<option value="Bangalore">Greater Noida</option>
<option value="Bangalore">Gurgoan</option>
<option value="Bangalore">Howrah</option>
<option value="Bangalore">Hydrabad</option>
<option value="Bangalore">Mohali</option>
<option value="Bangalore">Nagpur</option>
<option value="Bangalore">Nashik</option>
<option value="Bangalore">Navi Mumbai</option>
<option value="Bangalore">New Delhi</option>
<option value="Bangalore">Panchkula</option>
<option value="Bangalore">patna</option>
<option value="Bangalore">Rachi</option>
<option value="Bangalore">Surat</option>
<option value="Bangalore">Thane</option>
<option value="Bangalore">Vadodara</option>
<option value="Bangalore">Varanashi</option>
</select>
<input type="text" placeholder="search for Medicines and health Product">
</div>
<div id="second">
QUICK BUY! Get 25% off on medicines*
<span>Quick order</span>
</div>
</div>
<hr style="margin-top:5px;">
<div id="lowestnav">
<select id="">
<option value="">Health Resource Center</option>
<option value="">All Deseases</option>
<option value="">All Medicines</option>
<option value="">Medicines by Theraputic class</option>
</select>
<select name="" id="">
<option value="">Covid-19 Self test kits
</option>
<option value="">Oxygen Cans & Concentartors</option>
<option value="">Mask</option>
<option value="">Sanitizer & Handwash Product</option>
<option value="">Support Your Immunity
</option>
<option value="Thermomete">Tharmometer</option>
<option value="">Chyawanprash</option>
</select>
<select>
<option value="">Tata 1mg Health Products</option>
<option value="">Summer Essntial</option>
<option value="">Trending now</option>
<option value="">New Arrivals on Tata 1mg</option>
<option value="">Buy More Save More</option>
<option value="">Minimum 33% off</option>
<option value="">Popular Combo Deals</option>
</select>
<select name="" id="">
<option value="">Vitamins & Nutrition</option>
<option value="">Multivitamins</option>
<option value="">Vitamins A-Z</option>
<option value="">Mineral Suplements</option>
<option value="">Vitamin B12 & B Complex</option>
</select>
<select>
<option value="">Diabetes</option>
<option value="">Blood Glucose</option>
<option value="">Test Strips</option>
<option value="">Syringes & Pens</option>
<option value="">Homeopathy</option>
</select>
<select>
<option value="">Healthcare Devices</option>
<option value="">Neck & Shoulder Support</option>
<option value="">Knee & legs Support</option>
<option value="">Ankle & Foot Support</option>
<option value="">Hand & Wrist Braces</option>
<option value="">Arm % Elbow Support</option>
<option value="">Cervical Pillows</option>
<option value="">Comperisson Support & sleeves</option>
<option value="">Heel Support</option>
</select>
<select>
<option value="">Personal Care</option>
<option value="">Baby Care</option>
<option value="">Baby Diapers</option>
<option value="">Nursing & Feeding</option>
<option value="">Baby Bath Essential</option>
<option value="">Baby Skin care</option>
<option value="">Baby Healthcare</option>
</select>
<select name="" id="">
<option value="">Health Condtion</option>
<option value="">Stomach Care</option>
<option value="">Bone joint & Muscle Care</option>
<option value="">Pain Relief</option>
<option value="">Heating Aids</option>
<option value="">Eye Care</option>
<option value="">Eye Lubericants</option>
<option value="">Eye Care</option>
</option>
</select>
</div>
<hr>
<!-- navbar ended -->
<div id="comb">
<div>
<h1 class="headers">
Combating corona virus in India
</h1>
<div class="minicont" style="margin-top: -20px;">
As we are staring at a potential rise of coronavirus in India, <span style="font-weight: 600;
color: #3b3b3b;">testing, tracing</span> and <span style="font-weight: 600;
color: #3b3b3b;">treating</span> is the ideal way of curbing this spread. Testing on time helps provide early treatment which, in turn, prevents the spread to your loved ones and others around you.
</div>
<hr style="background-color: black; border: 1px solid black">
<div class="minicont" style="font-weight:600;">
Experiencing COVID-like symptoms? To book a COVID-19 test at home, call on
</div >
<h1 class="headers" style=" margin-top:-4px">
1800-212-2353
</h1>
</div>
<div id="img1">
<img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/img-head.png" alt="girlImg">
</div>
</div>
<div id="rtpcr">
<div >
<h2 class="header2">COVID-19 RT-PCR test</h2>
<div class="someContent" style="width: 80%; margin-top: -10px;">
Gold standard test to detect active coronavirus infection
</div>
<div id="btn1"><a href=""><button>BOOK NOW</button></a></div>
</div>
<div>
<img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/rtpcr.png"
style="width: 100%; height: 100%;" alt="test">
</div>
</div>
<div id="essentials">
<h2 class="header2" style="padding: 0 0 0 0;">Covid essentials everything you need</h2>
<div id="items"><div><img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/cold-cough.png" alt=""></div>
<div><img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/track-your-vitals.png" alt=""></div>
<div><img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/hand-wash.png" alt=""></div>
<div><img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/mask&face.png" alt=""></div>
<div><img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/immunity.png" alt=""></div>
<div><img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/disinfectants.png" alt=""></div></div>
</div>
<div id="manageCards">
<h2 class="header2" style="padding: 0 0 0 0;">COVID Management & Home Care Tests</h2>
<div id="cardCont">
<div id="card1">
<div id="card1head">COVID Antibody IgG (Quantitative)</div>
<hr class="hrcard">
<div class="cardpara" style="color: #993859;">The Antibody Test detects any past occurrence of the infection by looking for COVID-19 antibodies
</div>
<hr class="cardhr2">
<div class="cardsubhead" style="color:#993859;">Who should take the test ?</div>
<ul class="cardul" style="color:#993859;">
<li class="cardli">Think you contracted the coronavirus in the past and have already recovered</li>
<li class="cardli">Want to know if your body has encountered the infection and made antibodies against the coronavirus</li>
<li class="cardli" style="margin-bottom: 100px;">Have recovered from COVID-19 and want to help people who need plasma therapy</li>
</ul>
<div class="cardbook" style="background-color:#993859; margin-left: -20px; width: 99%;">BOOK NOW ></div>
</div>
<div style="background-color: #EFFFF5; color: #4B5E4C;"><div id="card1head">Covid Home Care Essential</div>
<hr class="hrcard">
<div class="cardpara" style="color: #993859;">The COVID Home Care Essential package offers 33 tests (Includes CRP, CBC with NLR, ESR, BUN and more) that give important clues about the various health parameters.
</div>
<hr class="cardhr2">
<div class="cardsubhead" style="color:#993859;">This test is recommended if you:</div>
<ul class="cardul" style="color:#993859;">
<li class="cardli">Have been diagnosed with COVID-19 and need to understand how COVID-19 has impacted your health</li>
<li class="cardli">Are getting COVID-19 care at home and notice any worsening of the symptoms</li>
<li class="cardli" style="margin-bottom: 77px;">Have been advised by the doctor to check your biomarkers</li>
</ul>
<div class="cardbook" style="background-color:#4B5E4C; margin-left: -20px; width: 99%; ">BOOK NOW ></div></div>
<div style="color:#72582e; background-color:#fdedbe"><div id="card1head">COVID Home Care Complete</div>
<hr class="hrcard">
<div class="cardpara" style="color: #993859;">The COVID Home Care Complete package offers 41 tests (Includes D-Dimer, IL-6, HbA1c, Serum electrolytes, etc., in addition to CRP, CBC with NLR, ESR, and more) that give important clues about the various health parameters.
</div>
<hr class="cardhr2">
<div class="cardsubhead" style="color:#993859;">This test is recommended if you:</div>
<ul class="cardul" style="color:#993859;">
<li class="cardli">Have been diagnosed with COVID-19 and need to understand how COVID-19 has impacted your health</li>
<li class="cardli">Are getting COVID-19 care at home and notice any worsening of the symptoms</li>
<li class="cardli" style="margin-bottom: 30px;">Have been advised by the doctor to check your biomarkers</li>
</ul>
<div class="cardbook" style="background-color:#72582e; margin-left: -20px; width: 99%;">BOOK NOW ></div></div>
</div>
</div>
<div id="choice">
<img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/1mg-choice-img.svg" alt="choice" style="max-width: 17%;">
<div>People with comorbidities such as diabetes and heart disease should opt for <span style="font-weight: 600;">COVID Home Care Complete</span> to cover more biomarkers which allows a nuanced view of their health status.</div>
</div>
<div id="prepare"><div> <h2>Prepare, don't panic</h2>
<div>Counter misinformation and keep yourself updated about all COVID-related developments with concise booklets and guides. These guides, compiled by the team of doctors at Tata 1mg, are based on analysis of data by trusted sources such as the WHO, Lancet, National Institute of Communicable Diseases, South Africa, MoHFW & discussions with medical experts.</div>
<button class="btn2" style="margin-top: 30px; ">SELECT LANGUAGE </button>
</div>
<div id="ebook">
<div id="ebookCont">
<div><img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/Home_isolation_tips_by_Tata_1mg.png" alt="">
<button class="btn2" style="width: 100%; margin-top: 30px;">DOWNLOAD E-BOOK</button></div>
<div><img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/COVID-Omicron-Tata1mg.png" alt=""><button class="btn2" style="width: 100%; margin-top: 30px;">DOWNLOAD E-BOOK</button></div>
<div><img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/Double-masking-tips-by-1mg.png" alt=""><button class="btn2" style="width: 100%; margin-top: 30px;">DOWNLOAD E-BOOK</button></div>
</div>
<button id="show">SHOW MORE +</button>
</div>
</div>
<div id="modal">
<div>
<div><h2 class="header2">COVID-19 & latest treatment modalities</h2></div>
<div class="someCont">To prepare for the imminent threats of this virus, scientists and researchers are constantly developing newer treatment strategies. One such new treatment option includes monoclonal antibodies. Want to know more about these available treatments and how they work against COVID variants, including Delta and Omicron?</div>
<div style="width: 100%;"><button class="btn2"; style="margin-left:2vw; width:40%; margin-top: 30px;">READ THIS ARTICLE</button></div>
</div>
<div>
<img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/hand.png" style="width:100%; height:300px" alt="">
</div>
</div>
<div id="antiBodies">
<div><div><h2 class="header2">Has your doctor prescribed COVID treatment based on monoclonal antibodies?</h2></div>
<div style="width: 100%;"><button class="btn2"; style="margin-left:2vw; width:40%; margin-top: 20px;margin-bottom: 20px;">FIND IT HERE</button></div></div>
<div><img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/monoclonal_dweb.png" style="width:100%; height:280px" alt=""></div>
</div>
<div id="guidance">
<div><div><h2 class="header2">Think you may have COVID-19?</h2></div>
<div class="someContent">Talk to a qualified doctor online for FREE & get expert guidance</div>
<div style="width: 100%;"><button class="btn2"; style="margin-left:2vw; width:40%; margin-top: 40px;margin-bottom: 20px;">CALL NOW</button></div></div>
<div><img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/talk-now.png" style="width:100%; height:280px" alt=""></div>
</div>
<div id="yout">
<div><h2 class="header2">Watch these detailed videos to get answers to commonly asked questions on coronavirus in India:</h2></div>
<div id="ytcont">
<div><iframe width="100%" height="300" src="https://www.youtube.com/embed/P4TKxfj3tu4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<div><iframe width="100%" height="300" src="https://www.youtube.com/embed/UN7fbohf0uw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<div><iframe width="100%" height="300" src="https://www.youtube.com/embed/H3H0XCyQgXY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<div><iframe width="100%" height="300" src="https://www.youtube.com/embed/pso2qbEj0Y4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
</div>
</div>
<div id="consult">
<div><div><h2 class="header2">Think you have fever, cold or cough?</h2></div>
<div class="someContent">Talk to our experts online</div>
<div style="width: 100%;"><button class="btn2"; style="margin-left:2vw; width:40%; margin-top: 40px;margin-bottom: 20px;">CONSULT NOW</button></div></div>
<div><img src="https://marketing-compaigns.s3.ap-south-1.amazonaws.com/emailer/Corona_landing_page/consult-doc.png" style="width:100%; height:250px" alt=""></div>
</div>
<div id="refer">
Reference:
<br>
www.mohfw.gov.in/pdf/StatewiseCovidHospitalslink19062020.pdf
</div>
<!-- footer started -->
<div id="footer">
<div id="upperfooter">
<div>
<h3>Know Us</h3>
<p>About Us</p>
<p>Press Coverage</p>
<p>Careers</p>
<p>Business</p>
<p>Partnership</p>
<p>Become a Health partner</p>
</div>
<div><h3>Our Policies</h3>
<p>Privacy Policy</p>
<p>Terms and Condition</p>
<p>Editorail Policy</p>
<p>Return Policy</p>
<p>IP Policy</p>
<p>Grievance Redressal Policy</p>
</div>
<div>
<h3>Our Services</h3>
<p>Order Medicines</p>
<p>Book Lab Test</p>
<p>Consult a Docter</p>
<p>Ayureda Article</p>
<p>Hindi Article</p>
<p>Care Plan</p>
</div>
<div>
<h3>Connect</h3>
<p>Social Links</p>
<div id="sociallogo">
<img src="https://cdn-icons-png.flaticon.com/128/747/747374.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/25/25347.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/1384/1384028.png" alt="">
<img src="https://cdn-icons.flaticon.com/png/128/3536/premium/3536569.png?token=exp=1655217871~hmac=ae40271914959caebd3c5701e6bbe059" alt="">
</div>
<p>What daily dose of health</p>
<button>SIGN UP</button>
</div>
<div>
<h3>Download App</h3>
<img src="https://onemg.gumlet.io/search_widget/google-badge_3x.png?format=auto" alt="">
<img src="https://onemg.gumlet.io/search_widget/appstore-badge_3x.png?format=auto" alt="">
</div>
</div>
<hr>
<div id="midfooter">
<div><img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1571132631/secure-rebrand_x6f8yq.svg" alt="">
<div style="margin-left:10px;">
<h2>Reliable</h2>
<p>All products displayed on Tata 1mg are procured from verified and licensed pharmacies. All labs listed on the platform are accredited</p>
</div>
</div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1571132500/reliable-rebrand_rcpof3.svg" alt="">
<div>
<h2>Secure</h2>
<p>Tata 1mg uses Secure Sockets Layer (SSL) 128-bit encryption and is Payment Card Industry Data Security Standard (PCI DSS) compliant</p>
</div>
</div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1571131870/affordable-rebrand_ivgidq.svg" alt="">
<div>
<h2>Affordable</h2>
<p>Find affordable medicine substitutes, save up to 50% on health products, up to 80% off on lab tests and free doctor consultations</p>
</div>
</div>
</div>
<hr style="margin-top: 20px;">
<div id="bottomfooter">
<div id="bottomimg">
<img src="https://static.legitscript.com/seals/729605.png" alt="">
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1580717209/URS_ebgmxc.png" alt="">
</div>
<p>India's only LegitScript and ISO/ IEC 27001 certified online healthcare platform</p>
</div>
<hr style="margin-top: 20px;">
<h2 style="margin: 20px 0px 0px 30px;">Know more about Tata 1mg</h2>
<hr style="margin-top: 20px;">
<p id="lastfooter">© 2022 Tata 1mg. All rights reserved. In compliance with Drugs and Cosmetics Act, 1940 and Drugs and Cosmetics Rules, 1945, we don't process requests for Schedule X and other habit forming drugs.</p>
</div>
</body>
</html>
<script src="covid19.js"></script>
<script src="navbar.js"></script>