-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
605 lines (593 loc) · 22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Bootstrap link -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.0.1/mdb.min.css"
rel="stylesheet"
/>
<!-- CSS link -->
<link rel="stylesheet" href="css/styles.css" />
<!-- Fonts -->
<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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:wght@400;500&display=swap"
rel="stylesheet"
/>
<!-- favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="images/sofa.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
/>
<title>FELT</title>
</head>
<body>
<!-- Hero Section -->
<section id="hero-section">
<div class="container">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="#">FELT</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01"
aria-expanded="false"
aria-label="Toggle navigation"
>
<!-- <span class="navbar-toggler-icon"></span> -->
<i class="fa-solid fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#hero-section">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about-us">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#gallery">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-us">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
</section>
<!-- About Us -->
<section id="about-us" class="about-us">
<h1>About Us</h1>
<div class="container pt-3">
<div class="row">
<div class="col-lg-3 about-us-description">
<h3>Who are we?</h3>
<p>
We pride ourselves on being the most loved furniture store in the
world. We've got everything from couches, to beds, to dining
tables, and much more.
</p>
</div>
<div class="col-lg-9">
<div class="row">
<div class="col-lg-4">
<img
src="images/hero image three.jpg"
alt="sofa-one"
class="image-seven"
/>
</div>
<div class="col-lg-4">
<img
src="images/gallery image six.jpg"
class="image-eight"
alt="sofa-two"
/>
</div>
<div class="col-lg-4">
<img
src="images/hero image one.jpg"
class="image-nine"
alt="sofa-three"
/>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Gallery -->
<section id="gallery">
<h1>Gallery</h1>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-4 col-sm-6">
<div class="row">
<a
class="gallery-images-links"
href="images/gallery image eight.jpg"
data-fslightbox="“gallery”"
><img
class="gallery-image"
src="images/gallery image eight.jpg"
alt=""
/></a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="row">
<a
class="gallery-images-links"
href="images/galery image one.jpg"
data-fslightbox="“gallery”"
>
<img
class="gallery-image"
src="images/galery image one.jpg"
alt=""
/>
</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="row">
<a
class="gallery-images-links"
href="images/gallery image four.jpg"
data-fslightbox="“gallery”"
><img
class="gallery-image"
src="images/gallery image four.jpg"
alt=""
/></a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="row">
<a
class="gallery-images-links"
href="images/gallery image three.jpg"
data-fslightbox="“gallery”"
>
<img
class="gallery-image"
src="images/gallery image three.jpg"
alt=""
/></a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="row">
<a
class="gallery-images-links"
href="images/gallery image two.jpg"
data-fslightbox="“gallery”"
>
<img
class="gallery-image"
src="images/gallery image two.jpg"
alt=""
/>
</a>
</div>
</div>
<div class="col-lg-6 col-md-4 col-sm-6">
<div class="row">
<a
class="gallery-images-links"
href="images/gallery image five.jpg"
data-fslightbox="“gallery”"
>
<img
class="gallery-image"
src="images/gallery image five.jpg"
alt=""
/>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section id="testimonials">
<div class="profile">
<h5>Testimonials</h5>
<h3>What our clients are saying.</h3>
<p class="intro">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit
tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
</p>
</div>
<section class="gradient-custom">
<div class="container my-5 py-5">
<div class="row d-flex justify-content-center">
<div class="col-md-12">
<div class="text-center mb-4 pb-2">
<i class="fas fa-quote-left fa-3x text-white"></i>
</div>
<div class="card">
<div class="card-body px-4 py-5">
<!-- Carousel wrapper -->
<div
id="carouselDarkVariant"
class="carousel slide carousel-dark"
data-mdb-ride="carousel"
>
<!-- Indicators -->
<div class="carousel-indicators mb-0">
<button
data-mdb-target="#carouselDarkVariant"
data-mdb-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
></button>
<button
data-mdb-target="#carouselDarkVariant"
data-mdb-slide-to="1"
aria-label="Slide 1"
></button>
<button
data-mdb-target="#carouselDarkVariant"
data-mdb-slide-to="2"
aria-label="Slide 1"
></button>
</div>
<!-- Inner -->
<div class="carousel-inner pb-5">
<!-- Single item -->
<div class="carousel-item active">
<div class="row d-flex justify-content-center">
<div class="col-lg-10 col-xl-8">
<div class="row">
<div
class="col-lg-4 d-flex justify-content-center"
>
<img
src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(1).webp"
class="rounded-circle shadow-1 mb-4 mb-lg-0"
alt="woman avatar"
width="150"
height="150"
/>
</div>
<div
class="col-9 col-md-9 col-lg-7 col-xl-8 text-center text-lg-start mx-auto mx-lg-0"
>
<h4 class="mb-4">
Maria Smantha - Web Developer
</h4>
<p class="mb-0 pb-3">
Lorem ipsum dolor sit amet, consectetur
adipisicing elit. A aliquam amet animi
blanditiis consequatur debitis dicta
distinctio, enim error eum iste libero modi
nam natus perferendis possimus quasi sint sit
tempora voluptatem. Est, exercitationem id
ipsa ipsum laboriosam perferendis.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<div class="row d-flex justify-content-center">
<div class="col-lg-10 col-xl-8">
<div class="row">
<div
class="col-lg-4 d-flex justify-content-center"
>
<img
src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(2).webp"
class="rounded-circle shadow-1 mb-4 mb-lg-0"
alt="woman avatar"
width="150"
height="150"
/>
</div>
<div
class="col-9 col-md-9 col-lg-7 col-xl-8 text-center text-lg-start mx-auto mx-lg-0"
>
<h4 class="mb-4">
Lisa Cudrow - Graphic Designer
</h4>
<p class="mb-0 pb-3">
Sed ut perspiciatis unde omnis iste natus
error sit voluptatem accusantium doloremque
laudantium, totam rem aperiam, eaque ipsa quae
ab illo inventore veritatis et quasi
architecto beatae vitae dicta sunt explicabo.
Nemo enim ipsam voluptatem quia voluptas sit
aspernatur.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<div class="row d-flex justify-content-center">
<div class="col-lg-10 col-xl-8">
<div class="row">
<div
class="col-lg-4 d-flex justify-content-center"
>
<img
src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(9).webp"
class="rounded-circle shadow-1 mb-4 mb-lg-0"
alt="woman avatar"
width="150"
height="150"
/>
</div>
<div
class="col-9 col-md-9 col-lg-7 col-xl-8 text-center text-lg-start mx-auto mx-lg-0"
>
<h4 class="mb-4">
John Smith - Marketing Specialist
</h4>
<p class="mb-0 pb-3">
At vero eos et accusamus et iusto odio
dignissimos qui blanditiis praesentium
voluptatum deleniti atque corrupti quos
dolores et quas molestias excepturi sint
occaecati cupiditate non provident, similique
sunt in culpa qui officia mollitia animi id
laborum et dolorum fuga.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Inner -->
<!-- Controls -->
<button
class="carousel-control-prev"
type="button"
data-mdb-target="#carouselDarkVariant"
data-mdb-slide="prev"
>
<span
class="carousel-control-prev-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next"
type="button"
data-mdb-target="#carouselDarkVariant"
data-mdb-slide="next"
>
<span
class="carousel-control-next-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Carousel wrapper -->
</div>
</div>
<div class="text-center mt-4 pt-2">
<i class="fas fa-quote-right fa-3x text-white"></i>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- Contact Us -->
<section id="contact-us" class="contact-us">
<h1>Contact Us</h1>
<div class="container">
<div class="card">
<div class="row">
<div class="col-lg-6">
<form>
<div class="form-group">
<h3>Drop us a Message</h3>
<label for="formGroupExampleInput">Name</label>
<input
type="text"
class="form-control"
id="formGroupExampleInput"
placeholder="Name"
/>
</div>
<div class="form-group">
<label for="formGroupExampleInput2">Email</label>
<input
type="email"
class="form-control"
id="formGroupExampleInput2"
placeholder="Email"
/>
</div>
<div class="form-group shadow-textarea">
<label for="exampleFormControlTextarea6">Your Message</label>
<textarea
class="form-control z-depth-1"
id="exampleFormControlTextarea6"
rows="3"
placeholder="Write something here..."
></textarea>
</div>
<button type="button" class="btn submit-button">Submit</button>
</form>
</div>
<div class="col-lg-6">
<img
src="images/contact us image.jpg"
alt="contact-us"
class="contact-image"
/>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<section id="footer">
<div class="container">
<div class="row">
<div class="col-lg-3">
<h4>Newsletter</h4>
<p style="text-align: left">
Subscribe to our newsletter for new products, trends and offers.
</p>
<div class="form-group">
<input
type="email"
class="form-control"
id="exampleFormControlInput1"
placeholder="Email"
/>
</div>
<button class="sign-up-button">
<i class="fa-solid fa-envelope"></i> Sign up
</button>
</div>
<div class="col-lg-3 categories">
<h4>Categories</h4>
<ul>
<li>
<a href="#hero-section"
><span class="material-symbols-outlined"> north_east </span>
Home</a
>
</li>
<li>
<a href="#about-us"
><span class="material-symbols-outlined"> north_east </span>
About</a
>
</li>
<li>
<a href="#gallery"
><span class="material-symbols-outlined"> north_east </span>
Gallery</a
>
</li>
<li>
<a href="#contact-us"
><span class="material-symbols-outlined"> north_east </span>
Contact Us</a
>
</li>
</ul>
</div>
<div class="col-lg-3">
<h4>Support</h4>
<ul>
<li>
<a href=""
><span class="material-symbols-outlined"> north_east </span>
My Account</a
>
</li>
<li>
<a href=""
><span class="material-symbols-outlined"> north_east </span>
Help Center</a
>
</li>
<li>
<a href=""
><span class="material-symbols-outlined"> north_east </span>
FAQ</a
>
</li>
<li>
<a href="#contact-us"
><span class="material-symbols-outlined"> north_east </span>
Contact Us</a
>
</li>
</ul>
</div>
<div class="col-lg-3">
<h4>Location</h4>
<ul>
<li>
<a href="">Jln. Cempaka Wangi No 22, Kileleshwa Nairobi</a>
</li>
<li>
<a href=""
><i class="fa-solid fa-envelope"></i>
>
</li>
<li>
<a href=""
><i class="fa-solid fa-phone-volume"></i> +254 723909353
</a>
</li>
<a href="" class="facebook-icon"
><i class="fa-brands fa-square-facebook"></i
></a>
<a href="" class="socialmedia-icons"
><i class="fa-brands fa-square-twitter"></i
></a>
<a href="" class="socialmedia-icons"
><i class="fa-brands fa-square-instagram"></i
></a>
<a href="" class="socialmedia-icons"
><i class="fa-brands fa-square-youtube"></i
></a>
</ul>
</div>
</div>
</div>
<hr />
<div class="container copyright">
<p>
Copyright © 2022 FELT, All rights reserved. Powered by E-Space.
</p>
</div>
</section>
<!-- script link -->
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.0.1/mdb.min.js"
></script>
<script
src="https://kit.fontawesome.com/05bb1cb83b.js"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>
<script src="js/fslightbox.js"></script>
</body>
</html>