-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
451 lines (411 loc) · 21.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
<!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"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
class="stylesheet"
/>
<link rel="stylesheet" href="style.css" class="stylesheet" />
<title>Alpyn Beauty Products</title>
</head>
<body>
<header class="header">
<div id="menu-bar" class="header__menu-bar fas fa-bars"></div>
<a href="#" class="header__logo">Alpyn Beauty</a>
<nav class="header__navbar navbar">
<a href="#home" class="navbar__link">Home</a>
<a href="#products" class="navbar__link">Products</a>
<a href="#featured" class="navbar__link">Featured</a>
<a href="#review" class="navbar__link">Review</a>
</nav>
<div class="header__icons">
<a href="#" class="icons__link fas fa-heart"></a>
<a href="#" class="icons__link fas fa-shopping-cart"></a>
<a href="#" class="icons__link fas fa-user"></a>
<a href="#" class="icons__link fas fa-moon" id="dark"></a>
</div>
</header>
<section class="home" id="home">
<div class="slider">
<div class="slide-container active">
<div class="slide">
<div class="slide__content">
<span class="slide__content-subtitle"> Body Care Products </span>
<h1 class="slide__content-title">ANTI-AGING</h1>
<p class="slide__content-description">
Alpyn Beauty's anti-aging products use natural ingredients to
minimize fine lines and wrinkles, boost collagen, and hydrate
the skin. Their line includes the PlantGenius® Eye Balm, Melt
Moisturizer, and Wild Huckleberry Peel for a brighter, smoother
complexion.
</p>
<a href="#" class="btn">Add to cart</a>
</div>
<div class="slide__image">
<img src="images/Home/2.jpg" class="slide__image-image" alt="Home page"/>
</div>
</div>
</div>
<div class="slide-container">
<div class="slide">
<div class="slide__content">
<span class="slide__content-subtitle">Body Care Products</span>
<h1 class="slide__content-title">FINE LINES & WRINKLES</h1>
<p class="slide__content-description">
Alpyn Beauty's anti-aging products use natural ingredients to
minimize fine lines and wrinkles, boost collagen, and hydrate
the skin. Their line includes the PlantGenius® Eye Balm, Melt
Moisturizer, and Wild Huckleberry Peel for a brighter, smoother
complexion.
</p>
<a href="#" class="btn">Add to cart</a>
</div>
<div class="slide__image">
<img src="images/Home/1.jpg" class="slide__image-image slideImageAnimated" alt="Home page picture"/>
</div>
</div>
</div>
<div class="slide-container">
<div class="slide">
<div class="slide__content">
<span class="slide__content-subtitle">Body Care Products </span>
<h1 class="slide__content-title">DRYNESS</h1>
<p class="slide__content-description">
Alpyn Beauty's dryness products effectively combat dry skin with
natural ingredients like squalane, hyaluronic acid, and shea
butter. Their line includes a moisturizer, serum, and eye cream,
all designed to nourish and restore dry skin.
</p>
<a href="#" class="btn">Add to cart</a>
</div>
<div class="slide__image">
<img src="images/Home/3.jpg" class="slide__image-image" alt="Home page"/>
</div>
</div>
</div>
<div id="prev" class="fas fa-chevron-left" onclick="prev()"></div>
<div id="next" class="fas fa-chevron-right" onclick="next()"></div>
</div>
</div>
</section>
<section class="service">
<div class="service__box-container box-container">
<div class="box-container__box">
<i class="box__icon fas fa-shipping-fast"></i>
<h1 class="box__title">Fast delivery</h1>
<p class="box__description">Experience the convenience of same-day delivery and enjoy a hassle-free shopping experience with us.
</p>
</div>
<div class="box-container__box">
<i class="box__icon fas fa-undo"></i>
<h1 class="box__title">Replacement within 10 days</h1>
<p class="box__description">We guarantee replacement of our products within 10 days of purchase for your peace of mind and satisfaction.
</p>
</div>
<div class="box-container__box">
<i class="box__icon fas fa-headset"></i>
<h1 class="box__title">24/7 Support</h1>
<p class="box__description">Our committed support team is available 24 hours a day, 7 days a week to assist you with any questions or concerns you may have.
</p>
</div>
</div>
</section>
<section class="products" id="products">
<h1 class="products__heading heading">Latest Products</h1>
<div class="products__box-container box-container">
<div class="products__box box">
<div class="products__icons icons">
<a href="#" class="products__icon fas fa-heart"></a>
<a href="#" class="products__icon fas fa-share"></a>
<a href="#" class="products__icon far fa-eye"></a>
</div>
<img src="images/Products/p1.jpg" alt="MELT MOISTURIZER WITH BAKUCHIOL AND SQUALANE" class="products__image">
<div class="products__content">
<h2 class="products__title">MELT MOISTURIZER WITH BAKUCHIOL AND SQUALANE</h2>
<div class="products__content__price">$60</div>
<div class="products__content__stars">
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
</div>
<a href="#" class="btn">Add to Cart</a>
</div>
</div>
<div class="products__box box">
<div class="products__icons icons">
<a href="#" class="products__icon fas fa-heart"></a>
<a href="#" class="products__icon fas fa-share"></a>
<a href="#" class="products__icon far fa-eye"></a>
</div>
<img src="images/Products/p2.jpg" alt="WILD HUCKLEBERRY 8-ACID POLISHING PEEL" class="products__image">
<div class="products__content">
<h2 class="products__title">WILD HUCKLEBERRY 8-ACID POLISHING PEEL</h2>
<div class="products__content__price">$56</div>
<div class="products__content__stars">
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
</div>
<a href="#" class="btn">Add to Cart</a>
</div>
</div>
<div class="products__box box">
<div class="products__icons icons">
<a href="#" class="products__icon fas fa-heart"></a>
<a href="#" class="products__icon fas fa-share"></a>
<a href="#" class="products__icon far fa-eye"></a>
</div>
<img src="images/Products/p3.jpg" alt="LINE-FILLING EYE BALM WITH BAKUCHIOL AND CAFFEINE" class="products__image">
<div class="products__content">
<h2 class="products__title">LINE-FILLING EYE BALM WITH BAKUCHIOL AND CAFFEINE</h2>
<div class="products__content__price">$62</div>
<div class="products__content__stars">
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star far fa-star"></i>
</div>
<a href="#" class="btn">Add to Cart</a>
</div>
</div>
<div class="products__box box">
<div class="products__icons icons">
<a href="#" class="products__icon fas fa-heart"></a>
<a href="#" class="products__icon fas fa-share"></a>
<a href="#" class="products__icon far fa-eye"></a>
</div>
<img src="images/Products/p4.jpg" alt="JUNEBERRY & COLLAGEN HYDRATING CREAM CLEANSER" class="products__image">
<div class="products__content">
<h2 class="products__title">JUNEBERRY & COLLAGEN HYDRATING CREAM CLEANSER</h2>
<div class="products__content__price">$39</div>
<div class="products__content__stars">
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star far fa-star"></i>
<i class="products__star far fa-star"></i>
</div>
<a href="#" class="btn">Add to Cart</a>
</div>
</div>
<div class="products__box box">
<div class="products__icons icons">
<a href="#" class="products__icon fas fa-heart"></a>
<a href="#" class="products__icon fas fa-share"></a>
<a href="#" class="products__icon far fa-eye"></a>
</div>
<img src="images/Products/p5.jpg" alt="WILLOW & SWEET AGAVE PLUMPING LIP MASK" class="products__image">
<div class="products__content">
<h2 class="products__title">WILLOW & SWEET AGAVE PLUMPING LIP MASK</h2>
<div class="products__content__price">$28</div>
<div class="products__content__stars">
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
</div>
<a href="#" class="btn">Add to Cart</a>
</div>
</div>
<div class="products__box box">
<div class="products__icons icons">
<a href="#" class="products__icon fas fa-heart"></a>
<a href="#" class="products__icon fas fa-share"></a>
<a href="#" class="products__icon far fa-eye"></a>
</div>
<img src="images/Products/p6.jpg" alt="TRIPLE VITAMIN C BRIGHTENING BOUNCE CREAM MOISTURIZER" class="products__image">
<div class="products__content">
<h2 class="products__title">TRIPLE VITAMIN C BRIGHTENING BOUNCE CREAM MOISTURIZER</h2>
<div class="products__content__price">$28</div>
<div class="products__content__stars">
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
<i class="products__star fas fa-star"></i>
</div>
<a href="#" class="btn">Add to Cart</a>
</div>
</div>
</div>
</section>
<section class="featured" id="featured">
<h1 class="featured__heading heading">Featured Products</h1>
<div class="featured__row row">
<div class="featured__image-container image-container">
<div class="featured__small-image small-image">
<img src="images/Featured1/2.jpg" alt="WILD NETTLE & NIACINAMIDE FIRMING SERUM" class="featured-image featured-image-1">
<img src="images/Featured1/3.jpg" alt="WILD NETTLE & NIACINAMIDE FIRMING SERUM" class="featured-image featured-image-1">
<img src="images/Featured1/4.jpg" alt="WILD NETTLE & NIACINAMIDE FIRMING SERUM" class="featured-image featured-image featured-image-1">
<img src="images/Featured1/5.jpg" alt="WILD NETTLE & NIACINAMIDE FIRMING SERUM" class="featured-image featured-image-1">
</div>
<div class="featured__big-image">
<img src="images/Featured1/1.jpg" alt="WILD NETTLE & NIACINAMIDE FIRMING SERUM" class="big-image big-image-1">
</div>
</div>
<div class="featured__content content">
<h2 class="featured__title">WILD NETTLE & NIACINAMIDE FIRMING SERUM</h2>
<div class="featured__stars stars">
<i class="featured__star fas fa-star"></i>
<i class="featured__star fas fa-star"></i>
<i class="featured__star fas fa-star"></i>
<i class="featured__star fas fa-star"></i>
<i class="featured__star far fa-star"></i>
</div>
<p class="featured__description">Award-winning retinol alternative</p>
<div class="featured__price price">$58.00</div>
<a href="#" class="btn">Add to cart</a>
</div>
</div>
<div class="featured__row row">
<div class="featured__image-container image-container">
<div class="featured__small-image small-image">
<img src="images/Featured2/2.jpg" alt="CREAMY BUBBLING CLEANSER WITH FRUIT ENZYMES & AHAS" class="featured-image featured-image-2">
<img src="images/Featured2/3.jpg" alt="CREAMY BUBBLING CLEANSER WITH FRUIT ENZYMES & AHAS" class="featured-image featured-image-2">
<img src="images/Featured2/4.jpg" alt="CREAMY BUBBLING CLEANSER WITH FRUIT ENZYMES & AHAS" class="featured-image featured-image-2">
<img src="images/Featured2/5.jpg" alt="CREAMY BUBBLING CLEANSER WITH FRUIT ENZYMES & AHAS" class="featured-image featured-image-2">
</div>
<div class="featured__big-image">
<img src="images/Featured2/1.jpg" alt="CREAMY BUBBLING CLEANSER WITH FRUIT ENZYMES & AHAS" class="big-image big-image-2">
</div>
</div>
<div class="featured__content content">
<h3 class="featured__title">CREAMY BUBBLING CLEANSER WITH FRUIT ENZYMES & AHAS</h3>
<div class="featured__star featured__stars stars">
<i class="featured__star fas fa-star"></i>
<i class="featured__star fas fa-star"></i>
<i class="featured__star fas fa-star"></i>
<i class="featured__star fas fa-star"></i>
<i class="featured__star fas fa-star"></i>
</div>
<p class="featured__description">Gentle Exfoliation While Maintaining Skin’s PH</p>
<div class="featured__price price">$36.00</div>
<a href="#" class="btn">Add to cart</a>
</div>
</div>
<div class="featured__row row">
<div class="featured__image-container image-container">
<div class="featured__small-image small-image">
<img src="images/Featured3/2.jpg" alt="BEARBERRY & VITAMIN C GLOW SERUM" class="featured-image featured-image-3">
<img src="images/Featured3/3.jpg" alt="BEARBERRY & VITAMIN C GLOW SERUM" class="featured-image featured-image-3">
<img src="images/Featured3/4.jpg" alt="BEARBERRY & VITAMIN C GLOW SERUM" class="featured-image featured-image-3">
<img src="images/Featured3/5.jpg" alt="BEARBERRY & VITAMIN C GLOW SERUM" class="featured-image featured-image-3">
</div>
<div class="featured__big-image">
<img src="images/Featured3/1.jpg" alt="BEARBERRY & VITAMIN C GLOW SERUM" class="big-image big-image-3">
</div>
</div>
<div class="featured__content content">
<h3 class="featured__title">BEARBERRY & VITAMIN C GLOW SERUM</h3>
<div class="stars">
<i class="featured__star fas fa-star"></i>
<i class="featured__star fas fa-star"></i>
<i class="featured__star fas fa-star"></i>
<i class="featured__star fas fa-star"></i>
<i class="featured__star fas fa-star"></i>
</div>
<p class="featured__description">Instantly imparts a radiant glow</p>
<div class="featured__price price">$59.00</div>
<a href="#" class="btn">Add to cart</a>
</div>
</div>
</section>
<section class="review" id="review">
<h1 class="review__heading heading">Customer's review</h1>
<div class="review__box-container">
<div class="review__box">
<img src="images/Review/Adam Smith.jpg" alt="Review/AdamSmith" class="box__image">
<h2 class="box__name">Adam Smith</h2>
<p class="box__text">I purchased Alpyn Beauty products as a gift for my wife, and I must say, I was impressed with the quality and effectiveness of the products. The packaging is also beautiful and makes for a great gift presentation. I highly recommend this brand for anyone looking for a high-quality, natural body care brand for women.</p>
<div class="review__box-stars">
<i class="review__stars__icon fas fa-star"></i>
<i class="review__stars__icon fas fa-star"></i>
<i class="review__stars__icon fas fa-star"></i>
<i class="review__stars__icon fas fa-star"></i>
<i class="review__stars__icon far fa-star"></i>
</div>
</div>
<div class="review__box">
<img src="images/Review/Avery Johnson.jpg" alt="Review/AveryJohnson" class="box__image">
<h2 class="box__name">Avery Johnson</h2>
<p class="box__text">I am absolutely in love with Alpyn Beauty! As someone who struggles with dry skin, their products have been a game changer for me.</p>
<div class="review__box-stars">
<i class="review__stars__icon fas fa-star"></i>
<i class="review__stars__icon fas fa-star"></i>
<i class="review__stars__icon fas fa-star"></i>
<i class="review__stars__icon fas fa-star"></i>
<i class="review__stars__icon fas fa-star-half-alt"></i>
</div>
</div>
<div class="review__box">
<img src="images/Review/Sophia Rodriguez.jpg" alt="Review/SophiaRodriguez" class="box__image">
<h2 class="box__name">Sophia Rodriguez</h2>
<p class="box__text">My skin feels smoother and looks brighter after just a few uses. The packaging is also very chic and looks great on my vanity. I love that this brand uses natural ingredients and is environmentally conscious. Definitely recommend trying this product out!</p>
<div class="review__box-stars">
<i class="review__stars__icon fas fa-star"></i>
<i class="review__stars__icon fas fa-star"></i>
<i class="review__stars__icon fas fa-star"></i>
<i class="review__stars__icon fas fa-star"></i>
<i class="review__stars__icon far fa-star"></i>
</div>
</div>
</div>
</section>
<section class="newsletter">
<div class="newsletter__content">
<h2 class="newsletter__title">Monthly newsletter</h2>
<p class="newsletter__description">Join our monthly newsletter and be the first to know about our latest product releases, exclusive promotions, and beauty tips.</p>
<form action="" class="newsletter__form">
<input type="email" placeholder="enter your email" class="newsletter__box" class="newsletter__input">
<input type="submit" value="send" class="newsletter__submit btn">
</form>
</div>
</section>
<section class="footer">
<footer class="footer__container">
<div class="footer__box-container">
<div class="footer__box">
<h3 class="footer__box-title">Our stores</h3>
<a href="#" class="footer__box-link">Turkiye</a>
<a href="#" class="footer__box-link">USA</a>
<a href="#" class="footer__box-link">Netherlands</a>
<a href="#" class="footer__box-link">Germany</a>
</div>
<div class="footer__box">
<h3 class="footer__box-title">Quick links</h3>
<a href="#" class="footer__box-link">Home</a>
<a href="#" class="footer__box-link">Products</a>
<a href="#" class="footer__box-link">Featured</a>
<a href="#" class="footer__box-link">Review</a>
</div>
<div class="footer__box">
<h3 class="footer__box-title">Extra links</h3>
<a href="#" class="footer__box-link">My account</a>
<a href="#" class="footer__box-link">My favorites</a>
<a href="#" class="footer__box-link">My orders</a>
<a href="#" class="footer__box-link">Newsletter</a>
</div>
<div class="footer__box">
<h3 class="footer__box-title">Follow us</h3>
<a href="#" class="footer__box-link">Facebook</a>
<a href="#" class="footer__box-link">Twitter</a>
<a href="#" class="footer__box-link">Instagram</a>
<a href="#" class="footer__box-link">LinkedIn</a>
</div>
<div class="credit"> Created by <a href="https://github.com/HitaBeeDev" class="credit__link">HitaBeeDev</a> <span class="credit__company">| (All data belongs to Alpyn Beauty) </span></div>
</div>
</footer>
</section>
<script src="script.js"></script>
</body>
</html>