-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
845 lines (776 loc) · 38.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
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
<!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 rel="stylesheet" type="text/css" href="Homepage.css" />
<!-- <link rel="stylesheet" type="text/css" href="navbarfooter.css" /> -->
<title>C4RA</title>
<!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<!-- this is for login and register css -->
<link rel="stylesheet" href="./LoginStyle/login.css">
<link rel="stylesheet" href="./LoginStyle/register.css">
<!-- ****** end **** -->
</head>
<body>
<!-- Login MODAL latest -->
<div class="loginModal">
<div class="login-content">
<div class="loginform">
<span id="loginCrossbtn">×</span>
<h1>LOGIN</h1>
<label for="">Enter your Username</label><br>
<input type="text" placeholder="username" id="UserName"> <br>
<label for="">Enter your Password</label><br>
<input type="password" placeholder="password" id="PassWord"><br>
<button id="login_btn">CONTINUE</button>
</div>
</div>
</div>
<!-- login END -->
<!-- Register Modal latest -->
<div class="RegisterModalform">
<div class="RegisterModalform-content">
<div class="registerform">
<span id="crossbtnforRegister">×</span>
<h1>CREATE ACCOUNT</h1>
<label for="">Username</label><br>
<input type="text" placeholder="Enter a username" id="username"><br>
<label for="">Email Address</label><br>
<input type="email" placeholder="Enter your email" id="email"><br>
<label for="">Password</label><br>
<input type="password" placeholder="Password" id="password"><br>
<label for="">Phone Number</label><br>
<input type="number" placeholder="Phone Number" id="mobileNo"><br>
<button id="submit_btn">CONTINUE</button>
</div>
</div>
</div>
<!-- Register Modal END -->
<!-- This is for alert messages -->
<div class="PopPupMessage">
<div class="message">
<span class="modal-close">×</span>
<p id="alertMessage"></p>
</div>
</div>
<!-- END -->
<!-- Navbar -->
<div class="topNav">
<div id="Image">
<a href="">
<img src="c.jpg" alt="" href="">
</a>
</div>
<div id="slash"></div>
<div id="StoreLocator">
<img src="https://cdn1.vectorstock.com/i/thumb-large/66/20/map-pointer-location-icon-pink-pin-on-white-vector-21806620.jpg"
alt="">
<p>Store Locator</p>
</div>
<div id="star">
<i class="fas fa-star fa-xs" id="str1"></i>
<i class="fas fa-star fa-xs" id="str2"></i>
<i class="fas fa-star fa-xs" id="str3"></i>
</div>
<div id="coupon">
<p>Get 10% OFF on your first purchase.<br>Use Code: BEAUTY10</p>
</div>
<div id="star">
<i class="fas fa-star fa-xs" id="str1"></i>
<i class="fas fa-star fa-xs" id="str2"></i>
<i class="fas fa-star fa-xs" id="str3"></i>
</div>
<div id="GetApp">
<img src="https://th.bing.com/th/id/OIP.M4D-XaQiJ-Z5rygt_UfNKQAAAA?pid=ImgDet&rs=1" alt="">
<p>Get App</p>
</div>
<div id="trackOrder">
<img src="https://th.bing.com/th/id/OIP.yyw1fHGdYgOzd8yt4qP16gAAAA?pid=ImgDet&w=280&h=280&rs=1" alt="">
<p>Track Order</p>
</div>
<div id="loyality">
<img src="https://th.bing.com/th/id/OIP.02mw2NwyDPdKutRVQhplDAHaHa?pid=ImgDet&w=187&h=187&c=7&dpr=2" alt="">
<p>Loyality</p>
</div>
</div>
<div class="topNav1">
<div id="webName">
<div id="search">
<a href="product1.html">
<i class="fas fa-search fa-xs" id="searchbaricon"></i>
</a>
<input placeholder="Search C4RA">
</div>
<div id="BrandName">
<h4>C 4 R A</h4>
</div>
<div id="icons">
<a href="admin.html">
<i class="fas fa-user fa-xs" id="admin"> Admin</i>
</a>
<a href="cart.html">
<img src="https://th.bing.com/th/id/OIP.wV394P0dINJ15K2rCqkK9QHaHa?pid=ImgDet&rs=1" alt="cart">
</a>
<div class="dropdown">
<button class="dropbtn"><a href="#">
<i class="fas fa-user fa-xs" id="loginName"> LogIn </i>
</a>
</button>
<div class="dropdown-content">
<a id="registerbtn" href="#">Register</a>
<a href="#">My Orders</a>
<a href="#" id="signout">SignOut</a>
</div>
</div>
</div>
</div>
<!-- Menu Card -->
<div id="productlist">
<ul class="Main">
<li>
<a href="#">SALE</a>
</li>
<li>
<a href="product1.html">MAKEUP
</a>
<ul class="submenu">
<li>
<a href="#">FACE
</a>
<ul class="submenu-2">
<li>
<a href="#">FOUNDATION</a>
</li>
<li>
<a href="#">BB & CC CREAM</a>
</li>
<li>
<a href="#">CONCEALER</a>
</li>
<li>
<a href="#">FACE PRIMER</a>
</li>
<li>
<a href="#">HIGHLIGHTER</a>
</li>
<li>
<a href="#">FACE BRUSHES</a>
</li>
</ul>
</li>
<li>
<a href="#">EYE</a>
<ul class="submenu-2">
<li>
<a href="#">Eye Plaettes</a>
</li>
<li>
<a href="#">Mascara</a>
</li>
<li>
<a href="#">Eyeliner</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">SKINCARE</a>
<ul class="submenu">
<li>
<a href="#">Moisturizes</a>
<ul class="submenu-2">
<li>
<a href="">Night Cream</a>
</li>
<li>
<a href="">Mists & Essence</a>
</li>
</ul>
</li>
<li>
<a href="#">MASKS</a>
<ul class="submenu-2">
<li>
<a href="#">Face Mask</a>
</li>
<li>
<a href="#">Sheet Mask</a>
</li>
</ul>
</li>
<li>
<a href="#">BATH & SHOWER</a>
<ul class="submenu-2">
<li>
<a href="#"> Body Wash</a>
</li>
<li>
<a href="#"> Shower Gel</a>
</li>
<li>
<a href="#"> Exfoliators</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">FRAGRANCE</a>
<ul class="submenu">
<li>
<a href="#">Women</a>
<ul class="submenu-2">
<li>
<a href="product1.html">Perfume</a>
</li>
<li>
<a href="#">Body spray & Deodrants</a>
</li>
</ul>
</li>
<li>
<a href="#">Men</a>
<ul class="submenu-2">
<li>
<a href="product2.html">Perfume</a>
</li>
<li>
<a href="#">Body spray & Deodrants</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">HAIRCARE</a>
<ul class="submenu">
<li>
<a href="#">Shampoo & Conditioner</a>
<ul class="submenu-2">
<li>
<a href="#">Shampoo</a>
</li>
<li>
<a href="#">Conditioner</a>
</li>
</ul>
</li>
<li>
<a href="#">Hair Styling & Treatment</a>
<ul class="submenu-2">
<li>
<a href="#">Hair Oil</a>
</li>
<li>
<a href="#">Hair Mask</a>
</li>
<li>
<a href="#">Hair Spray & Styling products</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">TOOLS & BRUSHES</a>
</li>
<li>
<a href="#">BRANDS</a>
</li>
</ul>
</div>
</div>
<!-- End of the Navbar -->
<!-- ************************************************************************************* -->
<div class="imageContainer"></div>
<div class="deal">
<div>STEALS & DEALS</div>
<div>BEAUTY MINIS UNDER ₹999</div>
<div>EVERYDAY ESSENTIALS</div>
<div>TRENDING NOW</div>
<div>EDITOR'S PICKS</div>
<div>TOP FRAGRANCES</div>
</div>
<div id="heading">
<h2># C4RA Brand Of The Week</h2>
</div>
<div id="tomimg">
<img src="https://logan.nnnow.com/content/dam/nnnow-project/12-dec-2022/se/TomFord_BOTWstrip_Desktop.jpg"
alt="">
</div>
<div class="TomFord">
</div>
<div id="JustLand">
<img src="https://logan.nnnow.com/content/dam/nnnow-project/16-march-2022/justlanded.jpg" alt="Just Landed">
</div>
<!-- smallSlider -->
<div class="slivid">
<div id="slid">
<div class="slider">
<div class="slide_viewer">
<div class="slide_group">
<div class="slide">
<img src="https://cdn01.nnnow.com/web-images/medium/styles/G2435F9QRSJ/1670846318656/1.jpg"
,alt="">
<p>SHISEIDO</p>
<p>Power Infusing Concentrate Serum</p>
<p>Price: ₹9000</p>
</div>
<div class="slide">
<img src="https://cdn04.nnnow.com/web-images/medium/styles/VVGNMVPMYCF/1670484145775/1.jpg">
<p>SHISEIDO</p>
<P>Benefiance Wrinkle Smoothing <br>Contour Serum</P>
<p>Price: ₹6800</p>
</div>
<div class="slide">
<img src="https://cdn02.nnnow.com/web-images/medium/styles/WD8IMW9TIRA/1670406434967/1.jpg"
alt="">
<p>HUGO BOSS</p>
<P>Hugo Man Eau De Toilette</P>
<p>Price: ₹7750</p>
</div>
<div class="slide">
<img src="https://cdn14.nnnow.com/web-images/medium/styles/MJZKQ7NSJGU/1670406435052/1.jpg"
alt="">
<p>HUGO BOSS</p>
<p>Hugo Man Deodorant Spray</p>
<p>Price: ₹1850</p>
</div>
<div class="slide">
<img src="https://cdn17.nnnow.com/web-images/medium/styles/Q97NSZ832N2/1669710810036/1.jpg"
alt="">
<p>C4RA COLLECTION”</p>
<p>Wishing You 16 Eyeshadow <br>Palette (Limited Edition)</p>
<p>Price: ₹3100</p>
</div>
<div class="slide">
<img src="https://cdn03.nnnow.com/web-images/medium/styles/U6W83XZQPM9/1667541260140/1.jpg"
alt="">
<p>MOROCCAN OIL</p>
<p>Shower Gel Oud Mineral”</p>
<p>Price: ₹1650</p>
</div>
<div class="slide">
<img src="https://cdn17.nnnow.com/web-images/medium/styles/OD3F9CEPVXG/1667889799278/1.jpg"
alt="">
<p>MOROCCAN OIL</p>
<p>Pure Argan Oil</p>
<p>Price: ₹6120</p>
</div>
</div>
</div>
</div><!-- End // .slider -->
<div class="slide_buttons">
</div>
<div class="directional_nav">
<div class="previous_btn" title="Previous">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" width="65px" height="65px" viewBox="-11 -11.5 65 66">
<g>
<g>
<path fill="red"
d="M-10.5,22.118C-10.5,4.132,4.133-10.5,22.118-10.5S54.736,4.132,54.736,22.118
c0,17.985-14.633,32.618-32.618,32.618S-10.5,40.103-10.5,22.118z M-8.288,22.118c0,16.766,13.639,30.406,30.406,30.406 c16.765,0,30.405-13.641,30.405-30.406c0-16.766-13.641-30.406-30.405-30.406C5.35-8.288-8.288,5.352-8.288,22.118z" />
<path fill="red"
d="M25.43,33.243L14.628,22.429c-0.433-0.432-0.433-1.132,0-1.564L25.43,10.051c0.432-0.432,1.132-0.432,1.563,0 c0.431,0.431,0.431,1.132,0,1.564L16.972,21.647l10.021,10.035c0.432,0.433,0.432,1.134,0,1.564 c-0.215,0.218-0.498,0.323-0.78,0.323C25.929,33.569,25.646,33.464,25.43,33.243z" />
</g>
</g>
</svg>
</div>
<div class="next_btn" title="Next">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" width="65px" height="65px" viewBox="-11 -11.5 65 66">
<g>
<g>
<path fill="red"
d="M22.118,54.736C4.132,54.736-10.5,40.103-10.5,22.118C-10.5,4.132,4.132-10.5,22.118-10.5 c17.985,0,32.618,14.632,32.618,32.618C54.736,40.103,40.103,54.736,22.118,54.736z M22.118-8.288 c-16.765,0-30.406,13.64-30.406,30.406c0,16.766,13.641,30.406,30.406,30.406c16.768,0,30.406-13.641,30.406-30.406 C52.524,5.352,38.885-8.288,22.118-8.288z" />
<path fill="red"
d="M18.022,33.569c 0.282,0-0.566-0.105-0.781-0.323c-0.432-0.431-0.432-1.132,0-1.564l10.022-10.035 L17.241,11.615c 0.431-0.432-0.431-1.133,0-1.564c0.432-0.432,1.132-0.432,1.564,0l10.803,10.814c0.433,0.432,0.433,1.132,0,1.564 L18.805,33.243C18.59,33.464,18.306,33.569,18.022,33.569z" />
</g>
</g>
</svg>
</div>
</div><!-- End // .directional_nav -->
</div>
<!-- #474544 -->
<div id="Videop">
<!-- <video src="https://youtu.be/E-GhPxngXCg"></video> -->
<iframe id="playvideo" width="560" height="300" src="https://www.youtube.com/embed/E-GhPxngXCg"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<p>Explore MoroccanOil Body</p>
</div>
</div>
<div class="C4RAImage">
<img src="https://logan.nnnow.com/content/dam/nnnow-project/22-march-2022/Loyalty_Strip_Desk.jpg" alt="">
</div>
<div class="LazyGirl">
<img src="https://logan.nnnow.com/content/dam/nnnow-project/05-nov-2022/Sephora_HeaderStrip_LazyGirl'sBFFstext(1).jpg"
alt="">
</div>
<div id="LazyGirlCard">
</div>
<div id="favouriteBrand">
<img src="https://logan.nnnow.com/content/dam/nnnow-project/01-oct-2020/sephora/2OCT20_PREHEADER_4_DESK.jpg"
alt="Favourite Brand">
</div>
<div class="BrandContainer">
<div>
<img src="https://logan.nnnow.com/content/dam/nnnow-project/17-jan-2020/logo-dsk/scdsk.jpeg" alt="">
</div>
<div>
<img src="https://logan.nnnow.com/content/dam/nnnow-project/11-oct-2021-/12OCT21-TILE-MUFE(1).jpg" alt="">
</div>
<div>
<img src="https://logan.nnnow.com/content/dam/nnnow-project/17-jan-2020/logo-dsk/bendsk.jpg" alt="">
</div>
<div>
<img src="https://logan.nnnow.com/content/dam/nnnow-project/05-jan-2022/TF_Logo(1).jpg" alt="">
</div>
<div>
<img src="https://logan.nnnow.com/content/dam/nnnow-project/03-jan-2022/se/Lancome_Logo(1).jpeg" alt="">
</div>
<div>
<img src="https://logan.nnnow.com/content/dam/nnnow-project/17-jan-2020/logo-dsk/HDdesk.jpg" alt="">
</div>
</div>
<div id="Block">
<img src="https://logan.nnnow.com/content/dam/nnnow-project/01-oct-2020/sephora/2OCT20_PREHEADER_5_DESK.jpg"
alt="Favourite Brand">
</div>
<div id="BlockContainer">
<!-- <div></div> -->
</div>
<div id="C4RADiary">
<img src="https://logan.nnnow.com/content/dam/nnnow-project/01-oct-2020/sephora/2OCT20_PREHEADER_7_DESK.jpg"
alt="">
</div>
<div class="C4RADiarierContainer"></div>
<button id="btn1"><a href="#Image" id="back">^ BACK TO TOP</a></button>
<div class="Subscribe">
<h3>GET THE LATEST NEWS & OFFERS IN BEAUTY & FASHION</h3>
<div id="mail">
<input type="text" placeholder="Enter your email address" id="inputbox">
<button>SUBSCRIBE</button>
</div>
</div>
<div class="footerdocs">
<section class="footerdocs-section">
<h1 class="footerdoc-sectiontitle">C4RA online India is a trailblazer in the Indian beauty scene</h1>
<div class="footerdoc-sectionContent">
A leader in luxury beauty and skincare, our purpose at Sephora online India is to create an inviting
online beauty shopping experience and inspire fearlessness in our community.
Since the Sephora India launch in 2013, we have been an industry-leading champion of diversity, and
empowerment, guided by our longstanding company values.
<br>
<br>
<h2>
Discover who we are and what we entail only on NNNOW.com
</h2>
\nOwned by LVMH Moet Hennessy Louis Vuitton, the world's leading luxury goods group,
Sephora was founded in France by Dominique Mandonnaud in 1970 and is defined by its unique, open-sell
environment with an ever-increasing assortment of best-selling lipsticks, eyeliners, foundations, eye
palettes and more from carefully curated brands such as Make Up For Ever, Estee Lauder, Benefit
Cosmetics, Huda Beauty and many more.
<br>
<br>
<h2>Shop Our unrivalled range of Sephora products for a more beautiful you</h2>
\nOur array on Sephora NNNOW features trusted classics from Pixi, Elizabeth Arden, Anastasia Beverly
Hills, Clinique, Tom Ford, and Sephora’s own, SEPHORA COLLECTION. Today, Sephora India online is a
powerful beauty presence in the digital space, thanks to its unparalleled assortment of prestige
products in every category, unbiased service from beauty experts, interactive shopping environment, and
innovation.
<br>
<br>
Through some of our bestsellers such as Sephora lipsticks, Sephora foundations, and other Sephora
products, we explore the universe of beauty and wellness with an unbiased approach to experiential
retail. We also host expert tutorial videos from our top brands to help you nail the perfect smokey eye
or winged eyeliner. Our team of experts in-store also works hard to assure you have a seamless shopping
experience with us and helps you define your skin undertones while purchasing the right sephora
foundation for you. Sephora continues to give back to communities and advance inclusion in the beauty
industry by providing an unrivaled r
ange of shades for Sephora foundations at unbeatable prices.
<br>
<br>
Sephora in India also encompasses a formidable range of skincare, bath and body products, haircare,
fragrances and perfumes from international brands. Many of our brands such as
Botanist and Forest Essentials boast of incorporating only natural ingredients in their products,
whereas award-winning such as Natasha Denona, Nudestix, Kora Organics, Aveda, Olaplex, and more
promise only SLS/Paraben-free formulas in their range of products. Be sure to also check out our range
of cruelty-free brands that include best-selling brands such as Caudalie,
Smashbox, Dear Dahlia, Juice Beauty and much more.Sephora online hosts the entire range of makeup and
skin products available in Sephora stores in India. Buy Sephora online on
NNNOW and be the first to be alerted when we have a major Sephora India sale event coming up!
<br>
<br>
Start your Sephora India online shopping on NNNOW.com
<br>
<br>
Women can now shop their favorite luxury beauty brands on the Sephora site or via the NNNOW mobile app.
Be spoilt for choice with a wide variety of makeup, skincare, haircare,
bath and body and fragrances that you can shop from the comfort of your home.Discover online shopping
that offers advantages
such as Gift With Purchase, freebie sachets, and discount offers on beauty! Buy Sephora online at
amazing deals and prices at the click of a button.
</div>
</section>
</div>
<div class="footerNavContainer">
<a target="_blank" href="" id="footerNavlinks">WHO WE ARE</a>
<a target="_blank" href="" id="footerNavlinks"> FREQUENTLY ASKED QUESTION</a>
<a target="_blank" href="" id="footerNavlinks"> CONTACT US</a>
</div>
<div class="socialmediacontainer">
<a href="https://www.facebook.com/heynnnow" id="socialmedialinks">
<i class="fa fa-facebook"></i>
</a>
<a href="https://twitter.com/heynnnow" id="socialmedialinks">
<i class="fa fa-twitter"></i>
</a>
<a href="https://www.instagram.com/heynnnow/" id="socialmedialinks">
<i class="fa fa-instagram"></i>
</a>
<a href="https://www.youtube.com/channel/UCQ2fMb06LyWA0S5upVp2UJg" id="socialmedialinks">
<i class="fa fa-youtube"></i>
</a>
<a href="https://github.com/varun2696/faithful-night-9583" id="socialmedialinks">
<i class="fa fa-github"></i>
</a>
</div>
<div class="fineprintContainer">
<span id="fineprintlinks">
© 2022 C4RA
</span>
<a href="" id="fineprintlinks">Privacy Policy</a>
<a href="" id="fineprintlinks">Terms & Conditions</a>
</div>
<div class="footerlinkContainer">
<div id="footerlinks">
<div id="footerlinkstitle">BRANDS</div>
<div class="footerlinkscontent">
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Sephora Collection" href="">Sephora
Collection</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Benefit Cosmetics" href="">Benefit
Cosmetics</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Make Up For Ever" href="">Make Up For
Ever</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Cover FX" href="">Cover FX</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Stila" href="">Stila</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Natio" href="">Natio</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Burt's Bees" href="">Burt's Bees</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Foreo" href="">Foreo</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Smashbox" href="">Smashbox</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Glamglow" href="">Glamglow</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Clinique" href="">Clinique</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Estee Lauder" href="">Estee
Lauder</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Elizabeth Arden" href="">Elizabeth
Arden</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Givenchy" href="">Givenchy</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Bobbi Brown" href="">Bobbi Brown</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Shiseido" href="">Shiseido</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="OPI" href="">OPI</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Forest Essentials" href="">Forest
Essentials</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Percy & Reed" href="">Percy &
Reed</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Boscia" href="">Boscia</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Oscar Blandi" href="">Oscar
Blandi</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Burberry" href="">Burberry</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="CK Fragrances" href="">CK
Fragrances</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Kenzo" href="">Kenzo</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Tom Ford" href="">Tom Ford</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Bvlgari" href="">Bvlgari</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Carolina Herrera" href="">Carolina
Herrera</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Davidoff" href="">Davidoff</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Giorgio Armani" href="">Giorgio
Armani</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Montblanc" href="">Montblanc</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Paco Rabanne" href="">Paco
Rabanne</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Yves Saint Laurent" href="">Yves Saint
Laurent</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Azzaro" href="">Azzaro</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Nina Ricci" href="">Nina Ricci</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Roberto Cavalli" href="">Roberto
Cavalli</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Zirh" href="">Zirh</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Omorfee" href="">Omorfee</a>
</span>
</div>
</div>
<div id="footerlinks">
<div id="footerlinkstitle">MAKEUP</div>
<div class="footerlinkscontent">
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Face" href="">Face</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Cheek" href="">Cheek</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Eye" href="">Eye</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Lip" href="">Lip</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Nail" href="">Nail</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Makeup Palettes" href="">Makeup
Palettes</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Accessories" href="">Accessories</a>
</span>
</div>
</div>
</div>
<div id="footerlinks">
<div id="footerlinkstitle">SKIN CARE</div>
<div class="footerlinkscontent">
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Moisturizers" href="">Moisturizers</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Cleansers" href="">Cleansers</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Treatments" href="">Treatments</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Masks" href="">Masks</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Eye Care" href="">Eye Care</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Sun Care" href="">Sun Care</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Lip Treatments" href="">Lip Treatments</a>
</span>
</div>
</div>
<div id="footerlinks">
<div id="footerlinkstitle">OTHER CATEGORIES</div>
<div class="footerlinkscontent">
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Fragrances" href="">Fragrances</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Tools & Brushes" href="">Tools &
Brushes</a>
</span>
</div>
</div>
<div id="footerlinks">
<div id="footerlinkstitle">MY C4RA</div>
<div class="footerlinkscontent">
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="My orders" href="">My orders</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Store locator" href="">Store locator</a> |
</span>
<span class="footerlinkscontent">
<a class="footerlinkscontent-link" target="_blank" alt="Sephora Facebook" href="">Sephora Facebook</a>
</span>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</body>
</html>
<script src="Homepage.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<!-- script for login -->
<script src="./loginScripts/login.js"></script>
<!-- script for Register -->
<script src="./loginScripts/register.js"></script>