-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
756 lines (593 loc) · 40.4 KB
/
index.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
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
<!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 | Home" content="">
<meta name="Catherine Brockman" content="">
<title>Moso Interior - HTML CSS Template</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>
<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="#section_1">Home</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_2">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle click-scroll" href="#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="#section_4">Reviews</a>
</li>
-->
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_5">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<section class="hero-section hero-slide d-flex justify-content-center align-items-center" id="section_1">
<div class="container">
<div class="row">
<div class="col-lg-8 col-12 text-center mx-auto">
<div class="hero-section-text">
<small class="section-small-title">Welcome to Inkling Lab <i class="hero-icon bi-house"></i></small>
<h1 class="hero-title text-white mt-2 mb-4">Design, Sew & Build</h1>
<h2 class="hero-title text-white mt-2 mb-4">Transform your creative ideas into reality with one-on-one coaching in home improvement and sewing.</h2>
<form class="custom-form hero-form" id="product-form" action="javascript:void(0);" role="form">
<div class="row">
<div class="col-lg-5 col-md-6 col-12">
<div class="input-group align-items-center">
<label for="looking-for">Product</label>
<select name="looking-for" class="form-select form-control" id="looking-for" aria-label="Default select example">
<option value="0" selected>What can I help you with?</option>
<option value="1" data-target="https://www.inkling.se/shop-detail.html#section_1">Clothing repairs</option>
<option value="2" data-target="https://www.inkling.se/shop-detail.html#section_2">Construct Furniture</option>
<option value="3" data-target="https://www.inkling.se/shop-detail.html#section_3">Curtain Hemming</option>
<option value="4" data-target="https://www.inkling.se/shop-detail.html#section_4">Made-to-Order Curtains</option>
<option value="5" data-target="https://www.inkling.se/shop-detail.html#section_5">Custom Building Projects</option>
<option value="6" data-target="https://www.inkling.se/shop-detail.html#section_6">Online Sewing Course</option>
</select>
</div>
</div>
<!--
<div class="col-lg-5 col-md-6 col-12">
<div class="input-group align-items-center">
<label for="price-range">Price</label>
<select name="price-range" class="form-select form-control" id="price-range" aria-label="Default select example">
<option value="500" selected>250 to 1 000 kr</option>
<option value="1000">1 000 - 5 000 kr</option>
<option value="5000">5 000+ kr</option>
</select>
</div>
</div>
-->
<div class="col-lg-2 col-md-6 col-12">
<button type="submit" class="form-control">Search</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<script>
document.getElementById('product-form').addEventListener('submit', function(e) {
e.preventDefault();
var productSelect = document.getElementById('looking-for');
var selectedOption = productSelect.options[productSelect.selectedIndex];
var targetUrl = selectedOption.getAttribute('data-target');
if (targetUrl && selectedOption.value !== "0") {
window.location.href = targetUrl;
} else {
alert('Please select a product to search for.');
}
});
</script>
<section class="about-section section-padding" id="section_2">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 col-12">
<small class="section-small-title">Our Story</small>
<h2 class="mt-2 mb-4"><span class="text-muted">Meet Your</span> Personal Coach</h2>
<h4 class="text-muted mb-3">Hello! I'm Catherine Brockman, the heart and hands behind Inkling Lab.</h4>
<p>I’ve turned my passion for crafting and building into a one-woman mission to empower others.</p>
<p>Whether you're an enthusiast or a beginner, I will help you turn your ideas into reality. Anything from mending, repairing or altering your clothes, home decor or furniture is possible. Even creating unique pieces from treasured items. I provide the push you need to start and the support to finish your DIY projects.</p>
</div>
<div class="col-lg-3 col-md-5 col-5 mx-lg-auto">
<img src="images/me-1.jpeg" class="about-image about-image-small img-fluid" alt="">
</div>
<div class="col-lg-4 col-md-7 col-7">
<img src="images/living-room-interior-wall-mockup-warm-tones-with-leather-sofa-which-is-kitchen-3d-rendering.jpg" class="about-image img-fluid" alt="">
</div>
</div>
</div>
</section>
<section class="featured-section section-padding">
<div class="container">
<div class="row">
<div class="col-lg-5 col-12">
<div class="custom-block featured-custom-block">
<h2 class="mt-2 mb-4">Consulting Hours</h2>
<div class="d-flex">
<i class="featured-icon bi-clock me-3"></i>
<div>
<p class="mb-2">
Mon - Friday ~
<strong class="d-inline">
8:00 AM - 6:00 PM
</strong>
</p>
<p class="mb-2">
Saturday ~
<strong class="d-inline">
10:00 AM - 10:00 PM
</strong>
</p>
<p>Sunday ~ Closed</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="shop-section section-padding" id="section_3">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<small class="section-small-title">Projects</small>
<h2 class="mt-2 mb-4"><span class="tooplate-red">Custom</span> Solutions</h2>
</div>
<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_5">
<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>
<!--
<div class="col-lg-12 col-12">
<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>
</section>
<!--
<section class="reviews-section section-padding pb-0" id="section_4">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<small class="section-small-title">Happy customers.</small>
<h2 class="mt-2 mb-4">Reviews</h2>
<div class="owl-carousel reviews-carousel">
<div class="reviews-thumb">
<div class="reviews-body">
<h4>Moso Interior is the most suitable website layout.</h4>
</div>
<div class="reviews-bottom reviews-bottom-up d-flex align-items-center">
<img src="images/avatar/pretty-blonde-woman-wearing-white-t-shirt.jpg" class="avatar-image img-fluid" alt="">
<div class="d-flex align-items-center justify-content-between flex-wrap w-100 ms-3">
<p class="text-white mb-0">
<strong>Sandy</strong>, <small>CEO</small>
</p>
<div class="reviews-icons">
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
</div>
</div>
</div>
</div>
<div class="reviews-thumb">
<div class="reviews-body">
<h4>Explore more HTML Templates to download for your website.</h4>
</div>
<div class="reviews-bottom reviews-bottom-up d-flex align-items-center">
<img src="images/avatar/studio-portrait-emotional-happy-funny-smiling-boyfriend-man-with-heavy-beard-stands-with-arms-crossed-dressed-red-t-shirt-isolated-blue.jpg" class="avatar-image img-fluid" alt="">
<div class="d-flex align-items-center justify-content-between flex-wrap w-100 ms-3">
<p class="text-white mb-0">
<strong>Jack</strong>, <small>Partner</small>
</p>
<div class="reviews-icons">
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star"></i>
<i class="bi-star"></i>
</div>
</div>
</div>
</div>
<div class="reviews-thumb">
<div class="reviews-body">
<h4>Please recommend Tooplate website to your friends.</h4>
</div>
<div class="reviews-bottom reviews-bottom-up d-flex align-items-center">
<img src="images/avatar/portrait-beautiful-young-woman-standing-grey-wall.jpg" class="avatar-image img-fluid" alt="">
<div class="d-flex align-items-center justify-content-between flex-wrap w-100 ms-3">
<p class="text-white mb-0">
<strong>Helen</strong>, <small>Client</small>
</p>
<div class="reviews-icons">
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
</div>
</div>
</div>
</div>
<div class="reviews-thumb">
<div class="reviews-body">
<h4>This Bootstrap 5 layout is free to use for your website.</h4>
</div>
<div class="reviews-bottom reviews-bottom-up d-flex align-items-center">
<img src="images/avatar/portrait-young-redhead-bearded-male-wears-white-t-shirt-keeps-his-eyes-closed-smiling-feels-happy-yellow.jpg" class="avatar-image img-fluid" alt="">
<div class="d-flex align-items-center justify-content-between flex-wrap w-100 ms-3">
<p class="text-white mb-0">
<strong>Bill</strong>, <small>Designer</small>
</p>
<div class="reviews-icons">
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star"></i>
<i class="bi-star"></i>
</div>
</div>
</div>
</div>
<div class="reviews-thumb">
<div class="reviews-body">
<h4>Thank you for visiting Tooplate to download free templates.</h4>
</div>
<div class="reviews-bottom reviews-bottom-up d-flex align-items-center">
<img src="images/avatar/portrait-young-beautiful-woman-gesticulating.jpg" class="avatar-image img-fluid" alt="">
<div class="d-flex align-items-center justify-content-between flex-wrap w-100 ms-3">
<p class="text-white mb-0">
<strong>Susan</strong>, <small>Boss</small>
</p>
<div class="reviews-icons">
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-12 col-12">
<p class="d-flex justify-content-center align-items-center mt-lg-5">Write some reviews on <a href="#" class="custom-btn btn ms-3"><i class="bi-facebook me-2"></i>facebook</a></p>
</div>
</div>
-->
</div>
</div>
</section>
<section class="contact-section" id="section_5">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#f9f9f9" 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,0L1400,0C1360,0,1280,0,1200,0C1120,0,1040,0,960,0C880,0,800,0,720,0C640,0,560,0,480,0C400,0,320,0,240,0C160,0,80,0,40,0L0,0Z"></path></svg>
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<small class="section-small-title">Ask anything.</small>
<h2 class="mb-4">Say Hello</h2>
</div>
<div class="col-lg-6 col-12">
<form class="custom-form contact-form" action="#" method="post" role="form">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<div class="input-group align-items-center">
<label for="first-name">First Name</label>
<input type="text" name="first-name" id="first-name" class="form-control" placeholder="Astrid" required>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12">
<div class="input-group align-items-center">
<label for="last-name">Last Name</label>
<input type="text" name="last-name" id="last-name" class="form-control" placeholder="Lindgren" required>
</div>
</div>
</div>
<div class="input-group align-items-center">
<label for="email">Email Address</label>
<input type="email" name="email" id="email" pattern="[^ @]*@[^ @]*" class="form-control" placeholder="astrid@gmail.com" required>
</div>
<div class="input-group textarea-group">
<label for="message">Message</label>
<textarea name="message" rows="6" class="form-control" id="message" placeholder="What can we help you with?"></textarea>
</div>
<div class="col-lg-3 col-md-4 col-6">
<button type="submit" class="form-control">Send</button>
</div>
</form>
</div>
<div class="col-lg-6 col-12 mt-5 mt-lg-0">
<div class="custom-block">
<h3 class="text-white mb-2">Store</h3>
<p class="text-white mb-2">
<i class="contact-icon bi-geo-alt me-1"></i>
Luma, Stockholm, Sweden
</p>
<h3 class="text-white mt-3 mb-2">Contact Info</h3>
<div class="d-flex flex-wrap">
<p class="text-white mb-2 me-4">
<i class="contact-icon bi-telephone me-1"></i>
<a href="tel: 090-080-0760" class="text-white">
072-568-5160
</a>
</p>
<p class="text-white">
<i class="contact-icon bi-envelope me-1"></i>
<a href="mailto:info@company.com" class="text-white">
catherine@inkling.se
</a>
</p>
</div>
<iframe class="google-map mt-2" src="https://www.google.com/maps/embed?pb=!1m10!1m8!1m3!1d2036.6650745601748!2d18.0911213!3d59.3051507!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sse!4v1714733532363!5m2!1sen!2sse" width="100%" height="220" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</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>
</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>