-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-shop-checkout.html
582 lines (574 loc) · 23.6 KB
/
page-shop-checkout.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
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Carfunt: Affordable Car Insurance for Nigerians for Nigerians" />
<!-- css file -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- Responsive stylesheet -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Title -->
<title>Carfunt: Affordable Car Insurance for Nigerians </title>
</head>
<body>
<div class="wrapper">
<!-- Sidebar Panel Start -->
<div class="listing_sidebar">
<div class="siderbar_left_home pt20">
<a class="sidebar_switch sidebar_close_btn float-end" href="#">X</a>
<div class="footer_contact_widget mt100">
<h3 class="title">About Us</h3>
<p>
We’re a car insurance company that uses software to make car
insurance delightful, affordable and easier to access.
</p>
</div>
<div class="footer_contact_widget">
<h5 class="title">CONTACT</h5>
<div class="footer_phone">+234 807 451 7306</div>
<p>[email protected]</p>
</div>
<div class="footer_about_widget">
<h5 class="title">LOCATION</h5>
<p>Coming to the nearest City closer to you.</p>
</div>
</div>
</div>
<!-- Sidebar Panel End -->
<!-- header top -->
<div class="header_top home3_style dn-992">
<div class="container">
<div class="row">
<div class="col-lg-8 col-xl-7">
<div class="header_top_contact_opening_widget text-center text-md-start">
<ul class="mb0">
<li class="list-inline-item"><a href="tel:+2348074517306"><span class="flaticon-phone-call"></span>+234-807-451-7306</a></li>
<li class="list-inline-item"><a href="#"><span class="flaticon-map"></span>In the City nearest to you.</a></li>
<li class="list-inline-item"><a href="#"><span class="flaticon-clock"></span>Support Available 24/7</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-xl-5">
<div class="header_top_social_widgets text-center text-md-end">
<ul class="m0">
<li class="list-inline-item"><a href="#"><span class="fab fa-facebook-f"></span></a></li>
<li class="list-inline-item"><a href="#"><span class="fab fa-twitter"></span></a></li>
<li class="list-inline-item"><a href="#"><span class="fab fa-instagram"></span></a></li>
<li class="list-inline-item"><a href="#"><span class="fab fa-linkedin"></span></a></li>
<li class="list-inline-item"><a href="#" data-bs-toggle="modal" data-bs-target="#logInModal">Login</a></li>
<li class="list-inline-item"><a href="#" data-bs-toggle="modal" data-bs-target="#logInModal">Register</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Main Header Nav -->
<header class="header-nav menu_style_home_one home3_style main-menu">
<!-- Ace Responsive Menu -->
<nav>
<div class="container posr">
<!-- Menu Toggle btn-->
<div class="menu-toggle">
<button type="button" id="menu-btn">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<a href="index.html" class="navbar_brand float-start dn-md"><h1>CARFUNT</h1>
</a>
<!-- Responsive Menu Structure-->
<ul id="respMenu" class="ace-responsive-menu menu_list_custom_code wa text-end" data-menu-style="horizontal">
<li><a href="index.html">Home</a></li>
<li><a href="faq.html">Our Faq</a></li>
<li><a href="page-calculator.html">Calculator</a></li>
<li><a href="page-shop.html">Shop with us</a></li>
<li><a href="page-service.html">Pricing</a></li>
<li><a href="page-about.html">About Us</a></li>
<li><a href="page-contact.html">Contact Us</a></li>
<li class="add_listing"><a href="page-dashboard-add-listings.html">+ Add a Car</a></li>
<li class="sidebar_panel"><a class="sidebar_switch pt0" href="#"><span></span></a></li>
</ul>
</div>
</nav>
</header>
<!-- Modal -->
<div
class="sign_up_modal modal fade"
id="logInModal"
data-backdrop="static"
data-keyboard="false"
tabindex="-1"
aria-hidden="true"
>
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body container p60">
<div class="row">
<div class="col-lg-12">
<ul
class="sign_up_tab nav nav-tabs"
id="myTab"
role="tablist"
>
<li class="nav-item">
<a
class="nav-link active"
id="home-tab"
data-bs-toggle="tab"
href="#home"
role="tab"
aria-controls="home"
aria-selected="true"
>Login</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
id="profile-tab"
data-bs-toggle="tab"
href="#profile"
role="tab"
aria-controls="profile"
aria-selected="false"
>Get Started</a
>
</li>
</ul>
</div>
</div>
<div class="tab-content container p0" id="myTabContent">
<div
class="row mt30 tab-pane fade show active"
id="home"
role="tabpanel"
aria-labelledby="home-tab"
>
<div class="col-lg-12">
<div class="login_form">
<p>
New to Carfunt.com?
<a href="register.html">Sign up.</a> Are you a car
specialist? <a href="register.html">Get Onboarded</a>
</p>
<form action="/login" method="post">
<div class="mb-2 mr-sm-2">
<label class="form-label">Email address *</label>
<input type="email" class="form-control" />
</div>
<div class="form-group mb5">
<label class="form-label">Password *</label>
<input type="password" class="form-control" />
</div>
<div class="custom-control custom-checkbox">
<input
type="checkbox"
class="custom-control-input"
id="exampleCheck3"
/>
<label
class="custom-control-label"
for="exampleCheck3"
>Remember me</label
>
<a class="btn-fpswd float-end" href="#"
>Lost your password?</a
>
</div>
<button type="submit" class="btn btn-log btn-thm mt5">
Sign in
</button>
</form>
</div>
</div>
</div>
<div
class="row mt30 tab-pane fade"
id="profile"
role="tabpanel"
aria-labelledby="profile-tab"
>
<div class="col-lg-12">
<div class="sign_up_form">
<p>
Already have a Carfunt profile?
<a href="login.html">Sign in.</a>
</p>
<form method="post" action="/register">
<div class="row">
<div class="col-lg-6">
<div class="form-group">
<label class="form-label">First Name</label>
<input type="text" class="form-control" />
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<label class="form-label">Last Name</label>
<input type="text" class="form-control" />
</div>
</div>
<div class="col-lg-12">
<div class="form-group">
<label class="form-label">Email</label>
<input type="email" class="form-control" />
</div>
</div>
<div class="col-lg-6">
<div class="form-group mb20">
<label class="form-label">Password</label>
<input type="password" class="form-control" />
</div>
</div>
<div class="col-lg-6">
<div class="form-group mb20">
<label class="form-label">Confirm Password</label>
<input type="password" class="form-control" />
</div>
</div>
</div>
<button
type="submit"
class="btn btn-signup btn-thm mb0"
>
Sign Up
</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Main Header Nav For Mobile -->
<div id="page" class="stylehome1 h0">
<div class="mobile-menu">
<div class="header stylehome1">
<div class="mobile_menu_bar">
<a class="menubar" href="#menu"><small>Menu</small><span></span></a>
</div>
<div class="mobile_menu_main_logo"><a href="index.html"><h1>
CARFUNT</h1>
</a></div>
</div>
</div>
<!-- /.mobile-menu -->
<nav id="menu" class="stylehome1">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="faq.html">Our Faq</a></li>
<li><a href="page-calculator.html">Calculator</a></li>
<li><a href="page-shop.html">Shop with us</a></li>
<li><a href="page-service.html">Pricing</a></li>
<li><a href="page-about.html">About Us</a></li>
<li><a href="page-contact.html">Contact Us</a></li>
<!-- Only for Mobile View -->
<li class="mm-add-listing">
<span class="border-none">
<span class="mmenu-contact-info">
<span class="phone-num"><i class="flaticon-map"></i> <a href="#">+234-807-451-7306</a></span>
<span class="phone-num"><i class="flaticon-phone-call"></i> <a href="#">In the City nearest to you.</a></span>
<span class="phone-num"><i class="flaticon-clock"></i> <a href="#">Support Available 24/7</a></span>
</span>
<span class="social-links">
<a href="#"><span class="fab fa-facebook-f"></span></a>
<a href="#"><span class="fab fa-twitter"></span></a>
<a href="#"><span class="fab fa-instagram"></span></a>
<a href="#"><span class="fab fa-youtube"></span></a>
<a href="#"><span class="fab fa-pinterest"></span></a>
</span>
</span>
</li>
</ul>
</nav>
</div>
<!-- Inner Page Breadcrumb -->
<section class="inner_page_breadcrumb style2 bgc-f9 bt1 inner_page_section_spacing">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="breadcrumb_content style2">
<h2 class="breadcrumb_title">Shop Checkout</h2>
</div>
</div>
</div>
</div>
</section>
<!-- Shop Checkouts Content -->
<section class="shop-checkouts pt0 bgc-f9 pb100">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="checkout_form style2">
<h4 class="title mb30">Billing details</h4>
<div class="checkout_coupon ui_kit_button">
<form class="form2" id="coupon_form" name="contact_form" action="#" method="post">
<div class="row">
<div class="col-sm-6">
<div class="mb30">
<label class="form-label">First name *</label>
<input class="form-control form_control" type="text" placeholder="Ali Tuf..">
</div>
</div>
<div class="col-sm-6">
<div class="mb30">
<label class="form-label">Last name *</label>
<input class="form-control form_control" type="text">
</div>
</div>
<div class="col-sm-12">
<div class="mb30">
<label class="form-label">Company name (optional)</label>
<input class="form-control form_control" type="text">
</div>
</div>
<div class="col-lg-12">
<div class="mb30">
<label class="form-label">Country / Region *</label>
<div class="checkout_country_form actegory">
<select class="selectpicker">
<option>Turkey</option>
<option>United Kingdom</option>
<option>United State</option>
<option>Ukraine</option>
<option>Uruguay</option>
<option>UK</option>
<option>Uzbekistan</option>
</select>
</div>
</div>
</div>
<div class="col-sm-12">
<div class="mb30">
<label class="form-label">Street address *</label>
<input class="form-control form_control mb10" type="text">
<input class="form-control form_control" type="text">
</div>
</div>
<div class="col-sm-6">
<div class="mb30">
<label class="form-label">Postcode / ZIP *</label>
<input class="form-control form_control" type="text">
</div>
</div>
<div class="col-sm-6">
<div class="mb30">
<label class="form-label">Town / City *</label>
<input class="form-control form_control" type="text">
</div>
</div>
<div class="col-sm-6">
<div class="mb30">
<label class="form-label">Province *</label>
<input class="form-control form_control" type="text">
</div>
</div>
<div class="col-sm-6">
<div class="mb30">
<label class="form-label">Phone *</label>
<input class="form-control form_control" type="text">
</div>
</div>
<div class="col-sm-12">
<div class="mb30">
<label class="form-label">Your Email</label>
<input class="form-control form_control" type="email">
</div>
</div>
<div class="col-sm-12">
<div class="mb30 mb0">
<h4 class="mb15">Additional Information</h4>
<label class="form-label ai_title">Order notes (optional)</label>
<textarea name="form_message" class="form-control" rows="12" placeholder=""></textarea>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="order_sidebar_widget mb30">
<h4 class="title">Your Order</h4>
<ul>
<li class="subtitle"><p>Product <span class="float-end">Subtotal</span></p></li>
<li><p class="product_name_qnt">Hoodie x2 <span class="float-end">$259.00</span></p></li>
<li><p class="product_name_qnt">Seo Books x 1 <span class="float-end">$259.00</span></p></li>
<li class="subtitle"><p>Subtotal <span class="float-end totals">$907.00</span></p></li>
<li class="subtitle"><p>Subtotal <span class="float-end totals">$907.00</span></p></li>
<li class="subtitle"><p>Total <span class="float-end totals">$9,218.00</span></p></li>
</ul>
</div>
<div class="payment_widget">
<div class="wrapper">
<div class="form-check mb20">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">Direct bank transfer</label>
</div>
<div class="bt_details">
<p>Make your payment directly into our bank account. Please use your Order ID as the payment reference.Your order will not be shipped until the funds have.</p>
</div>
<div class="form-check mb20">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault2">
<label class="form-check-label" for="flexCheckDefault2">Check payments</label>
</div>
<div class="form-check mb20">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault3">
<label class="form-check-label" for="flexCheckDefault3">Cash on delivery</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault4">
<label class="form-check-label" for="flexCheckDefault4">PayPal</label>
</div>
</div>
</div>
<div class="ui_kit_button payment_widget_btn">
<button type="button" class="btn btn-thm btn-block">Place Order</button>
</div>
</div>
</div>
</div>
</section>
<!-- Carfunt Footer -->
<section class="footer_one home7_style pt0 pb40">
<div class="container">
<div class="feature_icons home7_style">
<div class="row">
<div class="col-lg-6 col-xl-7">
<div class="mailchimp_widget home7_style mb30-md">
<div class="details">
<h3 class="title">Subscribe our newsletter</h3>
<p class="para">
Learn more on how we are Making car Insurance easy and
affordable for everyone..
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-xl-5">
<div class="footer_social_widget">
<form class="footer_mailchimp_form home2 home7_style">
<div class="row align-items-center">
<div class="col-auto">
<input
type="email"
class="form-control"
placeholder="Your Email..."
/>
<button class="btn-thm" type="submit">Subscribe</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<hr />
<div class="container pt80 pt20-sm pb70 pb0-sm">
<div class="row">
<div class="col-sm-6 col-md-4 col-lg-3 col-xl-3">
<div class="footer_contact_widget home2">
<h5 class="title">About Us</h5>
<p>
We’re a car insurance company that uses software to make car
insurance delightful, affordable and easier to access.
</p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 col-xl-3">
<div class="footer_about_widget home2">
<h5 class="title">Location</h5>
<p>Coming to the nearest City closer to you.</p>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 col-xl-3">
<div class="footer_contact_widget home2">
<h5 class="title">NEED HELP</h5>
<p>Call Us</p>
<a href="tel:+2348074517306">
<div class="footer_phone">+234 807 451 7306</div>
</a>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 col-xl-3">
<div class="footer_contact_widget home2">
<h5 class="title">NEED HELP</h5>
<p>Email Us</p>
<a href="mailto:[email protected]">
<div class="footer_phone">[email protected]</div>
</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-8 col-xl-9">
<div
class="copyright-widget home2 mt5 text-center text-md-start mb20-sm"
>
<p>.:: Carfunt © 2022. All Rights Reserved.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3">
<div class="footer_social_widget home2 text-center text-md-end">
<ul class="mb0">
<li class="list-inline-item">
<a href="#"><i class="fab fa-facebook-f"></i></a>
</li>
<li class="list-inline-item">
<a href="#"><i class="fab fa-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="#"><i class="fab fa-instagram"></i></a>
</li>
<li class="list-inline-item">
<a href="#"><i class="fab fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<a class="scrollToHome" href="#"><i class="fas fa-arrow-up"></i></a>
</div>
<!-- Wrapper End -->
<script src="js/jquery-3.6.0.js"></script>
<script src="js/jquery-migrate-3.0.0.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-select.min.js"></script>
<script src="js/jquery.mmenu.all.js"></script>
<script src="js/ace-responsive-menu.js"></script>
<script src="js/isotop.js"></script>
<script src="js/snackbar.min.js"></script>
<script src="js/simplebar.js"></script>
<script src="js/parallax.js"></script>
<script src="js/scrollto.js"></script>
<script src="js/jquery-scrolltofixed-min.js"></script>
<script src="js/jquery.counterup.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/progressbar.js"></script>
<script src="js/slider.js"></script>
<script src="js/timepicker.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom script for all pages -->
<script src="js/script.js"></script>
</body>
</html>