about.html
31.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Mitagen HTML5 Template</title>
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<!-- stylesheets -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins:wght@300;400;500;600&display=swap">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/custom-animation.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/bootstrap-v4.1.3.min.css">
<link rel="stylesheet" href="assets/css/spacing.min.css">
<link rel="stylesheet" href="assets/css/mainmenu.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!--====================================================================
Start header area
=====================================================================-->
<header class="main-header">
<!--Header-Upper-->
<div class="header-upper">
<div class="container-fluid clearfix">
<div class="header-inner clearfix">
<div class="logo-outer">
<div class="logo"><a href="index.html"><img src="assets/img/logo.png" alt="" title=""></a></div>
</div>
<!-- Main Menu -->
<nav class="main-menu navbar-expand-lg ml-md-auto">
<div class="navbar-header clearfix">
<div class="logo"><a href="index.html"><img src="assets/img/logo.png" alt="" title=""></a></div>
<!-- Toggle Button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse-one">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse navbar-collapse-one collapse clearfix">
<ul class="navigation clearfix">
<li><a href="index.html">Home</a></li>
<li class="current"><a href="about.html">About</a></li>
<li><a href="services.html">services</a></li>
<li class="dropdown"><a href="#">pages</a>
<ul>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="404.html">404</a></li>
</ul>
</li>
<li class="dropdown"><a href="#">blog</a>
<ul>
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-classic.html">Blog Classic</a></li>
<li><a href="blog-details.html">Blog Details</a></li>
</ul>
</li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
</nav>
<!-- Main Menu End-->
<!-- Menu buttons-->
<div class="menu-button ml-55">
<a href="#" class="theme-btn">Start Project</a>
</div>
</div>
</div>
</div>
<!--End Header Upper-->
</header>
<!--====================================================================
End header area
=====================================================================-->
<!--====================================================================
Start Banner Section
=====================================================================-->
<section class="banner-section rel">
<div class="container">
<h2 class="page-title">About</h2>
<nav aria-label="breadcrumb">
<ol class="breadcrumb-list">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">About</li>
</ol>
</nav>
<div class="shape shapeAnimationOne l-10 t-60">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
<div class="shape shapeAnimationTwo l-70 t-60">
<img src="assets/img/shapes/shape2.png" alt="Shape">
</div>
<div class="shape shapeAnimationThree l-50 t-100">
<img src="assets/img/shapes/shape3.png" alt="Shape">
</div>
</div>
</section>
<!--====================================================================
End Banner Section
=====================================================================-->
<!--====================================================================
Start About Section
=====================================================================-->
<section class="about-section rel mt-85 mb-100">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5">
<div class="about-content mr-20 rmr-0 rmb-50 wow customFadeInRight delay-0-1s slow">
<div class="section-title mb-35">
<span class="sub-title">About</span>
<h2>Provide Search Engine Optimization Service Since 2012</h2>
</div>
<p>Consectetur adipisicing elitsed do eiusmod tempor incididunt ut labore et dolore magna aliqua Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo do consequat.</p>
<p>Adipisicing elitsed do eiusmod tempor incididunt ut labore et dolore</p>
<a href="#" class="theme-btn mt-20">Start A Project</a>
</div>
</div>
<div class="col-lg-7">
<div class="about-image wow customFadeInLeft delay-0-1s slow">
<img src="assets/img/about/about.png" alt="about image">
</div>
</div>
</div>
</div>
<div class="shape shapeAnimationFour l-10 t-5">
<img src="assets/img/shapes/shape4.png" alt="Shape">
</div>
<div class="shape shapeAnimationFive r-10 t-100 zm-1">
<img src="assets/img/shapes/shape2.png" alt="Shape">
</div>
</section>
<!--====================================================================
End About Section
=====================================================================-->
<!--====================================================================
Start services section
=====================================================================-->
<section class="services-section rel text-center mt-100 mb-80">
<div class="container">
<div class="row">
<!-- single-service -->
<div class="col-lg-4 col-md-6">
<div class="single-service-box">
<div class="service-icon mb-25">
<img src="assets/img/services/service4.png" alt="Service Icon">
</div>
<div class="service-content">
<h4><a href="#">Search Optimization</a></h4>
<p>Adipisicing elitsed do eiusmod tempor incididunt ut labore et dolore</p>
</div>
</div>
</div>
<!-- single-service -->
<div class="col-lg-4 col-md-6">
<div class="single-service-box">
<div class="service-icon mb-25">
<img src="assets/img/services/service5.png" alt="Service Icon">
</div>
<div class="service-content">
<h4><a href="#">Ui/UX Design</a></h4>
<p>Adipisicing elitsed do eiusmod tempor incididunt ut labore et dolore</p>
</div>
</div>
</div>
<!-- single-service -->
<div class="col-lg-4 col-md-6">
<div class="single-service-box">
<div class="service-icon mb-25">
<img src="assets/img/services/service6.png" alt="Service Icon">
</div>
<div class="service-content">
<h4><a href="#">Web Development</a></h4>
<p>Adipisicing elitsed do eiusmod tempor incididunt ut labore et dolore</p>
</div>
</div>
</div>
</div>
</div>
<div class="shape shapeAnimationOne l-10 t-0">
<img src="assets/img/shapes/shape3.png" alt="Shape">
</div>
<div class="shape shapeAnimationTwo t-100 r-5">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
</section>
<!--====================================================================
End services section
=====================================================================-->
<!--====================================================================
Start Our Success Section
=====================================================================-->
<section class="success-section pt-105 pb-50">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="success-box">
<i class="flaticon-competition"></i>
<div class="count-wrap">
<span class="count-text" data-speed="5000" data-stop="78">0</span>
<p>Awards Win</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="success-box">
<i class="flaticon-happy"></i>
<div class="count-wrap">
<span class="count-text" data-speed="5000" data-stop="250">0</span>
<p>Happy Clients</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="success-box">
<i class="flaticon-admin"></i>
<div class="count-wrap">
<span class="count-text" data-speed="5000" data-stop="26">0</span>
<p>Team Member</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="success-box">
<i class="flaticon-startup"></i>
<div class="count-wrap">
<span class="count-text plus" data-speed="5000" data-stop="320">0</span>
<p>Projects Done</p>
</div>
</div>
</div>
</div>
</div>
<div class="success-bg small"></div>
<div class="shape shapeAnimationFour r-5 t-100">
<img src="assets/img/shapes/shape3.png" alt="Shape">
</div>
</section>
<!--====================================================================
End Our Success Section
=====================================================================-->
<!--====================================================================
Start video section
=====================================================================-->
<div class="video-section rel mb-115">
<div class="container">
<div class="video-wrap">
<img src="assets/img/video-bg.png" alt="Video BG">
<a href="https://www.youtube.com/watch?v=IvHbytUtjE4" class="vedio-play mfp-iframe"><i class="flaticon-play"></i></a>
</div>
</div>
<div class="shape shapeAnimationThree b-40 l-10">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
<div class="shape shapeAnimationFive b-5 l-5">
<img src="assets/img/shapes/shape3.png" alt="Shape">
</div>
<div class="shape left-right r-10 b-30">
<img src="assets/img/shapes/shape5.png" alt="Shape">
</div>
<div class="shape shapeAnimationOne r-10 b-0">
<img src="assets/img/shapes/shape2.png" alt="Shape">
</div>
</div>
<!--====================================================================
End services two section
=====================================================================-->
<!--====================================================================
Start team section
=====================================================================-->
<section class="team-section rel mb-65">
<div class="container">
<div class="section-title mb-35 pr-65">
<span class="sub-title">team</span>
<h2>Our Skilled Member Whose Efforts <br>Lead Us On This Path</h2>
</div>
<div class="team-carousel owl-carousel text-center">
<div class="team-item">
<img src="assets/img/team/team1.png" alt="Team Image">
<div class="service-two-content">
<div class="social-link-icon">
<a href="#"><i class="fa fa-facebook-f"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
<h5>Willum Muzad</h5>
<h6>Founder</h6>
</div>
</div>
<div class="team-item">
<img src="assets/img/team/team2.png" alt="Team Image">
<div class="service-two-content">
<div class="social-link-icon">
<a href="#"><i class="fa fa-facebook-f"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
<h5>Fahima Akon</h5>
<h6>Co-Founder</h6>
</div>
</div>
<div class="team-item">
<img src="assets/img/team/team3.png" alt="Team Image">
<div class="service-two-content">
<div class="social-link-icon">
<a href="#"><i class="fa fa-facebook-f"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
<h5>Robert Firoz</h5>
<h6>Developer</h6>
</div>
</div>
<div class="team-item">
<img src="assets/img/team/team1.png" alt="Team Image">
<div class="service-two-content">
<div class="social-link-icon">
<a href="#"><i class="fa fa-facebook-f"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
<h5>Willum Muzad</h5>
<h6>Founder</h6>
</div>
</div>
<div class="team-item">
<img src="assets/img/team/team2.png" alt="Team Image">
<div class="service-two-content">
<div class="social-link-icon">
<a href="#"><i class="fa fa-facebook-f"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
<h5>Fahima Akon</h5>
<h6>Co-Founder</h6>
</div>
</div>
<div class="team-item">
<img src="assets/img/team/team3.png" alt="Team Image">
<div class="service-two-content">
<div class="social-link-icon">
<a href="#"><i class="fa fa-facebook-f"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
<h5>Robert Firoz</h5>
<h6>Developer</h6>
</div>
</div>
</div>
</div>
<div class="shape shapeAnimationFour l-10 t-100">
<img src="assets/img/shapes/shape2.png" alt="Shape">
</div>
<div class="shape shapeAnimationThree b-30 r-10">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
</section>
<!--====================================================================
End team section
=====================================================================-->
<!--====================================================================
Start Testimonials section
=====================================================================-->
<section class="testimonials-section rel text-center mb-115">
<div class="container">
<div class="testimonials-wrap">
<div class="section-title mb-40">
<span class="sub-title">testimonials</span>
<h2>Important Feedback Form Our <br>Clients</h2>
</div>
<div class="testimonial-two-wrap">
<div class="testi-two-item">
<i class="flaticon-quote"></i>
<p>Nibh viverra malesuada. Nunc sem lacus, accumsan quis, faucibus non, congue vel, arcu. Ut scelerisque hendrerit tellus. Integer sagittis. Vivamus a mauris eget arcu gravida tristique.</p>
<div class="author-info">
<div class="author-img">
<img src="assets/img/testimonials/testi1.png" alt="Testimonial Author">
</div>
<div class="author-about">
<h4>Mithila Sarra</h4>
<h6>Australia</h6>
<div class="rattings">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
</div>
</div>
</div>
<div class="testi-two-item">
<i class="flaticon-quote"></i>
<p>Amet nibh viverra malesuada. Nunc sem lacus, accumsan quis, faucibus non, congue vel, arcu. Ut scelerisque hendrerit tellus. Integer sagittis. Vivamus a mauris eget arcu gravida tristique.</p>
<div class="author-info">
<div class="author-img">
<img src="assets/img/testimonials/testi2.png" alt="Testimonial Author">
</div>
<div class="author-about">
<h4>Farzana Khan</h4>
<h6>Australia</h6>
<div class="rattings">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="shape shapeAnimationFive r-20 t-5">
<img src="assets/img/shapes/shape2.png" alt="Shape">
</div>
<div class="shape left-right l-5 t-100">
<img src="assets/img/shapes/shape5.png" alt="Shape">
</div>
<div class="shape shapeAnimationOne r-5 t-100">
<img src="assets/img/shapes/shape3.png" alt="Shape">
</div>
</section>
<!--====================================================================
End Testimonials section
=====================================================================-->
<!--====================================================================
Start Call For Action section
=====================================================================-->
<section class="call-for-action text-center">
<div class="container">
<div class="call-action-content">
<h2>Have any question about us?</h2>
<p> Quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo do consequat.</p>
<a href="contant.html" class="theme-btn">Please Contact</a>
</div>
</div>
</section>
<!--====================================================================
End Call For Action section
=====================================================================-->
<!--====================================================================
Start footer section
=====================================================================-->
<footer class="footer-section mt-125 pt-100">
<div class="container">
<div class="row">
<!--big column-->
<div class="col-lg-7">
<div class="row">
<!--Footer Column-->
<div class="col-sm-7">
<div class="footer-widget logo-widget mr-35">
<div class="footer-logo"><a href="index.html"><img src="assets/img/logo.png" alt="logo"></a></div>
<div class="widget-content">
<div class="text">
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="footer-social-icon mt-35">
<div class="social-link-icon">
<a href="#"><i class="fa fa-facebook-f"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-skype"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
<!--Footer Column-->
<div class="col-sm-5">
<div class="footer-widget links-widget">
<h4 class="footer-title">Usefull Links</h4>
<div class="widget-content">
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Project</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--big column-->
<div class="col-lg-5">
<div class="row">
<!--Footer Column-->
<div class="col-sm-5">
<div class="footer-widget links-widget">
<h4 class="footer-title">Services</h4>
<div class="widget-content">
<ul>
<li><a href="#">Search Optimization</a></li>
<li><a href="#">Wireframing Task</a></li>
<li><a href="#">Market Analysis</a></li>
<li><a href="#">Web Development</a></li>
<li><a href="#">Web Design</a></li>
</ul>
</div>
</div>
</div>
<!--Footer Column-->
<div class="col-sm-7">
<div class="footer-widget info-widget">
<h4 class="footer-title">Contact</h4>
<div class="office-info">
<ul>
<li><i class="flaticon-home"></i>1301 Hoffman Avenue, Brooklyn New York, <br>NY-11206</li>
<li><i class="flaticon-telephone"></i>+1 (012) 345-6789 <br>
+1 (123) 456-7899</li>
<li><i class="flaticon-email"></i>info@yourmail.com</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Copyright-->
<div class="footer-bottom">
<div class="copyright">Copyright @2020 M_Themes All rights By <a href="http://www.bootstrapmb.com/">bootstrapmb</a></div>
</div>
</footer>
<!--====================================================================
End footer section
=====================================================================-->
<!-- Scroll Top Button -->
<button class="scroll-top scroll-to-target" data-target="html">
<span class="fa fa-angle-up"></span>
</button>
</div>
<!--====================================================================
Include All Js File
====================================================================-->
<!-- All Plugins -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/bootstrap-v4.1.3.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/jquery.countTo.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/appear.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>