-
Notifications
You must be signed in to change notification settings - Fork 5
/
about.php
577 lines (561 loc) · 27.2 KB
/
about.php
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
<?php require('inc/header.php'); ?>
<!-- header area end -->
<!-- cart mini area start -->
<div class="cartmini__area">
<div class="cartmini__wrapper">
<div class="cartmini__title">
<h4>Shopping cart</h4>
</div>
<div class="cartmini__close">
<button type="button" class="cartmini__close-btn"><i class="fal fa-times"></i></button>
</div>
<div class="cartmini__widget">
<div class="cartmini__inner">
<ul>
<li>
<div class="cartmini__thumb">
<a href="product-details.html">
<img src="assets/img/product/sm/cart-5.jpg" alt="">
</a>
</div>
<div class="cartmini__content">
<h5><a href="product-details.html">Findup - Directory & Listing</a></h5>
<div class="product-quantity mt-10 mb-10">
<span class="cart-minus">-</span>
<input class="cart-input" type="text" value="1" />
<span class="cart-plus">+</span>
</div>
<div class="product__sm-price-wrapper">
<span>2 <i class="fal fa-times"></i></span>
<span class="product__sm-price">$24.00</span>
</div>
</div>
<a href="#" class="cartmini__del"><i class="fal fa-times"></i></a>
</li>
<li>
<div class="cartmini__thumb">
<a href="product-details.html">
<img src="assets/img/product/sm/cart-2.jpg" alt="">
</a>
</div>
<div class="cartmini__content">
<h5><a href="product-details.html">TechBuzz - Businesses Agency</a></h5>
<div class="product-quantity mt-10 mb-10">
<span class="cart-minus">-</span>
<input class="cart-input" type="text" value="1" />
<span class="cart-plus">+</span>
</div>
<div class="product__sm-price-wrapper">
<span>1 <i class="fal fa-times"></i></span>
<span class="product__sm-price">$17.00</span>
</div>
</div>
<a href="#" class="cartmini__del"><i class="fal fa-times"></i></a>
</li>
<li>
<div class="cartmini__thumb">
<a href="product-details.html">
<img src="assets/img/product/sm/cart-3.jpg" alt="">
</a>
</div>
<div class="cartmini__content">
<h5><a href="product-details.html">Zibber - Agency Template</a></h5>
<div class="product-quantity mt-10 mb-10">
<span class="cart-minus">-</span>
<input class="cart-input" type="text" value="1" />
<span class="cart-plus">+</span>
</div>
<div class="product__sm-price-wrapper">
<span>5 <i class="fal fa-times"></i></span>
<span class="product__sm-price">$72.00</span>
</div>
</div>
<a href="#" class="cartmini__del"><i class="fal fa-times"></i></a>
</li>
</ul>
</div>
<div class="cartmini__checkout">
<div class="cartmini__checkout-title mb-30">
<h4>Subtotal:</h4>
<span>$113.00</span>
</div>
<div class="cartmini__checkout-btn">
<a href="cart.html" class="m-btn m-btn-border mb-10 w-100"> <span></span> view cart</a>
<a href="checkout.html" class="m-btn m-btn-3 w-100"> <span></span> checkout</a>
</div>
</div>
</div>
</div>
</div>
<div class="body-overlay"></div>
<!-- cart mini area end -->
<!-- sidebar area start -->
<div class="sidebar__area">
<div class="sidebar__wrapper">
<div class="sidebar__close">
<button class="sidebar__close-btn" id="sidebar__close-btn">
<span><i class="fal fa-times"></i></span>
<span>close</span>
</button>
</div>
<div class="sidebar__content">
<div class="logo mb-40">
<a href="index.html">
<img src="assets/img/logo/logo-white.png" alt="logo">
</a>
</div>
<div class="mobile-menu"></div>
<div class="sidebar__action mt-330">
<div class="sidebar__login mt-15">
<a href="#"><i class="far fa-unlock"></i> Log In</a>
</div>
<div class="sidebar__cart mt-20">
<a href="javascript:void(0);" class="cart-toggle-btn">
<i class="far fa-shopping-cart"></i>
<span>2</span>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- sidebar area end -->
<div class="body-overlay"></div>
<!-- sidebar area end -->
<main>
<!-- bg shape area start -->
<div class="bg-shape">
<img src="assets/img/shape/shape-1.png" alt="">
</div>
<!-- bg shape area end -->
<!-- about area start -->
<section class="about__area pt-100">
<div class="container">
<div class="row">
<div class="col-xxl-10 offset-xxl-1 col-xl-10 offset-xl-1">
<div class="about__wrapper">
<span class="about__sub-title">About Markit</span>
<h3 class="about__title">We're enabling <br> Everyone to create for the website.</h3>
<div class="about__thumb w-img wow fadeInUp" data-wow-delay=".3s">
<img src="assets/img/about/about-1.jpg" alt="">
</div>
<div class="about__count pt-50 pb-15 wow fadeInUp" data-wow-delay=".5s">
<div class="row">
<div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4">
<div class="about__count-item text-center launche mb-30">
<p>LAUNCHED IN</p>
<h4><span class="counter">2009</span></h4>
</div>
</div>
<div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4">
<div class="about__count-item text-center community mb-30">
<p>COMMUNITY OF</p>
<h4><span class="counter">13,000</span>+</h4>
</div>
</div>
<div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4">
<div class="about__count-item text-center mission mb-30">
<p>MISSION PROGRESS</p>
<h4><span class="counter">4.9</span>%</h4>
</div>
</div>
</div>
</div>
<div class="about__content">
<p class="about__text">Tomfoolery nice one have it cup of tea wind up bugger on your bike mate cobblers Queen's English, it's all gone to pot mush a load of old tosh off his nut I don't want no agro up the duff. Blower excuse my French William squiffy bender young delinquent the little rotter pardon me bubble and squeak baking cakes don't get shirty with me!</p>
<p class="about__sub-text">With their varied backgrounds, our engineers collaborate with the other roles at Automattic to define, implement, and improve the experience those engines provide and enable.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about area end -->
<!-- brand area start -->
<div class="brand__area pb-65 pt-80">
<div class="container">
<div class="row">
<div class="col-xxl-12">
<div class="brand__slider owl-carousel wow fadeInUp" data-wow-delay=".5s">
<div class="brand__thumb">
<img src="assets/img/brand/brand-1.png" alt="">
</div>
<div class="brand__thumb">
<img src="assets/img/brand/brand-2.png" alt="">
</div>
<div class="brand__thumb">
<img src="assets/img/brand/brand-3.png" alt="">
</div>
<div class="brand__thumb">
<img src="assets/img/brand/brand-4.png" alt="">
</div>
<div class="brand__thumb">
<img src="assets/img/brand/brand-5.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- brand area end -->
<!-- testimonial area start -->
<div class="testimonial__area pb-110 fix">
<div class="container">
<div class="testimonial__inner p-relative pb-110">
<div class="testimonial__bg p-absolute">
<img src="assets/img/bg/testimonial-bg.png" alt="">
</div>
<div class="row">
<div class="col-xxl-12">
<div class="testimonial__slider owl-carousel wow fadeInUp" data-wow-delay=".5s">
<div class="testimonial__item white-bg">
<div class="testimonial__person d-flex mb-20">
<div class="testimonial__avater">
<img src="assets/img/testimonial/testi-1.jpg" alt="">
</div>
<div class="testimonial__info ml-15">
<h5>Justin Case</h5>
<span>@justin</span>
</div>
</div>
<div class="testimonial__text">
<p>Tomfoolery chimney pot loo easy peasy twit he lost his bottle lavatory excuse my French up the duff cup of char bender fantastic arse.!</p>
</div>
</div>
<div class="testimonial__item white-bg">
<div class="testimonial__person d-flex mb-20">
<div class="testimonial__avater">
<img src="assets/img/testimonial/testi-2.jpg" alt="">
</div>
<div class="testimonial__info ml-15">
<h5>Gunther Beard</h5>
<span>@beard</span>
</div>
</div>
<div class="testimonial__text">
<p>Loo crikey bubble and sque wind up zonked arg bargy pukka nancy boy grub bog no biggie he nicked it what a load of rubbish pear shaped.!</p>
</div>
</div>
<div class="testimonial__item white-bg">
<div class="testimonial__person d-flex mb-20">
<div class="testimonial__avater">
<img src="assets/img/testimonial/testi-3.jpg" alt="">
</div>
<div class="testimonial__info ml-15">
<h5>Joss Sticks</h5>
<span>@sticks</span>
</div>
</div>
<div class="testimonial__text">
<p>Tomfoolery chimney pot loo easy peasy twit he lost his bottle lavatory excuse my French up the duff cup of char bender fantastic arse.!</p>
</div>
</div>
<div class="testimonial__item white-bg">
<div class="testimonial__person d-flex mb-20">
<div class="testimonial__avater">
<img src="assets/img/testimonial/testi-4.jpg" alt="">
</div>
<div class="testimonial__info ml-15">
<h5>Samuel Serif</h5>
<span>@justin</span>
</div>
</div>
<div class="testimonial__text">
<p>Loo crikey bubble and sque wind up zonked arg bargy pukka nancy boy grub bog no biggie he nicked it what a load of rubbish pear shaped.!</p>
</div>
</div>
<div class="testimonial__item white-bg">
<div class="testimonial__person d-flex mb-20">
<div class="testimonial__avater">
<img src="assets/img/testimonial/testi-2.jpg" alt="">
</div>
<div class="testimonial__info ml-15">
<h5>Shahnewaz Sakil</h5>
<span>@Shahnewaz</span>
</div>
</div>
<div class="testimonial__text">
<p>Loo crikey bubble and sque wind up zonked arg bargy pukka nancy boy grub bog no biggie he nicked it what a load of rubbish pear shaped.!</p>
</div>
</div>
<div class="testimonial__item white-bg">
<div class="testimonial__person d-flex mb-20">
<div class="testimonial__avater">
<img src="assets/img/testimonial/testi-3.jpg" alt="">
</div>
<div class="testimonial__info ml-15">
<h5>Joss Sticks</h5>
<span>@sticks</span>
</div>
</div>
<div class="testimonial__text">
<p>Tomfoolery chimney pot loo easy peasy twit he lost his bottle lavatory excuse my French up the duff cup of char bender fantastic arse.!</p>
</div>
</div>
<div class="testimonial__item white-bg">
<div class="testimonial__person d-flex mb-20">
<div class="testimonial__avater">
<img src="assets/img/testimonial/testi-2.jpg" alt="">
</div>
<div class="testimonial__info ml-15">
<h5>Gunther Beard</h5>
<span>@beard</span>
</div>
</div>
<div class="testimonial__text">
<p>Loo crikey bubble and sque wind up zonked arg bargy pukka nancy boy grub bog no biggie he nicked it what a load of rubbish pear shaped.!</p>
</div>
</div>
<div class="testimonial__item white-bg">
<div class="testimonial__person d-flex mb-20">
<div class="testimonial__avater">
<img src="assets/img/testimonial/testi-4.jpg" alt="">
</div>
<div class="testimonial__info ml-15">
<h5>Samuel Serif</h5>
<span>@justin</span>
</div>
</div>
<div class="testimonial__text">
<p>Loo crikey bubble and sque wind up zonked arg bargy pukka nancy boy grub bog no biggie he nicked it what a load of rubbish pear shaped.!</p>
</div>
</div>
<div class="testimonial__item white-bg">
<div class="testimonial__person d-flex mb-20">
<div class="testimonial__avater">
<img src="assets/img/testimonial/testi-1.jpg" alt="">
</div>
<div class="testimonial__info ml-15">
<h5>Samuel Serif</h5>
<span>@justin</span>
</div>
</div>
<div class="testimonial__text">
<p>Loo crikey bubble and sque wind up zonked arg bargy pukka nancy boy grub bog no biggie he nicked it what a load of rubbish pear shaped.!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- testimonial area end -->
<!-- cta area start -->
<section class="cta__area pb-60">
<div class="container">
<div class="row">
<div class="col-xxl-6 offset-xxl-3 col-lg-8 offset-lg-2 col-md-10 offset-md-1">
<div class="section__title-wrapper text-center mb-45 wow fadeInUp" data-wow-delay=".3s">
<h2 class="section__title">Join The Community</h2>
<p>Thousands of Markit Brands have made the swich.Text marketing with the customer in mind!</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xxl-6 offset-xxl-3">
<div class="cta__content text-center wow fadeInUp" data-wow-delay=".5s">
<a href="pricing.html" class="m-btn m-btn-border-2 cta__btn active"> <span></span> Start 14 Day Free Trial</a>
<a href="pricing.html" class="m-btn m-btn-border-2 cta__btn"> <span></span> Claim Free Demo</a>
<p>Start Sending Texts - No Credit Card Necessary</p>
</div>
</div>
</div>
</div>
</section>
<!-- cta area end -->
<!-- community area start -->
<div class="community__area pb-140">
<div class="container">
<div class="row">
<div class="col-xxl-10 offset-xxl-1">
<div class="community__wrapper p-relative wow fadeInUp" data-wow-delay=".7s">
<img class="community-map" src="assets/img/shape/map.png" alt="">
<div class="community__person">
<img class="com-1" src="assets/img/community/com-1.jpg" alt="">
<img class="com-2" src="assets/img/community/com-2.jpg" alt="">
<img class="com-3" src="assets/img/community/com-3.jpg" alt="">
<img class="com-4" src="assets/img/community/com-4.jpg" alt="">
<img class="com-5" src="assets/img/community/com-5.jpg" alt="">
<img class="com-6" src="assets/img/community/com-6.jpg" alt="">
<img class="com-7" src="assets/img/community/com-7.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- community area end -->
<!-- subscribe area start -->
<section class="subscribe__area p-relative pt-100 pb-110" data-background="assets/img/bg/subscribe-bg.jpg">
<div class="subscribe__icon">
<img class="ps" src="assets/img/icon/subscribe/ps.png" alt="">
<img class="wp" src="assets/img/icon/subscribe/wp.png" alt="">
<img class="html" src="assets/img/icon/subscribe/html.png" alt="">
<img class="f" src="assets/img/icon/subscribe/f.png" alt="">
<img class="man" src="assets/img/icon/subscribe/man.png" alt="">
</div>
<div class="container">
<div class="row">
<div class="col-xxl-12">
<div class="subscribe__content text-center wow fadeInUp" data-wow-delay=".3s">
<h3 class="subscribe__title">Have a project? <br> Create your website now.</h3>
<p>Try our any product for FREE!</p>
<div class="subscribe__form wow fadeInUp" data-wow-delay=".5s">
<form action="#">
<input type="email" placeholder="Email Address">
<button type="submit" class="m-btn m-btn-black"><span></span> subscribe </button>
</form>
<p>Join 20,000+ other creators in our Markit community.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- subscribe area end -->
</main>
<!-- footer area start -->
<footer>
<div class="footer__area footer-bg">
<div class="footer__top pt-90 pb-50">
<div class="container">
<div class="row">
<div class="col-xxl-3 col-xl-3 col-lg-3 col-md-3 col-sm-4">
<div class="footer__widget mb-40 wow fadeInUp" data-wow-delay=".3s">
<div class="footer__widget-head mb-35">
<h4 class="footer__widget-title">Follow our Socials</h4>
</div>
<div class="footer__widget-content">
<div class="footer__social mb-30">
<ul>
<li><a href="#" class="fb"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#" class="tw"><i class="fab fa-twitter"></i></a></li>
<li><a href="#" class="pin"><i class="fab fa-pinterest-p"></i></a></li>
</ul>
</div>
<div class="footer__lang">
<span><a href="#">US</a> English</span>
<span><a href="#">ES</a> Spanish</span>
</div>
</div>
</div>
</div>
<div class="col-xxl-2 col-xl-2 col-lg-2 col-md-2 col-sm-4">
<div class="footer__widget mb-40 wow fadeInUp" data-wow-delay=".5s">
<div class="footer__widget-head">
<h4 class="footer__widget-title">Products</h4>
</div>
<div class="footer__widget-content">
<div class="footer__link">
<ul>
<li><a href="#">Tutor LMS </a></li>
<li><a href="#">WP Mega Menu </a></li>
<li><a href="#">WP Page Builder </a></li>
<li><a href="#">Themes</a></li>
<li><a href="#">Interactions</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xxl-3 col-xl-3 col-lg-3 col-md-3 col-sm-4">
<div class="footer__widget mb-40 wow fadeInUp footer__pl" data-wow-delay=".7s">
<div class="footer__widget-head">
<h4 class="footer__widget-title">Resources</h4>
</div>
<div class="footer__widget-content">
<div class="footer__link">
<ul>
<li><a href="#">Promotion </a></li>
<li><a href="#">Submit Content</a></li>
<li><a href="#">Resources</a></li>
<li><a href="#">Design System</a></li>
<li><a href="#">Expert</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xxl-2 col-xl-2 col-lg-2 col-md-2 col-sm-4">
<div class="footer__widget mb-40 wow fadeInUp" data-wow-delay=".9s">
<div class="footer__widget-head">
<h4 class="footer__widget-title">Products</h4>
</div>
<div class="footer__widget-content">
<div class="footer__link">
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xxl-2 col-xl-2 col-lg-2 col-md-2 col-sm-4">
<div class="footer__widget mb-40 wow fadeInUp" data-wow-delay="1.2s">
<div class="footer__widget-head">
<h4 class="footer__widget-title">Community</h4>
</div>
<div class="footer__widget-content">
<div class="footer__link">
<ul>
<li><a href="#">Forums</a></li>
<li><a href="#">Community</a></li>
<li><a href="#">Meetups</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer__bottom">
<div class="container">
<div class="footer__bottom-inner">
<div class="row">
<div class="col-xxl-6 col-xl-6 col-md-6">
<div class="footer__copyright wow fadeInUp" data-wow-delay=".5s">
<p>Copyright © 2021 All Rights Reserved, Design by <a href="#">Theme Pure</a></p>
</div>
</div>
<div class="col-xxl-6 col-xl-6 col-md-6">
<div class="footer__bottom-link wow fadeInUp text-md-end" data-wow-delay=".8s">
<ul>
<li><a href="#">Licence</a></li>
<li><a href="#">Privacy Policy </a></li>
<li><a href="#">Affiliate Notice</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer area end -->
<!-- JS here -->
<script src="assets/js/vendor/jquery-3.5.1.min.js"></script>
<script src="assets/js/vendor/waypoints.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/jquery.meanmenu.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/jquery.fancybox.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/parallax.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/backToTop.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/ajax-form.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>