forked from Shub118/dotandkey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
635 lines (592 loc) · 29.7 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
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
<!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>Dot & Key</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital@1&family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles/index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./styles/carousel2.css">
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="stylesheet" href="./styles/footer.css">
<link rel="stylesheet" href="./styles/rev.css">
</head>
<body>
<div id="bigContainer">
<div id="navbar-top">
<u id="navbar-promo-text">3 D&K Bestseller FREE on orders 999+</u>
</div>
<div id="navbar-bottom">
</div>
<div id="navbarmenu">
</div>
<div id="banner">
<div class="slides">
<a href="bestseller.html"><img src="./images/banner1.webp"></a>
</div>
<div class="slides">
<a href="toppicks.html"><img src="./images/banner2.webp"></a>
</div>
<div class="slides">
<a href="bestseller.html"><img src="./images/banner3.webp"></a>
</div>
<div class="slides">
<a href="toppicks.html"><img src="./images/banner4.webp"></a>
</div>
<div class="slides">
<a href="bestseller.html"><img src="./images/banner5.webp"></a>
</div>
</div>
<a class="pre" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
</div>
<div>
<p class="slogan">loved by</p>
<h1>10Lakh+ Customers </h1>
</div>
<div id="banner2">
<!-- Second Banner from JS -->
</div>
<div id="newArrive">
<p class="head1">SHOP OUR</p>
<h2 class="head2">NEW ARRIVALS</h2>
<div id="newArriveContent" class="content">
</div>
</div>
<div id="bestSeller">
<p class="head1">OUR</p>
<h2 class="head2">BEST SELLERS</h2>
<div id="bar"><div id="skin">SKINCARE</div> | <div id="body">BODYCARE</div> | <div id="hair">HAIRCARE </div> | <div id="nutr">NUTRITION </d></div></div>
<div id="bestSellerContent" class="content">
</div>
</div>
<div id="spotlight">
<p class="head1">IN THE</p>
<h2 class="head2">SPOTLIGHT</h2>
<div id="spotContent">
<a href="bestseller.html"><img src="./images/spotlight/pic1.webp"></a>
<a href="bestseller.html"><img src="./images/spotlight/pic2.webp"></a>
</div>
<div id="spotContent2">
<a href="toppicks.html"><img src="./images/spotlight/pic3.webp"></a>
</div>
</div>
<div id="buyIt">
<p class="head1">WATCH IT, LOVE IT</p>
<h2 class="head2">BUY IT</h2>
<div id="buyItContent">
<div class="prod">
<video class="video" autoplay muted loop>
<source src="./images/buyit/vid1.mp4" type="video/mp4">
</video>
<img class="logo" src="./images/buyit/logo1.webp">
<h3 class="title">Vitamin C Moisturizer With Kakadu Plum & Vitamin E</h3>
<div id="rating">
<div>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star-half-full"></span>
</div>
<div>(245)</div>
</div>
<div class="price">
<p class="strikeprice">Rs.350</p>
<p class="prodPrice">Rs.315</p>
</div>
</div>
<div class="prod">
<video class="video" autoplay muted loop>
<source src="./images/buyit/vid2.mp4" type="video/mp4">
</video>
<img class="logo" src="./images/buyit/logo2.webp">
<h3 class="title">20% Vitamin C Serum with Blood Orange | </h3>
<div id="rating">
<div>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star-half-full"></span>
</div>
<div>(245)</div>
</div>
<div class="price">
<p class="strikeprice">Rs.665</p>
<p class="prodPrice">Rs.499</p>
</div>
</div>
<div class="prod">
<video class="video" autoplay muted loop>
<source src="./images/buyit/vid3.mp4" type="video/mp4">
</video>
<img class="logo" src="./images/buyit/logo3.webp">
<h3 class="title">72 HR Hydrating Probiotic Gel Moisturizer For Face </h3>
<div id="rating">
<div>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star-half-full"></span>
</div>
<div>(245)</div>
</div>
<div class="price">
<p class="strikeprice">Rs.745</p>
<p class="prodPrice">Rs.633</p>
</div>
</div>
<div class="prod">
<video class="video" autoplay muted loop>
<source src="./images/buyit/vid4.mp4" type="video/mp4">
</video>
<img class="logo" src="./images/buyit/logo4.webp">
<h3 class="title">Vitamin C Lip Mask With Vitamin E, Shea Butter</h3>
<div id="rating">
<div>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star-half-full"></span>
</div>
<div>(245)</div>
</div>
<div class="price">
<p class="strikeprice">Rs.445</p>
<p class="prodPrice">Rs.387</p>
</div>
</div>
<div class="prod">
<video class="video" autoplay muted loop>
<source src="./images/buyit/vid5.mp4" type="video/mp4">
</video>
<img class="logo" src="./images/buyit/logo5.webp">
<h3 class="title">Retinol & Ceramide Age Defense Night Cream For Face</h3>
<div id="rating">
<div>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star-half-full"></span>
</div>
<div>(245)</div>
</div>
<div class="price">
<p class="strikeprice"></p>
<p class="prodPrice" style="margin-left:-30px;">Rs.599-Rs.709</p>
</div>
</div>
</div>
</div>
<div id="topCategory">
<p class="head1">SHOP OUR</p>
<h2 class="head2">TOP CATEGORIES</h2>
<div id="bar"><div id="cream">FACE CREAMS</div>
| <div id="serum">FACE SERUMS</div> |
<div id="wash">FACE WASHES </div> | <div id="mask">FACE MASKS</d></div></div>
<div id="topCatContent" class="content">
</div>
</div>
<div id="download">
<a href="https://play.google.com/store/apps/details?id=com.dotandkey">
<img src="./images/download.webp">
</a>
</div>
<div id="ingredients">
<p class="head1">SHOP BY</p>
<h2 class="head2">INGREDIENTS</h2>
<div class="carousel">
<div class="button_indicator button-left"><img src="./images/indicator/left.png"></div>
<ul class="slider">
<li class="slide current-slide">
<a href="toppicks.html"><img src="./images/ingredient/pic1.webp"></a>
</li>
<li class="slide">
<a href="bestseller.html"><img src="./images/ingredient/pic2.webp"></a>
</li>
<li class="slide">
<a href="toppicks.html"><img src="./images/ingredient/pic3.webp"></a>
</li>
<li class="slide">
<a href="bestseller.html"><img src="./images/ingredient/pic4.webp"></a>
</li>
<li class="slide">
<a href="toppicks.html"><img src="./images/ingredient/pic5.webp"></a>
</li>
<li class="slide">
<a href="bestseller.html"><img src="./images/ingredient/pic6.webp"></a>
</li>
<li class="slide">
<a href="toppicks.html"><img src="./images/ingredient/pic1.webp"></a>
</li>
<li class="slide">
<a href="bestseller.html"><img src="./images/ingredient/pic2.webp"></a>
</li>
<li class="slide">
<a href="toppicks.html"><img src="./images/ingredient/pic3.webp"></a>
</li>
<li class="slide">
<a href="bestseller.html"><img src="./images/ingredient/pic4.webp"></a>
</li>
<li class="slide">
<a href="toppicks.html"><img src="./images/ingredient/pic5.webp"></a>
</li>
<li class="slide">
<a href="bestseller.html"><img src="./images/ingredient/pic6.webp"></a>
</li>
</ul>
<div class="button_indicator button-right"><img src="./images/indicator/right.svg"></div>
</div>
<button id="shop"><a href="">SHOP NOW</a></button>
</div>
<div id="skincare2">
<p class="head1">GUIDE TO</p>
<h2 class="head2">SKINCARE</h2>
<div class="carousel2">
<div class="button_indicator button-left2"><img src="./images/indicator/left.png"></div>
<ul class="slider2">
<li class="slide2 current-slide">
<a href="bestseller.html"><img src="./images/skincare2/pic1.webp"></a>
</li>
<li class="slide2">
<a href="toppicks.html"><img src="./images/skincare2/pic2.webp"></a>
</li>
<li class="slide2">
<a href="bestseller.html"><img src="./images/skincare2/pic3.webp"></a>
</li>
<li class="slide2">
<a href="toppicks.html"><img src="./images/skincare2/pic4.webp"></a>
</li>
<li class="slide2">
<a href="bestseller.html"><img src="./images/skincare2/pic1.webp"></a>
</li>
<li class="slide2">
<a href="toppicks.html"><img src="./images/skincare2/pic2.webp"></a>
</li>
<li class="slide2">
<a href="bestseller.html"><img src="./images/skincare2/pic3.webp"></a>
</li>
<li class="slide2">
<a href="toppicks.html"><img src="./images/skincare2/pic4.webp"></a>
</li>
</ul>
<div class="button_indicator button-right2"><img src="./images/indicator/right.svg"></div>
</div>
</div>
<div id="ikwi">
<a href=""><img src="./images/ikwi.webp"></a>
</div>
<div id="love">
<h2 class="head3">LOVE IS GREATER</h2>
<p class="head4">WHEN SHARED</p>
<img src="./images/love.webp">
</div>
<div id="cleanbeauty">
<h2 class="head3">CLEAN BEAUTY</h2>
<p class="head4">WITH UNCOMPROMISED EFFICACY</p>
<div>
<p>At Dot & Key, we strive to find the missing <span class="dark">"dots"</span>
in your skincare regime and are obsessed with providing
solutions or <span class="dark">"keys"</span> to these.</p>
<p>Our revolutionary products are crafted with utmost care
and love for you. By blending <span class="dark">luxurious botanicals</span> with
<span class="dark">high performance actives</span>, we bring to you clean formulations
that are absolutely safe, delightfully gentle and
unquestionably effective.</p>
</div>
</div>
<div id="cleanlogo">
<div>
<img src="./images/cleanlogo/pic1.webp">
</div>
<div>
<img src="./images/cleanlogo/pic2.webp">
</div>
<div>
<img src="./images/cleanlogo/pic3.webp">
</div>
<div>
<img src="./images/cleanlogo/pic4.webp">
</div>
</div>
<div class="carousel3">
<div class="button_indicator button-left3"><img src="./images/indicator/left.png"></div>
<ul class="slider3">
<li class="slide3 current-slide">
<div id="award">
<div id="awardcontainer">
<h2 class="head3">AWARD WINNING</h2>
<p class="head4">SKINCARE</p>
<p id="award_desc">Dont just take our word for it. Here's what the beauty gurus have to say about our products</p>
</div>
<div>
<img src="./images/award/pic1.gif">
</div>
</div>
</li>
<li class="slide3">
<div id="award">
<div id="awardcontainer">
<h2 class="head3">THE DOT & KEY</h2>
<p class="head4">PROMISE</p>
<p id="award_desc">WE BELIEVE IN delightfully safe, surprisingly gentle and unquestionably effective skincare products that are free from nasty chemicals</p>
</div>
<div>
<img src="./images/award/pic2.webp">
</div>
</div>
</li>
<li class="slide3">
<div id="award">
<div id="awardcontainer">
<h2 class="head3">AWARD WINNING</h2>
<p class="head4">SKINCARE</p>
<p id="award_desc">Dont just take our word for it. Here's what the beauty gurus have to say about our products</p>
</div>
<div>
<img src="./images/award/pic1.gif">
</div>
</div>
</li>
<li class="slide3">
<div id="award">
<div id="awardcontainer">
<h2 class="head3">THE DOT & KEY</h2>
<p class="head4">PROMISE</p>
<p id="award_desc">WE BELIEVE IN delightfully safe, surprisingly gentle and unquestionably effective skincare products that are free from nasty chemicals</p>
</div>
<div>
<img src="./images/award/pic2.webp">
</div>
</div>
</li>
</ul>
<div class="button_indicator button-right3"><img src="./images/indicator/right.svg"></div>
</div>
<div id="seenContainer" >
<h2 id="seen">AS SEEN IN</h2>
<div id="seen_cont">
<div>
<p>"Latest and greatest natural products for safe, non-toxic skincare."</p>
<img src="./images/seen/pic1.webp">
</div>
<div>
<p>"Dot & Key are hoping to spotlight all the body parts you forget to look after."</p>
<img id="vogue" src="./images/seen/pic2.webp">
</div>
<div>
<p>"Even a 10 step routine can have blind spots. Dot & key fills in those gaps."</p>
<img src="./images/seen/pic3.webp">
</div>
</div>
</div>
<!-- =========Review=========== -->
<p class="head1">CUSTOMER</p>
<H2 class="head2">REVIEWS</H2>
<div class="carousel5">
<div class="button_indicator5 button-left5"><img src="./images/indicator/left.png"></div>
<ul class="slider5">
<li class="slide5 current-slide">
<div class="review">
<div class="review_img">
<img src="./images/reviewer/pic1.webp">
</div>
<div class="review_rating">
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star-half-full"></span>
</div>
<div class="review-text">
<div><b><i>The Lip Plumping Sleep Maskl: <i>My Lips Love It!!!</i></i></b></div>
<p>The Lip Plumping Sleep Mask infused with Vitamin C is truly magical! I have been regularly using this for 2 months now & I am noticing the difference. My lips feel plumper & pinker. What’s best, I can use it as a lip balm too! Loving my filter-free pouts on Insta!</p>
</div>
<div class="reviewer">
Deveena Jha
</div>
</div>
</li>
<li class="slide5">
<div class="review">
<div class="review_img">
<img src="./images/reviewer/pic2.webp">
</div>
<div class="review_rating">
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star-half-full"></span>
</div>
<div class="review-text">
<div><b>Retinol Night Cream: <i>Works like MAGIC on my wrinkles & fine lines</i></b></div>
<p>My skin feels so firm & nourished. I could see the fine lines fading within 2 weeks of using & I’m totally in love with this Retinol Night Cream. So happy I found the one that best suits my sensitive skin. A complete must have in your PM skincare routine.
</p>
</div>
<div class="reviewer">
Kamakshi Shetty
</div>
</div>
</li>
<li class="slide5">
<div class="review">
<div class="review_img">
<img src="./images/reviewer/pic3.webp">
</div>
<div class="review_rating">
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star-half-full"></span>
</div>
<div class="review-text">
<div><b>72 HR Hydrating Probiotic Gel Moisturizer: <i>Perfect for hydrating your skin! </i></b></div>
<p>
Dry, dehydrated skin can be a nightmare.But I can happily say that’s not the case for me. The 72 Hr Hydrating Gel is my skin’s BFF! From the first 2-3 uses itself I realized that this face cream really hydrates skin deeply. My skin feels healthier, softer & more supple. I think I’m in love with this one!
</p>
</div>
<div class="reviewer">
Aman Shah
</div>
</div>
</li>
<li class="slide5">
<div class="review">
<div class="review_img">
<img src="./images/reviewer/pic4.webp">
</div>
<div class="review_rating">
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star-half-full"></span>
</div>
<div class="review-text">
<div><b>10% Niacinamide Face Serum: <i>Holy Grail For My Dark Spots</i></b></div>
<p>
I am obsessed with the 10% Niacinamide Serum! If there is anything that’s worse than acne, it has to be the acne scars. I got this serum for my acne scars & dark spots.It also has the benefit of reducing redness caused due to acne. My skin now is blemish-free, clear & less oily. I’m super happy with the results. Get yours today!
</p>
</div>
<div class="reviewer">
Ishikaa
</div>
</div>
</li>
<li class="slide5">
<div class="review">
<div class="review_img">
<img src="./images/reviewer/pic5.webp">
</div>
<div class="review_rating">
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star-half-full"></span>
</div>
<div class="review-text">
<div><b>20% Vitamin C Serum: <i>Super Potent, Super Effective!!</i></b></div>
<p>
What excited me most about this serum is that it has 20% Vitamin C. It’s India’s 1st Next Gen Serum which is super potent & super fun to use. I started using it 2 weeks back & I can already feel my skin is more firm & radiant. Even the dark patches on my face have lightened. I cannot wait to share the final results!!
</p>
</div>
<div class="reviewer">
Harnaaz Gill
</div>
</div>
</li>
<li class="slide5">
<div class="review">
<div class="review_img">
<img src="./images/reviewer/pic6.webp">
</div>
<div class="review_rating">
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star check"></span>
<span class="fa fa-star-half-full"></span>
</div>
<div class="review-text">
<div><b>Vitamin C Face Cream: <i>Perfect for my uneven skin & dark spots</i></b></div>
<p>
I had very dry & flaky skin. My friend suggested that I try the Vitamin C+ E face cream . Since I’ve been using it for 4 weeks & I can already notice the difference. My skin tone has evened and it feels nourished & looks more radiant. It is oil-free & quick absorbing. I’m a forever fan!
</p>
</div>
<div class="reviewer">
Ishana Kapoor
</div>
</div>
</li>
</ul>
<div class="button_indicator5 button-right5"><img src="./images/indicator/right.svg"></div>
</div>
<!-- carousel skincare journal -->
<div id="ingredients">
<p class="head1">OUR </p>
<h2 class="head2">SKIN JOURNAL</h2>
<div class="carousel4">
<div class="button_indicator4 button-left4"><img src="./images/indicator/left.png"></div>
<ul class="slider4">
<li class="slide4 current-slide">
<img src="./images/journal/pic1.webp">
<h3>Sun Care 101: Here's Why SPF Is Your BFF</h3>
<p>As the sun continue to turn its back on a much neede c...</p>
<a href="">read more ></a>
</li>
<li class="slide4 ">
<img src="./images/journal/pic2.webp">
<h3>Don't Let The Rains Ruin Your Hair Care Game!</h3>
<p>Monsoons are lovely, but they also bring their shar of hai...</p>
<a href="">read more ></a>
</li>
<li class="slide4 ">
<img src="./images/journal/pic3.webp">
<h3>Layer Your Skincare Right, From Am to PM</h3>
<p>Bought a pile of skincare products and dont't know what...</p>
<a href="">read more ></a>
</li>
<li class="slide4 ">
<img src="./images/journal/pic4.webp">
<h3>Things You Didn't Know Vitamin C Could Do</h3>
<p>Everybody keeps talking about how great vitamin C is for ...</p>
<a href="">read more ></a>
</li>
<li class="slide4 ">
<img src="./images/journal/pic5.webp">
<h3>Layer Your Skincare Right, From Am to PM</h3>
<p>Bought a pile of skincare products and dont't know what...</p>
<a href="">read more ></a>
</li>
<li class="slide4 ">
<img src="./images/journal/pic6.webp">
<h3>Things You Didn't Know Vitamin C Could Do For </h3>
<p>Everybody keeps talking about how great vitamin C is for ...</p>
<a href="">read more ></a>
</li>
</ul>
<div class="button_indicator4 button-right4"><img src="./images/indicator/right.svg"></div>
</div>
</div>
</div>
<!-- footer -->
<div id="footer"></div>
</body>
</html>
<script src="./scripts/index.js" type="module"></script>
<script src="./scripts/carousel.js"></script>