-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct-detail.html
352 lines (261 loc) · 15 KB
/
product-detail.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Tooplate's Little Fashion - Product Detail</title>
<!-- CSS FILES -->
<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=Inter:wght@100;300;400;700;900&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link rel="stylesheet" href="css/slick.css"/>
<link href="css/tooplate-little-fashion.css" rel="stylesheet">
<!--
Tooplate 2127 Little Fashion
https://www.tooplate.com/view/2127-little-fashion
-->
</head>
<body>
<section class="preloader">
<div class="spinner">
<span class="sk-inner-circle"></span>
</div>
</section>
<main>
<nav class="navbar navbar-expand-lg">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="index.html">
<strong><span>Little</span> Fashion</strong>
</a>
<div class="d-lg-none">
<a href="sign-in.html" class="bi-person custom-icon me-3"></a>
<a href="product-detail.html" class="bi-bag custom-icon"></a>
</div>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<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">Story</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="faq.html">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<div class="d-none d-lg-block">
<a href="sign-in.html" class="bi-person custom-icon me-3"></a>
<a href="product-detail.html" class="bi-bag custom-icon"></a>
</div>
</div>
</div>
</nav>
<header class="site-header section-padding d-flex justify-content-center align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-10 col-12">
<h1>
<span class="d-block text-primary">We provide you</span>
<span class="d-block text-dark">Fashionable Stuffs</span>
</h1>
</div>
</div>
</div>
</header>
<section class="product-detail section-padding">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<div class="product-thumb">
<img src="images/product/evan-mcdougall-qnh1odlqOmk-unsplash.jpeg" class="img-fluid product-image" alt="">
</div>
</div>
<div class="col-lg-6 col-12">
<div class="product-info d-flex">
<div>
<h2 class="product-title mb-0">Tree pot</h2>
<p class="product-p">Original package design from house</p>
</div>
<small class="product-price text-muted ms-auto mt-auto mb-5">$25</small>
</div>
<div class="product-description">
<strong class="d-block mt-4 mb-2">Description</strong>
<p class="lead mb-5">Over three years in business, We’ve had the chance to work on a variety of projects, with companies</p>
</div>
<div class="product-cart-thumb row">
<div class="col-lg-6 col-12">
<select class="form-select cart-form-select" id="inputGroupSelect01">
<option selected>Quantity</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
</div>
<div class="col-lg-6 col-12 mt-4 mt-lg-0">
<button type="submit" class="btn custom-btn cart-btn" data-bs-toggle="modal" data-bs-target="#cart-modal">Add to Cart</button>
</div>
<p>
<a href="#" class="product-additional-link">Details</a>
<a href="#" class="product-additional-link">Delivery and Payment</a>
</p>
</div>
</div>
</div>
</div>
</section>
<section class="related-product section-padding border-top">
<div class="container">
<div class="row">
<div class="col-12">
<h3 class="mb-5">You might also like</h3>
</div>
<div class="col-lg-4 col-12 mb-3">
<div class="product-thumb">
<a href="product-detail.html">
<img src="images/product/evan-mcdougall-qnh1odlqOmk-unsplash.jpeg" class="img-fluid product-image" alt="">
</a>
<div class="product-top d-flex">
<span class="product-alert me-auto">New arrival</span>
<a href="#" class="bi-heart-fill product-icon"></a>
</div>
<div class="product-info d-flex">
<div>
<h5 class="product-title mb-0">
<a href="product-detail.html" class="product-title-link">Tree pot</a>
</h5>
<p class="product-p">Original package design from house</p>
</div>
<small class="product-price text-muted ms-auto mt-auto mb-5">$25</small>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mb-3">
<div class="product-thumb">
<a href="product-detail.html">
<img src="images/product/jordan-nix-CkCUvwMXAac-unsplash.jpeg" class="img-fluid product-image" alt="">
</a>
<div class="product-top d-flex">
<span class="product-alert">Low Price</span>
<a href="#" class="bi-heart-fill product-icon ms-auto"></a>
</div>
<div class="product-info d-flex">
<div>
<h5 class="product-title mb-0">
<a href="product-detail.html" class="product-title-link">Fashion set</a>
</h5>
<p class="product-p">Costume package</p>
</div>
<small class="product-price text-muted ms-auto mt-auto mb-5">$35</small>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="product-thumb">
<a href="product-detail.html">
<img src="images/product/nature-zen-3Dn1BZZv3m8-unsplash.jpeg" class="img-fluid product-image" alt="">
</a>
<div class="product-top d-flex">
<a href="#" class="bi-heart-fill product-icon ms-auto"></a>
</div>
<div class="product-info d-flex">
<div>
<h5 class="product-title mb-0">
<a href="product-detail.html" class="product-title-link">Juice Drinks</a>
</h5>
<p class="product-p">Nature made another world</p>
</div>
<small class="product-price text-muted ms-auto mt-auto mb-5">$45</small>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-10 me-auto mb-4">
<h4 class="text-white mb-3"><a href="index.html">Little</a> Fashion</h4>
<p class="copyright-text text-muted mt-lg-5 mb-4 mb-lg-0">Copyright © 2022 <strong>Little Fashion</strong></p>
<br>
<p class="copyright-text">Designed by <a href="https://www.tooplate.com/" target="_blank">Tooplate</a></p>
</div>
<div class="col-lg-5 col-8">
<h5 class="text-white mb-3">Sitemap</h5>
<ul class="footer-menu d-flex flex-wrap">
<li class="footer-menu-item"><a href="about.html" class="footer-menu-link">Story</a></li>
<li class="footer-menu-item"><a href="#" class="footer-menu-link">Products</a></li>
<li class="footer-menu-item"><a href="#" class="footer-menu-link">Privacy policy</a></li>
<li class="footer-menu-item"><a href="#" class="footer-menu-link">FAQs</a></li>
<li class="footer-menu-item"><a href="#" class="footer-menu-link">Contact</a></li>
</ul>
</div>
<div class="col-lg-3 col-4">
<h5 class="text-white mb-3">Social</h5>
<ul class="social-icon">
<li><a href="#" class="social-icon-link bi-youtube"></a></li>
<li><a href="#" class="social-icon-link bi-whatsapp"></a></li>
<li><a href="#" class="social-icon-link bi-instagram"></a></li>
<li><a href="#" class="social-icon-link bi-skype"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- CART MODAL -->
<div class="modal fade" id="cart-modal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content border-0">
<div class="modal-header flex-column">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-lg-6 col-12 mt-4 mt-lg-0">
<img src="images/product/evan-mcdougall-qnh1odlqOmk-unsplash.jpeg" class="img-fluid product-image" alt="">
</div>
<div class="col-lg-6 col-12 mt-3 mt-lg-0">
<h3 class="modal-title" id="exampleModalLabel">Tree pot</h3>
<p class="product-price text-muted mt-3">$25</p>
<p class="product-p">Quatity: <span class="ms-1">4</span></p>
<p class="product-p">Colour: <span class="ms-1">Black</span></p>
<p class="product-p pb-3">Size: <span class="ms-1">S/S</span></p>
<div class="border-top mt-4 pt-3">
<p class="product-p"><strong>Total: <span class="ms-1">$100</span></strong></p>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<div class="row w-50">
<button type="button" class="btn custom-btn cart-btn ms-lg-4">Checkout</button>
</div>
</div>
</div>
</div>
</div>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/Headroom.js"></script>
<script src="js/jQuery.headroom.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>