-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
805 lines (763 loc) · 36.7 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
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>Leepha</title>
<meta name="keywords" content="leather, leather products, leather website, e-commerce, Buying, selling, leather shop, leather service, buy leather, sell leather">
<meta name="description" content="Leepha E-commerce website for selling leather products">
<meta name="author" content="Umar Abdulmalik">
<!-- bootstrap css -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<!-- style css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/login.css">
<link rel="stylesheet" href="css/theme.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- favicon -->
<link rel="icon" href="images/logo3.png" type="image/gif" />
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<!-- theme.js needs to be in the head -->
<script src="./js/theme.js" async></script>
</head>
<!-- body -->
<body class="main-layout">
<button onclick="topFunction()" id="myBtn" title="Go to top">
<a href="#">top</a>
</button>
<!-- loader -->
<div class="loader_bg">
<div class="loader-wrapper">
<div class="loader-circle"></div>
<div class="loader-circle"></div>
<div class="loader-circle"></div>
<div class="loader-shadow"></div>
<div class="loader-shadow"></div>
<div class="loader-shadow"></div>
</div>
</div>
<!-- end loader -->
<!-- header -->
<!-- Progress bar -->
<div class="progressBar"></div>
<header>
<!-- header inner -->
<div class="header" id="top-of-page">
<div class="container-fluid">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-3 col logo_section">
<div class="full">
<div class="center-banner">
<div class="logo">
<a href="index.html">Leepha Quality<!--<img src="./images/logo3.png" alt="#" />--></a>
</div>
</div>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-9">
<nav class="navigation navbar navbar-expand-md navbar-dark ">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample04"
aria-controls="navbarsExample04" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample04">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Products">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#ContactUs">Contact Us</a>
</li>
<li class="nav-item d_none" >
<i class="fa fa-search nav-link" aria-hidden="true" id="search-button"></i>
<div class="searchBox">
<div class="searchInputBox">
<input type="search" name="search" id="searchInput">
</div>
<div class="suggestionBox">
<div>this </div>
<div>that </div>
</div>
</div>
</li>
<li class="nav-item d_none">
<a class="nav-link" href="login.html">Login</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!-- end header inner -->
<!-- end header -->
<!-- banner -->
<section class="banner_main">
<div id="banner1" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#banner1" data-slide-to="0" class="active"></li>
<li data-target="#banner1" data-slide-to="1"></li>
<li data-target="#banner1" data-slide-to="2"></li>
<li data-target="#banner1" data-slide-to="3"></li>
<li data-target="#banner1" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="carousel-caption">
<div class="row">
<div class="col-md-6">
<div class="text-bg">
<span>Experience a Leather Quality that Stands the Taste of Time With Our</span>
<h1>Leather Products</h1>
<p>Every piece of leather product produced and sold by us reflects affluence, both in
its appearance as well as feel.</p>
<a href="#">Buy Now </a> <a href="#ContactUs">Contact </a>
</div>
</div>
<div class="col-md-6">
<div class="text_img">
<figure class="banner-img"><img src="./images/leathers.png" alt="#" /></figure>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<div class="row">
<div class="col-md-6">
<div class="text-bg">
<span> Where quality never goes out of style with our</span>
<h1>Leather Products</h1>
<p>Every piece of leather products produced and sold by us reflects affluence, both in
its appearance as well as feel.</p>
<a href="#">Buy Now </a> <a href="#">Contact </a>
</div>
</div>
<div class="col-md-6">
<div class="text_img">
<figure class="banner-img"><img src="./images/leathers.png" alt="leather pieces" /></figure>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<div class="row">
<div class="col-md-6">
<div class="text-bg">
<span>Experience Royalty With Our</span>
<h1>Leather Products</h1>
<p>Every piece of leather products produced and sold by us reflects affluence, both in
its appearance as well as feel.</p>
<a href="#">Buy Now </a> <a href="#">Contact </a>
</div>
</div>
<div class="col-md-6">
<div class="text_img">
<figure class="banner-img"><img src="./images/leathers.png" alt="leather pieces" /></figure>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<div class="row">
<div class="col-md-6">
<div class="text-bg">
<span>Experience Royalty With Our</span>
<h1>Leather Products</h1>
<p>Every piece of leather products produced and sold by us reflects affluence, both in
its appearance as well as feel.</p>
<a href="#">Buy Now </a> <a href="#">Contact </a>
</div>
</div>
<div class="col-md-6">
<div class="text_img">
<figure class="banner-img"><img src="./images/leathers.png" alt="leather pieces" /></figure>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<div class="row">
<div class="col-md-6">
<div class="text-bg">
<span>Unleash your style with Leepha's exquisite</span>
<h1>Leather products</h1>
<p>Every piece of leather products produced and sold by us reflects affluence, both in
its appearance as well as feel.</p>
<a href="#">Buy Now </a> <a href="#">Contact </a>
</div>
</div>
<div class="col-md-6">
<div class="text_img">
<figure class="banner-img"><img src="./images/leathers.png" alt="leather pieces" /></figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#banner1" role="button" data-slide="prev">
<i class="fa fa-chevron-left" aria-hidden="true"></i>
</a>
<a class="carousel-control-next" href="#banner1" role="button" data-slide="next">
<i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
</div>
</section>
<!-- end banner -->
<!-- company quality services -->
<div class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="card-service wow fadeInUp">
<div class="service_img">
<img src="./images/quality1.png" alt="">
</div>
<div class="body">
<h5 class="text-secondary">Providing Quality Products</h5>
<p>Quality leather speaks sobriety, versatility, and timeless elegance in today's ultra-modern
fashion industry. Value for money has become a trend now. Customers demand quality. Satisfying
you with quality leather products is our Unique Selling Point. We claim
your trust as we deliver the promise.</p>
<a href="service.html" class="btn aboutusbtn mt-3">Read More</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-service wow fadeInUp">
<div class="service_img">
<img src="./images/quality2.png" alt="">
</div>
<div class="body">
<h5 class="text-secondary">Customer Update</h5>
<p>At Leather Company we are here to help with your shopping experience, get in touch by either
email or by phone. If an item is out of stock our team will let you know when we will have it
back in stock. If you
are happy or unhappy with our service for any reason then please contact us on the details
below.</p>
<a href="service.html" class="btn aboutusbtn mt-3">Read More</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-service wow fadeInUp">
<div class="service_img">
<img src="./images/quality3.png" alt="">
</div>
<div class="body">
<h5 class="text-secondary">Personalized Items</h5>
<p>We are experts in all leather products, we will help you find an exact sizing, or if you are
trying to track down a fashion item which is overpriced on the High Street, then we will try and
source a similar and affordable item to match or we offer a bespoke made to order service in
quality leather goods</p>
<a href="service.html" class="btn aboutusbtn mt-3">Read More</a>
</div>
</div>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<!-- products -->
<div class="page-section bg-light" id="Products">
<div class="container">
<div class="text-center wow fadeInUp">
<div class="subhead">Explore New Style</div>
<h2 class="title-section">Our Collections</h2>
<div class="divider mx-auto"></div>
</div>
<div class="row">
<div class="col-sm-6 col-lg-4 col-xl-3 py-3 wow zoomIn">
<div class="categories">
<figure class="headimg">
<img src="./images/Leather-purse.png" alt="Leather purse">
</figure>
<h5>Ladies Fancy Purse</h5>
<p>Buy good quality handbags for women including clutches, shoulder bags and cross body bags at
affordable prices.</p>
</div>
</div>
<div class="col-sm-6 col-lg-4 col-xl-3 py-3 wow zoomIn">
<div class="categories">
<figure class="headimg">
<img src="./images/Leather-belt.png" alt="Leather belt">
</figure>
<h5>Double Sided Men's Belt</h5>
<p>Explore a variety of styles from Formal Belts to stylish Casual Belts. Our diverse selection
includes various stitching styles and leather qualities, so there's a belt for every look</p>
</div>
</div>
<div class="col-sm-6 col-lg-4 col-xl-3 py-3 wow zoomIn">
<div class="categories">
<figure class="headimg">
<img src="./images/Leather-shoes.png" alt="Leather shoes">
</figure>
<h5>Men's Formal Shoes</h5>
<p>Shop best quality Men's Formal Shoes Online. Shop Men's Dress Shoes from a wide range of colours
and styles, available exclusively at LeatherHoard.</p>
</div>
</div>
<div class="col-sm-6 col-lg-4 col-xl-3 py-3 wow zoomIn">
<div class="categories">
<figure class="headimg">
<img src="./images/Leather-bags.png" alt="Leather bags">
</figure>
<h5>Grainy Leather Briefcase</h5>
<p>A briefcase is still a good investment piece, as these picks will suit anyone for any purpose, from
internship to retirement party.
</p>
</div>
</div>
<div class="col-sm-6 col-lg-4 col-xl-3 py-3 wow zoomIn">
<div class="categories">
<figure class="headimg">
<img src="./images/Leather-wallet.jpeg" alt="Leather wallet">
</figure>
<h5>Men's Accessories</h5>
<p>These genuine leather wallet mens styles have the traditional two-way fold and plenty of interior
pockets and slots for your cash, cards and more.</p>
</div>
</div>
<div class="col-sm-6 col-lg-4 col-xl-3 py-3 wow zoomIn">
<div class="categories">
<figure class="headimg">
<img src="./images/Leather-gloves.jpeg" alt="Leather gloves">
</figure>
<h5>Classic Leather Gloves</h5>
<p>A truly unique glove amongst the competition, giving you breathable Leather to keep hand dry and
warm. </p>
</div>
</div>
<div class="col-sm-6 col-lg-4 col-xl-3 py-3 wow zoomIn">
<div class="categories">
<figure class="headimg">
<img src="./images/Leather-bagpacks.png" alt="Leather bagpacks">
</figure>
<h5>School/College Bagpacks</h5>
<p>Explore our range of leather backpacks for men & women bringing style, strength and multi purpose
functionality at one place.</p>
</div>
</div>
<div class="col-sm-6 col-lg-4 col-xl-3 py-3 wow zoomIn">
<div class="categories">
<figure class="headimg">
<img src="./images/Leather-caps.jpeg" alt="Leather caps">
</figure>
<h5>Pure Leather Caps</h5>
<p>*Free Size · *Adjustable · *Trendy · *Polyester and Silk inside which keeps your head from heating
up ·</p>
</div>
</div>
<div class="col-12">
<a href="./html/products.html" class="btn cat-btn mt-3">See More</a>
</div>
</div>
</div> <!-- .container -->
</div>
<!-- end products -->
<!-- About us section -->
<div class="page-section" id="about">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 py-3 wow fadeInUp">
<span class="subhead">About us</span>
<h2 class="title-section">The Leepha Company</h2>
<div class="divider"></div>
<p>Leepha Quality Products, a leather manufacturing company based in Kano State, Northern Nigeria.
Our company was founded with a simple mission: To breath quality with style.<br>
We believe that leather is a natural expression of individuality,
and our products are designed to reflect your unique style.</p>
<p>We believe that quality should never be compromised, We take great pride in the comformity,
quality and style of our products</p>
<a href="./html/about.html" class="btn aboutusbtn mt-3">Read More</a>
</div>
<div class="col-lg-6 py-3 wow fadeInRight">
<figure class="about-img py-3 text-center">
<img src="./images/aboutus_img2.png" alt="">
</figure>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
</div>
<!-- end About us section -->
<!---offer-->
<div class="offer">
<div class="container">
<div class="row align-items-center">
<figure class="about-img col-lg-6 py-3 wow fadeInUp">
<img src="./images/offerjeacket.png" class="offer-img">
</figure>
<div class="col-lg-6 py-3 wow fadeInRight">
<p class="offerp"> Exclusively Available on LeatherHoard</p>
<h1>Stylish Winter Leather Jacket</h1>
<br>
<p class="offerp"> It is one of the most common and most affordable types of leather used in leather jackets. It is very tough and stiff at first, but as you wear the jacket in, it will become softer and more supple.
</p>
<a href=""><button class="btn">Buy Now →</button>
</a>
</div>
</div>
</div>
</div>
<div class="page-section" id="arrivals">
<div class="container">
<div class="text-center wow fadeInUp">
<div class="subhead">Find More Interesting Products</div>
<h2 class="title-section">Our New Arrivals</h2>
<div class="divider mx-auto"></div>
</div>
<div class="row mt-5">
<div class="col-lg-4 py-3 wow fadeInUp">
<div class="arrival-card">
<div class="body">
<figure class="arrival_picture">
<img src="./images/arrival_1.jpg" alt="">
</figure>
<div class="bodycont">
<h5 class="arrival-title"><a href="#">Handmade Bags For Women</a></h5>
<div class="post-date">Price: <a href="#">N5000</a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 py-3 wow fadeInUp">
<div class="arrival-card">
<div class="body">
<figure class="arrival_picture">
<img src="./images/arrival_2.jpg" alt="">
</figure>
<div class="bodycont">
<h5 class="arrival-title"><a href="#">Men's Casual Boots</a></h5>
<div class="post-date">Price: <a href="#">N28000</a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 py-3 wow fadeInUp">
<div class="arrival-card">
<div class="body">
<figure class="arrival_picture">
<img src="./images/arrival_3.jpg" alt="">
</figure>
<div class="bodycont">
<h5 class="arrival-title"><a href="#">Men's Vintage Chest Bag</a></h5>
<div class="post-date">Price: <a href="#">N6000</a></div>
</div>
</div>
</div>
</div>
<div class="col-12 mt-4 text-center wow fadeInUp">
<a href="./html/products.html" class="btn aboutusbtn">View More</a>
</div>
</div>
</div>
</div>
<!-- <div class="customer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="titlepage">
<h2>Customer Reviews</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div id="myCarousel" class="carousel slide customer_Carousel " data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active next-circle"></li>
<li data-target="#myCarousel" data-slide-to="1" class="next-circle"></li>
<li data-target="#myCarousel" data-slide-to="2" class="next-circle"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="carousel-caption ">
<div class="row">
<div class="col-md-9 offset-md-3">
<div class="test_box">
<i><img class="customer-review-quote" src="./images/cos.png" alt="#" /></i>
<h4>William Lucas</h4>
<p>Hi it's William from Lahore! I just received my new backpack purse and it is
exactly what I've been looking for!!!! I totally love it!!!! I just love your
stuff!!!!! Thanks so much and thanks to LeatherHoard.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</div> -->
<!-- end customer -->
<!-- contact -->
<section class="contact" id="ContactUs">
<div class="container">
<div class="contact-details">
<div class="section-header contact-head text-center">
<div class="text-center wow fadeInUp">
<h2 class="title-section">Contact Us</h2>
</div>
<p>
If you have any questions about our product, please feel free to contact us on any of the below given links or send us an email.
<br> We would be glad to help you.
</p>
</p>
</div>
<!--/.section-header-->
<div class="contact-content">
<div class="row">
<div class="col-sm-offset-1 col-sm-5">
<div class="single-contact-box">
<div class="contact-right">
<div class="contact-adress">
<div class="contact-office-address">
<h3>contact info</h3>
<p>
28A Gadangami Complex Beside Rufaida Mart/KFC Kabuga, along Gwarzo Road, Kano State, Nigeria
</p>
<div class="contact-online-address">
<div class="single-online-address">
<i class="fa fa-phone"></i>
+234 7030143317
</div>
<!--/.single-online-address-->
<div class="single-online-address">
<i class="fa fa-envelope-o"></i>
<span>[email protected]</span>
</div>
<!--/.single-online-address-->
</div>
<!--/.contact-online-address-->
</div>
<!--/.contact-office-address-->
<div class="contact-office-address">
<h3>social partners</h3>
<div class="contact-icon">
<ul>
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<!--/li-->
<li><a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<!--/li-->
<li><a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<!--/li-->
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<!--/li-->
</ul>
<!--/ul-->
</div>
<!--/.contact-icon-->
</div>
<!--/.contact-office-address-->
</div>
<!--/.contact-address-->
</div>
<!--/.contact-right-->
</div>
<!--/.single-contact-box-->
</div>
<!--/.col-->
<div class="col-sm-5">
<div class="single-contact-box">
<div class="contact-form">
<h3>Leave us a Message Here</h3>
<form>
<div class="row">
<div class="col-sm-6 col-xs-12">
<div class="form-group">
<input type="text" class="form-control" id="firstname" placeholder="First Name"
name="firstname">
</div>
<!--/.form-group-->
</div>
<!--/.col-->
<div class="col-sm-6 col-xs-12">
<div class="form-group">
<input type="text" class="form-control" id="lastname" placeholder="Last Name"
name="laststname">
</div>
<!--/.form-group-->
</div>
<!--/.col-->
</div>
<!--/.row-->
<div class="row">
<div class="col-sm-6 col-xs-12">
<div class="form-group">
<input type="email" class="form-control" id="email" placeholder="Email"
name="email">
</div>
<!--/.form-group-->
</div>
<!--/.col-->
<div class="col-sm-6 col-xs-12">
<div class="form-group">
<input type="text" class="form-control" id="phone" placeholder="Phone"
name="phone">
</div>
<!--/.form-group-->
</div>
<!--/.col-->
</div>
<!--/.row-->
<div class="row">
<div class="col-sm-12">
<div class="form-group">
<textarea class="form-control" rows="7" id="comment"
placeholder="Message"></textarea>
</div>
<!--/.form-group-->
</div>
<!--/.col-->
</div>
<!--/.row-->
<div class="row">
<div class="col-sm-12">
<div class="single-contact-btn ">
<button class="SubmitBtn" type="button">Send Message</button>
<button class="ResetBtn" type="reset">Reset</button>
</div>
<!--/.single-single-contact-btn-->
</div>
<!--/.col-->
</div>
<!--/.row-->
</form>
<!--/form-->
</div>
<!--/.contact-form-->
</div>
<!--/.single-contact-box-->
</div>
<!--/.col-->
</div>
<!--/.row-->
</div>
<!--/.contact-content-->
</div>
<!--/.contact-details-->
</div>
<!--/.container-->
</section>
<!--/.contact-->
<!-- end contact -->
<!-- footer -->
<footer>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6">
<!-- <a href="#top-of-page"> -->
<a href="index.html">Leepha Quality<!--<img src="./images/logo3.png" alt="#" />--></a>
<!-- <img class="logo1" src="./images/logo3.png" alt="#" />
</a> -->
<ul class="social_icon">
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6">
<h3>INFO</h3>
<ul class="about_us">
<li><a href="#">About Us</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Advertise</a></li>
<li><a href="#">Terms and Conditions</a></li>
<li><a href="PrivacyPolicy.html">Privacy Policy</a></li>
<li><a href="#">Help & Support</a></li>
</ul>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6">
<h3>Contact Us</h3>
<ul class="conta">
<li>
<p>28A Gadangami Complex Beside Rufaida Mart/KFC Kabuga, along Gwarzo Road, Kano State, Nigeria</p>
</li>
<li>+234 7030143327</li>
<li>[email protected]</li>
</ul>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6">
<form class="bottom_form">
<h3>Newsletter</h3>
<input class="enter" placeholder="Enter your email" type="text" name="Enter your email">
<button class="sub_btn">subscribe</button>
</form>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-12">
<p>Copyright © 2023 Leepha, Inc. All rights reserved.</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>
<div class="toggle-theme-btn">
<i class="fa fa-sun-o"></i>
<i class="fa fa-moon-o"></i>
</div>
<!-- end footer -->
<!-- Javascript files-->
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.bundle.min.js"></script>
<!-- sidebar -->
<script src="./js/custom.js"></script>
<!-- reiquired js for the page -->
<script src="./js/searchSuggestions.js"> </script>
<script src="./js/index.js"></script>
<script src="./js/carousal.js"></script>
</body>
</html>