-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
463 lines (454 loc) · 17.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mecho</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="stylesheet"
href="vendors/owl-carousel/css/owl.carousel.min.css"
/>
<link
rel="stylesheet"
href="vendors/owl-carousel/css/owl.theme.default.css"
/>
<link rel="stylesheet" href="vendors/mdi/css/materialdesignicons.min.css" />
<link rel="stylesheet" href="vendors/aos/css/aos.css" />
<link rel="stylesheet" href="css/style.min.css" />
</head>
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="100">
<header id="header-section">
<nav class="navbar navbar-expand-lg pl-3 pl-sm-0" id="navbar">
<div class="container">
<div class="navbar-brand-wrapper d-flex w-100">
<img src="images/mecho.svg" class="con" alt="" />
<button
class="navbar-toggler ml-auto"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="mdi mdi-menu navbar-toggler-icon"></span>
</button>
</div>
<div
class="collapse navbar-collapse navbar-menu-wrapper"
id="navbarSupportedContent"
>
<ul
class="navbar-nav align-items-lg-center align-items-start ml-auto"
>
<li
class="d-flex align-items-center justify-content-between pl-4 pl-lg-0"
>
<div class="navbar-collapse-logo">
<img src="images/mecho.svg" alt="" />
</div>
<button
class="navbar-toggler close-button"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="mdi mdi-close navbar-toggler-icon pl-5"></span>
</button>
</li>
<li class="nav-item">
<a class="nav-link" href="#header-section"
>Home <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#features-section">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#digital-marketing-section">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#feedback-section">Reviews</a>
</li>
<li class="nav-item btn-contact-us pl-4 pl-lg-0">
<button
class="btn btn-info"
data-toggle="modal"
data-target="#exampleModal"
>
Contact Us
</button>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="banner">
<div class="container">
<h1 class="font-weight-semibold">
Quality Auto Services<br />Just Got EASIER.
</h1>
<h6 class="font-weight-normal text-muted pb-3">
At Mecho we use cloud computing to connect you with certified
mechanics all over Nigeria
</h6>
<div>
<button class="btn btn-opacity-light mr-1">Get started</button>
<button
class="btn btn-success ml-1"
data-toggle="modal"
data-target="#exampleJoin"
>
Become a Mecho Partner
</button>
</div>
<img src="images/hero-big.svg" alt="" class="img-fluid hero-big" />
</div>
</div>
<div class="content-wrapper">
<div class="container">
<section class="features-overview" id="features-section">
<div class="content-header">
<h2>How does it works</h2>
<h6 class="section-subtitle text-muted">
At Mecho, we bring you the best Auto Parts at very affordable prices
</h6>
<iframe width="100%" height="315" src="https://www.youtube.com/embed/H0Z2FvuZCAg" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<!-- youtube iframe -->
</section>
<section
class="digital-marketing-service"
id="digital-marketing-section"
>
<div class="row align-items-center">
<div
class="col-12 col-lg-7 grid-margin grid-margin-lg-0"
data-aos="fade-right"
>
<h3 class="m-0">
We Offer a Full Range<br />of Automobile Services!
</h3>
<div class="col-lg-7 col-xl-6 p-0">
<p class="py-4 m-0 text-muted">
Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce
egeabus consectetuer turpis, suspendisse.
</p>
<p class="font-weight-medium text-muted">
Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce
egeabus consectetuer
</p>
</div>
</div>
<div
class="col-12 col-lg-5 p-0 img-digital grid-margin grid-margin-lg-0"
data-aos="fade-left"
>
<img src="images/Group1.png" alt="" class="img-fluid" />
</div>
</div>
<div class="row align-items-center">
<div
class="col-12 col-lg-7 text-center flex-item grid-margin"
data-aos="fade-right"
>
<img src="images/Group2.png" alt="" class="img-fluid" />
</div>
<div
class="col-12 col-lg-5 flex-item grid-margin"
data-aos="fade-left"
>
<h3 clsass="m-0">
Leading Digital Automobile<br />Service Nationwide.
</h3>
<div class="col-lg-9 col-xl-8 p-0">
<p class="py-4 m-0 text-muted">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Modi
consequatur corporis delectus error reprehenderit, magnam
doloremque accusantium iusto quae omnis.
</p>
<p class="pb-2 font-weight-medium text-muted">
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Sint, quae.
</p>
</div>
<button class="btn btn-info">Readmore</button>
</div>
</div>
</section>
<!-- Case studies-->
<section class="customer-feedback" id="feedback-section">
<div class="row">
<div class="col-12 text-center pb-5">
<h2>What our customers have to say</h2>
<h6 class="section-subtitle text-muted m-0">
Here are some reviews from our Esteem Customers
</h6>
</div>
<div class="owl-carousel owl-theme grid-margin">
<div class="card customer-cards">
<div class="card-body">
<div class="text-center">
<p class="m-0 py-3 text-muted">
Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce
egeabus consectetuer turpis, suspendisse.
</p>
<div class="content-divider m-auto"></div>
<h6 class="card-title pt-3">James Fadeyi</h6>
<h6 class="customer-designation text-muted m-0">
Entrepreneur
</h6>
</div>
</div>
</div>
<div class="card customer-cards">
<div class="card-body">
<div class="text-center">
<p class="m-0 py-3 text-muted">
Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce
egeabus consectetuer turpis, suspendisse.
</p>
<div class="content-divider m-auto"></div>
<h6 class="card-title pt-3">Sophia Nwafor</h6>
<h6 class="customer-designation text-muted m-0">
Accountant
</h6>
</div>
</div>
</div>
<div class="card customer-cards">
<div class="card-body">
<div class="text-center">
<p class="m-0 py-3 text-muted">
Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce
egeabus consectetuer turpis, suspendisse.
</p>
<div class="content-divider m-auto"></div>
<h6 class="card-title pt-3">Feyi Thomas</h6>
<h6 class="customer-designation text-muted m-0">
Mechanic
</h6>
</div>
</div>
</div>
<div class="card customer-cards">
<div class="card-body">
<div class="text-center">
<p class="m-0 py-3 text-muted">
Lorem ipsum dolor sit amet, tincidunt vestibulum. Fusce
egeabus consectetuer turpis, suspendisse.
</p>
<div class="content-divider m-auto"></div>
<h6 class="card-title pt-3">Sheu Musa</h6>
<h6 class="customer-designation text-muted m-0">
Business Man
</h6>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="contact-us" id="contact-section">
<div class="contact-us-bgimage grid-margin">
<div class="pb-4">
<h4 class="px-3 px-md-0 m-0" data-aos="fade-down">
Do you have any questions?
</h4>
<h4 class="pt-1" data-aos="fade-down">Contact us</h4>
</div>
<div data-aos="fade-up">
<button
class="btn btn-rounded btn-outline-danger"
data-toggle="modal"
data-target="#exampleModal"
>
Contact us
</button>
</div>
</div>
</section>
<section class="contact-details" id="contact-details-section">
<div class="row text-center text-md-left">
<div class="col-12 col-md-6 col-lg-3 grid-margin">
<img src="images/mecho.svg" alt="" class="pb-2" />
<div class="pt-2">
<p class="text-muted m-0">[email protected]</p>
<p class="text-muted m-0">+234-XXX-XXXX</p>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 grid-margin">
<h5 class="pb-2">Get in Touch</h5>
<p class="text-muted">
Don’t miss any updates of our new templates and extensions.!
</p>
<form>
<input
type="text"
class="form-control"
id="Email"
placeholder="Email id"
/>
</form>
<div class="pt-3">
<button class="btn btn-dark">Subscribe</button>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 grid-margin">
<h5 class="pb-2">Our address</h5>
<p class="text-muted">Ikeja<br />Lagos. Nigeria</p>
<div
class="d-flex justify-content-center justify-content-md-start"
>
<a href="#"><span class="mdi mdi-facebook"></span></a>
<a href="#"><span class="mdi mdi-twitter"></span></a>
<a href="#"><span class="mdi mdi-instagram"></span></a>
<a href="#"><span class="mdi mdi-linkedin"></span></a>
</div>
</div>
</div>
</section>
<footer class="border-top">
<p class="text-center text-muted pt-4">
Copyright © 2021<a
href="https://www.bootstrapdash.com/"
class="px-1"
>Mecho</a
>All rights reserved.
</p>
</footer>
<!-- Modal for Contact - us Button -->
<div
class="modal fade"
id="exampleModal"
tabindex="-1"
role="dialog"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="exampleModalLabel">Contact Us</h4>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="Name">Name</label>
<input
type="text"
class="form-control"
id="Name"
placeholder="Name"
/>
</div>
<div class="form-group">
<label for="Email">Email</label>
<input
type="email"
class="form-control"
id="Email-1"
placeholder="Email"
/>
</div>
<div class="form-group">
<label for="Message">Message</label>
<textarea
class="form-control"
id="Message"
placeholder="Enter your Message"
></textarea>
</div>
</form>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-light"
data-dismiss="modal"
>
Close
</button>
<button type="button" class="btn btn-success">Submit</button>
</div>
</div>
</div>
</div>
<!-- Modal for registration-->
<div
class="modal fade"
id="exampleJoin"
tabindex="-1"
role="dialog"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="exampleModalLabel">Join Us</h4>
</div>
<div class="modal-body">
<form id="paymentForm">
<form id="paymentForm">
<div class="form-group">
<label for="email">Email Address</label>
<input
type="email"
id="email-address"
class="form-control"
placeholder="Email Address"
required
/>
</div>
<div class="form-group">
<label for="first-name">First Name</label>
<input class="form-control" type="text" id="first-name" placeholder="First Name"/>
</div>
<div class="form-group">
<label for="last-name">Last Name</label>
<input class="form-control" type="text" id="last-name" placeholder="Last Name" />
</div>
<div class="form-group">
<label for="company">Company</label>
<input class="form-control" type="text" id="company" placeholder="Company" />
</div>
<div class="form-group">
<label for="company">Phone Number</label>
<input class="form-control" type="tel" id="phone" placeholder="Phone Number" />
</div>
<div class="form-submit">
<button type="submit" onclick="payWithPaystack()">
Pay
</button>
</div>
</form>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-light"
data-dismiss="modal"
>
Close
</button>
<button type="button" class="btn btn-success">Submit</button>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://js.paystack.co/v1/inline.js"></script>
<script src="vendors/jquery/jquery.min.js"></script>
<script src="vendors/bootstrap/bootstrap.min.js"></script>
<script src="vendors/owl-carousel/js/owl.carousel.min.js"></script>
<script src="vendors/aos/js/aos.js"></script>
<script src="js/landingpage.js"></script>
</body>
</html>