-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
602 lines (515 loc) · 19.5 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
<!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>Home | Bluemercury.com</title>
<script src="https://kit.fontawesome.com/b7836bba55.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="CSS/index.css">
<link rel="stylesheet" href="CSS/footer.css">
<style>
footer hr{
margin-bottom: -70px;
margin-top: 5%;
}
</style>
</head>
<header class="containerHeader">
<nav class="navFlex">
<div class="left">
<a class="m_logo" href="index.html" ><img src="./img/logo.webp" alt="logo"></a>
<ul>
<li><a href="shop.html">SHOP</a></li>
<li><a href="bluerewords.html">NEW!</a></li>
<li><a href="">BRANDS</a></li>
<li><a href="explore.html">EXPLORE</a> </li>
<li><a href="Cache.html">EVENT</a></li>
</ul>
<!-- <div></div>
<div class="shop-button"><button id="hide">
<a id="shop-hover" class="option">SHOP</a>
</button></div>
<div><a class="option">NEW!</a></div>
<div><a class="option">BRANDS</a></div>
<div><a class="option">EXPLORE</a></div>
<div><a class="option">EVENT</a></div>
<div></div>
<i id="nav" class="fa-solid fa-bars"></i> -->
</div>
<div class="right df" >
<input type="text" name="search" placeholder="SEARCH...">
<ul class="df ">
<a class="tag" href="wishList.html"> <img src="./img/wishlist.png" alt="">Wishlist</a>
<a class="tag" href="cart.html"> <img src="./img/bag.png" alt="">Bag</a>
<a class="tag" href="createAccount.html"> <img src="./img/user.png" alt="">SIGN IN / UP</a>
</ul>
</div>
</nav>
</header>
<!-- Navbar End -->
<body onchange="LetItSlide()" onload="LetItSlide()">
<!-- Navbar Start -->
<!-- Sliding Options Start-->
<div id="slider">
<figure>
<div>Free Samples With All Orders</div>
<div>Order by April 22 for free priority Shipping</div>
<div>Free Gifts With Purchase. Browse now ></div>
<div>Get The Special Deals</div>
</figure>
</div>
<!-- Sliding Options End -->
<!-- Product Sliding Start -->
<div class="slider">
<div class="slides">
<input type="radio" name="radio-btn" id="radio1"/>
<input type="radio" name="radio-btn" id="radio2"/>
<input type="radio" name="radio-btn" id="radio3"/>
<input type="radio" name="radio-btn" id="radio4"/>
<div class="slide" id="MakeItSlide">
<img src="./Assets/1 (4).jpg"
alt="Cosmetic Product">
</div>
<div class="slide">
<img src="./Assets/2 ss.png"
alt="Cosmetic Product">
</div>
<div class="slide">
<img src="./Assets/3 ss.png"
alt="Cosmetic Product">
</div>
<div class="slide">
<img src="./Assets/4 ss.png"
alt="Cosmetic Product">
</div>
</div>
</div>
<!-- Product Sliding End -->
<!-- Bestseller Sliding Start -->
<div id="slide-explore" onchange="LetItSlide()">
<div id="slide-above">
<p>BESTSELLERS</p>
</div>
<div class="slide-parent">
<div id="slide-leftarrow" onclick="slideMoveLeft()">
<button> < </button>
</div>
<div class="slide-child" id="sc1">
<img src="./Assets/6.jpg"
alt="SKINCEUTICALS">
<p>SKINCEUTICALS</p>
<p>C E Ferulic</p>
<p>$182</p>
</div>
<div class="slide-child" id="sc2">
<img src="./Assets/7.jpg"
alt="M-61">
<p>M-61</p>
<p>PowerGlow Peel</p>
<p>$32 - $118</p>
</div>
<div class="slide-child" id="sc3">
<img src="./Assets/8.jpg"
alt="SUPERGOOP!">
<p>SUPERGOOP!</p>
<p>Unseen Sunscreen SPF 40</p>
<p>$18 - $38</p>
</div>
<div class="slide-child" id="sc4">
<img src="./Assets/9.jpg"
alt="DYSON">
<p>DYSON</p>
<p>Copper AirWrap Multi-Styler Complete Long</p>
<p>$599.99</p>
</div>
<div class="slide-child" id="sc5">
<img src="./Assets/10.jpg"
alt="ORIBE">
<p>ORIBE</p>
<p>Gold Lust Repair And Restore Conditioner</p>
<p>$22 - $196</p>
</div>
<div class="slide-child" id="sc6">
<img src="./Assets/11.jpg"
alt="ORIBE">
<p>ORIBE</p>
<p>Gold Lust Repair And Restore Conditioner</p>
<p>$22 - $196</p>
</div>
<div class="slide-child" id="sc7">
<img src="./Assets/12.jpg"
alt="LUNE+ASTER">
<p>LUNE+ASTER</p>
<p>CC Cream Broad Specture SPF 50</p>
<p>$52</p>
</div>
<div class="slide-child" id="sc8">
<img src="./Assets/13.jpg"
alt="NEST">
<p>NEST</p>
<p>Grapefruit Reed Diffuser</p>
<p>$58</p>
</div>
<div class="slide-child" id="sc9">
<img src="./Assets/14.jpg"
alt="THE LIGHT SALON">
<p>THE LIGHT SALON</p>
<p>Boost LED Mask</p>
<p>$495</p>
</div>
<div class="slide-child" id="sc10">
<img src="./Assets/15.jpg"
alt="TRISH MCEVOY">
<p>TRISH MCEVOY</p>
<p>Instant Eye Lift Under Eye Concealer</p>
<p>$46</p>
</div>
<div class="slide-child" id="sc11">
<img src="./Assets/16.jpg"
alt="LA MER">
<p>LA MER</p>
<p>Cream De La Mer Face Cream</p>
<p>$100 - $570</p>
</div>
<div class="slide-child" id="sc12">
<img src="./Assets/17.jpg"
alt="OSEA">
<p>OSEA</p>
<p>Undaria Algae Body Oil</p>
<p>$52 - $84</p>
</div>
<div id="slide-rightarrow" onclick="slideMoveRight()">
<button> > </button>
</div>
</div>
</div>
<!-- Bestseller Sliding End -->
<!-- Befor EXPLORE THE CACHE VOLUME II Slide Start -->
<div id="lipstick">
<div id="lipstick-content">
<p>New Lipstick Alert</p>
<p>There's nothing that'll brighten
your mood (and your complexion) like a new lip color</p>
<p>Shop Now</p>
</div>
<div>
<img src="./Assets/42.jpg"
alt="Lipstick">
</div>
</div>
<!-- Befor EXPLORE THE CACHE VOLUME II Slide End -->
<!-- EXPLORE THE CACHE VOLUME II Slide Start -->
<div id="slide-explore" onchange="LetItSlide()">
<div id="slide-above">
<p>EXPLORE THE CACHE VOLUME II</p>
</div>
<div class="slide-parent">
<div id="slide-leftarrow" onclick="slideMoveLeft1()">
<button> < </button>
</div>
<div class="slide-child" id="scc1">
<img src="./Assets/18.jpg"
alt="HENNE ORGANICS">
<p>HENNE ORGANICS</p>
<p>Luxury Lip Balm V2</p>
<p>$19</p>
</div>
<div class="slide-child" id="scc2">
<img src="./Assets/19.jpg"
alt="REDMINT">
<p>REDMINT</p>
<p>Pearl Facial Cleanser</p>
<p>$68</p>
</div>
<div class="slide-child" id="scc3">
<img src="./Assets/20.jpg"
alt="DUNE">
<p>DUNE</p>
<p>The Lifeguard Miracle Aloe</p>
<p>$22.95</p>
</div>
<div class="slide-child" id="scc4">
<img src="./Assets/21.jpg"
alt="HENNE ORGANICS">
<p>HENNE ORGANICS</p>
<p>Lip Serum</p>
<p>$45</p>
</div>
<div class="slide-child" id="scc5">
<img src="./Assets/22.jpg"
alt="HENNE ORGANICS">
<p>HENNE ORGANICS</p>
<p>Lip Mask</p>
<p>$37</p>
</div>
<div class="slide-child" id="scc6">
<img src="./Assets/23.jpg"
alt="HENNE ORGANICS">
<p>HENNE ORGANICS</p>
<p>Luxury Lip Balm</p>
<p>$22</p>
</div>
<div class="slide-child" id="scc7">
<img src="./Assets/24.jpg"
alt="HENNE ORGANICS">
<p>HENNE ORGANICS</p>
<p>Lavender Mint Lip Exfoliator</p>
<p>$24</p>
</div>
<div class="slide-child" id="scc8">
<img src="./Assets/25.jpg"
alt="REDMINT">
<p>REDMINT</p>
<p>Gua Sha Black Obsidian</p>
<p>$38</p>
</div>
<div class="slide-child" id="scc9">
<img src="./Assets/26.jpg"
alt="HENNE ORGANICS">
<p>HENNE ORGANICS</p>
<p>Citrus Luxury Hand Cream</p>
<p>$25</p>
</div>
<div class="slide-child" id="scc10">
<img src="./Assets/27.jpg"
alt="HENNE ORGANICS">
<p>HENNE ORGANICS</p>
<p>Rose Diamonds Lip Exfoliator</p>
<p>$24</p>
</div>
<div class="slide-child" id="scc11">
<img src="./Assets/28.jpg"
alt="HENNE ORGANICS">
<p>HENNE ORGANICS</p>
<p>Blomma Luxury Hand Cream</p>
<p>$25</p>
</div>
<div class="slide-child" id="scc12">
<img src="./Assets/29.jpg"
alt="HENNE ORGANICS">
<p>HENNE ORGANICS</p>
<p>Nordic Merries Lip Exfoliator</p>
<p>$24</p>
</div>
<div id="slide-rightarrow" onclick="slideMoveRight1()">
<button> > </button>
</div>
</div>
</div>
<!-- EXPLORE THE CACHE VOLUME II Slide End -->
<!-- Middle Image EXPLORE THE CACHE VOLUME II Start -->
<div class="container">
<!-- <img src="theCache3.jpg" alt=""> -->
<img src="./Assets/65.jpg" alt="Snow" style="width:100%;">
<div class="centered">
<p> THE CACHE</p>
<p>VOLUME II</p>
<p class="h2">exclusively at bluemercury</p>
<p> We're introducing The Cache Volume II, three more buzzed-about brands that are
exciting insiders and showing up on the chicest bathroom shelves </p>
<a>EXPLORE THE CACHE</a>
</div>
</div>
</div>
<!-- Middle Image EXPLORE THE CACHE VOLUME II End -->
<div id="lipstick">
<div>
<img id="image43" src="./Assets/43.jpg"
alt="The Cache">
</div>
<div id="lipstick-content-cache">
<p>Your holistic skincare routine has arrived</p>
<p>Now you can create your own at-home traditional Chinese
medicine ritual with the Redmint botanically based
face and body range</p>
<p>Shop Now</p>
</div>
</div>
<!-- NEW ARRIVALS Start -->
<div id="slide-explore" onchange="LetItSlide()">
<div id="slide-above">
<p>NEW ARRIVALS</p>
</div>
<div class="slide-parent">
<div id="slide-leftarrow" onclick="slideMoveLeft2()">
<button> < </button>
</div>
<div class="slide-child" id="sccc1">
<img src="./Assets/53.jpg"
alt="DR. BARBARA STURM">
<p>DR. BARBARA STURM</p>
<p>Super Anti-Aging Body Serum</p>
<p>$210</p>
</div>
<div class="slide-child" id="sccc2">
<img src="./Assets/54.jpg"
alt="VINTNER'S DAUGHTER">
<p>VINTNER'S DAUGHTER</p>
<p>Active Renewal Cleanser</p>
<p>$98</p>
</div>
<div class="slide-child" id="sccc3">
<img src="./Assets/55.jpg"
alt="INDIE LEE">
<p>INDIE LEE</p>
<p>AHA Exfoliating Toner</p>
<p>$52</p>
</div>
<div class="slide-child" id="sccc4">
<img src="./Assets/56.jpg"
alt="LUNE+ASTER">
<p>LUNE+ASTER</p>
<p>Horizon Face Palette</p>
<p>$56</p>
</div>
<div class="slide-child" id="sccc5">
<img src="./Assets/57.jpg"
alt="BLUEMERCURY">
<p>BLUEMERCURY</p>
<p>The Conscious Beauty Edit</p>
<p>$99</p>
</div>
<div class="slide-child" id="sccc6">
<img src="./Assets/58.jpg"
alt="M-61">
<p>M-61</p>
<p>Hydraboost Body Sunscreen SPF 30</p>
<p>$52</p>
</div>
<div class="slide-child" id="sccc7">
<img src="./Assets/59.jpg"
alt="JO MALONE LONDON">
<p>JO MALONE LONDON</p>
<p>Wild Achilea Cologne</p>
<p>$82</p>
</div>
<div class="slide-child" id="sccc8">
<img src="./Assets/60.jpg"
alt="NEST">
<p>NEST</p>
<p>Santorini Olive & Citron Specialty 3 Wick Candle</p>
<p>$80</p>
</div>
<div class="slide-child" id="sccc9">
<img src="./Assets/61.jpg"
alt="JAN MARINI">
<p>JAN MARINI</p>
<p>Transformation Face Cream</p>
<p>$120</p>
</div>
<div class="slide-child" id="sccc10">
<img src="./Assets/62.jpg"
alt="CHANTECAILLE">
<p>CHANTECAILLE</p>
<p>Wild Meadows Eye Quartet (Limited Edition)</p>
<p>$78</p>
</div>
<div class="slide-child" id="sccc11">
<img src="./Assets/64.jpg"
alt="M-61">
<p>M-61</p>
<p>PowerGlow Pro+ Niacinamide+Neuropeptide Cleanse</p>
<p>$34</p>
</div>
<div class="slide-child" id="sccc12">
<img src="./Assets/64 (1).jpg"
alt="DR. BARBARA STRRUM">
<p>DR. BARBARA STRRUM</p>
<p>Discovery Kit</p>
<p>$125</p>
</div>
<div id="slide-rightarrow" onclick="slideMoveRight2()">
<button> > </button>
</div>
</div>
</div>
<!-- NEW ARRIVALS End -->
<!-- END PRODUCT Start -->
<div id="end-product">
<div>
<img src="./Assets/95.jpg"
alt="MAKE YOUR EYES STAND OUT">
<p class="end-product-title">MAKE YOUR EYES STAND OUT</p>
<p>This palette has something for everyone! The Kaleidescope
Nudes Eyeshadow Palette has shades to make every eye color pop</p>
</div>
<div>
<img src="./Assets/96.jpg"
alt="Everything Under the Sun">
<p class="end-product-title">Everything Under the Sun</p>
<p>Now you have no more excuses for skipping sunscreen, thanks to new
face and body formulas that feel great while offering protection</p>
</div>
</div>
<!-- END PRODUCT End -->
<!-- Footer Start -->
<footer>
<hr>
<div class="footer_container" >
<div class="social">
<div class="footer_content">
<h2>Get Expert Beauty Insight & Offers</h2>
<input id="input1" type="text" placeholder= "EMAIL ADDRESS →" >
<p>By continuing, you agree to Bluemercury's</p>
<p><a href="">Privacy Notice.</a></p>
</div>
<div class="social_icon">
<a href=""><i class="fa-brands fa-linkedin"></i></a>
<a href=""><i class="fa-brands fa-twitter"></i></a>
<a href=""><i class="fa-brands fa-youtube"></i></a>
<a href=""><i class="fa-brands fa-instagram"></i></a>
</div>
<p>
Copyright 2023 bluemercury. All Rights Reserved.
</p>
</div>
<div class="about_company">
<h2 style="margin: left 10px;">BLUEMERCURY</h2>
<ul>
<li><a href="">Our Company</a></li>
<li><a href="">Store Locator</a></li>
<li><a href="">Events</a></li>
<li><a href="">Spa Menu</a></li>
<li><a href="">Careers</a></li>
<li><a href="">Vendor Submissions</a></li>
<li><a href="">Diversity & Inclusion</a></li>
</ul>
</div>
<div class="account">
<h2>MY ACCOUNT</h2>
<ul>
<li><a href="">My Account</a></li>
<li><a href="">BlueRewards</a></li>
<li><a href="">Gift Card Balance Checker</a></li>
</ul>
</div>
<div class="account">
<h2>CUSTOMER SERVICE</h2>
<ul>
<li><a href="">Contact Us</a></li>
<li><a href="">Help & FAQ</a></li>
<li><a href="">Shipping, Returns & Exchanges</a></li>
<li><a href="">Gift Cards</a></li>
<li><a href="">Offers & Promotions</a></li>
<li><a href="">Klarna</a></li>
</ul>
</div>
<div class="resources">
<h2>RESOURCES</h2>
<ul>
<li><a href="">Terms & Conditions</a></li>
<li><a href="">Privacy Notice</a></li>
<li><a href="">Do Not Sell or Share My Personal Information</a></li>
<li><a href="">CA Privacy Rights</a></li>
<li><a href="">Accessibility</a></li>
<li><a href="">Affiliate Program</a></li>
<li><a href="">Cookie Preferences</a></li>
</ul>
</div>
</div>
</footer>
<!-- Footer End -->
</body>
<script src="./JS/index.js"></script>
</html>