-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetails.html
702 lines (571 loc) · 25.2 KB
/
details.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
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--=============== FLATICON ===============-->
<link rel='stylesheet'
href='https://cdn-uicons.flaticon.com/2.5.1/uicons-regular-straight/css/uicons-regular-straight.css'>
<!--=============== SWIPER CSS ===============-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css" />
<title>Ecommerce Website</title>
</head>
<body>
<!--=============== HEADER ===============-->
<header class="header">
<div class="header__top">
<div class="header__container container">
<div class="header__contact">
<span>(+92) - 3181 - 2334 - 56</span>
<span>Our locaaation</span>
</div>
<p class="header__alert-news">Super Value Deals - Save more with coupons
</p>
<a href="login-register.html" class="header__top-action">
Log In / Sign Up
</a>
</div>
</div>
<nav class="nav conatainer">
<a href="index.html" class="nav__logo">
<img src="assets/img/logo.svg" alt="Avara" class="nav__logo-img">
</a>
<div class="nav__menu" id="nav__menu">
<ul class="nav__list">
<li class="nav__item">
<a href="index.html" class="nav__link">Home</a>
</li>
<li class="nav__item">
<a href="shop.html " class="nav__link">Shop</a>
</li>
<li class="nav__item">
<a href="accounts.html" class="nav__link">My Account</a>
</li>
<li class="nav__item">
<a href="compare.html" class="nav__link">Compare</a>
</li>
<li class="nav__item">
<a href="login-register.html" class="nav__link">Login</a>
</li>
</ul>
<div class="header__search">
<input type="text" placeholder="Search for items..." class="form__input" />
<button class="search__btn">
<img src="assets/img/search.png" alt="">
</button>
</div>
</div>
<div class="header__user-actions">
<a href="wishlist.html" class="header__action-btn">
<img src="assets/img/icon-heart.svg" alt="">
<span class="count">3</span>
</a>
<a href="cart.html" class="header__action-btn">
<img src="assets/img/icon-cart.svg" alt="">
<span class="count">3</span>
</a>
</a>
</div>
</nav>
</header>
<!--=============== MAIN ===============-->
<main class="main">
<!--=============== BREADCRUMB ===============-->
<section class="breadcrumb">
<ul class="breadcrumb__list flex container">
<li><a href="index.html" class="breadcrumb__link">Home</a></li>
<li><span class="breadcrumb__link">></span></li>
<li><span class="breadcrub__link">Fashion</span></li>
<li><span class="breadcrumb__link">></span></li>
<li><span class="breadcrub__link">Henley Shirt</span></li>
</ul>
</section>
<!--=============== DETAILS ===============-->
<section class="details section--lg">
<div class="details__container container grid">
<div class="details__group">
<img src="assets/img/product-8-1.jpg" alt="" class="details__img" />
<div class="details__small-images grid">
<img src="assets/img/product-8-2.jpg" alt="" class="details__small-img" />
<img src="assets/img/product-8-1.jpg" alt="" class="details__small-img" />
<img src="assets/img/product-8-2.jpg" alt="" class="details__small-img">
</div>
</div>
<div class="details__group">
<h3 class="details__title">Henley Shirt</h3>
<p class="details__brand">Brands: <span>adidas</span></p>
<div class="details__price flex">
<span class="new__price">$116</span>
<span class="old__price">$200</span>
<span class="save__price">25% off</span>
</div>
<p class="short__description">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Expedita maxime atque qui rerum quis temporibus dolore illo harum recusandae ad totam neque, eum blanditiis beatae deleniti excepturi dolorum reprehenderit consequuntur?</p>
<ul class="product__list">
<li class="list__item flex">
<i class="fi-rs-crown"></i> 1 Year AL Jazeera Brand Warranty
</li>
<li class="list__item flex">
<i class="fi-rs-refresh"></i> 30 Days Return Policy
</li>
<li class="list__item flex">
<i class="fi-rs-credit-card"></i> Cash on delivery available
</li>
</ul>
<div class="details__color flex">
<span class="details__color-title">Color</span>
<ul class="color__list">
<li>
<a href="#" class="color__link" style="background-color: hsl(37, 100%, 65%);"></a>
</li>
<li>
<a href="#" class="color__link" style="background-color: hsl(353, 100%, 67%);"></a>
</li>
<li>
<a href="#" class="color__link" style="background-color: hsl(49, 100%, 60%);"></a>
</li>
<li>
<a href="#" class="color__link" style="background-color: hsl(304, 100%, 78%);"></a>
</li>
<li>
<a href="#" class="color__link" style="background-color: hsl(126, 61%, 52%);"></a>
</li>
</ul>
</div>
<div class="details__size flex">
<span class="details__csize-title">Size</span>
<ul class="size__list">
<li>
<a href="#" class="size__link size-active">M</a>
</li>
<li>
<a href="#" class="size__link">L</a>
</li>
<li>
<a href="#" class="size__link">XL</a>
</li>
<li>
<a href="#" class="size__link">XXL</a>
</li>
</ul>
</div>
<div class="details__action">
<input type="number" class="quantity" value="3" />
<a href="#" class="btn btn--sm">Add to Cart</a>
<a href="#" class="details__action-btn">
<i class="fi fi-rs-heart"></i>
</a>
</div>
<ul class="detsils__meta">
<li class="meta__list flex"><span>SKU:</span> FWM15VKT</li>
<li class="meta__list flex"><span>Tags:</span> Cloth, Woman, Dress</li>
<li class="meta__list flex"><span>Availability:</span> 8 Items In Stock</li>
</ul>
</div>
</div>
</section>
<!--=============== DETAILS TAB ===============-->
<section class="details__tab container">
<div class="detail__tabs">
<span class="detail__tab active-tab" data-target="#info">
Additional Info
</span>
<span class="detail__tab" data-target="#reviews">Reviews(3)</span>
</div>
<div class="details__tabs-content">
<div class="details__tab-content active-tab" content id="info">
<table class="info__table">
<tr>
<th>Stand Up</th>
<td>35"L x 24"W x 37-45"H(front to back wheel)</td>
</tr>
<tr>
<th>Folded (w/o wheels)</th>
<td>32.5"L x 18.5"W x 16.5"H</td>
</tr>
<tr>
<th>Folded (w/o wheels)</th>
<td>32.5"L x 24"W x 18.5"H</td>
</tr>
<tr>
<th>Door Pass Through</th>
<td>24</td>
</tr>
<tr>
<th>Frame</th>
<td>Aluminum</td>
</tr>
<tr>
<th>Weight (w/o wheels)</th>
<td>20 LBS</td>
</tr>
<tr>
<th>Weight capactity</th>
<td>60 LBS</td>
</tr>
<tr>
<th>Width</th>
<td>24"</td>
</tr>
<tr>
<th>Handle height (ground to handle)</th>
<td>37-45"</td>
</tr>
<tr>
<th>Wheels</th>
<td>12" air / wide track slick tread</td>
</tr>
<tr>
<th>seat back height</th>
<td>21.5"</td>
</tr>
<tr>
<th>Head room (inside canopy)</th>
<td>25"</td>
</tr>
<tr>
<th>Color</th>
<td>Black, Blue, Red, White</td>
</tr>
<tr>
<th>Size</th>
<td>M, S</td>
</tr>
</table>
</div>
<div class="details__tab-content" content id="reviews">
<div class="reviews__container grid">
<div class="review__single">
<div>
<img src="assets/img/avatar-1.jpg" alt="" class="review__img">
<h4 class="review__title">Jacky Chan</h4>
</div>
<div class="review__data">
<div class="review__rating">
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
</div>
<p class="review__description">Thank you very fast shipping from poland only 3days.</p>
<span class="review__date">December 4, 2020 at 3:12 pm</span>
</div>
</div>
<div class="review__single">
<div>
<img src="assets/img/avatar-2.jpg" alt="" class="review__img">
<h4 class="review__title">Jacky Chan</h4>
</div>
<div class="review__data">
<div class="review__rating">
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
</div>
<p class="review__description">Great low price and works well.</p>
<span class="review__date">December 4, 2020 at 3:12 pm</span>
</div>
</div>
<div class="review__single">
<div>
<img src="assets/img/avatar-3.jpg" alt="" class="review__img">
<h4 class="review__title">Jacky Chan</h4>
</div>
<div class="review__data">
<div class="review__rating">
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
</div>
<p class="review__description">Authentic and Beautiful, Love these way more than ever expected They are Great earphones</p>
<span class="review__date">December 4, 2020 at 3:12 pm</span>
</div>
</div>
</div>
<div class="review__form">
<h4 class="review__form-title">Add a review</h4>
<div class="rate__Product">
<div class="review__rating">
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
</div>
<form action="" class="form grid">
<textarea class="form__input textarea" placeholder="Write Comment"></textarea>
<div class="from__group grid">
<input type="text" placeholder="Name" class="form__input" />
<input type="email" placeholder="Email" class="form__input" />
</div>
<div class="form--btn">
<button class="btn">Submit Review</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!--=============== PRODUCTS ===============-->
<section class="products conatainer section--lg">
<h3 class="section__title"><span>Related</span> Products</h3>
<div class="products__containers grid">
<div class="product__item">
<div class="product__banner">
<a href="details.html" class="product__images">
<img src="assets/img/product-1-1.jpg" alt="" class="product__img default">
<img src="assets/img/product-1-2.jpg" alt="" class="product__img hover">
</a>
<div class="product__actions">
<a href="#" class="action__btn" aria-label="Quick View">
<i class="fi fi-rs-eye"></i>
</a>
<a href="#" class="action__btn" aria-label="Add To Wishlist">
<i class="fi fi-rs-heart"></i>
</a>
<a href="#" class="action__btn" aria-label="Compare">
<i class="fi fi-rs-shuffle"></i>
</a>
</div>
<div class="product__badgee light-pink">Hot</div>
</div>
<div class="product__content">
<span class="product__category">Clothing</span>
<a href="details.html">
<h3 class="product__title">Colorful Pattern Shirts</h3>
</a>
<div class="product__rating">
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
</div>
<div class="product__price flex">
<span class="new__price">$223</span>
<span class="old__price">$250</span>
</div>
<a href="#" class="action__btn cart__btn" aria-label="Add To Cart">
<i class="fi fi-rs-shopping-bag-add"></i>
</a>
</div>
</div>
<div class="product__item">
<div class="product__banner">
<a href="details.html" class="product__images">
<img src="assets/img/product-2-1.jpg" alt="" class="product__img default">
<img src="assets/img/product-2-2.jpg" alt="" class="product__img hover">
</a>
<div class="product__actions">
<a href="#" class="action__btn" aria-label="Quick View">
<i class="fi fi-rs-eye"></i>
</a>
<a href="#" class="action__btn" aria-label="Add To Wishlist">
<i class="fi fi-rs-heart"></i>
</a>
<a href="#" class="action__btn" aria-label="Compare">
<i class="fi fi-rs-shuffle"></i>
</a>
</div>
<div class="product__badgee light-green">Hot</div>
</div>
<div class="product__content">
<span class="product__category">Clothing</span>
<a href="details.html">
<h3 class="product__title">Colorful Pattern Shirts</h3>
</a>
<div class="product__rating">
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
</div>
<div class="product__price flex">
<span class="new__price">$223</span>
<span class="old__price">$250</span>
</div>
<a href="#" class="action__btn cart__btn" aria-label="Add To Cart">
<i class="fi fi-rs-shopping-bag-add"></i>
</a>
</div>
</div>
<div class="product__item">
<div class="product__banner">
<a href="details.html" class="product__images">
<img src="assets/img/product-3-1.jpg" alt="" class="product__img default">
<img src="assets/img/product-3-2.jpg" alt="" class="product__img hover">
</a>
<div class="product__actions">
<a href="#" class="action__btn" aria-label="Quick View">
<i class="fi fi-rs-eye"></i>
</a>
<a href="#" class="action__btn" aria-label="Add To Wishlist">
<i class="fi fi-rs-heart"></i>
</a>
<a href="#" class="action__btn" aria-label="Compare">
<i class="fi fi-rs-shuffle"></i>
</a>
</div>
<div class="product__badgee light-orang">Hot</div>
</div>
<div class="product__content">
<span class="product__category">Clothing</span>
<a href="details.html">
<h3 class="product__title">Colorful Pattern Shirts</h3>
</a>
<div class="product__rating">
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
</div>
<div class="product__price flex">
<span class="new__price">$223</span>
<span class="old__price">$250</span>
</div>
<a href="#" class="action__btn cart__btn" aria-label="Add To Cart">
<i class="fi fi-rs-shopping-bag-add"></i>
</a>
</div>
</div>
<div class="product__item">
<div class="product__banner">
<a href="details.html" class="product__images">
<img src="assets/img/product-4-1.jpg" alt="" class="product__img default">
<img src="assets/img/product-4-2.jpg" alt="" class="product__img hover">
</a>
<div class="product__actions">
<a href="#" class="action__btn" aria-label="Quick View">
<i class="fi fi-rs-eye"></i>
</a>
<a href="#" class="action__btn" aria-label="Add To Wishlist">
<i class="fi fi-rs-heart"></i>
</a>
<a href="#" class="action__btn" aria-label="Compare">
<i class="fi fi-rs-shuffle"></i>
</a>
</div>
<div class="product__badgee light-blue">Hot</div>
</div>
<div class="product__content">
<span class="product__category">Clothing</span>
<a href="details.html">
<h3 class="product__title">Colorful Pattern Shirts</h3>
</a>
<div class="product__rating">
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
<i class="fi fi-rs-star"></i>
</div>
<div class="product__price flex">
<span class="new__price">$223</span>
<span class="old__price">$250</span>
</div>
<a href="#" class="action__btn cart__btn" aria-label="Add To Cart">
<i class="fi fi-rs-shopping-bag-add"></i>
</a>
</div>
</div>
</div>
</section>
<!--=============== NEWSLETTER ===============-->
<section class="newsletter section home__newsletter">
<div class="newsletter__container container grid">
<h3 class="newsletter__title flex">
<img src="assets/img/icon-email.svg" alt="" class="newsletter__icon" />
Sign up to Newsletter
</h3>
<p class="newsletter__description">...and receive $25 coupon for first shopping.</p>
<form action="" class="newsletter__form">
<input type="text" placeholder="Enter Your email" class="newsletter__input" />
<button type="submit" class="newsletter__btn">Subscribe</button>
</form>
</div>
</section>
</main>
<!--=============== FOOTER ===============-->
<footer class="footer container">
<div class="footer__container grid">
<div class="footer__content">
<a href="index.html" class="footer__logo">
<img src="assets/img/logo.svg" alt="" class="footer__logo-img">
</a>
<h4 class="footer__subtitle">Contact</h4>
<p class="footer__description">
<span>Address:</span> 00 Road, Street 22, Islamabad
</p>
<p class="footer__description">
<span>Phone:</span> +01 2222 365 /(+92) 01 2345 6789
</p>
<p class="footer__description">
<span>Hours:</span> 10:00 - 18:00, Mon - sat
</p>
<div class="footer__social">
<h4 class="footer__subtitle">Follow Me</h4>
<div class="footer__social-links flex">
<a href="">
<img src="assets/img/icon-facebook.svg" alt="" class="footer__social-icon" />
</a>
<a href="">
<img src="assets/img/icon-twitter.svg" alt="" class="footer__social-icon" />
</a>
<a href="">
<img src="assets/img/icon-instagram.svg" alt="" class="footer__social-icon" />
</a>
<a href="">
<img src="assets/img/icon-pinterest.svg" alt="" class="footer__social-icon" />
</a>
<a href="">
<img src="assets/img/icon-youtube.svg" alt="" class="footer__social-icon" />
</a>
</div>
</div>
</div>
<div class="footer__content">
<h3 class="footer__title">Address</h3>
<ul class="footer__links">
<li><a href="" class="footer__link">About Us</a></li>
<li><a href="" class="footer__link">Delivery Information</a></li>
<li><a href="" class="footer__link">Privacy policey</a></li>
<li><a href="" class="footer__link">Terms & Conditions</a></li>
<li><a href="" class="footer__link">Contact Us</a></li>
<li><a href="" class="footer__link">Support Center</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">My Account</h3>
<ul class="footer__links">
<li><a href="" class="footer__link">Sign In</a></li>
<li><a href="" class="footer__link">View Cart</a></li>
<li><a href="" class="footer__link">My Wishlist</a></li>
<li><a href="" class="footer__link">Track my Order</a></li>
<li><a href="" class="footer__link">Help</a></li>
<li><a href="" class="footer__link">Order</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Secured Payment Gateways</h3>
<img src="assets/img/payment-method.png" alt="" class="payment__img">
</div>
</div>
<div class="footer__bottom">
<p class="copyright">© 2024 Evara.All rights reserved</p>
<span class="designer">Design By Faisal Developer</span>
</div>
</footer>
<!--=============== SWIPER JS ===============-->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>