-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
614 lines (536 loc) · 37.9 KB
/
template.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
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- ===============================================-->
<!-- Document Title-->
<!-- ===============================================-->
<title>Hello — Abdulhaqq Sule</title>
<!-- Favicons ======================================-->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicons/favicon-16x16.png">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicons/favicon.ico">
<link rel="manifest" href="assets/img/favicons/manifest.json">
<meta name="msapplication-TileImage" content="assets/img/favicons/mstile-150x150.png">
<meta name="theme-color" content="#ffffff">
<!-- Font Awesome ======================================-->
<link href="assets/fontawesome/css/all.css" rel="stylesheet">
<!-- ===============================================-->
<!-- Stylesheets-->
<!-- ===============================================-->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,300&display=swap" rel="stylesheet">
<link href="assets/css/theme.css" rel="stylesheet">
</head>
<body>
<!-- ===============================================-->
<!-- Main Content-->
<!-- ===============================================-->
<main class="main">
<nav class="navbar navbar-expand-lg navbar-light bg-white py-4 pl-0">
<div class="container"><a class="navbar-brand text-primary font-weight-bold" href="index.html"><img src="assets/img/abdulhaqq-sule-logo.svg" alt="Abdulhaqq Sule"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item text-muted"><a class="nav-link" aria-current="page" href="about.html">About</a></li>
<li class="nav-item dropdown"><a class="nav-link" id="navbarDropdown" href="#" role="button" data-toggle="dropdown" aria-expanded="false">Coaching <i class="fas fa-sort-down"></i></a>
<ul class="dropdown-menu navbar-dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item text-secondary p-3 border-bottom" href="index.html#feature">Feature</a></li>
<li><a class="dropdown-item text-secondary p-3 border-bottom" href="index.html#about">About </a></li>
<li><a class="dropdown-item text-secondary p-3 border-bottom" href="index.html#testimonial">Testimonilas</a></li>
<li><a class="dropdown-item text-secondary p-3 border-bottom" href="index.html#pricing">Pricing</a></li>
<li><a class="dropdown-item text-secondary p-3" href="index.html#faq">FAQ </a></li>
</ul>
</li>
<li class="nav-item dropdown"><a class="nav-link" id="navbarDropdown" href="#" role="button" data-toggle="dropdown" aria-expanded="false">Speaking <i class="fas fa-sort-down"></i></a>
<ul class="dropdown-menu navbar-dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item text-secondary p-3 border-bottom" href="index.html#feature">Feature</a></li>
<li><a class="dropdown-item text-secondary p-3 border-bottom" href="index.html#about">About </a></li>
<li><a class="dropdown-item text-secondary p-3 border-bottom" href="index.html#testimonial">Testimonilas</a></li>
<li><a class="dropdown-item text-secondary p-3 border-bottom" href="index.html#pricing">Pricing</a></li>
<li><a class="dropdown-item text-secondary p-3" href="index.html#faq">FAQ </a></li>
</ul>
</li>
<li class="nav-item dropdown"><a class="nav-link" id="navbarDropdowndoc" href="#" role="button" data-toggle="dropdown" aria-expanded="false">Resources <i class="fas fa-sort-down"></i></a>
<div class="dropdown-menu navbar-dropdown-menu" aria-labelledby="navbarDropdowndoc">
<div class="list-group list-group-flush"><a class="list-group-item py-3 d-flex align-items-center" href="documentation.html"><img src="assets/img/gallery/document.png" alt="" />
<div class="ml-3"><span class="font-weight-bold text-uppercase text-primary">Documentation</span>
<p class="text-secondary mb-0">Customizing and building</p>
</div>
</a><a class="list-group-item py-3 d-flex align-items-center" href="#"><img src="assets/img/gallery/components.png" alt="" />
<div class="ml-3"><span class="font-weight-bold text-uppercase text-primary">Components</span>
<p class="text-secondary mb-0">Full list of components</p>
</div>
</a><a class="list-group-item py-3 d-flex align-items-center" href="#"><img src="assets/img/gallery/bar_chart.png" alt="" />
<div class="ml-3"><span class="font-weight-bold text-uppercase text-primary">Changelog <span class="badge badge-secondary bg-light text-primary">1.1.3</span></span>
<p class="text-secondary mb-0">Keep track of changes</p>
</div>
</a></div>
</div>
</li>
</ul><a class="btn btn-primary ml-auto hover-top-shadow" href="#!"><i class="fas fa-blog"></i> Go to Blog</a>
</div>
</div>
</nav>
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="pt-4 pt-md-5">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5 col-lg-6 order-md-1"><img class="img-fluid mb-5 mb-md-0" src="assets/img/gallery/illustration-4.png" alt="" /></div>
<div class="col-md-7 col-lg-6">
<h3 class="display-6 text-center text-md-left">Pan-African Tech <span class="text-primary"><strong>Entrepreneur</strong></span></h3>
<p class="text-center text-md-left text-muted mb-2">I am an executive level creative leader with more than 10 years of experience working with top brands across Africa and the globe.</p>
<p class="text-muted">My background includes software engineering, web and mobile application development, human resource, with a history of branding strategy and interactive design projects to acclaimed completion.</p>
<div class="text-center text-md-left pt-4"><a class="btn btn-lg btn-primary hover-top-shadow mr-3" href="#">Learn more
<svg class="bi bi-arrow-right-short" width="1.2em" height="1.2em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.793 8 8.146 5.354a.5.5 0 0 1 0-.708z"></path>
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H4.5A.5.5 0 0 1 4 8z"></path>
</svg></a><a class="btn btn-lg btn-light text-primary shadow-lg hover-top-shadow" href="https://instagram.com/suleinsights" target="_blank"><i class="fab fa-instagram"></i> @SuleInsights</a></div>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="py-5 py-md-7 border-bottom" id="feature">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-4 mb-4"><img class="mb-3" src="assets/img/gallery/speed.png" alt="" />
<h5>Get off to a quick start</h5>
<p class="text-muted mb-0">This is the Best starting point for your project. Just choose a template you like, insert your content, and use it.</p>
</div>
<div class="col-md-6 col-lg-4 mb-4"><img class="mb-3" src="assets/img/gallery/changelog.png" alt="" />
<h5>All-in-one design workflow</h5>
<p class="text-muted mb-0">Creating with Bridge is a smooth experience all around. Just pick your screens, adjust a hue, control typefaces.</p>
</div>
<div class="col-md-6 col-lg-4"><img class="mb-3" src="assets/img/gallery/bolt.png" alt="" />
<h5>Next-generation design</h5>
<p class="text-muted mb-0">Explore early concepts with new design patterns. This is an entire modern design workflow in one smart tool.</p>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="py-5 border-bottom">
<div class="container">
<div class="row">
<div class="col-6 col-sm-4 col-md-2 mb-2 mb-md-0"><img class="img-fluid" src="assets/img/gallery/1.png" alt="" /></div>
<div class="col-6 col-sm-4 col-md-2 mb-2 mb-md-0"><img class="img-fluid" src="assets/img/gallery/2.png" alt="" /></div>
<div class="col-6 col-sm-4 col-md-2 mb-2 mb-md-0"><img class="img-fluid" src="assets/img/gallery/3.png" alt="" /></div>
<div class="col-6 col-sm-4 col-md-2 mb-2 mb-sm-0"><img class="img-fluid" src="assets/img/gallery/4.png" alt="" /></div>
<div class="col-6 col-sm-4 col-md-2 mb-2 mb-sm-0"><img class="img-fluid" src="assets/img/gallery/5.png" alt="" /></div>
<div class="col-6 col-sm-4 col-md-2 mb-2 mb-sm-0"><img class="img-fluid" src="assets/img/gallery/6.png" alt="" /></div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="bg-light py-5 py-md-8" id="about">
<div class="container">
<div class="row align-items-center">
<div class="col-md px-xl-7 p-xxl-8 order-md-1 mb-4 mb-md-0 pl-md-4">
<h2>Start your project <br /><span class="text-success mt-2 d-block">Why choose us? </span></h2>
<p class="text-muted">2 Million+ users from all around the globe use our templates. Our flexible components and the vast library will make it an almost no-brainer job for developers and creators.</p>
<div class="row">
<div class="col-md-auto pr-xl-6">
<div class="d-flex"><span class="mr-2">
<svg class="bi bi-check-circle" width=".8em" height=".8em" viewBox="0 0 16 16" fill="#389E7F" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"></path>
</svg></span>
<p class="text-success">Lifetime free updates</p>
</div>
<div class="d-flex"><span class="mr-2">
<svg class="bi bi-check-circle" width=".8em" height=".8em" viewBox="0 0 16 16" fill="#389E7F" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"></path>
</svg></span>
<p class="text-success">Based on Bootstrap 5</p>
</div>
</div>
<div class="col-md-auto">
<div class="d-flex"><span class="mr-2">
<svg class="bi bi-check-circle" width=".8em" height=".8em" viewBox="0 0 16 16" fill="#389E7F" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"></path>
</svg></span>
<p class="text-success">Tech support</p>
</div>
<div class="d-flex"><span class="mr-2">
<svg class="bi bi-check-circle" width=".8em" height=".8em" viewBox="0 0 16 16" fill="#389E7F" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"></path>
</svg></span>
<p class="text-success">Fully Responsive</p>
</div>
</div>
</div>
</div>
<div class="col-lg-auto col-md-5">
<div class="card hover-top-shadow hover-top-shadow-lg border-0 card-form"><img class="card-img-top card-img-curve" src="assets/img/gallery/photo-2.png" alt="" />
<div class="card-body p-4 pt-5">
<form>
<div class="mb-4">
<input class="form-control" id="cardName" type="text" placeholder="Name" />
</div>
<div class="mb-4">
<input class="form-control" id="cardEmail" type="email" placeholder="Email" />
</div>
<div class="mb-4">
<input class="form-control" id="cardPassword" type="password" placeholder="Password" />
</div>
<button class="btn btn-block btn-success text-white" type="submit">Download a sample</button>
</form>
</div>
</div>
</div>
</div>
<div class="row align-items-center mt-md-8 mt-5">
<div class="col-md-7 col-lg-6 pr-lg-4 pr-xl-7">
<h2>We are a team of ardent<br /><span class="text-primary">
designers and developers. </span></h2>
<p class="text-muted mb-4"> Hundreds of thousands of the developers and website owners build their website using the templates from ThemeWagon.</p>
<div class="d-flex align-items-start"><img src="assets/img/gallery/folder_plus.png" alt="" width="30" height="30" />
<div class="ml-3">
<h5>Build fast, responsive sites with Bootstrap</h5>
<p class="text-muted mb-4">We believe in excellence & you will find the reflection of our belief in our product, services, support.</p>
</div>
</div>
<div class="d-flex align-items-start"><img src="assets/img/gallery/layer.png" alt="" width="30" height="30" />
<div class="ml-3 mb-3">
<h5>Start your project with us</h5>
<p class="text-muted mb-6 mb-md-0">Our work doesn't end with the making of excellent products. We continue to thrive by helping our clients.</p>
</div>
</div>
</div>
<div class="col-md-5 col-lg-6"><img class="img-fluid img-skew" src="assets/img/gallery/falcon.png" alt="" /></div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="pt-5 pt-md-8" id="testimonial">
<div class="container">
<div class="text-center">
<h2>What customers are <br class="d-md-none" />saying about us</h2>
<p class="text-muted mb-4">Don't just take it from us, let our <br class="d-md-none" />customers do the talking</p>
</div>
<div class="carousel slide" id="carouselExampleControls" data-ride="carousel">
<div class="carousel-inner shadow-lg">
<div class="carousel-item active">
<div class="card border-0">
<div class="row g-0">
<div class="col-md-5"><img class="img-testimonial" src="assets/img/gallery/slider-1.png" alt="" /></div>
<div class="col-md-7">
<div class="card-body text-center py-7 px-6 p-md-5 p-lg-7 p-xxl-8"><img class="mb-2" src="assets/img/gallery/airbnb.png" alt="" />
<p>Amazing product, its easy to use, even if you dont have enough knowledge in React. Congrats!</p>
<p><small class="text-muted text-uppercase">Javier</small></p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card border-0">
<div class="row g-0">
<div class="col-md-5"><img class="img-testimonial" src="assets/img/gallery/slider-2.png" alt="" /></div>
<div class="col-md-7">
<div class="card-body text-center py-7 px-6 p-md-5 p-lg-7 p-xxl-8"><img class="mb-2" src="assets/img/gallery/instagram-b.png" alt="" />
<p>This theme is great - going to save us a lot of time. The developer is also responsive and courteous.</p>
<p><small class="text-muted text-uppercase">Yuri</small></p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card border-0">
<div class="row g-0">
<div class="col-md-5"><img class="img-testimonial" src="assets/img/gallery/slider-3.png" alt="" /></div>
<div class="col-md-7">
<div class="card-body text-center py-7 px-6 p-md-5 p-lg-7 p-xxl-8"><img class="mb-2" src="assets/img/gallery/pinterest.png" alt="" />
<p>Great Theme, and thank you for the support team on fixing a issue on the purchase we made.</p>
<p><small class="text-muted text-uppercase">Otavio</small></p>
</div>
</div>
</div>
</div>
</div><a class="carousel-control-prev carousel-icon" href="#carouselExampleControls" role="button" data-slide="prev"><span class="carousel-control-prev-icon rounded-pill bg-light hover-top-shadow" aria-hidden="true"></span><span class="sr-only">Previous</span></a><a class="carousel-control-next carousel-icon" href="#carouselExampleControls" role="button" data-slide="next"><span class="carousel-control-next-icon rounded-pill bg-light hover-top-shadow" aria-hidden="true"></span><span class="sr-only">Next </span></a>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<div class="shape-triangle">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1440 320">
<path fill="#F2F6FF" fill-opacity="1" d="M0,256L1440,0L1440,320L0,320Z"></path>
</svg>
</div>
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="bg-light pt-12 pt-md-10 pt-xl-8 pt-xxl-6">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5 col-lg-6 mb-4 mb-md-0 order-md-1"><img class="img-fluid" src="assets/img/gallery/illustration-2.png" alt="" /></div>
<div class="col-md-7 col-lg-6 pt-2 pt-sm-0">
<h2>Set projects to excellence. <br /><span class="text-primary">We will do the design</span>.</h2>
<p class="text-muted pr-lg-8">We always enjoy exciting projects that are challenging and original. No matter the task is, we are up to it. With a clean design and fresh features, we will blow your mind</p>
<div class="row">
<div class="col-auto border-right pr-3 pr-lg-4">
<h3 class="mb-0"><span class="counter">100</span>%</h3>
<p class="text-muted mb-0">Satisfaction</p>
</div>
<div class="col-auto border-right px-3 px-lg-4">
<h3 class="mb-0"><span class="counter">24</span>/<span class="counter">7</span></h3>
<p class="text-muted mb-0">Support</p>
</div>
<div class="col-auto pl-3 pl-lg-4">
<h3 class="mb-0"><span class="counter">100k+</span></h3>
<p class="text-muted mb-0">Sales</p>
</div>
</div>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="pt-6 pt-md-8 bg-light" id="pricing">
<div class="container">
<div class="text-center mb-5 text-justify">
<h1>Choose your best plan.</h1>
<p class="lead text-muted">Millions of users are using the themes and templates created<br class="d-none d-md-block" />by the super talented and passionate web design team.</p>
</div>
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="row align-items-center g-0">
<div class="col-md-6">
<div class="card rounded-lg shadow-lg mb-5 mb-md-0 border-0 z-index-1 overflow-hidden">
<div class="card-body px-4 px-sm-7 px-md-4 px-xl-7 py-6 py-md-5 py-lg-6">
<div class="text-center mb-5"><span class="badge bg-light font-weight-normal text-uppercase text-primary">Standard</span></div>
<div class="d-flex justify-content-center"><span class="h2 mb-0 mt-2">$</span><span class="display-3 font-weight-normal">29</span><span class="h2 align-self-end mb-1">/mo</span></div>
<p class="text-center text-muted mb-2 mb-md-4">per seat</p>
<ul class="list-unstyled">
<li class="mb-3"><span class="mr-2">
<svg class="bi bi-check-circle" width=".8em" height=".8em" viewBox="0 0 16 16" fill="#389E7F" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"></path>
</svg></span>Fully Responsive design</li>
<li class="mb-3"><span class="mr-2">
<svg class="bi bi-check-circle" width=".8em" height=".8em" viewBox="0 0 16 16" fill="#389E7F" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"></path>
</svg></span>100+ Unique layouts</li>
<li class="mb-3"><span class="mr-2">
<svg class="bi bi-check-circle" width=".8em" height=".8em" viewBox="0 0 16 16" fill="#389E7F" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"></path>
</svg></span>Based on Bootstrap 5</li>
<li class="mb-3"><span class="mr-2">
<svg class="bi bi-check-circle" width=".8em" height=".8em" viewBox="0 0 16 16" fill="#389E7F" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"></path>
</svg></span>Lifetime free updates</li>
<li class="mb-3"><span class="mr-2">
<svg class="bi bi-check-circle" width=".8em" height=".8em" viewBox="0 0 16 16" fill="#389E7F" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"></path>
</svg></span>12 months free support included</li>
</ul>
</div>
<div class="card-footer p-0 border-0"><a class="btn btn-lg btn-block btn-primary border-0 rounded-0" href="#!">Get it now</a></div>
</div>
</div>
<div class="col-md-6">
<div class="card rounded-lg shadow-lg border-0 overflow-hidden">
<div class="card-body py-6 px-md-4 px-xl-6 py-md-7 py-lg-8">
<div class="text-center my-5 my-lg-4 my-xxl-5"><span class="badge bg-light font-weight-normal text-uppercase text-primary">Enterprise</span>
<p class="text-muted mt-4">There are way too many companies that have set up pricing tables with “packages” for their products without a solid understanding of the psychology behind package design.</p>
</div>
</div>
<div class="card-footer p-0 border-0"><a class="btn btn-lg btn-light btn-block rounded-0" href="#!">Contact us</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<div class="shape-arc-up">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1440 220">
<path fill="#091A2B" fill-opacity="1" d="M0,128L120,133.3C240,139,480,149,720,144C960,139,1200,117,1320,106.7L1440,96L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z"> </path>
</svg>
</div>
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="bg-dark pt-9 pt-md-13 pt-lg-12 pt-xl-11" id="faq">
<div class="container">
<div class="row">
<div class="col-md-6 mb-6">
<div class="d-flex">
<div class="badge badge-circle bg-success">?</div>
<div class="ml-4">
<h4 class="text-white">Do I get free updates?</h4>
<p class="text-muted mb-0">Yes. We update all of our themes with each Bootstrap update, plus are constantly adding new components, pages, and features to our themes.</p>
</div>
</div>
</div>
<div class="col-md-6 mb-6">
<div class="d-flex">
<div class="badge badge-circle bg-success">?</div>
<div class="ml-4">
<h4 class="text-white">Can I get update regularly?</h4>
<p class="text-muted mb-0">Yes, We will get update the Bridge. And you can get it any time. Next time we will comes with more feature. You can be get update for unlimited times.</p>
</div>
</div>
</div>
<div class="col-md-6 mb-6 mb-md-0">
<div class="d-flex">
<div class="badge badge-circle bg-success">?</div>
<div class="ml-4">
<h4 class="text-white">Can I build a complete project with this template?</h4>
<p class="text-muted mb-0">Yes, Why not. You can build a project and complete website as you are like. More component are available include in this templete. And you can be use it following documentation.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-success">?</div>
<div class="ml-4">
<h4 class="text-white">How can I get the customer support?</h4>
<p class="text-muted mb-0">After purchasing the product need you any support you can be share with us with sending mail to info@themewagon.com we’re always glad to help you.</p>
</div>
</div>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="bg-dark py-8">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-10 col-lg-8 text-center"><span class="badge mb-4 font-weight-normal text-uppercase bg-light text-primary">Get started</span>
<h2 class="display-6 text-white">Get Bridge and save time.</h2>
<p class="text-muted mb-4 mb-md-6">our team has front-end and back-end experience to design and build intuitive systems that stores and presents a ton of information in the most user-friendly way.</p><a class="btn btn-lg btn-success hover-top-shadow text-white" href="#!">Buy it now
<svg class="bi bi-arrow-right-short" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.793 8 8.146 5.354a.5.5 0 0 1 0-.708z"></path>
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H4.5A.5.5 0 0 1 4 8z"></path>
</svg></a>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<div class="shape-arc-down"><img class="w-100" src="assets/img/gallery/shape-down.svg" alt="" /></div>
<section class="py-7">
<div class="container">
<div class="row">
<div class="col-md-4 col-lg-3">
<h4 class="text-primary font-weight-bold">Bridge</h4>
<p class="mb-2 text-muted">Where design connects <br> with excellence.</p>
<ul class="list-unstyled list-inline mb-6 mb-md-0">
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="#!"><img class="list-social-icon" src="assets/img/gallery/facebook.svg" alt="" width="25" /></a></li>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="#!"><img class="list-social-icon" src="assets/img/gallery/linkedin.svg" alt="" width="25" /></a></li>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="#!"><img class="list-social-icon" src="assets/img/gallery/instagram.svg" alt="" width="25" /></a></li>
<li class="list-inline-item"><a class="text-decoration-none" href="#!"><img class="list-social-icon" src="assets/img/gallery/github.svg" alt="" width="25" /></a></li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-2">
<h6 class="footer-title">Products</h6>
<ul class="list-unstyled mb-6 mb-md-4 mb-lg-0">
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Page Builder</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">UI Kit</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Styleguide</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Documentation</a></li>
<li><a class="text-500 text-decoration-none" href="#!">Changelog</a></li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-2">
<h6 class="footer-title">Services</h6>
<ul class="list-unstyled mb-6 mb-md-4 mb-lg-0">
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Documentation</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Changelog</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Pagebuilder</a></li>
<li><a class="text-500 text-decoration-none" href="#!">UI Kit</a></li>
</ul>
</div>
<div class="col-6 col-md-4 offset-md-4 col-lg-2 offset-lg-0">
<h6 class="footer-title">Connect</h6>
<ul class="list-unstyled mb-0">
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Page Builder</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">UI Kit</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Styleguide</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Documentation</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Changelog</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Documentation</a></li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-2">
<h6 class="footer-title">Legal</h6>
<ul class="list-unstyled mb-0">
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Documentation</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Changelog</a></li>
<li><a class="text-500 text-decoration-none" href="#!">Pagebuilder </a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="text-center border-top footer-text py-3">
<div class="container">Made with ❤️ by <a class="text-500 text-decoration-none"> Abdulhaqq Sule </a>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
</main>
<!-- ===============================================-->
<!-- End of Main Content-->
<!-- ===============================================-->
<!-- ===============================================-->
<!-- JavaScripts-->
<!-- ===============================================-->
<!-- JavaScript and dependencies -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/lib/is/is.min.js"></script>
<script src="assets/lib/stickyfilljs/stickyfill.min.js"></script>
<script src="assets/js/theme.js"></script>
<!-- Feather Icons -->
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
</body>
</html>