-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetails.html
596 lines (550 loc) · 31.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Details</title>
<link href="/css/style.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
<link rel="icon" href="./images/store-logo.png" type="image/png">
</head>
<body>
<nav class="navbar bg-body-tertiary fixed-top">
<div class="container-fluid">
<a class="navbar-brand navbar-heading fs-3" href="index.html">
<svg class="bi" width="24" height="24"><use xlink:href="#aperture"/></svg>
Ethereal
</a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvas" aria-controls="#offcanvas" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvas" aria-labelledby="offcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title navbar-heading" id="#offcanvasLabel">Ethereal</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav flex-grow-1 justify-content-around">
<li class="nav-item">
<!-- <div class="d-flex align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bag-heart-fill me-2" viewBox="0 0 16 16">
<path d="M11.5 4v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4zM8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m0 6.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132"/>
</svg>
</div> -->
</li>
<li class="nav-item"><a class="nav-link" href="index.html">Home</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="https://github.com/twentyfive21/ecommerce-store" target="_blank">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="/shop.html">Shop</a></li>
<li class="nav-item">
<a class="nav-link" href="/cart.html">
<div class="d-flex align-items-center">
<span class="pe-1">Cart</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart me-2" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M3.102 4l1.313 7h8.17l1.313-7zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/>
</svg>
</div>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu custom-navbar-bg-light">
<li><a class="dropdown-item custom-navbar-bg-light" href="index.html#link-faqs">FAQ</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="./about.html#right-arrow">Subscribe to Newsletter</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div class="position-relative overflow-hidden text-center bg-body-tertiary d-flex align-items-center justify-content-center mt-5"
style="background-image: url(./images/grey-hero.jpg); height: 420px;">
<div class="col-md-6 p-lg-5 mx-auto my-5">
<h1 class="display-1 page-hero-header fw-bold" id="product-header"></h1>
<div class="d-flex gap-3 justify-content-center lead fw-normal">
<div class="breadcrumbs">
<span class="item">
<a href="index.html" class="text-black text-decoration-none">Home ></a>
</span>
<span class="item placeholder-glow" id="product-header-link"></span>
</div>
</div>
</div>
</div>
<section class="single-product my-5 py-5">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="row">
<div class="col">
<div class="d-flex flex-column align-content-center">
<div class="mb-2 placeholder-glow">
<img src=""
alt="" class="img-fluid" id="image-one">
</div>
<div class="my-2 placeholder-glow">
<img src=""
alt="" class="img-fluid" id="image-two">
</div>
<div class="my-2">
<img src=""
alt="" class="img-fluid placeholder-glow" id="image-three">
</div>
</div>
</div>
<div class="overflow-hidden col-9 placeholder-glow">
<img src=""
alt="" class="img-fluid placeholder-glow" id="main-image">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="product-info">
<div class="element-header">
<h1 class="product-title my-3 single-shop-item-heading fs-1 placeholder-glow" id="product-item-name"></h1>
<div class="rating-container d-flex align-items-center my-3">
<div class="rating pe-1" data-rating="1" onclick=rate(1)>
<svg class="bi" width="16" height="16">
<path
d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z" />
</svg>
</div>
<div class="rating pe-1" data-rating="1" onclick=rate(1)>
<svg class="bi" width="16" height="16">
<path
d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z" />
</use>
</svg>
</div>
<div class="rating pe-1" data-rating="1" onclick=rate(1)>
<svg class="bi" width="16" height="16">
<path
d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z" />
</use>
</svg>
</div>
<div class="rating pe-1" data-rating="1" onclick=rate(1)>
<svg class="bi" width="16" height="16"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-star-half" viewBox="0 0 16 16">
<path
d="M5.354 5.119 7.538.792A.52.52 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.54.54 0 0 1 16 6.32a.55.55 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.5.5 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.6.6 0 0 1 .085-.302.51.51 0 0 1 .37-.245zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.56.56 0 0 1 .162-.505l2.907-2.77-4.052-.576a.53.53 0 0 1-.393-.288L8.001 2.223 8 2.226z" />
</svg></svg>
</div>
<div class="rating pe-1" data-rating="1" onclick=rate(1)>
<svg class="bi" width="16" height="16"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-star" viewBox="0 0 16 16">
<path
d="M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.56.56 0 0 0-.163-.505L1.71 6.745l4.052-.576a.53.53 0 0 0 .393-.288L8 2.223l1.847 3.658a.53.53 0 0 0 .393.288l4.052.575-2.906 2.77a.56.56 0 0 0-.163.506l.694 3.957-3.686-1.894a.5.5 0 0 0-.461 0z" />
</svg></svg>
</div>
<span class="rating-count lh-normal">(3.5)</span>
</div>
</div>
<div class="product-price my-3">
<span class="fs-1 single-shop-item-price" id="product-item-price">$160.99</span>
<!-- <del class="single-shop-item-scratch">$300.00</del> -->
</div>
<p id="product-item-desc" class="placeholder-glow"></p>
<hr>
<div class="cart-wrap">
<div class="color-options product-select my-3">
<div class="color-toggle" data-option-index="0">
<h4 class="item-title text-decoration-underline text-uppercase single-shop-item-heading fs-3">Color:
</h4>
<ul class="select-list list-unstyled d-flex mb-0">
<li class="select-item me-3" data-val="Green" title="Green">
<a href="#" class="text-decoration-none placeholder-glow" id="product-item-color"></a>
</li>
</ul>
</div>
</div>
<div class="swatch product-select" data-option-index="1">
<h4 class="item-title text-decoration-underline text-uppercase single-shop-item-heading fs-3">Size:</h4>
<ul class="select-list list-unstyled d-flex mb-0" id="product-item-size-container">
<li data-value="S" class="select-item me-3">
<a href="" class="text-decoration-none">Small</a>
</li>
<li data-value="M" class="select-item me-3">
<a href="" class="text-decoration-none">Medium</a>
</li>
<li data-value="L" class="select-item me-3">
<a href="" class="text-decoration-none">Large</a>
</li>
<li data-value="L" class="select-item me-3">
<a href="" class="text-decoration-none">X-Large</a>
</li>
</ul>
</div>
<div class="product-quantity my-3">
<div class="stock-button-wrap d-flex flex-wrap align-items-center">
<div class="product-quantity">
<div class="d-flex">
<input class="form-control text-center me-3" id="inputQuantity" type="num" value="1"
style="max-width: 3rem" required/>
<div class="d-flex justify-content-around">
<button class="btn buy-item-btn flex-shrink-0 m-1 " type="button" id="addToCartBtn">
<i class="bi-cart-fill me-1"></i>
Add to cart
</button>
<a href="./cart.html"> <button class="btn btn-dark flex-shrink-0 m-1" type="button">
<i class="bi-cart-fill me-1"></i>
View Cart
</button></a>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="meta-product">
<div class="meta-item d-flex mb-1">
<span class="text-uppercase me-2">SKU:</span>
<ul class="select-list list-unstyled d-flex mb-0">
<li data-value="S" class="select-item" id="product-id-number">3</li>
</ul>
</div>
<div class="meta-item d-flex mb-1">
<span class="text-uppercase me-2">Category:</span>
<ul class="select-list list-unstyled d-flex mb-0">
<li data-value="S" class="select-item">
<a href="#" class="text-decoration-none ps-1" id="product-category-name">Men's Clothing</a>
</li>
</ul>
</div>
<div class="meta-item d-flex mb-1">
<span class="text-uppercase me-2">Tags:</span>
<ul class="select-list list-unstyled d-flex mb-0" id="product-tags-name-container">
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="product-tabs my-5 py-5">
<div class="container">
<div class="row">
<div class="tabs-listing">
<nav>
<div class="nav nav-tabs d-flex justify-content-center py-3" id="nav-tab" role="tablist">
<button class="nav-link text-uppercase active border-0 fs-0 fs-md-5" id="nav-home-tab" data-bs-toggle="tab"
data-bs-target="#nav-home" type="button" role="tab" aria-controls="nav-home"
aria-selected="true">Description</button>
<button class="nav-link text-uppercase border-0 fs-md-5 fs-0" id="nav-review-tab" data-bs-toggle="tab"
data-bs-target="#nav-review" type="button" role="tab" aria-controls="nav-review"
aria-selected="false">Reviews</button>
<button class="nav-link text-uppercase border-0 fs-md-5 fs-0" id="nav-shipping-tab" data-bs-toggle="tab"
data-bs-target="#nav-shipping" type="button" role="tab" aria-controls="nav-shipping"
aria-selected="false">Shipping & Return</button>
<button class="nav-link text-uppercase border-0 fs-md-5 fs-0" id="nav-information-tab" data-bs-toggle="tab"
data-bs-target="#nav-information" type="button" role="tab" aria-controls="nav-information"
aria-selected="false">Additional information</button>
</div>
</nav>
<div class="tab-content border-bottom" id="nav-tabContent">
<div class="tab-pane fade active show tabs-text-format" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
<h5>Product Description</h5>
<p id="tabs-product-des">This Vintage Bordeaux Zip Up is a timeless piece that combines style and comfort. Crafted with attention to detail, it features a classic zip-up design that adds versatility to your wardrobe. Made from high-quality materials, this garment ensures durability and long-lasting wear. </p>
<h5>Great for</h5>
<ul class="fw-light" id="tabs-product-tags-container">
<li>Casual Outings</li>
<li>Outdoor Activities</li>
<li>Traveling</li>
</ul>
<h5>Care instructions</h5>
<p>Read about how you can make your clothes last longer:</p>
<ul>
<li>Only non-chlorine bleach when needed</li>
<li>No dry clean</li>
<li>Medium iron</li>
<li>Machine wash cool</li>
<li>Wash with like colors</li>
<li>Line dry</li>
</ul>
</div>
<div class="tab-pane fade tabs-text-format" id="nav-information" role="tabpanel" aria-labelledby="nav-information-tab">
<h5>Comfort and Superior Quality</h5>
<p>Our products are designed for maximum comfort and quality. With attention to detail and superior craftsmanship, we prioritize your comfort without sacrificing style. From luxurious materials to ergonomic designs, each item is tailored to enhance your daily experience. We uphold the highest standards to ensure you receive nothing but the best. Upgrade your lifestyle and indulge in unparalleled comfort with us.</p>
</div>
<div class="tab-pane fade tabs-text-format" id="nav-shipping" role="tabpanel" aria-labelledby="nav-shipping-tab">
<h5>Returns Policy</h5>
<p>Our commitment to customer satisfaction extends beyond the point of purchase. If you find yourself dissatisfied with your product for any reason, we're here to help. Simply reach out to our dedicated support team within 1 day of receiving your order, and we'll guide you through the returns process hassle-free.</p>
<h5>Shipping</h5>
<p>We understand the anticipation of receiving your order promptly. That's why we strive to ensure swift and reliable shipping services for all our customers. From processing to delivery, we prioritize efficiency without compromising on the safety and integrity of your items. Whether you're across town or across the globe, you can trust us to deliver your package securely and on time.</p>
</div>
<div class="tab-pane fade tabs-text-format" id="nav-review" role="tabpanel" aria-labelledby="nav-review-tab">
<div class="review-box review-style d-flex flex-wrap justify-content-between">
<div class="container mt-5 ms-md-5 ms-sm-0">
<div class="row">
<div class="col-md-offset-1 col-md-10 col-sm-12 main-section">
<div class="row">
<div class="col-md-12" id="reviews-container">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="products" class="product-store padding-xlarge" data-aos="fade" data-aos-easing="ease-in"
data-aos-duration="1000" data-aos-once="true">
<div class="container">
<div class="container px-4 py-5" id="custom-cards">
<div class="display-header d-flex flex-wrap justify-content-between align-items-center pb-4 border-bottom">
<!-- <h3 class="mt-3">Related Products</h3> -->
<h2 class="pb-2 single-shop-item-heading">Other Products</h2>
<a href="shop.html" class="btn">View all items</a>
</div>
<div class="row row-cols-1 row-cols-lg-3 align-items-stretch g-4 py-5">
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg py-5 border-0"
style="background-image: url('https://res.cloudinary.com/dpgbxk6w7/image/upload/v1707525917/s8x7zdw3tus6nsrrrsdu.webp'); background-position: center; background-size: cover;">
<div class="d-flex flex-column h-100 p-5 pb-3 text-shadow-1">
<a href="./details.html?q=39" class="text-decoration-none"> <h5 class="pt-5 mt-5 mb-4 display-6 lh-1"> <small class="related-shop-item-price">View Item</small></h5></a>
<ul class="d-flex list-unstyled mt-auto">
<li class="me-auto">
<!-- <img src="https://github.com/twbs.png" alt="Bootstrap" width="32" height="32" class="rounded-circle border border-white"> -->
</li>
<li class="d-flex align-items-center me-3 text-black">
</li>
<li class="d-flex align-items-center">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#calendar3" />
</svg>
</li>
</ul>
</div>
</div>
</div>
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg py-5 border-0"
style="background-image: url('https://res.cloudinary.com/dpgbxk6w7/image/upload/v1707527319/ftfoc7uwwb4jvhvfhnre.jpg'); background-position: bottom; background-size: cover; background-repeat: no-repeat;">
<div class="d-flex flex-column h-100 p-5 pb-3 text-shadow-1">
<a href="./details.html?q=11" class="text-decoration-none"> <h5 class="pt-5 mt-5 mb-4 display-6 lh-1"> <small class="related-shop-item-price">View Item</small></h5></a>
<ul class="d-flex list-unstyled mt-auto">
<li class="me-auto">
<!-- <img src="https://github.com/twbs.png" alt="Bootstrap" width="32" height="32" class="rounded-circle border border-white"> -->
</li>
<li class="d-flex align-items-center me-3 text-black">
</li>
<li class="d-flex align-items-center">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#calendar3" />
</svg>
</li>
</ul>
</div>
</div>
</div>
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg py-5 border-0"
style="background-image: url('https://res.cloudinary.com/dpgbxk6w7/image/upload/v1707353458/hdwuwgn7kds4zsmbjo1v.jpg'); background-position: center; background-size: cover;">
<div class="d-flex flex-column h-100 p-5 pb-3 text-shadow-1">
<a href="./details.html?q=30" class="text-decoration-none"> <h5 class="pt-5 mt-5 mb-4 display-6 lh-1"> <small class="related-shop-item-price">View Item</small></h5></a>
<ul class="d-flex list-unstyled mt-auto">
<li class="me-auto">
<!-- <img src="https://github.com/twbs.png" alt="Bootstrap" width="32" height="32" class="rounded-circle border border-white"> -->
</li>
<li class="d-flex align-items-center me-3 text-black">
</li>
<li class="d-flex align-items-center">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#calendar3" />
</svg>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="newsletter" class="bg-light padding-medium" style="background-image: url(images/grey-hero.jpg);">
<div class="container justify-content-center p-5">
<div class="newsletter">
<div class="row">
<div class="col-lg-6 col-md-12 title mb-4">
<h1 class="subscribe-header">Subscribe to Our Newsletter</h1>
<p>Get latest news, updates and deals directly mailed to your inbox</p>
</div>
<form class="col-lg-6 col-md-12 d-flex align-items-center">
<div class="d-flex justify-content-between w-100-lg w-75-sm border-bottom border-dark py-2">
<input id="newsletter1" type="text" class="form-control border-0 p-0 bg-transparent sub-input"
placeholder="Your email address here">
<button type="button" class="btn border-0 p-0 fs-5 ms-5" data-bs-toggle="modal"
data-bs-target="#modal-subscribe">Subscribe</button>
<div class="modal fade" id="modal-subscribe" tabindex="-1" role="dialog" aria-labelledby="modal-subscribe"
aria-hidden="true">
<div class="modal-dialog modal-tertiary modal-dialog-centered modal-lg" role="document">
<div class="modal-content section-image overlay-dark bg-dark" data-background="./images/hero.jpeg">
<div class="modal-header">
<button type="button" class="btn-close bg-gray-500" data-bs-dismiss="modal"
aria-label="Close"></button>
</div>
<div class="modal-body text-center py-3 text-white">
<span class="modal-icon display-1"><span class="fas fa-envelope-open-text"></span></span>
<h3 class="modal-title mb-3">Thank you for joining our 1,360,462 subscribers</h3>
<p class="mb-4 lead">Get exclusive access to freebies, premium products and news in you
email</p>
<!-- <div class="form-group px-5">
<div class="d-flex flex-column flex-sm-row mb-3 justify-content-center">
<input type="text" class="me-sm-1 mb-2 mb-sm-0 form-control form-control-lg rounded" placeholder="example@company.com">
<button type="submit" class="ms-sm-1 btn btn-tertiary">Subscribe</button>
</div>
</div> -->
</div>
<div class="modal-footer z-2 mx-auto text-center pb-5">
<p class="text-white">
We’ll never share your details with third parties.
<br class="visible-md">View our <a href="#">Privacy Policy</a> for more info.
</p>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<footer class="footer-area footer-one">
<div class="footer-widget">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-4 col-sm-12">
<div class="f-about">
<div class="footer-logo">
<h1 class="text-header h1">Ethereal</h1>
</div>
<p class="text">
Immerse yourself in a realm of transcendent style, <br> where every piece is a carefully chosen
manifestation of elegance and grace.
</p>
</div>
</div>
<div class="col-xl-2 col-lg-2 col-sm-4">
<div class="footer-link">
<h3 class="text-header">Quick Links</h3>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="about.html" class="nav-link p-0 text-body-secondary">About</a></li>
<li class="nav-item mb-2"><a href="shop.html" class="nav-link p-0 text-body-secondary">Shop</a></li>
<li class="nav-item mb-2"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link p-0 text-body-secondary">Contact</a></li>
<li class="nav-item mb-2"><a href="index.html#link-faqs" class="nav-link p-0 text-body-secondary">FAQs</a></li>
<!--./shop.html?c=Mens-->
</ul>
</div>
<!-- footer link -->
</div>
<div class="col-xl-2 col-lg-3 col-sm-4">
<div class="footer-link">
<h3 class="text-header">Products</h3>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="./shop.html?c=Mens" class="nav-link p-0 text-body-secondary">Men's Clothing</a></li>
<li class="nav-item mb-2"><a href="./shop.html?c=Womens" class="nav-link p-0 text-body-secondary">Women's Clothing</a></li>
<li class="nav-item mb-2"><a href="./shop.html?c=Shoes" class="nav-link p-0 text-body-secondary">Shoes</a></li>
<li class="nav-item mb-2"><a href="./shop.html?c=Jewelry" class="nav-link p-0 text-body-secondary">Jewelry</a></li>
</ul>
</div>
<!-- footer link -->
</div>
<div class="col-xl-2 col-lg-3 col-sm-4">
<div class="footer-link">
<h3 class="text-header">Contact Info</h3>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link p-0 text-body-secondary">512 South End, USA</a></li>
<li class="nav-item mb-2"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link p-0 text-body-secondary">(409) 948-4327</a>
</li>
<li class="nav-item mb-2"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank"
class="nav-link p-0 text-body-secondary">contact@Ethereal.com</a></li>
<li class="nav-item mb-2"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link p-0 text-body-secondary">Chat With Us Live</a>
</li>
</ul>
</div>
<!-- footer link -->
</div>
<div class="col mt-5">
<h3 class="text-header">Social info</h3>
<p class="text-body-secondary">You can follow us on our social platforms to get updates.</p>
<ul class="nav d-flex justify-content-start">
<li class="nav-item"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link ps-2 text-body-secondary"><i
class="fa-brands fa-facebook-f"></i></a></li>
<li class="nav-item"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link ps-2 text-body-secondary"><i
class="fa-brands fa-instagram"></i></a></li>
<li class="nav-item"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link ps-2 text-body-secondary"><i
class="fa-brands fa-x-twitter"></i></a></li>
<li class="nav-item"><a href="https://www.linkedin.com/in/noel-guillen-blas-b63353257/" target="_blank" class="nav-link ps-2 text-body-secondary"><i
class="fa-brands fa-linkedin-in"></i></a></li>
<li class="nav-item"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link ps-2 text-body-secondary"><i
class="fa-brands fa-youtube"></i></a></li>
</ul>
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- footer widget -->
<div class="footer-copyright border-top">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="
copyright
text-center
d-md-flex
justify-content-between
align-items-center
">
<p class="text">Copyright © 2024 Ethereal. All Rights Reserved</p>
<ul class="social">
<li>
<a href="javascript:void(0)">
<i class="lni lni-facebook-filled"></i>
</a>
</li>
<li>
<a href="javascript:void(0)">
<i class="lni lni-twitter-original"></i>
</a>
</li>
<li>
<a href="javascript:void(0)">
<i class="lni lni-instagram-filled"></i>
</a>
</li>
<li>
<a href="javascript:void(0)"><i class="lni lni-linkedin-original"></i></a>
</li>
</ul>
</div>
<!-- copyright -->
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- footer copyright -->
</footer>
<!--====== FOOTER PART ENDS ======-->
</div>
<script src="./scripts/details.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/e36fb19258.js" crossorigin="anonymous"></script>
</body>
</html>