-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
516 lines (468 loc) · 26.2 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
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
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
<!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="/your-path-to-fontawesome/css/all.css" rel="stylesheet" />
<link rel="stylesheet" href="homepage.css" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="footer.css">
<title>Netmeds Clone</title>
</head>
<body>
<!--navbar css style-->
<!-- navbar css style -->
<!-- nav section start -->
<nav class="nav">
<div class="nav1 cnter">
<img
src="https://nms-assets.s3-ap-south-1.amazonaws.com/images/cms/aw_rbslider/slides/1663609483_netmeds-new-logo.svg"
onclick="window.location.href='index.html'"
/>
</div>
<div class="nav2 flex">
<select id="searchbar">
<option value="">Deliver to <strong>110008</strong></option>s
<option value="">Delhi</option>
<option value="">Pune</option>
<option value="">Punjab</option>
<option value="">Mumbai</option>
<option value="">kolkata</option>
</select>
<input type="search" name="" id="" placeholder="Search for medicine & wellness products..." />
</div>
<div class="flex nav3">
<p> <i class="fa fa-upload"></i>Upload</p>
<p onclick="window.location.href='cart.html'"><i class="fa fa-cart-plus"></i> Cart</p>
<p> <i class="fa fa-user-circle"></i> <span onclick="window.location.href='signin.html'">Sign In</span> / <span onclick="window.location.href='signup.html'"> Sign up</span></p>
</div>
</nav>
<nav>
<!-- 2nd nav section start-->
<section class="flex nav-section-2">
<div onclick="window.location.href='medicine.html'"><img src="https://cdn-icons-png.flaticon.com/512/172/172835.png" alt=""> Medicine</div>
<div onclick="window.location.href='wellness.html'"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT4EgzB070uBnJZY-dekj7Qcmt2N4pDyKhymw&usqp=CAU" alt=""> Wellness</div>
<div onclick="window.location.href='labtest.html'"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSlakK8aRcQ9usCmZtBN4SeIyeeSF8z8qxxaA&usqp=CAU" alt=""> Lab Tests</div>
<div onclick="window.location.href= 'beauty.html'"><img src="https://cdn-icons-png.flaticon.com/512/1414/1414932.png" alt=""> Beauty</div>
<div><img src="https://www.cdc.gov/preconception/images/checklist-icon.png?_=23284" alt=""> Health Corner</div>
</section>
<!-- 2nd nav section end -->
</nav>
<!-- nav section end -->
<!-- category section start -->
<div class="flex category-section">
<p>COVID Essentials</p>
<p>Diabetes</p>
<p>Eyewear</p>
<p>Ayush</p>
<p>Fitness</p>
<p>Mom & Baby</p>
<p>Devices</p>
<p>Surgicals</p>
<p>Sexual Wellness</p>
<p>Treatments</p>
</div>
<!-- category section end -->
<!-- slider start -->
<section class="slider-section">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="3" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="4" aria-label="Slide 0"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1666362102_Home_Bannernmsnew.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1666355540_Home_Bannercold.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1667832066_Web_Home_Bannercabbb.jpg" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1666362146_Home_Bannernms20.jpg" alt="...">
</div>
<div class="carousel-item">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1667834207_Home-Page-Title-Banner-1680x320pxl.jpg" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!-- slider end -->
<!-- offer section start -->
<section class="offer-section flex center">
<div>
<div class="flex">
<img src="https://www.netmeds.com/assets/gloryweb/images/icons/Wellnessnew.svg" alt="">
<div>
<h5>Order Medicine</h5>
<p>Save Upto 60% off</p>
</div>
</div>
</div>
<div><span>›</span></div>
<div>
<div class="flex">
<img src="https://www.netmeds.com/assets/gloryweb/images/icons/Beautynew.svg" alt="">
<div>
<h5>Order Medicine</h5>
<p>Save Upto 60% off</p>
</div>
</div>
</div>
<div><span>›</span></div>
<div>
<div class="flex">
<img src="https://www.netmeds.com/assets/gloryweb/images/icons/ordermedicinnew.svg" alt="">
<div>
<h5>Order Medicine</h5>
<p>Save Upto 60% off</p>
</div>
</div>
</div>
<div><span>›</span></div>
</section>
<!-- offer section end -->
<!-- Payment partner offer section start-->
<section id="payment-offer-section">
<h3>Payment Partner Offers</h3>
<main id="payment-offer-slider">
<span>‹</span>
<span>›</span>
<section>
<div class="flex payment-offer">
<img src="https://www.netmeds.com/images/cms/offers/1657030565_Simpl_Icon.png" alt="">
<div>
<h5>Get up to Rs. 1000 Simpl Cashback* (5%)! ..</h5>
<p> Get up to Rs. 1000 Simpl Cashback (5%) on your FIRST-EVER payment via Simpl for ANY purchases* of AN.</p>
</div>
</div>
<div class="flex payment-offer">
<img src="https://www.netmeds.com/images/cms/offers/1654235738_Icon_256x256.png" alt="">
<div>
<h5>Use Pay with Rewards, Get max. Rs. 1000 Cashback!.. </h5>
<p> Get assured cashback of max. Rs. 1000, when you pay using the “Pay with Rewards” payment option ..</p>
</div>
</div>
</section>
</main>
</section>
<!-- payment partner offer section end -->
<!-- previes order section -->
<section id="previes-order-section" class="flex">
<div class="previes-box1 flex">
<div>
<h3>Previous Orders</h3>
<p>Your previously ordered products</p>
</div>
<img src="https://www.netmeds.com/assets/gloryweb/images/icons/new-icons/previous_orders.svg" alt="">
</div>
<div class="previes-box2 flex">
<div>
<h3>Beauty Products</h3>
<p>Save Upto 40% off</p>
</div>
<img src="https://www.netmeds.com/assets/gloryweb/images/icons/new-icons/beauty_products.svg" alt="">
</div>
</section>
<!-- previes order end -->
<!-- trend section start -->
<section id="trend-section">
<h3>Trending Today</h3>
<main id="trend">
<span>‹</span>
<span>›</span>
<section>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1669374250_Organic_India_mini_web.jpg" alt="">
</div>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1669377229_Groviva_Mini_banner_web.jpg" alt="">
</div>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1669378165_Hansaplast_mini_web.jpg" alt="">
</div>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1668782543_436x224.jpg" alt="">
</div>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1669617722_Truuth__mini_banner_for_web_70.jpg" alt="">
</div>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1669372682_Dettol__mini_web.jpg" alt="">
</div>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1669378014_3m_app2.jpg" alt="">
</div>
</section>
</main>
<h3>Shop By category</h3>
<section id="category-shop-section" class="flex">
<div class="category-div"><img src="https://www.netmeds.com/images/category/3055/thumb/covid-essentials_0.jpg" alt="">
<p>Covid Essentials</p>
</div>
<div class="category-div">
<img src="https://www.netmeds.com/images/category/481/thumb/ayush_0.jpg" alt="">
<p>Ayush</p>
</div>
<div class="category-div">
<img src="https://www.netmeds.com/images/category/v1/3085/thumb/mom_baby_0.jpg" alt="">
<p>Mom & Baby</p>
</div>
<div class="category-div">
<img src="https://www.netmeds.com/images/category/665/thumb/devices_0.jpg" alt="">
<p>Devices</p>
</div>
<div class="category-div">
<img src="https://www.netmeds.com/images/category/500/thumb/fitness_0.jpg" alt="">
<p>Fitness</p>
</div>
</section>
</section>
<!-- trend section start -->
<h3 style="margin-left: 30px;">Top Products</h3>
<section id="ShopByCat-section">
<span>‹</span>
<span>›</span>
<section id="ShopByCat-section-js">
</section>
</section>
<section id="explore-beauty-section">
<div>
<h3>Limited Time Deal</h3>
</div>
<div>
<section class="explore-section flex">
<div class="explore-box"><img src="https://www.netmeds.com/images/product-v1/600x600/899360/dettol_long_lasting_hygiene_body_wash_nourish_250_ml_0.jpg" alt="">
<p>Dettol Body Wash</p>
</div>
<div class="explore-box">
<img src="https://www.netmeds.com/images/product-v1/600x600/341494/liv_52_tablet_100_s_0.jpg" alt="">
<p>Himalaya Liv.52 Tablet 100's</p>
</div>
<div class="explore-box">
<img src="https://www.netmeds.com/images/product-v1/600x600/858557/_inlife_omega_3_double_strength_fish_oil_1000_mg_capsules_60s_0_1.jpg" alt="">
<p>
INLIFE Omega 3 Double Strength Fish Oil 1000 mg Capsules 60's</p>
</div>
<div class="explore-box">
<img src="https://www.netmeds.com/images/product-v1/600x600/859708/omron_compressor_nebulizer_ne_c101_0.jpg" alt="">
<p>Omron Compressor Nebulizer (NE-C101)</p>
</div>
<div class="explore-box">
<img src="https://www.netmeds.com/images/product-v1/600x600/915599/pure_nutrition_vitamin_c_tablet_60s_0_0.jpg" alt="">
<p>
Pure Nutrition Vitamin C Tablet 60's</p>
</div>
</section>
</div>
</section>
<section id="bg-section">
<div>
<h3>Grab Never Before Deals</h3>
</div>
<div>
<section class="explore-section flex">
<div class="explore-box"><img src="https://www.netmeds.com/images/product-v1/600x600/948854/accu_chek_guide_wireless_glucometer_kit_with_10s_test_strips_accu_chek_guide_test_strips_10s_free_0_1.jpg" alt="">
<p>Accu-Chek Guide Wireless Glucometer Kit with 10's Test Strips + Accu-Chek Guide Test Strips 10's Free</p>
</div>
<div class="explore-box">
<img src="https://www.netmeds.com/images/product-v1/600x600/960943/accu_chek_instant_glucometer_with_10_test_strips_free_colgate_diabetics_toothpaste_30_gm_1s_0_0.jpg" alt="">
<p>Accu-Chek Instant Glucometer with 10 Test Strips + Free Colgate Diabetics Toothpaste 30 gm 1's</p>
</div>
<div class="explore-box">
<img src="https://www.netmeds.com/images/product-v1/600x600/354458/accu_chek_active_test_strip_100_s_0.jpg" alt="">
<p>
Accu-Chek Active Test Strip 100's</p>
</div>
<div class="explore-box">
<img src="https://www.netmeds.com/images/product-v1/600x600/1027647/truuth_ankle_support_l_472637_0_0.jpg" alt="">
<p>Truuth Ankle Support (L)</p>
</div>
<div onclick="window.location.href='cart.html'" class="explore-box">
<img src="https://www.netmeds.com/images/cms/wysiwyg/brand/v2/msite/colorbar.jpg" alt="">
<p>Meybelline</p>
</div>
</section>
</div>
</section>
<section id="trend-section">
<h3>New On Netmeds</h3>
<main id="trend">
<span>‹</span>
<span>›</span>
<section>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1666376125_Happy_mini_web.jpg" alt="">
</div>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1669380878_RS-Pathy_-mini-banner-for-web.jpg" alt="">
</div>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1669381114_Baby-Organo_-mini-banner-for-web.jpg" alt="">
</div>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1668782543_436x224.jpg" alt="">
</div>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1669617722_Truuth__mini_banner_for_web_70.jpg" alt="">
</div>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1669372682_Dettol__mini_web.jpg" alt="">
</div>
<div class="">
<img src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1669378014_3m_app2.jpg" alt="">
</div>
</section>
<br>
<br>
<h3>Categories in Focus</h3>
<section id="category-shop-section" class="flex">
<div class="category-div"><img src="https://www.netmeds.com/images/category/3087/thumb/feminine_hygiene_1.jpg" alt="">
<p>Feminine Hygenine</p>
</div>
<div class="category-div">
<img src="https://www.netmeds.com/images/category/v1/525/thumb/body_care_1.jpg" alt="">
<p>Body Care</p>
</div>
<div class="category-div">
<img src="https://www.netmeds.com/images/category/482/thumb/ayurvedic_1.jpg" alt="">
<p>Ayurvedic</p>
</div>
<div class="category-div">
<img src="https://www.netmeds.com/images/category/v1/676/thumb/orthopaedics_1.jpg" alt="">
<p>Orthopaedics</p>
</div>
<div class="category-div">
<img src="https://www.netmeds.com/images/category/3216/thumb/sports_supplements_1.jpg" alt="">
<p>Sport Supplement</p>
</div>
</section>
</section>
</section>
<section id="home-text">
<p>
<strong>Popular Wellness Products</strong>: Dabur Shilajit Gold Capsule 20's | Dabur Chyawanprash Awaleha 500 gm | Pankajakasthuri Breathe Easy Granules 400 gm | Nestle Peptamen Peptide Based Diet Powder - Vanilla Flavour 400 gm (Tin) | Pentasure 2.0 Vanilla Powder 1 kg | Scalpe Plus Anti Dandruff Shampoo 75 ml | Nestle Nan Excella Pro 1 (Upto 6 Months) Powder 400 gm (Refill Pack) | Accu-Chek Active Test Strips 50's | D Protin Chocolate Powder 500 gm | Climax Spray for Men 12 gm
Top-Selling Health Packages: AAROGYAM C | Netmed Health Pack | Aarogyam 1.3 | Netmeds Swasthya | Diabetic Checkup | Aarogyam 1.7 | Basic Allergy Package | Aarogyam X | Advance Heart Care | Netmeds Swasthya Plus
Top-Selling Lab Tests: Complete Blood Count (CBC)/Complete Hemogram | LIVER FUNCTION TEST | Blood Glucose Fasting (FBS) | THYROID PROFILE -TOTAL(T3,T4&TSH) | Fever Profile | Urine Routine & Microscopy | Hemoglobin A1C (HbA1c) | 25-OH Vitamin D (TOTAL)/Vitamin D Total 25 Hydroxy | Uric Acid | Maternal screen-1st Trimester Dual Marker test
Top-Selling Radiology Tests: Ultrasound Whole Abdomen | MRI Scan Brain | CT Scan Brain | ECHO | X Ray Chest PA View | PET Scan | ECG | Ultrasound Pelvis | 3T MRI Scan Brain | CT Scan Chest
Most Viewed Health Articles:Chandraprabha Vati - Uses, Functions And Therapeutic Benefits | Amla: Benefits, Uses For Hair and Health Conditions, Supplements And Recipes | Amazing Benefits Of Chyawanprash For Bolstering Immunity And Vitality | Arogyavardhini Vati - Uses, Functions And Therapeutic Benefits | Amazing Benefits Of Betel Leaves Nobody Told You
</p>
<h6>Welcome to Netmeds.com! India's Leading Online Pharmacy!</h6>
<p>With a dynamic legacy of over 100 years in the pharma business, it comes as no surprise that Netmeds.com is the first choice of over 4 million+ satisfied customers when it comes to an online pharmacy in India. Netmeds.com has a pan India presence as we deliver health care essentials to every state in the country. We take your health seriously at Netmeds.com. Be it purchasing medicines online, lab tests or online doctor consultations, we've got it all covered for our customers!</p>
<h6>Take the Worry Out of Buying Medicines! Purchase Medicines Online Anytime, Anywhere!</h6>
<p>Get everything you need at Netmeds.com to take care of your health right from high-quality, affordable, authentic prescription medicines, Over-The-Counter pharmaceuticals products to general health care products, Ayurveda, Unani and Homeopathy medicines.
Buy medicines online at Netmeds.com from the comfort of your home and we will take care of the rest! We will ensure that the life-saving drugs reach your doorstep without a hitch. Do away with the hassle of driving to the medical store, waiting in line, or even remembering your refills! Netmed.com will sort out those problems for you effectively so that you can lead a healthy and full life!
Ordering medicines online at Netmeds.com is just a simple 4 step process. Browse through our wide range of health care products, add them to your cart, uploading your prescription (if required) and proceed to checkout!
With Netmed.com, rest assured that your health will be in safe hands!</p>
<h6>Buying medicines online</h6>
<p>At Netmeds.com, we ensure that you get high-quality life-saving medicines are delivered to you on time. Order medicines online at your convenience from across the country. We also deliver Ayurvedic, Homeopathic, Unani and Over-The-Counter (OTC) products to over 19,000 pin codes across the country!</p>
<h6>Medicine Subscription</h6>
<p>Remembering to refilling medicines month on month to address chronic conditions can be a hassle. Netmeds' subscription service will ensure that you never run out of these vital medicines. Just set it up and your medicines will get refilled and delivered automatically every month to your doorstep!</p>
<h6>Netmeds First</h6>
<p>Netmeds First is our loyalty programme which puts you and your health First! First members can get an extra 2.5% NMS Cashback (up to INR 100 per order) on prescription medication ordered using the membership. Members are also eligible for free delivery, priority processing, and free online doctor consultations!</p>
<h6>Why Choose Netmeds?</h6>
<p>100+ years of experience in the pharma sector
Vital medicines delivered across the country
Trust of more than 4 million+ loyal customers
Our team is made up of highly experienced pharmacists & healthcare professionals
A wide array of healthcare services available for your convenience
We stock only genuine medicines & healthcare products</p>
<h6>Our Awards and Recognition</h6>
<p>We at Netmeds.com know how crucial medicine is to treating health conditions and we are extremely proud to be at the forefront of the online medicine industry. Netmeds.com offers its customers a reliable online pharmacy service and as a testament to our commitment, we are regularly recognized and honoured with awards. We are pleased to highlight some of our awards here and we aim to continue adding more feathers to our cap!
We have bagged the 'Health Tech Start-Up of the Year' at the NDTV Unicorn Awards 2016. We are also proud that we have been selected as Asia's Most Promising Brand 2018' by Int+ WCRC International.</p>
<p>We have been named as the 'Best Digital Healthcare Start-up' by ET Now World Health and Wellness Congress in 2019. We were also recognized by ET Now World Health and Wellness Congress as the 'Digital Healthcare Company of the year' in 2019.</p>
</section>
<!--footer-->
<div id="containerG">
<div id="card">
<img class="img" src=" https://www.netmeds.com/assets/gloryweb/images/netmeds-footer-logo.svg
" alt="">
</div>
<div class="card2"><p class="p">
Netmeds.com is one of India’s most trusted pharmacies, dispensing quality medicines at reasonable prices to over 7 million happy customers – PAN India.</p></div>
</div>
<hr>
<div id="box">
<div> <ul><h3 class="h3">COMPANY</h3></ul>
<ul><a href="about.html">About Netmeds</a></ul>
<ul><a href="customers speak.html">Customers Speak</a></ul>
<ul> <a href="news.html">In the News</a></ul>
<ul> <a href="">Career</a></ul>
<ul> <a href="terms and condition.html">Terms and Condition</a></ul>
<ul> <a href="privacy.html">Privacy Policy</a></ul>
<ul> <a href="fee and payment.html">Fees and Payments Policy</a></ul>
<ul><a href="dilevery.html">Shipping and Delivery Policy</a></ul>
<ul> <a href="return.html">Return,Refund and Cancellation Policy</a></ul>
<ul><a href="contactus.html">Contact</a></ul>
</div>
<div><ul><h3 class="h3">SHOPPING</h3></ul>
<ul><a href="Medicine.html">Browse by A-Z</a></ul>
<ul><a href="https://www.netmeds.com/medicine/manufacturers">Browse by Manufacturers</a></ul>
<ul> <a href="">Health Articles</a></ul>
<ul> <a href="">Offers/Coupons</a></ul>
<ul> <a href="faq.html">FAQs</a></ul>
</div>
<div><ul><h3 class="h3">SOCIAL</h3></ul>
<ul><a href="https://www.netmeds.com/patientsalike">Patients Alike</a></ul>
<ul><a href="https://www.facebook.com/NetMeds/">Facebook</a></ul>
<ul> <a href="https://twitter.com/NetMeds">Twitter</a></ul>
<ul> <a href="https://in.linkedin.com/company/netmeds-marketplace-limited">Linkedln</a></ul>
<ul> <a href="https://www.youtube.com/channel/UCNuPx810akEPrbwAUpdNPyw">Youtube</a></ul>
<ul> <a href="refer and earn.html">Refer & Earn</a></ul>
</div>
<div class="box4"><H3 class="h3">SUBSCRIBE TO OUR NEWSLETTER</H3>
Get a free subscription to our health <BR>and fitness tip and stay tuned to our latest <br> offers
<br> <input class="input" type="email" placeholder="Enter your email address"><i class="fa fa-arrow-right" ><a href="https://www.cricbuzz.com/"></a> </i>
<hr>
<img class="img" src="https://www.netmeds.com/assets/gloryweb/images/icons/play_store.png" alt="">
<img class="img" src="https://www.netmeds.com/assets/gloryweb/images/icons/app_store.png" alt="">
</div>
</div>
<hr class="und">
<div id="link">
<div> <a href="Medicine.html"><p class="p">Medicine</p> </a></div>
<div><a href="well.html"><p class="p">Wellness</p></a></div>
<div><a href="labtest.html"><p class="p">Lab Test</p></a></div>
<div><a href="beauty.html"><p class="p">Beauty</p></a></div>
<div><p class="p">Copyright© 2022. All Rights Reserved.</p></div>
</div>
<!--footer end-->
<script>
var mainData = JSON.parse(localStorage.getItem("mainData"));
console.log(mainData);
mainData.map(function (data){
//var span1 = document.createElement("span");
//span1.textContent= "hi";
//var span2 = document.createElement("span");
//span2.textContent= "hii";
//var section = document.createElement("section");
var div = document.createElement("div");
var img = document.createElement("img");
img.setAttribute("src", data.image_url);
var p = document.createElement("p");
p.textContent= data.category;
div.append(img, p);
//section.append(div);
document.querySelector("#ShopByCat-section-js").append(div);
});
</script>
<script src="script.js"></script>
<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>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
</html>