-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
460 lines (419 loc) · 22.3 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
<!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>The Look Lab</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image" href="./image/logo.png">
<!-- bootstrap links -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> -->
<!-- bootstrap links -->
<!-- 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=Anek+Malayalam:wght@500&display=swap" rel="stylesheet">
<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=Almendra:ital,wght@0,400;0,700;1,400;1,700&family=Shalimar&display=swap" rel="stylesheet">
<!-- fonts -->
<!-- icons -->
<link href='https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css' rel='stylesheet'>
<!-- icons -->
<!-- animation -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- animation -->
</head>
<body>
<nav class="navbar navbar-expand-md" id="navbar-color" data-aos="fade-down"
data-aos-easing="linear"
data-aos-duration="1500"
style="background-color: #fef4ec;">
<div class="container">
<!-- Brand -->
<a class="navbar-brand" href="index.html" id="logo"><img src="./image/logo.png" alt="" width="70px">
<span >The Look Lab</span> </a>
<!-- Toggler/collapsibe Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span><img src="./image/menu.png" alt=""></span>
</button>
<!-- Navbar links -->
<div class="collapse navbar-collapse-sm navbar-collapse-md navbar-collapse" id="collapsibleNavbar" >
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="products.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
<form class="form-inline ">
<div class="login_text">
<ul>
<li><a href="login.html"><img src="./image/user-icon.png"></a></li>
<li><a href="cart.html"><img src="./image/cart.png"></a></li>
<li><a href="#search-popup"><img src="./image/search-icon.png"></a></li>
</ul>
</div>
</form>
</div>
</nav>
<!-- navbar end -->
<!-- search popup -->
<div id="search-popup" class="modal">
<input id="search-field" type="search" placeholder="Search">
<a href="#" id="search-symbol"><img src="./image/search-icon.png"></a>
<a href="#" class="close-button">×</a>
</div>
<!-- search popup -->
<!-- home section -->
<section class="home" id="home" style="background-color: #fef4ec;"
data-aos="fade-down"
data-aos-easing="linear"
data-aos-duration="1500">
<div class="content" >
<h3>Discover Your<br>Best Look</h3>
<p>Explore the latest trends and our expert tips to enhance your natural beauty.
Find your perfect match from our wide range of quality products.
</p>
<a href="products.html" class="btn">Order Now</a>
</div>
<div class="img">
<img src="./image/bg.png" alt="">
</div>
</section>
<!-- home section -->
<!-- products content -->
<div class="container" data-aos="fade-up" id="homepage-products"
data-aos-duration="1500">
<h1 class="text-center" id="product-h1">BESTSELLERS</h1>
<br>
<div id="product">
<div class="product-box">
<div class="product-img">
<a href="#eye7-popup"><img src="./image/eye-7.jpg" alt="" class="img-responsive"></a>
</div>
<div class="product-desc">
<h4>Mini Eyeshadow Kit</h4>
<p class="desc">COLOURPOP</p>
<p class="price">Rs. 810.00</p>
<br style="clear: both;">
<br>
<a href="cart.html" class="btn btn-secondary">Add to Cart</a>
<br>
<br style="clear: both;">
</div>
</div>
<div class="product-box">
<div class="product-img">
<a href="#face1-popup"><img src="./image/face-1.jpg" alt="" class="img-responsive"></a>
</div>
<div class="product-desc">
<h4>Mac Concealer & Sponge</h4>
<p class="desc">PINKFLASH</p>
<p class="price">Rs. 1650.00</p>
<br style="clear: both;">
<br>
<a href="cart.html" class="btn btn-secondary">Add to Cart</a>
<br>
<br style="clear: both;">
</div>
</div>
<div class="product-box">
<div class="product-img">
<a href="#lips1-popup"><img src="./image/lips-1.jpg" alt="" class="img-responsive"></a>
</div>
<div class="product-desc">
<h4>Moist Lip Gloss</h4>
<p class="desc">PINKFLASH</p>
<p class="price">Rs. 515.00</p>
<br style="clear: both;">
<br>
<a href="cart.html" class="btn btn-secondary">Add to Cart</a>
<br>
<br style="clear: both;">
</div>
</div>
<div class="product-box">
<div class="product-img">
<a href="#lips6-popup"><img src="./image/lips-6.jpg" alt="" class="img-responsive"></a>
</div>
<div class="product-desc">
<h4>Peppermint Lip Balm</h4>
<p class="desc">COLOURPOP</p>
<p class="price">Rs. 745.00</p>
<br style="clear: both;">
<br>
<a href="cart.html" class="btn btn-secondary">Add to Cart</a>
<br>
<br style="clear: both;">
</div>
</div>
<div class="product-box ">
<div class="product-img">
<a href="#face2-popup"><img src="./image/face-2.jpg" alt="" class="img-responsive"></a>
</div>
<div class="product-desc">
<h4>Matte Pressed Powder</h4>
<p class="desc">PINKFLASH</p>
<p class="price">Rs. 550.00</p>
<br style="clear: both;">
<br>
<a href="cart.html" class="btn btn-secondary">Add to Cart</a>
<br>
<br style="clear: both;">
</div>
</div>
<div class="product-box">
<div class="product-img">
<a href="#eye3-popup"><img src="./image/eye-3.jpg" alt="" class="img-responsive"></a>
</div>
<div class="product-desc">
<h4>Multi-Face Palette</h4>
<p class="desc">PINKFLASH</p>
<p class="price">Rs. 1190.00</p>
<br style="clear: both;">
<br>
<a href="cart.html" class="btn btn-secondary">Add to Cart</a>
<br>
<br style="clear: both;">
</div>
</div>
</div>
<div id="btntable" class="text-center" style="margin-top: 30px;"><a href="products.html" class="btn btn-secondary" style="padding: 10px 20px;">View More</a></div>
</div>
<!-- products content -->
<!-- product modals content-->
<div id="eye7-popup" class="modal">
<div class="item-popup">
<div><img src="./image/eye-7.jpg" alt="" class="img-responsive"></div>
<div class="product-desc">
<h4>Mini Eyeshadow Kit</h4>
<p class="detail">Brand: COLOURPOP<br>
Price: Rs. 810.00<br>
Product Code: E-07</p>
<p style="text-align: justify;">Highly pigmented shadow that applies evenly and feels ultra-velvety and silky.
This long wearing formula contains a unique combination of softer powders which adheres easily to the eyes,
gives a soft focus effect, and blends smoothly and evenly.</p>
<div class="quantity-selector">
<p class="detail" ">Quantity:</p>
<input type="number" class="form-control form-control" placeholder="Quantity" min="1">
</div>
<a href="cart.html" class="btn btn-secondary" style="margin-top: 10px; padding: 2%;">Add to Cart</a>
</div>
</div>
<a href="#" class="close-button">×</a>
</div>
<div id="face1-popup" class="modal">
<div class="item-popup">
<div><img src="./image/face-1.jpg" alt="" class="img-responsive"></div>
<div class="product-desc">
<h4>Mac Concealer & Sponge</h4>
<p class="detail">Brand: PINKFLASH<br>
Price: Rs. 1650.00<br>
Product Code: F-01</p>
<p style="text-align: justify;">Instantly conceal, cover, correct and contour with this long wearing,
full coverage natural matte concealer. the lightweight blendable formula applies smoothly and
seamlessly covers dark circles, blemishes, redness and discoloration with one swipe. the 100%
cruelty-free, vegan formula is infused with marine extracts to hydrate and protect delicate under eyes.</p>
<div class="quantity-selector">
<p class="detail" ">Quantity:</p>
<input type="number" class="form-control form-control" placeholder="Quantity" min="1">
</div>
<a href="cart.html" class="btn btn-secondary" style="margin-top: 10px; padding: 2%;">Add to Cart</a>
</div>
</div>
<a href="#" class="close-button">×</a>
</div>
<div id="lips1-popup" class="modal">
<div class="item-popup">
<div><img src="./image/lips-1.jpg" alt="" class="img-responsive"></div>
<div class="product-desc">
<h4>Moist Lip Gloss</h4>
<p class="detail">Brand: PINKFLASH<br>
Price: Rs. 515.00<br>
Product Code: L-01</p>
<p style="text-align: justify;">It brings long-lasting moisturizing effect to dry lips.
After use, the lips are plump. The non-sticky formula makes your lips light and soft.
Perfect for wearing alone or layered over lipstick for a bold lip statement.</p>
<div class="quantity-selector">
<p class="detail" ">Quantity:</p>
<input type="number" class="form-control form-control" placeholder="Quantity" min="1">
</div>
<a href="cart.html" class="btn btn-secondary" style="margin-top: 10px; padding: 2%;">Add to Cart</a>
</div>
</div>
<a href="#" class="close-button">×</a>
</div>
<div id="lips6-popup" class="modal">
<div class="item-popup">
<div><img src="./image/lips-6.jpg" alt="" class="img-responsive"></div>
<div class="product-desc">
<h4>Peppermint Lip Balm</h4>
<p class="detail">Brand: COLOURPOP<br>
Price: Rs. 745.00<br>
Product Code: L-06</p>
<p style="text-align: justify;">Our hybrid gloss balm hydrates like a lip balm, shines like a gloss,
visibly plumps lips and delivers buildable colour for a super juicy pout.
This comfy, non-sticky formula is infused with hydrating Hyaluronic Acid,
moisturizing Tucuma Butter, feel-good plumping Ginger and Ceramides + Peptides
to visibly plump lips and smooth lip lines for the ultimate plumping effect.</p>
<div class="quantity-selector">
<p class="detail" ">Quantity:</p>
<input type="number" class="form-control form-control" placeholder="Quantity" min="1">
</div>
<a href="cart.html" class="btn btn-secondary" style="margin-top: 10px; padding: 2%;">Add to Cart</a>
</div>
</div>
<a href="#" class="close-button">×</a>
</div>
<div id="face2-popup" class="modal">
<div class="item-popup">
<div><img src="./image/face-2.jpg" alt="" class="img-responsive"></div>
<div class="product-desc">
<h4>Matte Pressed Powder</h4>
<p class="detail">Brand: PINKFLASH<br>
Price: Rs. 550.00<br>
Product Code: F-02</p>
<p style="text-align: justify;">Pink Flash Pressed Powder is richly pigmented, long lasting and highly bendable.
The beautiful matte and shimmery shades of the perfect cheeky pop of colour for every skin tone. Shape and
highlight your best facial features.</p>
<div class="quantity-selector">
<p class="detail" ">Quantity:</p>
<input type="number" class="form-control form-control" placeholder="Quantity" min="1">
</div>
<a href="cart.html" class="btn btn-secondary" style="margin-top: 10px; padding: 2%;">Add to Cart</a>
</div>
</div>
<a href="#" class="close-button">×</a>
</div>
<div id="eye3-popup" class="modal">
<div class="item-popup">
<div><img src="./image/eye-3.jpg" alt="" class="img-responsive"></div>
<div class="product-desc">
<h4>Multi-Face Palette</h4>
<p class="detail">Brand: PINKFLASH<br>
Price: Rs. 1190.00<br>
Product Code: E-03</p>
<p style="text-align: justify;">PinkFlash Multiple Face Palette (Eyeshadow + Blush + Highlighter) –
Mandarin Latte Practical Face Palette, Contains The Eyeshadow, The Blush, The Contouring And
The Highlight. One Palette Has Multi-Purpose, Convenient And Efficient. Velvety-Soft Powder that
feels Lightweight does not hurt the Skin and Easy To Blend. </p>
<div class="quantity-selector">
<p class="detail" ">Quantity:</p>
<input type="number" class="form-control form-control" placeholder="Quantity" min="1">
</div>
<a href="cart.html" class="btn btn-secondary" style="margin-top: 10px; padding: 2%;">Add to Cart</a>
</div>
</div>
<a href="#" class="close-button">×</a>
</div>
<!-- product modals content-->
<!-- about content -->
<div class="container" id="about" data-aos="fade-up"
data-aos-duration="1500">
<h1 class="text-center">ABOUT US</h1>
<div class="row">
<div class="col-md-6 py-3 py-md-0">
<div class="card">
<img src="./image/about.jpg" alt="">
</div>
</div>
<div class="col-md-6 py-3 py-md-0">
<p style="font-size: large; text-align: justify;">Welcome to The Look Lab, your go-to destination for straightforward, effective beauty solutions. At The Look Lab, we're dedicated to helping you look great and feel even better with our top-quality cosmetics and skincare products.
Our goal is simple: to give you the tools you need to express yourself and boost your confidence. We believe that the right makeup and skincare can not only enhance your appearance but also improve your skin’s health. That's why we focus on providing products that are both effective and easy to use.
</p>
<!-- <div id="btnrd" ><button href="about.html">Read More</button></div> -->
<a href="about.html" class="btn">Read More</a>
</div>
</div>
</div>
<!-- about content -->
<!-- contact content -->
<div class="container" id="contact" data-aos="fade-up"
data-aos-duration="1500">
<h1 class="text-center">
CONTACT US
</h1>
<div class="row">
<div class="col-md-4 py-3 py-md-0">
<input type="text" class="form-control form-control" placeholder="Name">
</div>
<div class="col-md-4 py-3 py-md-0">
<input type="email" class="form-control form-control" placeholder="Email">
</div>
<div class="col-md-4 py-3 py-md-0">
<input type="text" class="form-control form-control" placeholder="Phone">
</div>
</div>
<div class="form-group" style="margin-top: 30px;">
<textarea class="form-control" rows="5" id="comment" placeholder="Message"></textarea>
</div>
<div id="btntable" class="text-center"><a href="#" class="btn btn-secondary" style="padding: 10px 20px;">Message</a></div>
</div>
<!-- contact content -->
<!-- footer content -->
<footer id="footer" style="margin-top: 50px;" data-aos="fade-up"
data-aos-duration="1500">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 footer-contact">
<h3>The Look Lab</h3>
<p>
Lahore <br><br>
Punjab <br><br>
Pakistan <br><br>
</p>
<strong>Phone: <strong>+92 3019465090</strong></strong><br>
<strong>Email: <strong>info@thelooklab.com</strong></strong>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 footer-links">
<br class="d-block d-sm-none">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"><a href="index.html">Home</a></i></li>
<li><i class="bx bx-chevron-right"><a href="products.html">Products</a></i></li>
<li><i class="bx bx-chevron-right"><a href="about.html">About</a></i></li>
<li><i class="bx bx-chevron-right"><a href="contact.html">Contact</a></i></li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 footer-links">
<h4>Our Social Network</h4>
<p>Reach out to us for any complaints, recommendations or assistance.</p>
<div class="socail-links mt-3">
<a href="https://twitter.com/yeshalkhan" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/browngirlyeshal/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/in/yeshalkhan/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container py-4">
<div class="copyright">
© Copyright <strong><span>The Look Lab</span></strong>. All Rights Reserved
</div>
</div>
</footer>
<!-- footer content -->
<a href="#" class="arrow"><i><img src="./image/up-arrow.png" alt="" width="50px"></i></a>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>