-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcosmi_prodpack.html
502 lines (423 loc) · 23.9 KB
/
cosmi_prodpack.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
<!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">
<title>Makeup-hub</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="css/style1.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous"><!-- fontawesom cdn link -->
<link href="https://bootstrap-ecommerce.com/bootstrap-ecommerce-html/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<!-- font -->
</head>
<body>
<div class="top-header">
<div class="container">
<div class="row">
<div class="col-md-7 mt-2">
<ul>
<li><a href="cosmlogin.html">Home</a></li>
<li><a href="cosmcheckout.html">Delivery</a></li>
<li><a href="cosmcart.html">Payment</a></li>
</ul>
</div>
<div class="col-md-5 mt-2 ">
<h6><i class="fas fa-phone-alt mr-1"></i> 70133 22781 </h6>
</div>
</div>
</div>
</div>
<div class="container mt-4" id="top-logo">
<div class="row">
<div class="col-md-2" style="right: 5%;">
<!-- Just an image -->
<nav class="navbar navbar-light">
<a class="navbar-brand" href="#">
<img src="images/WhatsApp Image 2022-04-05 at 20.15.34.jpeg" style="width: 100px;height: 100px;;">
</a>
</nav>
</div>
<div class="col-md-7" id="searchbar">
<div class="input-group mt-3">
<input type="text" class="form-control" placeholder="Search" aria-label="Search" aria-describedby="button-addon2">
<div class="input-group-append">
<button class="btn" type="button" id="button-addon2"><i class="fas fa-search"></i></button>
</div>
</div>
</div>
<div class="col-md-3 mt-2" id="icons">
<div style="cursor: pointer;" class="circle float-right" data-toggle="modal" data-target="#loginModal" data-toggle="tooltip" data-placement="top" title="LOGIN & SIGNUP"><i class="fas fa-user"></i></div>
<a href="cosmcart.html"> <div class="circle float-right mr-2"><i class="fas fa-shopping-cart "></i><sup><span class="badge badge-danger" style="width: 23px;">0</span></sup></div>
</a>
</div>
</div>
</div>
<hr>
<div class="container" style="height: 30px;">
<nav class="navbar navbar-expand-lg navbar-light" style="height: 30px;">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse pl-4" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> <span> ≡ All Category</span></a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Women</a>
<a class="dropdown-item" href="#">Men</a>
<a class="dropdown-item" href="#">Baby</a>
<a class="dropdown-item" href="#">Mom</a>
</div>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Makeup <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#"> Skin</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Natural</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Mom and Baby</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Health & Wellness </a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Fragrance</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Hair</a>
</li>
</ul>
</div>
</nav>
</div>
<hr>
<!-- lalalalalalalalalallalaalallalalalalalalalalaala -->
<div class="container mt-5 mb-5" id="productPage">
<div class="row">
<div class="col-md-5">
<div class="card" style="align-items: center;">
<img src="images/cosmcartpic1.webp" class="figure-img img-fluid rounded" style="height: 450px; width: 250px;">
</div>
</div>
<div class="col-md-7">
<h5>SUGAR Cosmetics - Smudge Me Not - Liquid Lipstick - Wine And Shine (Sangria) - 4.5 ml - Ultra Matte Liquid Lipstick, Transferproof and Waterproof, Lasts Up to 12 hours</h5>
<p class="text-muted">Visit the SUGAR cosmetic store</p>
<div class="ratings">
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="far fa-star "></i>
<p class="ques">6,777 ratings | 270 answered questions</p>
</div>
<hr class="line"></hr>
<h5 class="pt-4">₹474</h5>
<!-- <p class="description text-muted">
Best Before: 01 Mar 2024
</p> -->
<div class="description">
<ul>
<li><b>Best Before:</b> 01 Mar 2024</li>
<li><b>Colour:</b> Wine And Shine (Sangria) - 4.5 ml </li>
<li><b>Finish Type:</b> Matte</li>
<li><b>Item Form:</b> Liquid</li>
<li><b>Material Type free:</b> Paraben Free</li>
<li><b>Material Type free:</b> Paraben Free</li>
<li><b>Brand:</b> SUGAR Cosmetics</li>
<li><b>Item Form:</b> Liquid</li>
<li><b>Product Benefits:</b> Enriched with Vitamin E, High Pigmentation with Bold Finish & Zero feathering or Bleeding</li>
</ul>
</div>
<table class="table mt-2">
<tbody>
<th scope="row">Delivery</th>
<td>Bangalore, KA, India - 36</td>
</tr>
</tbody>
</table>
<hr>
<div class="row">
<div class="col-md-3">
<div class="input-group">
<div class="input-group-prepend" onclick="add1()">
<span class="input-group-text"><i class="fas fa-plus"></i></span>
</div>
<input type="text" class="numberbox1 form-control" value="0">
<div class="input-group-append" onclick="subtract1()">
<span class="input-group-text"><i class="fas fa-minus"></i></span>
</div>
</div>
</div>
<!-- <div class="col-md-5">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio1" value="option1">
<label class="form-check-label" for="inlineRadio1">Small</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio2" value="option2">
<label class="form-check-label" for="inlineRadio2">Medium</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio3" value="option3">Large</label>
</div>
</div> -->
</div><!-- row -->
<div id="purchase-btn">
<button type="button" class="btn btn-sm special"><a class="text-white" href=""> Buy Now </a></button>
<button type="button" class=" special" style="padding-top: 3px; padding-bottom: 4px; padding-right: 5px; border-radius: 5px;"><a class="text-black" href=""> <i class="fas fa-shopping-cart pr-2"></i> Add to Cart </a> </button>
</div>
</div>
<div class="container">
<ul class="nav nav-tabs mt-5" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">DESCRIPTION</a>
</li>
<li class="nav-item">
<a class="nav-link" id="profile-tab" data-toggle="tab" href="#profile" role="tab" aria-controls="profile" aria-selected="false">INFORMATION</a>
</li>
<li class="nav-item">
<a class="nav-link" id="contact-tab" data-toggle="tab" href="#contact" role="tab" aria-controls="contact" aria-selected="false">REVIEWS (1)</a>
</li>
</ul>
<div class="tab-content w-100 pt-5" id="myTabContent">
<div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">
<h5>Product Description</h5>
<p class="text-muted">SUGAR Cosmetics - Smudge Me Not - Liquid Lipstick - 05 Rust Lust (Red Terracotta) - 4.5 ml - Ultra Matte Liquid Lipstick, Transferproof and Waterproof, Lasts Up to 12 hours</p>
<div class="ratings">
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="far fa-star "></i>
</div>
<h5 class="pt-4">₹474</h5>
<p class="description text-muted">If you've ever lusted for a "one-coat wonder" Product for your lips, your search ends here. Get a full-blood burst of pigment with just a single swipe of the sugar smudge me not liquid lipstick that will stay the day and right up till the night! Wine, coffee & date-proof - This is a matte lipstick that is to last longer than your longest day. Available in 52 stunning shades that will make it difficult to choose - the question is, are you ready to commit to a lipstick that is built to last? Looking to announce every entry of yours without saying a word? Up your lip game to bold burgundy with the brazen raisin shade that's as addictive as it is badass!.
.</p>
</div>
<div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">
<h5>Important Information</h5>
<p class="text-muted"><b>Ingredients:</b>
<br>
Isododecane, Dimethicone & Isododecane & Trimethylsiloxysilicate, Cyclopentasiloxane & Trimethylsiloxysilicate, Disteardimonium Hectorite, Propyl Paraben, Propylene Carbonate, Vitamin - E, Fragrance, Approved Colours.
<br>
<b>Directions:</b>
<br>
For precise application, apply it to your bottom lip first and then tend to your upper lip. Since the formula is very pigmented, we suggest applying the colour to the bottom lip first, pressing your lips together and then filling in your Cupid’s bow.Purse your lips together to enhance shine.
</p>
</div>
<div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab">
<h5>Additional Information</h5>
<br>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th scope="row">Weight</th>
<td><i>4.5 kg</i> </td>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Coverage</th>
<td><i>Full</i></td>
</tr>
</tbody>
</table>
</div>
<div class="tab-pane fade" id="contact" role="tabpanel" aria-labelledby="contact-tab">
<div class="review-rating float-right mt-5">
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="far fa-star "></i>
</div>
<h5>1 review
</h5>
<br>
<div class="row">
<div class="col-md-6 mt-2">
<div class="row">
<div class="col-md-2">
<img src="https://mdbootstrap.com/img/Photos/Others/placeholder1.jpg" alt="IMAGE LOADING" class="img-fluid">
</div>
<div class="col-md-10">
<p class="mb-1"><strong> Sruthi </strong> – Jan 28, 2021 </p>
<p>Nice one, love it!</p>
</div>
</div>
</div>
</div>
<hr>
<h5 class="mt-3 pt-2 ">Add a Review</h5>
<p>Your email address will not be published.</p>
<div class="ratings">
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="far fa-star "></i>
</div>
<form class="mt-3" id="addreview">
<div class="form-group text-muted">
<textarea class="form-control" id="exampleFormControlTextarea1" rows="4" placeholder="Your Review"></textarea>
</div>
<div class="form-group text-muted">
<input type="text" class="form-control" placeholder="Name">
</div>
<div class="form-group text-muted">
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Email">
</div>
<div class="text-right ">
<button type="submit" class="sup ">Add a Review</button>
</div>
</form>
</div>
</div>
<br><br>
<hr>
<br>
<h4 class="text-center text-muted">Related products</h4>
<br><br>
<div class="row" id="relatedProducts">
<div class="col-md-3 rating">
<div class="overlay">
<img src="images/cosrel1.jpg">
</div>
<h5 class=" text-dark mt-3">SUGAR Cosmetics Smudge Me Not Liquid Mini Lipstick Set | Bold Set, Matte Finish -...</h5>
<p class="cost text-dark mt-2">₹799
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="far fa-star "></i></p>
</div>
<div class="col-md-3">
<div class="overlay">
<img src="images/cosrel2.jpg" >
</div>
<h5 class="text-center text-dark mt-3">Belora Paris Long Stay Matte Liquid Lipstick I Leave No Evidence - Transferproof ...</h5>
<p class="cost text-center text-dark mt-2">₹539
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="far fa-star "></i>
</p>
</div>
<div class="col-md-3">
<div class="overlay">
<img src="images/cosrel3.jpg" >
</div>
<h5 class="text-center text-dark mt-3">SUGAR Cosmetics - Nothing Else Matter - Longwear Matte Lipstick - 05 Coral Dilemma</h5>
<p class="cost text-center text-danger mt-2">₹399 <strike class="text-secondary">₹499</strike><i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="far fa-star "></i>
</p>
<span class="badge badge-pill" id="sale" style="margin-top: 0px;padding-bottom: 10px; color: rgb(255, 23, 23);">Limited time deal</span>
</div>
<div class="col-md-3">
<div class="overlay">
<img src="images/cosrel4.jpg" >
</div>
<h5 class="text-center text-dark mt-3">Manish Malhotra Beauty By MyGlamm Hi-Shine Lipstick-Vintage Wine-4gm</h5>
<p class="cost text-center text-dark mt-2" style="padding-top: 22px;">₹712
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="fas fa-star "></i>
<i class="far fa-star "></i>
</p>
</div>
</div>
<br>
<br>
<br>
</div>
</div>
</div>
<footer>
<br><br>
<div class="container">
<div class="row">
<div class="col-md-3">
<h5>Company</h5>
<ul>
<li><a href="">Makeup-hub</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>Help</h5>
<ul>
<li><a href="">[email protected]</a></li>
<li><a href="">70133 22781</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>Account</h5>
<ul>
<li><a href="#">Makeup-hub</a></li>
<li><a href="#">Makeup-hubinida</a></li>
<li><a href="#">Makeup-hubhyd</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>Social</h5>
<ul>
<li><a href="#"><i class="fab fa-facebook"></i> Facebook</a></li>
<li><a href="#"><i class="fab fa-youtube"></i> Youtube</a></li>
<li><a href="#"><i class="fab fa-twitter"></i> Twitter</a></li>
<li><a href="https://instagram.com/mr_affwan_01?igshid=YmMyMTA2M2Y="><i class="fab fa-instagram"></i> Instagram</a></li>
</ul>
</div>
</div>
</div>
</footer>
<footer class="footer pt-5 pb-5" id="footer">
<div class="container">
<span class="text-muted float-left"><p id="copyright">© 2019 Makeup-hub</p></span>
<span class="float-right"> <p id="footerInfo"> [email protected] | 70133 22781 |</p> </span>
</div>
</footer>
<div class="modal fade" id="loginModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header bg-dark">
<h5 class="modal-title text-light" id="exampleModalCenterTitle">Login</h5>
<button type="button" class="close text-light" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body bg-light">
<form>
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter Your Email">
<small id="emailHelp" class="form-text text-danger">We'll never share your email with anyone else!</small>
</div>
<div class="form-group">
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Keep me Logined</label>
</div>
<button type="submit" class="btn btn-secondary btn-sm text-light"><a href="profile.html" class="text-light">Login</a></button>
<a href="register.html" class="float-right text-muted">Not a Member? Register</a>
</form>
</div>
</div>
</div>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="js/script.js"></script>
</html>