-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
531 lines (528 loc) · 31.7 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta charset="utf-8" />
<title>Mic | Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta content="" name="description" />
<meta content="" name="author" />
<link rel="stylesheet" type="text/css" href="assets/plugins/owl-carousel/owl.carousel.css" />
<link rel="stylesheet" type="text/css" href="assets/plugins/owl-carousel/owl.theme.css" />
<link rel="stylesheet" type="text/css" href="assets/plugins/headereffects/css/component.css">
<link rel="stylesheet" type="text/css" href="assets/plugins/headereffects/css/normalize.css" />
<link href="assets/plugins/pace/pace-theme-flash.css" rel="stylesheet" type="text/css"
media="screen" />
<!-- BEGIN CORE CSS FRAMEWORK -->
<link href="assets/plugins/boostrapv3/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="assets/plugins/boostrapv3/css/bootstrap-theme.min.css" rel="stylesheet"
type="text/css" />
<link href="assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet"
type="text/css" />
<!-- END CORE CSS FRAMEWORK -->
<!-- BEGIN CSS TEMPLATE -->
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
<link href="assets/css/magic_space.css" rel="stylesheet" type="text/css" />
<link href="assets/css/responsive.css" rel="stylesheet" type="text/css" />
<link href="assets/css/animate.min.css" rel="stylesheet" type="text/css" />
<!-- END CSS TEMPLATE -->
<script type="text/javascript" src="assets/plugins/jquery-1.8.3.min.js"></script>
<!-- SLIDER REVOLUTION 4.x SCRIPTS -->
<script type="text/javascript" src="assets/plugins/slider-plugin/js/slider1.min.js"></script>
<script type="text/javascript" src="assets/plugins/slider-plugin/js/slider2.min.js"></script>
<link rel="stylesheet" type="text/css" href="assets/plugins/slider-plugin/css/settings.css"
media="screen" />
</head>
<!-- END HEAD -->
<body>
<div class="main-wrapper">
<header id="ha-header" class="ha-header ha-header-hide ">
<div class="ha-header-perspective">
<div class="ha-header-front navbar navbar-default">
<div class="compressed">
<div class="navbar-header">
<button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle"
type="button">
<span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span><span
class="icon-bar"></span><span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand compressed">
<img src="assets/img/logo_mic_sized.png" alt="" data-src="assets/img/logo_mic_sized.png"
data-src-retina="assets/img/logo_mic_sized.png" width="97" height="50" /></a>
</div>
<!-- scrolled nav -->
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.php">Home</a></li>
<li><a href="tour.php">Tour</a></li>
<li><a href="portfolio.php">Portfolio</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
</header>
<div class="section ha-waypoint" data-animate-down="ha-header-hide" data-animate-up="ha-header-hide">
<div role="navigation" class="navbar navbar-transparent navbar-top">
<div class="container">
<div class="compressed">
<div class="navbar-header">
<button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle"
type="button">
<span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span><span
class="icon-bar"></span><span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand">
<img src="assets/img/logo_mic_sized.png" data-src="assets/img/logo_mic_sized.png" data-src-retina="assets/img/logo_2x.png"
width="142" height="73" alt="" /></a>
</div>
<!-- main nav -->
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.php">Home</a></li>
<li><a href="tour.php">Tour</a></li>
<li><a href="portfolio.php">Portfolio</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
<!--BEGIN SLIDER -->
<div class="tp-banner-container">
<div class="tp-banner" id="home">
<ul>
<!-- SLIDE -->
<li data-transition="fade" data-slotamount="5" data-masterspeed="700">
<!-- MAIN IMAGE -->
<img src="assets/img/bg/slide_one.jpg" alt="slidebg1" data-bgfit="cover" data-bgposition="center center"
data-bgrepeat="no-repeat">
<!-- LAYERS -->
<div class="tp-caption mediumlarge_light_white_center sft tp-resizeme slider" data-x="center"
data-hoffset="0" data-y="80" data-speed="500" data-start="800" data-easing="Power4.easeOut"
data-endspeed="300" data-endeasing="Power1.easeIn" data-captionhidden="off" style="z-index: 6">
<h2 class="text-white custom-font title ">
We Create<br>
Effective & Appropriate
<br />
Marketing Strategies for our Clients</h2>
</div>
<div class="tp-caption sfb slider tp-resizeme slider" data-x="center" data-hoffset="0"
data-y="320" data-speed="800" data-start="1000" data-easing="Power4.easeOut"
data-endspeed="300" data-endeasing="Power1.easeIn" data-captionhidden="off" style="z-index: 6">
<a href="contact.php" class="btn btn-info btn-lg btn-large m-r-10">Get In Touch!</a>
</div>
</li>
<li data-transition="fade" data-slotamount="5" data-masterspeed="700">
<!-- MAIN IMAGE -->
<img src="assets/img/bg/picture-1.jpg" alt="slidebg2" data-bgfit="cover" data-bgposition="center center"
data-bgrepeat="no-repeat">
<!-- LAYERS -->
<div class="tp-caption mediumlarge_light_white_center sft tp-resizeme slider" data-x="center"
data-hoffset="0" data-y="120" data-speed="500" data-start="800" data-easing="Power4.easeOut"
data-endspeed="300" data-endeasing="Power1.easeIn" data-captionhidden="off" style="z-index: 6">
<h2 class="text-white custom-font title ">
We Craft<br>
Our Work to Last Perfection!</h2>
</div>
<div class="tp-caption sfb slider tp-resizeme slider" data-x="center" data-hoffset="0"
data-y="300" data-speed="800" data-start="1000" data-easing="Power4.easeOut"
data-endspeed="300" data-endeasing="Power1.easeIn" data-captionhidden="off" style="z-index: 6">
<a href="portfolio.php" class="btn btn-info btn-lg btn-large m-r-10">View Our Works</a>
</div>
</li>
<!-- SLIDE -->
<li data-transition="fade" data-slotamount="5" data-masterspeed="700">
<!-- MAIN IMAGE -->
<img src="assets/img/bg/picture-2.jpg" alt="slidebg2" data-bgfit="cover" data-bgposition="center center"
data-bgrepeat="no-repeat">
<!-- LAYERS -->
<div class="tp-caption mediumlarge_light_white_center sft tp-resizeme slider" data-x="center"
data-hoffset="0" data-y="120" data-speed="500" data-start="800" data-easing="Power4.easeOut"
data-endspeed="300" data-endeasing="Power1.easeIn" data-captionhidden="off" style="z-index: 6">
<h2 class="text-white custom-font title ">
We Build the Trust<br>
That Our Clients Needs</h2>
</div>
<div class="tp-caption sfb slider tp-resizeme slider" data-x="center" data-hoffset="0"
data-y="300" data-speed="800" data-start="1000" data-easing="Power4.easeOut"
data-endspeed="300" data-endeasing="Power1.easeIn" data-captionhidden="off" style="z-index: 6">
<a href="#team" class="btn btn-info btn-lg btn-large m-r-10">About Us</a>
</div>
</li>
</ul>
<div class="tp-bannertimer">
</div>
</div>
</div>
<!--END SLIDER
-->
</div>
<div class="section ">
<div class="container">
<div class="p-t-40 p-b-40 text-center">
<h2 class="text-center">
We Provide Awesome Social Marketing Solutions With a Great Attention to Details.</h2>
</div>
</div>
</div>
<div class="section white ha-waypoint" data-animate-down="ha-header-color" data-animate-up="ha-header-hide">
<div class="container">
<div class="p-t-60">
<div class="row">
<div class="col-md-12 feature-list ">
<div class="col-md-4 " data-ride="animated" data-animation="fadeIn" data-delay="300">
<i class="fa fa-archive fa-4x"></i>
<h4 class="title">
SITE TESTING</h4>
<p>
Intriguing web page UI/UX consultation; we'll let you know
what information to put on to display and what not to
and earns us a loyal
customer – Always there, looking after you!
</p>
</div>
<div class="col-md-4" data-ride="animated" data-animation="fadeIn" data-delay="600">
<i class="fa fa-cog fa-4x"></i>
<h4 class="title">
CONTENT CREATION</h4>
<p>
From posters to banner ad, we can design whatever you need.
</p>
</div>
<div class="col-md-4" data-ride="animated" data-animation="fadeIn" data-delay="900">
<i class="fa fa-share fa-4x"></i>
<h4 class="title">
PPC MARKETING</h4>
<p>
Do not worry about Pay Per Click Ads technical jargons, we'll deal with them for you!
</p>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-md-12 feature-list">
<div class="col-md-4 " data-ride="animated" data-animation="fadeIn" data-delay="1200">
<i class="fa fa-code fa-4x"></i>
<h4 class="title">
MOTION VIDEO DESIGN</h4>
<p>
Need something more dynamic than still images, Motion Videos are the new cool.
</p>
</div>
<div class="col-md-4" data-ride="animated" data-animation="fadeIn" data-delay="1500">
<i class="fa fa-asterisk fa-4x"></i>
<h4 class="title">
PRODUCT PHOTOGRAPHY</h4>
<p>
Whatever your product is, anything from a mug to a Skyscraper- We'll provide professional photography.
</p>
</div>
<div class="clearfix">
</div>
</div>
</div>
<div class="clearfix">
</div>
</div>
</div>
</div>
<div class="p-t-40 p-b-40 text-center">
<h3 id="team" class="text-center">
Team Mic
</h3>
</div>
<div class="section dark-grey">
<div class="container">
<div class="p-t-80">
<div class="row">
<div class="row mt-30">
<div class="col-md-4 wow fadeIn" data-wow-duration="2s" data-wow-delay="0.2s" style="visibility: visible;
animation-duration: 2s; -webkit-animation-duration: 2s; animation-delay: 0.2s;
-webkit-animation-delay: 0.2s; animation-name: fadeIn; -webkit-animation-name: fadeIn;">
<div class="team-member">
<div class="team-img">
<img src="assets/img/team/team_3.png" alt="">
<div class="team-details text-center">
<h5 class="team-title mb-10">
Riyadh Razzaq</h5>
<span>Hooman</span>
<div class="socials mt-20">
<a href="#"><i class="fa fa-facebook"></i></a><a href="#"><i class="fa fa-twitter"></i>
</a><a href="#"><i class="fa fa-google-plus"></i></a><a href="#"><i class="fa fa-envelope">
</i></a>
</div>
</div>
</div>
</div>
<!-- end team member -->
</div>
<!-- end col -->
<div class="col-md-4 wow fadeIn" data-wow-duration="2s" data-wow-delay="0.4s" style="visibility: visible;
animation-duration: 2s; -webkit-animation-duration: 2s; animation-delay: 0.4s;
-webkit-animation-delay: 0.4s; animation-name: fadeIn; -webkit-animation-name: fadeIn;">
<div class="team-member mt-mdm-40">
<div class="team-img">
<img src="assets/img/team/team_3.png" alt="">
<div class="team-details text-center">
<h5 class="team-title mb-10">
Maksudur Rahman</h5>
<span>Hooman</span>
<div class="socials mt-20">
<a href="#"><i class="fa fa-facebook"></i></a><a href="#"><i class="fa fa-twitter"></i>
</a><a href="#"><i class="fa fa-google-plus"></i></a><a href="#"><i class="fa fa-envelope">
</i></a>
</div>
</div>
</div>
</div>
<!-- end team member -->
</div>
<!-- end col -->
<div class="col-md-4 wow fadeIn" data-wow-duration="2s" data-wow-delay="0.6s" style="visibility: visible;
animation-duration: 2s; -webkit-animation-duration: 2s; animation-delay: 0.6s;
-webkit-animation-delay: 0.6s; animation-name: fadeIn; -webkit-animation-name: fadeIn;">
<div class="team-member mt-mdm-40">
<div class="team-img">
<img src="assets/img/team/team_3.png" alt="">
<div class="team-details text-center">
<h5 class="team-title mb-10">
Rawnak Hossain</h5>
<span>Hooman</span>
<div class="socials mt-20">
<a href="#"><i class="fa fa-facebook"></i></a><a href="#"><i class="fa fa-twitter"></i>
</a><a href="#"><i class="fa fa-google-plus"></i></a><a href="#"><i class="fa fa-envelope">
</i></a>
</div>
</div>
</div>
</div>
<!-- end team member -->
</div>
<!-- end col -->
</div>
</div>
</div>
</div>
</div>
<div class="section white">
<div class="container">
<div class="p-t-60 p-b-50 ">
<div class="row feature-list">
<div class="col-md-3 ">
<h4 class="custom-font title">
COFFEES</h4>
<h1 class="custom-font">
<span class="number-animator" data-value="157" data-animation-duration="800">0</span></h1>
<div class="col-md-8 no-padding">
<div class="progress transparent progress-small no-radius ">
<div class="progress-bar progress-bar-black animated-progress-bar " data-percentage="79%">
</div>
</div>
</div>
</div>
<div class="col-md-3">
<h4 class="custom-font title">
CONTENT CREATED</h4>
<h1 class="custom-font">
<span class="number-animator" data-value="376" data-animation-duration="800">0</span></h1>
<div class="col-md-8 no-padding">
<div class="progress transparent progress-small no-radius no-margin">
<div class="progress-bar progress-bar-black animated-progress-bar" data-percentage="45%">
</div>
</div>
</div>
</div>
<div class="col-md-3">
<h4 class="custom-font title">
HOURS</h4>
<h1 class="custom-font">
<span class="number-animator" data-value="162" data-animation-duration="800">0</span></h1>
<div class="col-md-8 no-padding">
<div class="progress transparent progress-small no-radius no-margin">
<div class="progress-bar progress-bar-black animated-progress-bar" data-percentage="12%">
</div>
</div>
</div>
</div>
<div class="col-md-3">
<h4 class="custom-font title">
ASSIGNMENT</h4>
<h1 class="custom-font">
<span class="number-animator" data-value="19" data-animation-duration="800">0</span></h1>
<div class="col-md-8 no-padding">
<div class="progress transparent progress-small no-radius no-margin">
<div class="progress-bar progress-bar-black animated-progress-bar" data-percentage="85%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section grey">
<div class="container">
<div class="p-t-60 p-b-50">
<div id="testomonials" class="owl-carousel row">
<div class="item">
<div class="col-md-6 col-md-offset-3 text-center">
<div class="testimonial-thumb">
<img src="assets/img/testimonial_img1.png" alt="testimonal">
</div>
<div class="testimonial-user">
<span>Lorem Ipsum</span>
</div>
<h3 class="normal text-center">
I have always received good service from the Mic. Timing and quality
have always met my expectations and everything is communicated in a professional
and timely manner.
</h3>
</div>
</div>
<div class="item">
<div class="col-md-6 col-md-offset-3 text-center">
<div class="testimonial-thumb">
<img src="assets/img/testimonial_img2.png" alt="testimonal">
</div>
<div class="testimoni al-user">
<span>Lorem Ipsum</span>
</div>
<h3 class="normal text-center">
We consider the Mic team a development partner who has proven to be
creative in problem resolution, reliable in time commitments, and overall consistent
in meeting our expectations.
</h3>
</div>
</div>
<div class="item">
<div class="col-md-6 col-md-offset-3 text-center">
<div class="testimonial-thumb">
<img src="assets/img/testimonial_img3.png" alt="testimonal">
</div>
<div class="testimonial-user">
<span>Lorem Ipsum</span>
</div>
<h3 class="semi-bold text-center">
The work was above and beyond what I could have expected. Excellent service all
the way around from start to finish. Keep up the GREAT work! Great job!
</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section black contact-details green-icons">
<div class="container">
<div class="row">
<div class="col-md-3 text-center">
<div class="services-box-3">
<i class="fa fa-phone"></i>
<div class="content">
<p>
Phone</p>
<h3>
+880 15519535969</h3>
</div>
</div>
</div>
<div class="col-md-3 text-center">
<div class="services-box-3">
<i class="fa fa-envelope"></i>
<div class="content">
<p>
E-mail</p>
<h3>
[email protected]</h3>
</div>
</div>
</div>
<div class="col-md-3 text-center">
<div class="services-box-3">
<i class="fa fa-map-marker "></i>
<div class="content">
<p>
Postal</p>
<h3>
Dept. of CSE, University of Asia Pacific, Dhaka</h3>
</div>
</div>
</div>
<div class="col-md-3 text-center">
<div class="services-box-3">
<i class="fa fa-facebook-square"></i>
<div class="content">
<p>
Facebook</p>
<h3>
facebook.com/mic</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section white footer">
<div class="container">
<div class="p-t-30 p-b-50">
<div class="row">
<div class="col-md-2 col-lg-2 col-sm-2 col-xs-12 xs-m-b-20">
<img src="assets/img/logo_mic_sized.png" alt="" data-src="assets/img/logo_mic_sized.png"
data-src-retina="assets/img/logo2x.png" width="97" height="50" />
<br />
<br />
© Mic.
<br />
All Rights Reserved.
</div>
<div class="col-md-4 col-lg-3 col-sm-4 col-xs-12 xs-m-b-20">
<address class="xs-no-padding col-md-6 col-lg-6 col-sm-6 col-xs-12">
7th Floor, Void Space<br>
UAP Campus,<br>
Farmgate, Dhaka.
</address>
<div class="xs-no-padding col-md-6 col-lg-6 col-sm-6">
<div>
+880 155 195 5969</div>
<a href="javascript:">[email protected]</a>
</div>
<div class="clearfix">
</div>
</div>
<div class="col-md-2 col-lg-2 col-sm-2 col-xs-12 xs-m-b-20">
<div class="bold">
We Are Hiring</div>
Send you resume at <a href="javascript:">[email protected]</a>
</div>
<div class="col-md-2 col-lg-2 col-sm-2 col-xs-12 ">
<div class="bold">
FOLLOW US</div>
<br />
<a href="javascript:"><i class="fa fa-facebook fa-2x"></i></a> <a href="javascript:">
<i class="fa fa-twitter fa-2x"></i></a> <a href="javascript:"><i class="fa fa-youtube-play fa-2x">
</i></a> <a href="javascript:"><i class="fa fa-github fa-2x"></i></a>
<a href="javascript:"><i class="fa fa-dribbble fa-2x"></i></a> <a href="javascript:">
<i class="fa fa-pinterest fa-2x"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="assets/plugins/boostrapv3/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/plugins/pace/pace.min.js" type="text/javascript"></script>
<script src="assets/plugins/jquery-unveil/jquery.unveil.min.js" type="text/javascript"></script>
<script src="assets/plugins/owl-carousel/owl.carousel.min.js" type="text/javascript"></script>
<script src="assets/plugins/waypoints.min.js"></script>
<script type="text/javascript" src="assets/plugins/parrallax/js/jquery.parallax-1.1.3.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-nicescroll/jquery.nicescroll.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-appear/jquery.appear.js"></script>
<script src="assets/plugins/jquery-numberAnimate/jquery.animateNumbers.js" type="text/javascript"></script>
<script type="text/javascript" src="assets/js/core.js"></script>
</body>
</html>