This page was made as a personal project in connection with an educational exercise.
This is NOT the official site of the company or brand identified on the page. The creator of this page is NOT affiliated with the company or brand in any way. DO NOT enter any personal information (such as logins, passwords or credit card numbers) on this site.
forked from hero007noob/Nykaa-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
564 lines (522 loc) · 21.1 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
<!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" />
<!-- font-awesome - social media icons -->
<script
src="https://kit.fontawesome.com/b78a585d56.js"
crossorigin="anonymous"
></script>
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter&family=Roboto:wght@300&display=swap"
rel="stylesheet"
/>
<!-- css -->
<link rel="stylesheet" href="theme_fonts/fonts.css" />
<link rel="stylesheet" href="home/home.css" />
<link rel="stylesheet" href="footer/footer.css">
<link rel="stylesheet" href="navBar/navbar.css">
<link rel="stylesheet" href="Sidebar_cart/sidebar.css">
<link rel="stylesheet" href="UserProfile/commonmyprofile.css" />
<link
rel="icon"
href="https://cdn.shopper.com/images/store-logos/nykaa-1558082513563.png"
/>
<title>Home</title>
</head>
<body>
<header class="nav-header">
<div id="white-sides"></div>
<div id="nav1">
<ul class="fullNav">
<li class="big-home1">
<img
src="https://logos-download.com/wp-content/uploads/2021/01/Nykaa_Logo.png"
/>
</li>
<li class="font-nav1-items"><a href="" onclick="return false;">Caregories</a></li>
<li class="font-nav1-items"><a href="" onclick="return false;">Brands</a></li>
<li class="font-nav1-items"><a href="" onclick="return false;">Luxe</a></li>
<li class="font-nav1-items"><a href="" onclick="return false;">Nykaa Fashion</a></li>
<li class="font-nav1-items"><a href="" onclick="return false;">Beauty Advice</a></li>
</ul>
<ul class="iconNav">
<li class="small-home1">
<img
src="/assets/logo-black.svg"
/>
</li>
<li class="font-nav1-items small-home2"><a href="" onclick="return false;"><img src="/assets/options-lines.png" alt=""></a></li>
<li class="font-nav1-items small-product1"><a href="" onclick="return false;"><img src="/assets/brand-image.png" alt=""></a></li>
<li class="font-nav1-items small-product2"><a href="" onclick="return false;"><img src="/assets/hot-sale.png" alt=""></a></li>
<li class="font-nav1-items small-cart"><a href="" onclick="return false;"><img src="/assets/women.png" alt=""></a></li>
<li class="font-nav1-items small-profile"><a href="" onclick="return false;"><img src="/assets/bag.png" alt=""></a></li>
</ul>
<div class="search right">
<button class="serach-icon"><i class="fa fa-magnifying-glass"></i></button>
<input type="text" placeholder="Search on Nykaa" />
<button class="sign">Sign in</button>
<div class="dropdown">
<div class="dropbtn">
<img src="/assets/nav-user-icon.svg" alt="usericon">
<span> User</span>
</div>
<div class="dropdown-content">
<a href="/UserProfile/myprofile/MyProfile.html"><i class="fa-regular fa-user"></i> Profile</a>
<a href="/UserProfile/myorder/myorder.html"> <i class="fa-solid fa-basket-shopping"></i> Orders</a>
<a href="/UserProfile/mywhishlist/mywishllist.html"><i class="fa-regular fa-heart"></i> Wishlist</a>
<a href="/UserProfile/mywallet/Mywallet.html"><i class="fa-solid fa-wallet"></i> Wallet</a>
<a href="#" id="forPopup"><i class="fa-solid fa-power-off"></i> Log out</a>
</div>
</div>
<button class="nav-bar-signupbtn"><span>Sign in</span></button>
<img class="cartIcon-click" src="/assets/cart-icon.svg" alt="" />
</div>
</div>
<div id="nav2">
<ul>
<li class="font-nav2-items"><a href="" onclick="return false;">Makeup</a></li>
<li class="font-nav2-items"><a href="" onclick="return false;">Skin</a></li>
<li class="font-nav2-items"><a href="" onclick="return false;">Hair</a></li>
<li class="font-nav2-items"><a href="" onclick="return false;">Appliances</a></li>
<li class="font-nav2-items"><a href="" onclick="return false;">Bath & Body</a></li>
<li class="font-nav2-items"><a href="" onclick="return false;">Natural</a></li>
<li class="font-nav2-items"><a href="" onclick="return false;">Mom & Baby</a></li>
<li class="font-nav2-items"><a href="" onclick="return false;">Health & Wellness</a></li>
<li class="font-nav2-items"><a href="" onclick="return false;">Men</a></li>
<li class="font-nav2-items"><a href="" onclick="return false;">Fragrance</a></li>
<li class="font-nav2-items"><a href="" onclick="return false;">Pop Ups</a></li>
<li class="font-nav2-items">
<img
src="/assets/offers-nav.jpg"
alt="offers"
/>
</li>
</ul>
</div>
</header>
<div class="logoutPopup">
<h3>Are you sure you want to logout?</h3>
<ul>
<li id="logout1">Logout</li>
<li id="logout2">Logout from all devices</li>
<li class="cancleLogout" id="logoutPopback">Cancel</li>
</ul>
</div>
<div class="cart-sidebar-view">
<div class="sidebar-dim-overlay"></div>
<div class="coupon-sidebar"></div>
<div class="cart-sidebar">
<div class="cart-sidebar__header">
<div>
<div class="cart-sidebar-back-arrow">
<img src="./assets/sidebar-back-arrow.svg" alt="" />
</div>
<p class="font-cart-sidebar-heading">Bag</p>
<p class="font-cart-sidebar-subheading">15 items</p>
</div>
<p class="font-sidebar-item-small_pinkBold">View Wishlist</p>
</div>
<div class="cart-sidebar-all-items"></div>
<div class="cart-sidebar__footer">
<div class="cart-sidebar__grand-total__div">
<p class="font-cart-sidebar-heading cart-sidebar__grand-total">
₹4832
</p>
<p class="font-sidebar-item-small cart-sidebar__grand-total_disp">
Grand Total
<img src="./assets/small-warn.svg" alt="" />
</p>
</div>
<button class="font-cart-sidebar-headingWhite cart-proceed-btn">
<p>Proceed</p>
<img src="./assets/sidebar-proceed-arrow.svg" alt="" />
</button>
</div>
</div>
</div>
<div class="home-main-div">
<div class="home-section-best-in-beauty">
<p class="font-home-section-heading">Best In Beauty</p>
<p class="font-home-section-subheading">Today’s Top Offers</p>
<div class="home-top-offer-carousel">
<div class="carousel-container">
<i id="prevBtn"></i>
<i id="nextBtn"></i>
<div class="carousel-slide">
<img src="https://images-static.nykaa.com/uploads/39b25aa2-a962-4e99-a3cf-f65133e73464.jpg?tr=w-2400,cm-pad_resize" id="lastClone" alt="1">
<img src="https://images-static.nykaa.com/uploads/5b1a50c9-4892-46b5-ba52-199e41a5acd1.jpg?tr=w-2400,cm-pad_resize" alt="">
<img src="https://images-static.nykaa.com/uploads/39b25aa2-a962-4e99-a3cf-f65133e73464.jpg?tr=w-2400,cm-pad_resize" alt="">
<img src="https://images-static.nykaa.com/uploads/c6707bec-86ec-4ad6-b388-75ecdcefa730.jpg?tr=w-2400,cm-pad_resize" alt="">
<img src="https://images-static.nykaa.com/uploads/91a7243e-2182-4e18-a4da-cae2829ce40e.jpg?tr=w-2400,cm-pad_resize" alt="">
<img src="https://images-static.nykaa.com/uploads/d3ab843c-238a-409f-86f2-6717ee845c7e.jpg?tr=w-2400,cm-pad_resize" alt="">
<img src="https://images-static.nykaa.com/uploads/bb70000a-8e8b-4588-bc33-a2c36f27ca9a.jpg?tr=w-2400,cm-pad_resize" alt="">
<img src="https://images-static.nykaa.com/uploads/bb70000a-8e8b-4588-bc33-a2c36f27ca9a.jpg?tr=w-2400,cm-pad_resize" id="firstClone" alt="">
</div>
</div>
</div>
<div class="home-payday-image">
<img src="./assets/paydayX4.jpg" alt="" />
</div>
<div class="home-flat-off">
<img src="./assets/flatX4.jpg" alt="" />
</div>
</div>
<div class="home-section-top-brands">
<p class="font-home-section-heading">Top Brands</p>
<p class="font-home-section-subheading">In The Spotlight</p>
<div class="home-section-top-brands-items"></div>
</div>
<div class="home-section-try-buy-carousel"></div>
<div class="home-section-only-at-nykaa">
<p class="font-home-section-heading">Only At Nykaa</p>
<p class="font-home-section-subheading">
Exciting Deals On Exclusive Brands
</p>
<div class="home-section-only-at-nykaa-items"></div>
</div>
<div class="home-section-discover-fav">
<p class="font-home-section-heading">Discover Our Favourites</p>
<p class="font-home-section-subheading">
Selection Of Our Finest 10 Products
</p>
<div class="home-section-discover-fav-trending">
<img src="./assets/trending4x.jpg" alt="" />
</div>
<div class="home-section-discover-fav-carousel"></div>
</div>
<div class="home-section-featured-brands">
<p class="font-home-section-heading">Featured Brands</p>
<p class="font-home-section-subheading">Offers You Can’t Miss</p>
<div class="home-section-featured-brands-items"></div>
</div>
<div class="home-section-below-featured-brands">
<div class="home-section-below-featured-brands-items"></div>
</div>
<div class="home-section-everyday-essentials">
<p class="font-home-section-heading">Everyday Essentials</p>
<p class="font-home-section-subheading">Daily Deals On Beauty Needs</p>
<div class="home-section-everyday-essentials-crazy">
<img src="./assets/crazy4x.jpg" alt="" />
</div>
<div class="home-section-everyday-essentials-carousel"></div>
</div>
<div class="home-section-in-focus">
<p class="font-home-section-heading">Categories In Focus</p>
<p class="font-home-section-subheading">Shop Our Special Curations</p>
<div class="home-section-in-focus-items">
<img
src="https://images-static.nykaa.com/uploads/442497de-0e94-49f0-a055-296caf4a4506.jpg?tr=w-600,cm-pad_resize"
alt=""
/>
<img
src="https://images-static.nykaa.com/uploads/278adfbe-b973-4eff-a964-d1e933e8daea.jpg?tr=w-600,cm-pad_resize"
alt=""
/>
</div>
</div>
<div class="home-section-brand-miss">
<p class="font-home-section-heading">Brand You Can't Miss</p>
<p class="font-home-section-subheading">More Offers On Beauty</p>
<div class="home-section-brand-miss-items">
<p class="font-home-carousel-title">Luxe</p>
<div class="home-section-brand-miss-carousel home-section-luxe-carousel"></div>
<p class="font-home-carousel-title">Makeup</p>
<div class="home-section-brand-miss-carousel home-section-makeup-carousel"></div>
<p class="font-home-carousel-title">Skin</p>
<div class="home-section-brand-miss-carousel home-section-skin-carousel"></div>
<p class="font-home-carousel-title">More In Beauty</p>
<div class="home-section-brand-miss-carousel home-section-MoreInBeauty-carousel"></div>
<p class="font-home-carousel-title">Global Faves</p>
<div class="home-section-brand-miss-carousel home-section-globalFaves-carousel"></div>
</div>
</div>
<div class="home-section-influencers">
<p class="font-home-section-heading">Influencer's Picks</p>
<p class="font-home-section-subheading">What Your Favourites Love</p>
<div class="home-section-influencers-carousel"></div>
</div>
<div class="home-section-buying-guides">
<p class="font-home-section-heading">Buying Guides</p>
<p class="font-home-section-subheading">Beauty How To's And Trends</p>
<div class="home-section-buying-guides-carousel"></div>
<button class="home-section-buying-btn">
<span>Explore All </span>
<span>›</span>
</button>
</div>
<div class="home-section-editor-choice">
<p class="font-home-section-heading">Editor’s Choice</p>
<p class="font-home-section-subheading">Handpicked By Our Experts</p>
<div class="home-section-editor-choice-items"></div>
</div>
<div class="home-section-game-zone">
<p class="font-home-section-heading">Game Zone</p>
<p class="font-home-section-subheading">Play & Win</p>
<div class="home-section-game-zone-items">
<img src="./assets/spin4x.jpg" alt="" />
</div>
</div>
<div class="home-section-gifting-nykaa">
<p class="font-home-section-heading">Gifting At Nykaa</p>
<p class="font-home-section-subheading">Give The Present of Beauty</p>
<div class="home-section-gifting-nykaa-items">
<img
src="https://images-static.nykaa.com/uploads/a92dac26-400d-4158-af51-a7d247658835.jpg?tr=w-600,cm-pad_resize"
alt=""
/>
<img
src="https://images-static.nykaa.com/uploads/fc68d953-2b29-42f9-8df6-5ee176ad8d01.jpg?tr=w-600,cm-pad_resize"
alt=""
/>
</div>
</div>
<div class="home-section-discover-more">
<p class="font-home-section-heading">Discover More At Nykaa</p>
<p class="font-home-section-subheading">Special Offerings</p>
<div class="home-section-discover-more-carousel"></div>
</div>
<div class="home-section-pop-up">
<p class="font-home-section-heading">Pop-Up Stores</p>
<p class="font-home-section-subheading">From Nykaa Fashion</p>
<div class="home-section-pop-up-items"></div>
<div class="home-section-pop-up-carousel"></div>
</div>
<div class="home-section-beauty-advice">
<p class="font-home-section-heading">Beauty Advice</p>
<p class="font-home-section-subheading">
Discover Latest Tips & Tricks
</p>
<div class="home-section-beauty-advice-items"></div>
</div>
</div>
<div class="footer-playstore">
<div>
<i class="fa fa-mobile"></i>
EXPERIENCE THE NYKAA MOBILE APP
</div>
<div>
<img src="./assets/google-playstore.svg" alt="google play store" />
<img src="./assets/applestore.svg" alt="Apple play store" />
</div>
</div>
<footer id="footer">
<div class="footer-layer-1">
<div class="footer-list-div">
<header><img src="./assets/nyka-log.svg" alt="" /></header>
<ul>
<li>Who are we</li>
<li>Careers</li>
<li>Authenticity</li>
<li>Press</li>
<li>Testimonials</li>
<li>Nykaa CSR</li>
<li>Responsible Disclosure</li>
<li>Investor Relations</li>
</ul>
</div>
<div class="footer-list-div">
<header>Help</header>
<ul>
<li>Contact Us</li>
<li>Frequently asked questions</li>
<li>Store Locator</li>
<li>Cancellation & Return</li>
<li>Shipping & Delivery</li>
<li>Sell on Nykaa</li>
</ul>
</div>
<div class="footer-list-div">
<header>Inspire Me</header>
<ul>
<li>Beauty Book</li>
<li>Nykaa TV</li>
<li>Nykaa Network</li>
<li>Buying Guides</li>
</ul>
</div>
<div class="footer-list-div">
<header>Quick Links</header>
<ul>
<li>Offer Zone</li>
<li>New Launches</li>
<li>Nykaa Man</li>
<li>Nykaa Fashion</li>
<li>Nykaa Pro</li>
</ul>
</div>
<div class="footer-list-div">
<header>Top Categories</header>
<ul>
<li>Makeup</li>
<li>Skin</li>
<li>Hair</li>
<li>Bath & Body</li>
<li>Appliances</li>
<li>Mom and Baby</li>
<li>Wellness</li>
<li>Fragrance</li>
<li>Natural</li>
<li>Luxe</li>
</ul>
</div>
</div>
<div class="footer-layer-2">
<div class="footer-activity">
<img
src="https://adn-static2.nykaa.com/media/wysiwyg/2021/Free-shipping.svg"
alt="footer-icons"
/>
<div>
<h4>FREE SHIPPING</h4>
<p>
On Orders Above
₹299
</p>
</div>
</div>
<div class="footer-activity">
<img
src="https://adn-static2.nykaa.com/media/wysiwyg/2021/return_accepted.svg"
alt="footer-icons"
/>
<div>
<h4>EASY RETURNS</h4>
<p>15-Day Return Policy</p>
</div>
</div>
<div class="footer-activity">
<img
src="https://adn-static2.nykaa.com/media/wysiwyg/2021/Authenticity.svg"
alt="footer-icons"
/>
<div>
<h4>
100%
AUTHENTIC
</h4>
<p>
Products Sourced <span> Directly </span>
</p>
</div>
</div>
<div class="footer-activity">
<img
src="https://adn-static2.nykaa.com/media/wysiwyg/2021/Brands.svg"
alt="footer-icons"
/>
<div>
<h4>1900+ BRANDS</h4>
<p>1.2 Lakh+ Products</p>
</div>
</div>
<div class="footer-social-media">
<span> Show us some love ❤ on social media </span>
<ul>
<li>
<a href="https://www.instagram.com/mynykaa/?ref=badge">
<i class="fa-brands fa-square-instagram"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/MyNykaa">
<i class="fa-brands fa-facebook"></i>
</a>
</li>
<li>
<a
href="https://www.youtube.com/channel/UCoaH2UtB1PsV7av17woV1BA"
>
<i class="fa-brands fa-youtube"></i>
</a>
</li>
<li>
<a href="https://www.pinterest.com/mynykaa/">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li>
<a href="https://twitter.com/MyNykaa">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="footer-social-media phone-social-media">
<span> Show us some love ❤ on social media </span>
<ul>
<li>
<a href="https://www.instagram.com/mynykaa/?ref=badge">
<i class="fa-brands fa-square-instagram"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/MyNykaa">
<i class="fa-brands fa-facebook"></i>
</a>
</li>
<li>
<a
href="https://www.youtube.com/channel/UCoaH2UtB1PsV7av17woV1BA"
>
<i class="fa-brands fa-youtube"></i>
</a>
</li>
<li>
<a href="https://www.pinterest.com/mynykaa/">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li>
<a href="https://twitter.com/MyNykaa">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="footer-layer-3">
<div>
<div>
<a href="https://www.nykaa.com/policy#terms-conditions">
Terms & Conditions</a
>
</div>
<div>
<a href="https://www.nykaa.com/policy#shipping-policy">
Shipping Policy
</a>
</div>
<div>
<a
href="https://www.nykaa.com/policy#cancellation-and-return-policy"
>
Cancellation Policy
</a>
</div>
<div>
<a href="https://www.nykaa.com/policy#privacy-policy"
>Privacy Policy
</a>
</div>
</div>
<div class="footer-credit">
© 2023 Nykaa E-Retail Pvt. Ltd. All Rights Reserved.
</div>
</div>
</footer>
</body>
<script src="/home/home.js"></script>
<script src="/navBar/navbar.js"></script>
<script src="/Sidebar_cart/sidebar.js"></script>
<script src="/UserProfile/logoutForIndex.js"></script>
<script src="/theme_fonts/theme.js"></script>
</html>
<!--
-->