-
Notifications
You must be signed in to change notification settings - Fork 0
/
beauty.html
500 lines (440 loc) · 13.3 KB
/
beauty.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
<!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>Document</title>
<!---nav head-->
<link rel="stylesheet"href="beauty.css">
</head>
<body>
<nav class="nav">
<div class="nav1 center">
<img
src="https://www.netmeds.com/assets/gloryweb/images/home-logo-netmeds-new.svg"
alt=""
onclick="window.location.href='index.html'"
/>
</div>
<div class="nav2">
<select id="">
<option value="">Deliver to <span>110008</span></option>
<option value=""></option>
<option value=""></option>
<option value=""></option>
</select>
<input type="search" name="" id="" />
</div>
<div class="flex nav3">
<p> <i class="fa fa-upload"></i>Upload </p>
<p><i class="fa fa-cart-plus"></i> <span onclick="window.location.href='cart.html'"> 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><img src="https://cdn-icons-png.flaticon.com/512/172/172835.png" alt="" onclick="window.location.href='medicine.html'"> Medicine</div>
<div><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT4EgzB070uBnJZY-dekj7Qcmt2N4pDyKhymw&usqp=CAU" alt="" onclick="window.location.href='wellness.html'"> Wellness</div>
<div><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSlakK8aRcQ9usCmZtBN4SeIyeeSF8z8qxxaA&usqp=CAU" alt=""> Lab Tests</div>
<div><img src="https://cdn-icons-png.flaticon.com/512/1414/1414932.png" alt="" onclick="window.location.href='beauty.html'"> Beauty</div>
<div><img src="https://www.cdc.gov/preconception/images/checklist-icon.png?_=23284" alt=""> Health Corner</div>
</section>
</nav>
<!-- nav section end -->
<div id="image1">
<img
id="img2"
src="https://www.netmeds.com/images/cms/aw_rbslider/slides/1641228960_Wellness_home_banner.jpg"
alt="image1"
/>
</div>
<div id="image2">
<h2>In the spotlight</h2>
<img
id="img1"
src="https://www.netmeds.com/images/cms/section/images/1636378057_Maybelline_In-the-spotlight_1680x320_Makeup.jpg"
alt="image2"
/>
</div>
<div id="container">
<div id="map1">
<h2 id="h1">Featured Brand</h2>
<div id="images1" onclick="window.location.href='productpage.html'" > </div>
</div>
<div id="map2">
<h2 id="h2">Shop By Category</h2>
<div id="images2"onclick="window.location.href='productpage.html'"></div>
</div>
<div id="map3">
<h2 id="h3">Skin care Essentials</h2>
<div id="images3" onclick="window.location.href='productpage.html'"></div>
</div>
<div id="map4">
<h2 id="h4">Hair care Essentials</h2>
<div id="images4" onclick="window.location.href='productpage.html'"></div>
</div>
<div id="map5">
<h2 id="h5">Men's Grooming</h2>
<div id="images5" onclick="window.location.href='productpage.html'"></div>
</div>
</div>
<div id="container2">
<div id="card">
<img
src=" https://www.netmeds.com/assets/gloryweb/images/netmeds-footer-logo.svg
"
alt=""
/>
</div>
<div class="card2">
<p>
Netmeds.com, India Ki Pharmacy, is brought to you by the Dadha &
Company – one of India’s most trusted<br />
pharmacies, with over 100 years’ experience in dispensing quality
medicines.
</p>
</div>
</div>
<hr />
<div id="box">
<div>
<ul>
<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="">Contact</a>
</ul>
</div>
<div>
<ul>
<h3>SHOPPING</h3>
</ul>
<ul>
<a href="">Browse by A-Z</a>
</ul>
<ul>
<a href=""></a>
</ul>
<ul>
<a href="">Health Articles</a>
</ul>
<ul>
<a href="">Offers/Coupons</a>
</ul>
<ul>
<a href="">FAQs</a>
</ul>
</div>
<div>
<ul>
<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 & Earn</a>
</ul>
</div>
<div class="box4">
<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 type="email" placeholder="Enter your email address" />
<hr />
<img
src="https://www.netmeds.com/assets/gloryweb/images/icons/play_store.png"
alt=""
/>
<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=""><p>Medicine</p> </a>
</div>
<div>
<a href=""><p>Wellness</p></a>
</div>
<div>
<a href=""><p>Lab Test</p></a>
</div>
<div>
<a href=""><p>Beauty</p></a>
</div>
<div><p>Copyright© 2022. All Rights Reserved.</p></div>
</div>
</body>
</html>
<script>
var data1 = [
{
head: "Featured Brand",
image_url:
"https://www.netmeds.com/images/cms/wysiwyg/brand/v2/msite/maybelline.jpg",
name: "Maybelline",
},
{
head: "Featured Brand",
image_url:
"https://www.netmeds.com/images/cms/wysiwyg/brand/v2/msite/garnier.jpg",
name: "Garnier",
},
{
head: "Featured Brand",
image_url:
"https://www.netmeds.com/images/cms/wysiwyg/brand/v2/msite/myglamm.jpg",
name: "Myglamn",
},
{
head: "Featured Brand",
image_url:
"https://www.netmeds.com/images/cms/wysiwyg/brand/v2/msite/colorbar.jpg",
name: "Colorbar",
},
{
head: "Featured Brand",
image_url:
"https://www.netmeds.com/images/cms/wysiwyg/brand/v2/msite/plum.jpg",
name: "Plum",
},
];
var data2 = [
{
head: "Shop By Category",
image_url:
"https://www.netmeds.com/images/category/v1/3499/thumb/day_cream_200.jpg",
name: "Face Wash & Cleansers",
},
{
head: "Shop By Category",
image_url:
"https://www.netmeds.com/images/category/v1/525/thumb/body_care_200.jpg",
name: "Body Care",
},
{
head: "Shop By Category",
image_url:
"https://www.netmeds.com/images/category/v1/3476/thumb/nail_care_0.jpg",
name: "Nail Care",
},
{
head: "Shop By Category",
image_url:
"https://www.netmeds.com/images/category/v1/3476/thumb/nail_care_0.jpg",
name: "Skin care",
},
{
head: "Shop By Category",
image_url:
"https://www.netmeds.com/images/category/v1/547/thumb/hair_care_200.jpg",
name: "Hari care",
},
];
var data3 = [
{
image_url:
"https://www.netmeds.com/images/category/v1/3784/thumb/skin_care_200.jpg",
name: "Skin care",
},
{
image_url:
"https://www.netmeds.com/images/category/3505/thumb/facial_kits_0.jpg",
name: "Facial Kits",
},
{
image_url:
"https://www.netmeds.com/images/category/v1/3903/thumb/face_skin_care_200.jpg",
name: "Face Skin Care",
},
{
image_url:
"https://www.netmeds.com/images/category/v1/3431/thumb/make_up_200.jpg",
name: "Make-Up",
},
{
image_url:
"https://www.netmeds.com/images/category/v1/3499/thumb/day_cream_200.jpg",
name: "Day Cream",
},
];
var data4 = [
{
image_url:
"https://www.netmeds.com/images/category/551/thumb/hair_oil_1.jpg",
name: "Hair Olis",
},
{
image_url:
"https://www.netmeds.com/images/category/v1/547/thumb/hair_care_200.jpg",
name: "Hair Treatment",
},
{
image_url:
"https://www.netmeds.com/images/category/v1/3704/thumb/hair_gels_waxes_200.jpg",
name: "Hair Gels & Wavex",
},
{
image_url:
"https://www.netmeds.com/images/category/v1/3705/thumb/hair_perms_texturizers_0.jpg",
name: "Hair Prems & Texturizers",
},
{
image_url:
"https://www.netmeds.com/images/category/v1/3706/thumb/hair_sprays_mists_200.jpg",
name: "Hair Sprays & Mists",
},
];
var data5 = [
{
image_url:
"https://www.netmeds.com/images/category/v1/3002/thumb/razors_cartridges_0.jpg",
name: "Gel And Waxes",
},
{
image_url:
"https://www.netmeds.com/images/category/v1/3002/thumb/razors_cartridges_0.jpg",
name: "Razors & Cartridges",
},
{
image_url:
"https://www.netmeds.com/images/category/v1/3591/thumb/beard_oil_200.jpg",
name: "Beard Oil",
},
{
image_url:
"https://www.netmeds.com/images/category/v1/3593/thumb/beard_wash_0.jpg",
name: "Beard Wash",
},
{
image_url:
"https://www.netmeds.com/images/category/v1/3704/thumb/hair_gels_waxes_200.jpg",
name: "Prems",
},
];
displayall();
function displayall() {
displaydata1(data1);
displaydata2(data2);
displaydata3(data3);
displaydata4(data4);
displaydata5(data5);
}
var cartarr = JSON.parse(localStorage.getItem("cartitem")) || [];
function displaydata1(data1) {
data1.map(function (elem) {
var div = document.createElement("div");
div.setAttribute("id", "grid");
var img = document.createElement("img");
img.setAttribute("src", elem.image_url);
var name = document.createElement("p");
name.textContent = elem.name;
div.append(img, name);
document.querySelector("#images1").append(div);
});
}
function displaydata2(data2) {
data2.map(function (elem) {
var div = document.createElement("div");
div.setAttribute("id", "grid");
var img = document.createElement("img");
img.setAttribute("src", elem.image_url);
var name = document.createElement("p");
name.textContent = elem.name;
div.append(img, name);
document.querySelector("#images2").append(div);
});
}
function displaydata3(data3) {
data3.map(function (elem) {
var div = document.createElement("div");
div.setAttribute("id", "grid");
var img = document.createElement("img");
img.setAttribute("src", elem.image_url);
var name = document.createElement("p");
name.textContent = elem.name;
div.append(img, name);
document.querySelector("#images3").append(div);
});
}
function displaydata4(data4) {
data4.map(function (elem) {
var div = document.createElement("div");
div.setAttribute("id", "grid");
var img = document.createElement("img");
img.setAttribute("src", elem.image_url);
var name = document.createElement("p");
name.textContent = elem.name;
div.append(img, name);
document.querySelector("#images4").append(div);
});
}
function displaydata5(data5) {
data5.map(function (elem) {
var div = document.createElement("div");
div.setAttribute("id", "grid");
var img = document.createElement("img");
img.setAttribute("src", elem.image_url);
var name = document.createElement("p");
name.textContent = elem.name;
div.append(img, name);
document.querySelector("#images5").append(div);
});
}
localStorage.setItem("data1", JSON.stringify(data1));
localStorage.setItem("data2", JSON.stringify(data2));
localStorage.setItem("data3", JSON.stringify(data3));
localStorage.setItem("data4", JSON.stringify(data4));
localStorage.setItem("data5", JSON.stringify(data5));
</script>