-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop-listing.html
499 lines (377 loc) · 26.5 KB
/
shop-listing.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Inkling Labs | Design, Sew & Build | Shop" content="">
<meta name="Catherine Brockman" content="">
<title>Moso Interior - Product Listing Page</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=League+Spartan:wght@100;300;400;600;700&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/owl.carousel.min.css" rel="stylesheet">
<link href="css/tooplate-moso-interior.css" rel="stylesheet">
<!--
Tooplate 2133 Moso Interior
https://www.tooplate.com/view/2133-moso-interior
Bootstrap 5 HTML CSS Template
-->
</head>
<body class="shop-listing-page">
<nav class="navbar navbar-expand-lg bg-light fixed-top shadow-lg">
<div class="container">
<a class="navbar-brand" href="index.html"><span class="tooplate-red">Inkling Lab AB</span></a>
<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>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link click-scroll" href="index.html#section_1">Home</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="index.html#section_2">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle click-scroll" href="index.html#section_3" id="navbarLightDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">Shop</a>
<ul class="dropdown-menu dropdown-menu-light" aria-labelledby="navbarLightDropdownMenuLink">
<li><a class="dropdown-item" href="shop-listing.html">Services</a></li>
<li><a class="dropdown-item active" href="shop-detail.html">Solutions in Detail</a></li>
</ul>
</li>
<!--
<li class="nav-item">
<a class="nav-link click-scroll" href="index.html#section_4">Reviews</a>
</li>
-->
<li class="nav-item">
<a class="nav-link click-scroll" href="index.html#section_5">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<header class="site-header d-flex justify-content-center align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<h1 class="text-white">Shop Listing</h1>
</div>
</div>
</div>
</header>
<section class="shop-section section-padding">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-5 col-12 me-auto mb-5">
<form class="custom-form filter-form" action="#" method="get" role="form">
<div class="">
<h6 class="filter-form-small-title">Product</h6>
<select name="looking-for" class="form-select form-control" id="looking-for" aria-label="Default select example">
<option value="0" selected>What you looking for?</option>
<option value="1">Clothing repairs</option>
<option value="2">Construct Furniture</option>
<option value="3">Curtain Hemming</option>
<option value="4">Made-to-Order Curtains</option>
<option value="5">Custom Building Projects</option>
<option value="6">Waste Not Wardrobe Sewing Course</option>
</select>
</div>
<div class="mt-4">
<h6 class="filter-form-small-title">Price range (kr)</h6>
<div class="form-check">
<input name="price-range[]" type="checkbox" class="form-check-input" id="PriceCheckOne" value="500" checked>
<label class="form-check-label" for="PriceCheckOne">250 - 1 000</label>
</div>
<div class="form-check">
<input name="price-range[]" type="checkbox" class="form-check-input" id="PriceCheckTwo" value="1000">
<label class="form-check-label" for="PriceCheckTwo">1 000 - 5 000</label>
</div>
<div class="form-check">
<input name="price-range[]" type="checkbox" class="form-check-input" id="PriceCheckThree" value="10000">
<label class="form-check-label" for="PriceCheckThree">5 000+</label>
</div>
</div>
<!-- <div class="mt-4">
<h6 class="filter-form-small-title">Condition</h6>
<div class="form-check">
<input name="condition[]" type="checkbox" class="form-check-input" id="ConditionCheckOne" value="all" checked>
<label class="form-check-label" for="ConditionCheckOne">All</label>
</div>
<div class="form-check">
<input name="condition[]" type="checkbox" class="form-check-input" id="ConditionCheckTwo" value="excellent">
<label class="form-check-label" for="ConditionCheckTwo">Excellent</label>
</div>
<div class="form-check">
<input name="condition[]" type="checkbox" class="form-check-input" id="ConditionCheckThree" value="better">
<label class="form-check-label" for="ConditionCheckThree">Better</label>
</div>
<div class="form-check">
<input name="condition[]" type="checkbox" class="form-check-input" id="ConditionCheckFour" value="good">
<label class="form-check-label" for="ConditionCheckFour">Good</label>
</div>
</div>
<div class="mt-4">
<h6 class="filter-form-small-title">Type</h6>
<div class="form-check">
<input name="condition[]" type="checkbox" class="form-check-input" id="TypeCheckOne" value="" checked>
<label class="form-check-label" for="TypeCheckOne">Single</label>
</div>
<div class="form-check">
<input name="condition[]" type="checkbox" class="form-check-input" id="TypeCheckTwo" value="">
<label class="form-check-label" for="TypeCheckTwo">Family</label>
</div>
</div>
-->
<div class="mt-4">
<button type="submit" class="form-control">Apply Filters</button>
</div>
</form>
</div>
<div class="col-lg-7 col-md-6 col-12">
<h2>Products</h2>
<p class="mb-5"><strong>6 items</strong> are currently available</p>
<div class="row">
<div class="col-lg-6 col-12">
<div class="shop-thumb">
<div class="shop-image-wrap">
<a href="shop-detail.html#section_1">
<img src="images/shop/clothing-rail.jpg" class="shop-image img-fluid" alt="">
</a>
<div class="shop-icons-wrap">
<div class="shop-icons d-flex flex-column align-items-center">
<a href="#" class="shop-icon bi-heart"></a>
<a href="#" class="shop-icon bi-bookmark"></a>
</div>
<p class="shop-pricing mb-0 mt-3">
<span class="badge custom-badge">from 250 kr</span>
</p>
</div>
<div class="shop-btn-wrap">
<a href="shop-detail.html#section_1" class="shop-btn custom-btn btn d-flex align-items-center align-items-center">Learn more</a>
</div>
</div>
<div class="shop-body">
<h4>Clothing Repairs</h4>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="shop-thumb">
<div class="shop-image-wrap">
<a href="shop-detail.html#section_2">
<img src="images/shop/grey_builtins.jpg" class="shop-image img-fluid" alt="">
</a>
<div class="shop-icons-wrap">
<div class="shop-icons d-flex flex-column align-items-center">
<a href="#" class="shop-icon bi-heart"></a>
<a href="#" class="shop-icon bi-bookmark"></a>
</div>
<p class="shop-pricing mb-0 mt-3">
<span class="badge custom-badge">from 670 kr</span>
</p>
</div>
<div class="shop-btn-wrap">
<a href="shop-detail.html#section_2" class="shop-btn custom-btn btn d-flex align-items-center align-items-center">Learn more</a>
</div>
</div>
<div class="shop-body">
<h4>Construct Furniture</h4>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="shop-thumb">
<div class="shop-image-wrap">
<a href="shop-detail.html#section_3">
<img src="images/shop/curtains_interior.jpg" class="shop-image img-fluid" alt="">
</a>
<div class="shop-icons-wrap">
<div class="shop-icons d-flex flex-column align-items-center">
<a href="#" class="shop-icon bi-heart"></a>
<a href="#" class="shop-icon bi-bookmark"></a>
</div>
<p class="shop-pricing mb-0 mt-3">
<span class="badge custom-badge">from 725 kr</span>
</p>
</div>
<div class="shop-btn-wrap">
<a href="shop-detail.html#section_3" class="shop-btn custom-btn btn d-flex align-items-center align-items-center">Learn more</a>
</div>
</div>
<div class="shop-body">
<h4>Curtain Hemming</h4>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="shop-thumb">
<div class="shop-image-wrap">
<a href="shop-detail.html#section_4">
<img src="images/shop/Linens-stool.jpg" class="shop-image img-fluid" alt="">
</a>
<div class="shop-icons-wrap">
<div class="shop-icons d-flex flex-column align-items-center">
<a href="#" class="shop-icon bi-heart"></a>
<a href="#" class="shop-icon bi-bookmark"></a>
</div>
<p class="shop-pricing mb-0 mt-3">
<span class="badge custom-badge">from 1 500 kr</span>
</p>
</div>
<div class="shop-btn-wrap">
<a href="shop-detail.html#section_4" class="shop-btn custom-btn btn d-flex align-items-center align-items-center">Learn more</a>
</div>
</div>
<div class="shop-body">
<h4>Made-to-Order Curtains</h4>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="shop-thumb">
<div class="shop-image-wrap">
<a href="shop-detail.html#section_5">
<img src="images/shop/sketches.jpg" class="shop-image img-fluid" alt="">
</a>
<div class="shop-icons-wrap">
<div class="shop-icons d-flex flex-column align-items-center">
<a href="#" class="shop-icon bi-heart"></a>
<a href="#" class="shop-icon bi-bookmark"></a>
</div>
<p class="shop-pricing mb-0 mt-3">
<span class="badge custom-badge">from 5 000 kr</span>
</p>
</div>
<div class="shop-btn-wrap">
<a href="shop-detail.html#section_5" class="shop-btn custom-btn btn d-flex align-items-center align-items-center">Learn more</a>
</div>
</div>
<div class="shop-body">
<h4>Custom Building Projects</h4>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="shop-thumb">
<div class="shop-image-wrap">
<a href="shop-detail.html#section_6">
<img src="images/shop/Waste Not Wardrobe.png" class="shop-image img-fluid" alt="">
</a>
<div class="shop-icons-wrap">
<div class="shop-icons d-flex flex-column align-items-center">
<a href="#" class="shop-icon bi-heart"></a>
<a href="#" class="shop-icon bi-bookmark"></a>
</div>
<p class="shop-pricing mb-0 mt-3">
<span class="badge custom-badge">Out Soon</span>
</p>
</div>
<div class="shop-btn-wrap">
<a href="shop-detail.html#section_6" class="shop-btn custom-btn btn d-flex align-items-center align-items-center">Learn more</a>
</div>
</div>
<div class="shop-body">
<h4>Waste Not Wardrobe Sewing Course</h4>
</div>
</div>
</div>
<!-- <nav aria-label="Page navigation example">
<ul class="pagination justify-content-center">
<li class="page-item">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
</a>
</li>
<li class="page-item active" aria-current="page">
<a class="page-link" href="#">1</a>
</li>
<li class="page-item">
<a class="page-link" href="#">2</a>
</li>
<li class="page-item">
<a class="page-link" href="#">3</a>
</li>
<li class="page-item">
<a class="page-link" href="#">4</a>
</li>
<li class="page-item">
<a class="page-link" href="#">5</a>
</li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
</a>
</li>
</ul>
</nav>-->
</div>
</div>
</div>
</div>
</section>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#36363e" fill-opacity="1" d="M0,96L40,117.3C80,139,160,181,240,186.7C320,192,400,160,480,149.3C560,139,640,149,720,176C800,203,880,245,960,250.7C1040,256,1120,224,1200,229.3C1280,235,1360,277,1400,298.7L1440,320L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path></svg>
</main>
<footer class="site-footer section-padding">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-5 col-12 mb-3">
<h3><a href="index.html" class="custom-link mb-1">Inkling Lab</a></h3>
<p class="text-white">A passion-driven venture to teach and inspire DIY enthusiasts and beginners alike</p>
<!-- <p class="text-white"><a href="https://www.tooplate.com" target="_parent">Web Design: Tooplate</a></p>-->
</div>
<div class="col-lg-3 col-md-3 col-12 ms-lg-auto mb-3">
<h3 class="text-white mb-3">Location</h3>
<p class="text-white mt-2">
<i class="bi-geo-alt"></i>
Stockholm, Sweden
</p>
</div>
<div class="col-lg-3 col-md-4 col-12 mb-3">
<h3 class="text-white mb-3">Contact Info</h3>
<p class="text-white mb-1">
<i class="bi-telephone me-1"></i>
<a href="tel: 072-568-5160" class="text-white">
072-568-5160
</a>
</p>
<p class="text-white mb-0">
<i class="bi-envelope me-1"></i>
<a href="mailto:catherine@inkling.se" class="text-white">
catherine@inkling.se
</a>
</p>
</div>
<div class="col-lg-6 col-md-7 copyright-text-wrap col-12 d-flex flex-wrap align-items-center mt-4 ms-auto">
<p class="copyright-text mb-0 me-4">Copyright © Inkling Labs AB 2024</p>
<ul class="social-icon">
<li class="social-icon-item">
<a href="https://www.facebook.com/profile.php?id=61550958267142" class="social-icon-link social-icon-facebook bi-facebook"></a>
</li>
<li class="social-icon-item">
<a href="https://www.instagram.com/artfulsprite" class="social-icon-link social-icon-instagram bi-instagram"></a>
</li>
<li class="social-icon-item">
<a href="https://se.pinterest.com/artful_sprite/" class="social-icon-link social-icon-pinterest bi-pinterest"></a>
</li>
<li class="social-icon-item">
<a href="https://wa.me/46725685160" class="social-icon-link social-icon-whatsapp bi-whatsapp"></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/click-scroll.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>