-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
538 lines (493 loc) · 20.4 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
<!-- This will be the home page with pop up login and signup page-->
<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>sephora.com</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<!-- Navigation bar -->
<div>
<!-- Top line about Beauty insider -->
<div id="points-bar">
Beauty Insiders: <span class="bold">Earn Points Faster*▸</span> Not a Beauty Insider? <span class="bold">Join now▸</span>
Free shipping with code <span class="bold">FREESHIP.</span> *Terms apply.
</div>
<!-- Actual navbar -->
<div id="navbar">
<div id="logo">
<img src="https://www.sephora.com/img/ufe/logo.svg" alt="shepora">
</div>
<div id="search">
<input type="search" placeholder="Search" >
</div>
<div id="store">
<img src="https://www.sephora.com/img/ufe/icons/stores-active.svg" alt="store logo">
<div>
<h4>Stores & Services</h4>
<p>Choose Your Store</p>
</div>
</div>
<div id="community">
<img src="https://www.sephora.com/img/ufe/icons/community-active.svg" alt="community logo">
<h4>Community</h4>
</div>
<div id="signin" >
<img src="https://www.sephora.com/img/ufe/icons/me-active.svg" alt="sigin logo">
<h4>Sign In</h4>
</div>
<div id="shoping-logo">
<div>
<img src="https://th.bing.com/th/id/OIP.4iSvF7aTwDtcuV-i0F-RnQHaHa?pid=ImgDet&rs=1" alt="message">
</div>
<div>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTfV66p14uH0G6tT0kgCpTzcBliVuppzaZjpAqdT_QQU6fjXJycLnNZ2pyUWdMZ5r7h6QM&usqp=CAU" alt="loved">
</div>
<div>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTBCYcQPUomOBHWB_5d5FAz-9rLe4cQa7YB0r054A1t2IoBx0GN19k9JiioGLMKN0XZQ_s&usqp=CAU" alt="basket">
</div>
</div>
</div>
<div id="menu">
<div class="tooltip">New
<span class="tooltiptext">
<ul type="none">
<h4>All New </h4>
<li>Just Dropped</li>
<li>New Makeup</li>
<li>New Skincare</li>
<li>New Haircare</li>
<li>New Fragrance</li>
<li>New Bath & Body</li>
<li>New Tools & Brushes</li>
</ul>
</span>
</div>
<div class="tooltip">Brands
<span class="tooltiptext">
<ul type="none">
<h4>Only At Sephora</h4>
<li>Youth to the People</li>
<li>Merit</li>
<li>Kayali</li>
<li>JVN</li>
<h4> New Brands</h4>
<li>HAUS LABS BY LADY GAGA</li>
<li>GXVE Beauty</li>
<li>Fenty Beauty by Rihanna</li>
</ul>
</span>
</div>
<div class="tooltip">Makeup
<span class="tooltiptext">
<ul type="none">
<h4 id="all-makeup">All Makeup</h4>
<h4>Face</h4>
<li>Foundation</li>
<li>BB & CC Cream</li>
<h4>Eyes</h4>
<li>Eye Palettes</li>
<li>Mascara</li>
<li>Eyeliner</li>
<h4>Lip</h4>
<li>Lipsticks</li>
<li>Lip Gloss</li>
<li>Lips Balm & Treatment</li>
<h4>Cheek</h4>
<li>Blush</li>
<li>Bronzer</li>
<li>Highlighter</li>
</ul>
</span>
</div>
<div class="tooltip">Skincare
<span class="tooltiptext">
<ul type="none">
<h4>All Skin Care</h4>
<h4>Moisuriser</h4>
<li>Night Creams</li>
<li>Face Oils</li>
<h4>Cleanser</h4>
<li>Face Wash & Cleaner</li>
<li>Exfoliation</li>
<li>Makeup Removal</li>
<h4>Treatments</h4>
<li>Face Serum</li>
<h4>Mask</h4>
<li>Face Masks</li>
<h4>Eye Care</h4>
<li>Eye Mask</li>
</ul>
</span>
</div>
<div class="tooltip">Hair
<span class="tooltiptext">
<ul type="none">
<h4>All Hair</h4>
<h4>Shampoo & Conditioner</h4>
<li>Shampoo</li>
<li>Conditioner</li>
<h4>Treatments</h4>
<li>Hair Masks</li>
<li>Hair Oils</li>
<h4>Styling</h4>
<li>Styling Creams</li>
<h4>Curly, Coily Textured Hair</h4>
</ul>
</span>
</div>
<div class="tooltip">Fregrance
<span class="tooltiptext">
<ul type="none">
<h4>All Fregrance</h4>
<h4>Women</h4>
<li>Perfume</li>
<li>Body Mists and Hair Mists</li>
<h4>Men</h4>
<li>Cologne</li>
<h4>Candels and Home Scents</h4>
<li>Candals</li>
<li>Diffusers</li>
</ul>
</span>
</div>
<div class="tooltip">Tools & Brushes
<span class="tooltiptext">
<ul type="none">
<h4>All Tools and Brushes <br> Sephora Collection</h4>
<h4>Brushes And Application</h4>
<li>Brushes Sets</li>
<li>Face Brush</li>
<li>Eyes Brush</li>
<h4>Hair Tools</h4>
<li>Hair Dryer</li>
<li>Curling Iron</li>
<li>Staightner</li>
<h4>Beauty Tool</h4>
<li>Anti-Aging</li>
<li>Teeth Whithening</li>
<h4>Vibrators & Devices</h4>
</ul>
</span>
</div>
<div class="tooltip">Baths & Body
<span class="tooltiptext">
<ul type="none">
<h4>All Bath & Body</h4>
<h4>Bath & Shower</h4>
<li>Body Wash & Shower Gel</li>
<li>Scrubs & Exfolliants</li>
<h4>Body Moisturisers</h4>
<li>Body Lotions & Body Oils</li>
<h4>Body Care</h4>
<li>Intimate Care & Vibrator</li>
<li>Deodrant</li>
</ul>
</span>
</div>
<div class="tooltip">Mini Size
<span class="tooltiptext">
<ul type="none">
<h4>All Makeup</h4>
<h4>Skincare</h4>
<h4>Hair</h4>
<h4>Fregrance</h4>
<h4>Tools & Fregrances</h4>
</ul>
</span>
</div>
<div class="tooltip">Gifts
<span class="tooltiptext">
<ul type="none">
<h4>All Gifts</h4>
<h4>Gift Finders</h4>
<h4>Values & Gifts Sets</h4>
<h4>Gift Cards</h4>
</ul>
</span>
</div>
<div class="tooltip">Beauty under $20
<span class="tooltiptext">
<ul type="none">
<h4>All Makeup under $20</h4>
<h4>Skincare under $20</h4>
<h4>Hair under $20</h4>
<h4>Fregrance under $20</h4>
<h4>Tools & Fregrances under $20</h4>
</ul>
</span>
</div>
<div class="tooltip">Sales and Offers
<span class="tooltiptext">
<ul type="none">
<h4>All Gifts</h4>
<h4>Gift Finders</h4>
<h4>Values & Gifts Sets</h4>
<h4>Gift Cards</h4>
</ul>
</span>
</div>
</div>
</div>
<!-- Popoupo menues -->
<!-- Sigin -->
<div id="hover-form">
<div>
<img src="https://community.sephora.com/t5/image/serverpage/avatar-name/default-avatar/avatar-theme/sephora/avatar-collection/sephora/avatar-display-size/profile/version/4" alt="logo">
<span>
<h4>Welcome Beautifull</h4>
<p>Sigin in fro more personalised experience</p>
</span>
</div>
<div>
<button id="sigin-butn">Sigin</button>
<button id="creat-butn">Create Account</button>
</div>
<div id="signout">Sigin Out</div>
</div>
<!-- Sigin in form -->
<div id="signin-form">
<form >
<h3>Sign in to Sephora</h3>
<input type="text" placeholder="Email address" id="email">
<input type="text" placeholder="Password" id="password">
<input type="submit" value="Sign In">
</form>
<h3>New To Sephora</h3>
<button>Create Account</button>
</div>
<!-- Create account form -->
<div id="create-account-form">
<div><h4>Create an Account</h4></div>
<div>
<img src="https://www.sephora.com/img/ufe/bi/logo-beauty-insider.svg" alt="bussiness insider">
<p>Join the Beauty Insider loyalty program. Earn points, redeem rewards, and more.</p>
</div>
<form>
<input type="text" placeholder="First Name" id="FirstName">
<input type="text" placeholder="Last Name" id="LastName">
<input type="text" placeholder="Emailaddress" id="Emailaddress">
<input type="text" placeholder="Password" id="Password">
<input type="number" placeholder="Phone No (optional)" id="PhoneNo">
<input type="text" placeholder="Month" id="Month"><input type="number" placeholder="Day" id="Day">
<input type="submit" value="Join Now">
</form>
</div>
<!-- Sliding Banners -->
<div id="Banner">
<div class="card">
<img src="https://i.postimg.cc/rwsztKMd/banner-img1.webp" alt="banner-img1">
<div>
<h2>Must Have Minis</h2>
<p>Small but mighty picks to pockets right now.</p>
<h4>Shop Now</h4>
</div>
</div>
<div class="card">
<img src='https://i.postimg.cc/WbPH3kmn/banner-img2.png' alt='banner-img2'/>
<div>
<h2>Value Set</h2>
<p>Get hottest beauty for less.</p>
<h4>Shop Now</h4>
</div>
</div>
<div class="card">
<img src='https://i.postimg.cc/j5b7NtMG/banner-img3.webp' alt='banner-img3'/>
<div>
<h2>The Latest Lineup</h2>
<p>New beauty from hottest brands.</p>
<h4>Shop Now</h4>
</div>
</div>
<div class="card">
<img src='https://i.postimg.cc/8P2MDRhp/banner-img4.webp' alt='banner-img4'/>
<div>
<h2>Best Selling Beauty</h2>
<p>The fans favourite are worth the hype.</p>
<h4>Shop Now</h4>
</div>
</div>
</div>
<!-- Catagouryyn & guidence -->
<div id="container">
<div id="first-line">
<div>
<h2>Featured Categories</h2>
<p>Shop what's popular now.</p>
</div>
<div>
<div>
<p>Minis</p>
<img src="https://www.sephora.com/contentimages/homepage/060222/Homepage/RWD/CategoryTiles/homepage_featured_category_tile_minis_us_ca_rwd_slice.png" alt="">
</div>
<div>
<p>Hair styling</p>
<img src="https://www.sephora.com/contentimages/homepage/060222/Homepage/RWD/CategoryTiles/homepage_featured_category_tile_hair_blowdryer_us_ca_rwd_slice.jpg" alt="">
</div>
<div>
<p>Minis</p>
<img src="https://www.sephora.com/contentimages/homepage/060222/Homepage/RWD/CategoryTiles/homepage_featured_category_tile_minis_us_ca_rwd_slice.png" alt="">
</div>
<div>
<p>Hair styling</p>
<img src="https://www.sephora.com/contentimages/homepage/060222/Homepage/RWD/CategoryTiles/homepage_featured_category_tile_hair_blowdryer_us_ca_rwd_slice.jpg" alt="">
</div>
<div>
<p>Minis</p>
<img src="https://www.sephora.com/contentimages/homepage/060222/Homepage/RWD/CategoryTiles/homepage_featured_category_tile_minis_us_ca_rwd_slice.png" alt="">
</div>
<div>
<p>Hair styling</p>
<img src="https://www.sephora.com/contentimages/homepage/060222/Homepage/RWD/CategoryTiles/homepage_featured_category_tile_hair_blowdryer_us_ca_rwd_slice.jpg" alt="">
</div>
<div>
<p>Minis</p>
<img src="https://www.sephora.com/contentimages/homepage/060222/Homepage/RWD/CategoryTiles/homepage_featured_category_tile_minis_us_ca_rwd_slice.png" alt="">
</div>
<div>
<p>Hair styling</p>
<img src="https://www.sephora.com/contentimages/homepage/060222/Homepage/RWD/CategoryTiles/homepage_featured_category_tile_hair_blowdryer_us_ca_rwd_slice.jpg" alt="">
</div>
</div>
</div>
<div id="second-line">
<div>
<h2>Need a Little Guidance?</h2>
<p>Check out our quizzes and buying guides.</p>
</div>
<div>
<div>
<p>Creative</p>
<img src="https://www.sephora.com/contentimages/categorybanners/RWD/icons/clean_guide.svg" alt="">
</div>
<div>
<p>No Makeup</p>
<img src="https://www.sephora.com/contentimages/homepage/060222/Homepage/RWD/CategoryTiles/blush.png" alt="">
</div>
<div>
<p>Creative</p>
<img src="https://www.sephora.com/contentimages/categorybanners/RWD/icons/clean_guide.svg" alt="">
</div>
<div>
<p>No Makeup</p>
<img src="https://www.sephora.com/contentimages/homepage/060222/Homepage/RWD/CategoryTiles/blush.png" alt="">
</div>
<div>
<p>Creative</p>
<img src="https://www.sephora.com/contentimages/categorybanners/RWD/icons/clean_guide.svg" alt="">
</div>
<div>
<p>No Makeup</p>
<img src="https://www.sephora.com/contentimages/homepage/060222/Homepage/RWD/CategoryTiles/blush.png" alt="">
</div>
<div>
<p>Creative</p>
<img src="https://www.sephora.com/contentimages/categorybanners/RWD/icons/clean_guide.svg" alt="">
</div>
<div>
<p>No Makeup</p>
<img src="https://www.sephora.com/contentimages/homepage/060222/Homepage/RWD/CategoryTiles/blush.png" alt="">
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div>Website Feedback? Let Us Know></div>
<div>
<div>
<img src="https://www.sephora.com/img/ufe/icons/find-store.svg" alt="store">
<div>
<h4>Find A Store</h4>
<p>Chooose Your Store</p>
</div>
</div>
<div>
<img src="https://i.pinimg.com/originals/56/ef/d3/56efd39206cdd1eec2c202389bedf750.jpg" alt="message">
<h4>Live Beauty Help</h4>
</div>
<div>
<img src="https://www.sephora.com/img/ufe/icons/app.svg" alt="text">
<div>
<h4>Get The App</h4>
<p>Text "APP" to 654761</p>
</div>
</div>
<div>
<img src="https://www.sephora.com/img/ufe/icons/sms-ko.svg" alt="text alert">
<div>
<h4>Get Sephora text Alert</h4>
<p>Signup Now</p>
</div>
</div>
</div>
<hr>
<div id="footer-mid">
<div>
<div>
<h4>About Sephora</h4>
<li>About Sephora</li>
<li>Newsroom</li>
<li>Careers</li>
<li>Sephora Social Impact</li>
<li>Supply Chain Transparancy</li>
<li>Affiliates</li>
<li>Sephora Events</li>
<li>Gift Cards</li>
<li>Sephora Global Sites</li>
<li>Diversity and Inclusion</li>
<li>Sephora Accelerate</li>
<li>Report a Vlunerability</li>
</div>
<div>
<h4>My Sephora</h4>
<li>Beauty Insider</li>
<li>Community Profile</li>
<li>Order Status</li>
<li>Purchase History</li>
<li>Account Setting</li>
<li>Beauty Advisory Recomedations</li>
<li>Beauty Offer</li>
<li>Quizzes & Buying Guide</li>
<li>Rewards Bzaar</li>
<li>Loves</li>
<li>Book Reservations</li>
</div>
<div>
<h4>Help</h4>
<li>Coustemer Service</li>
<li>Return & Exchange</li>
<li>Dilivery and Pickuo Options</li>
<li>Shipping</li>
<li>Billing</li>
<li>International Shipments</li>
<li>Beatuy Serives FAQ</li>
<li>Store Location</li>
<li>Online Ordering</li>
<li>Klama</li>
<li>Acessibilty</li>
</div>
<div>
<h4>Region & Language</h4>
<li>United States-English</li>
<li>Canda-English</li>
<li>Canada-France</li>
</div>
</div>
<div>
<h1> <span id="foot-name">We</span> Belong To <br> Something Beautifull</h1>
<div>
<h4>Signup For Sephora Email</h4>
<div>
<input type="search"id="email" placeholder="Enter Your Email Address">
<button>Sign Up</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<script src="index.js"></script>