-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-home.html
More file actions
563 lines (509 loc) · 20 KB
/
index-home.html
File metadata and controls
563 lines (509 loc) · 20 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Bingo One page parallax responsive HTML Template ">
<meta name="author" content="Themefisher.com">
<title>Bingo | Responsive Multipurpose Parallax HTML5 Template</title>
<!-- Mobile Specific Meta
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" />
<!-- CSS
================================================== -->
<!-- Themefisher Icon font -->
<link rel="stylesheet" href="plugins/themefisher-font/style.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css">
<!-- Lightbox.min css -->
<link rel="stylesheet" href="plugins/lightbox2/dist/css/lightbox.min.css">
<!-- animation css -->
<link rel="stylesheet" href="plugins/animate/animate.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
</head>
<body id="body">
<!--
Start Preloader
==================================== -->
<div id="preloader">
<div class='preloader'>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<!--
End Preloader
==================================== -->
<!--
Fixed Navigation
==================================== -->
<header class="navigation fixed-top">
<div class="container">
<!-- main nav -->
<nav class="navbar navbar-expand-lg navbar-light">
<!-- logo -->
<a class="navbar-brand logo" href="index.html">
<img class="logo-default" src="images/logo.png" alt="logo"/>
<img class="logo-white" src="images/logo-white.png" alt="logo"/>
</a>
<!-- /logo -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navigation">
<ul class="navbar-nav ml-auto text-center">
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Homepage
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="index.html">Homepage</a>
<a class="dropdown-item" href="onepage-slider.html">Onepage</a>
<a class="dropdown-item" href="onepage-text.html">Onepage 2</a>
</div>
</li>
<li class="nav-item ">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="service.html">Services</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="pricing.html">Pricing</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Pages
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="404.html">404 Page</a>
<a class="dropdown-item" href="blog.html">Blog Page</a>
<a class="dropdown-item" href="single-post.html">Blog Single Page</a>
</div>
</li>
</ul>
</div>
</nav>
<!-- /main nav -->
</div>
</header>
<!--
End Fixed Navigation
==================================== -->
<!--
Welcome Slider
==================================== -->
<section class="hero-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1 class="wow fadeInUp" data-wow-duration=".5s" data-wow-delay=".3s">We are smart <br> Creative Agency</h1>
<p class="wow fadeInUp" data-wow-duration=".5s" data-wow-delay=".5s">Lorem ipsum dolor sit amet, consectetur
adipisicing elit. Nulla, ad rerum repellat. Sequi, labore, illo. Ducimus voluptates quidem obcaecati, ad.
</p>
<ul class="list-inline wow fadeInUp" data-wow-duration=".5s" data-wow-delay=".7s">
<li class="list-inline-item">
<a data-scroll href="#services" class="btn btn-main">Explore Us</a>
</li>
<li class="list-inline-item">
<a data-scroll href="#team" class="btn btn-transparent">Learn More</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--
Start About Section
==================================== -->
<section class="service-2 section">
<div class="container">
<div class="row">
<div class="col-12">
<!-- section title -->
<div class="title text-center">
<h2>What Do We Offer</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.Lorem ipsum dolor sit amet, consectetur
adipisicing elit. Voluptates, earum. </p>
<div class="border"></div>
</div>
<!-- /section title -->
</div>
<div class="col-md-4 text-center">
<img src="images/about/member.jpg" class="inline-block" alt="">
</div>
<div class="col-md-8">
<div class="row text-center">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="service-item">
<i class="tf-ion-ios-alarm-outline"></i>
<h4>Time Management</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce vitae risus nec dui venenatis.</p>
</div>
</div><!-- END COL -->
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="service-item">
<i class="tf-ion-ios-briefcase-outline"></i>
<h4>Marketing Ideas</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce vitae risus nec dui venenatis.</p>
</div>
</div><!-- END COL -->
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="service-item">
<i class="tf-ion-ios-email-outline"></i>
<h4>Mail Support</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce vitae risus nec dui venenatis.</p>
</div>
</div><!-- END COL -->
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="service-item">
<i class="tf-ion-ios-locked-outline"></i>
<h4>Secure System</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce vitae risus nec dui venenatis.</p>
</div>
</div><!-- END COL -->
</div>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End section -->
<!--
Start About Section
==================================== -->
<section class="about-2 section" id="about">
<div class="container">
<div class="row">
<!-- section title -->
<div class="col-12">
<div class="title text-center">
<h2>We Are Bingo Agency</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quibusdam reprehenderit accusamus labore iusto,
aut, eum itaque illo totam tempora eius.</p>
<div class="border"></div>
</div>
</div>
<!-- /section title -->
<div class="col-md-6">
<img src="images/about/about-2.png" class="img-fluid" alt="">
</div>
<div class="col-md-6">
<ul class="checklist">
<li>Donec sed odio dui. Aenean eu leo quam. Pellentesque ornare sem laca quam venenatis vestibulum.</li>
<li>Aenean quam. Pellentesque ornare sem laca quam venenatis vestibulum.</li>
<li>Donec sed odio dui. Aenean eu leo quam. Pellentesque ornare sem laca quam venenatis vestibulum.</li>
<li>Etiam porta sem multipage evint landing magna mollis euismod a pharetra augue.</li>
<li>Aenean quam. Pellentesque ornare sem laca quam venenatis vestibulum.</li>
</ul>
<a href="#" class="btn btn-main mt-20">Learn More</a>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End section -->
<!--
Start Call To Action
==================================== -->
<section class="call-to-action section">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>Let's Create Something Together</h2>
<p>Proin gravida nibh vel velit auctor aliquet. Aenean sollicudin bibendum auctor, <br> nisi elit consequat ipsum, nesagittis sem nid elit. Duis sed odio sitain elit.</p>
<a href="" class="btn btn-main">Contact Us</a>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End section -->
<!--
Start Counter Section
==================================== -->
<section class="counter-wrapper section-sm" >
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="title">
<h2>Award-Winning Agency</h2>
<p>Vestibulum nisl tortor, consectetur quis imperdiet bibendum, laoreet sed arcu. Sed condimentum iaculis ex, in faucibus lorem accumsan non. Donec mattis tincidunt metus. Morbi sed tortor a risus luctus dignissim.</p>
</div>
</div>
<!-- first count item -->
<div class="col-md-3 col-sm-6 col-xs-6 text-center " >
<div class="counters-item">
<i class="tf-ion-ios-alarm-outline"></i>
<div>
<span class="counter" data-count="150">0</span>
</div>
<h3>Happy Clients</h3>
</div>
</div>
<!-- end first count item -->
<!-- second count item -->
<div class="col-md-3 col-sm-6 col-xs-6 text-center " >
<div class="counters-item">
<i class="tf-ion-ios-analytics-outline"></i>
<div>
<span class="counter" data-count="130">0</span>
</div>
<h3>Projects completed</h3>
</div>
</div>
<!-- end second count item -->
<!-- third count item -->
<div class="col-md-3 col-sm-6 col-xs-6 text-center " >
<div class="counters-item">
<i class="tf-ion-ios-compose-outline"></i>
<div>
<span class="counter" data-count="99">0</span>
</div>
<h3>Positive feedback</h3>
</div>
</div>
<!-- end third count item -->
<!-- fourth count item -->
<div class="col-md-3 col-sm-6 col-xs-6 text-center ">
<div class="counters-item kill-border">
<i class="tf-ion-ios-bolt-outline"></i>
<div>
<span class="counter" data-count="250">0</span>
</div>
<h3>Cups of Coffee</h3>
</div>
</div>
<!-- end fourth count item -->
</div> <!-- end row -->
</div> <!-- end container -->
</section> <!-- end section -->
<!-- Start Testimonial
=========================================== -->
<section class="testimonial section" id="testimonial">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- testimonial wrapper -->
<div class="testimonial-slider">
<!-- testimonial single -->
<div class="item text-center">
<i class="tf-ion-chatbubbles"></i>
<!-- client info -->
<div class="client-details">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum nulla, soluta dolorum. Eos earum, magni asperiores, unde corporis labore, enim, voluptatum officiis voluptates alias natus. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia, officia. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod, quia?</p>
</div>
<!-- /client info -->
<!-- client photo -->
<div class="client-thumb">
<img src="images/client-logo/clients-1.jpg" class="img-fluid" alt="">
</div>
<div class="client-meta">
<h3>William Martin</h3>
<span>CEO , Company Name</span>
</div>
<!-- /client photo -->
</div>
<!-- /testimonial single -->
<!-- testimonial single -->
<div class="item text-center">
<i class="tf-ion-chatbubbles"></i>
<!-- client info -->
<div class="client-details">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum nulla, soluta dolorum. Eos earum, magni asperiores, unde corporis labore, enim, voluptatum officiis voluptates alias natus. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia, officia. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod, quia?</p>
</div>
<!-- /client info -->
<!-- client photo -->
<div class="client-thumb">
<img src="images/client-logo/clients-2.jpg" class="img-fluid" alt="">
</div>
<div class="client-meta">
<h3>Emma Harrison</h3>
<span>CEO , Company Name</span>
</div>
<!-- /client photo -->
</div>
<!-- /testimonial single -->
<!-- testimonial single -->
<div class="item text-center">
<i class="tf-ion-chatbubbles"></i>
<!-- client info -->
<div class="client-details">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum nulla, soluta dolorum. Eos earum, magni asperiores, unde corporis labore, enim, voluptatum officiis voluptates alias natus. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia, officia. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod, quia?</p>
</div>
<!-- /client info -->
<!-- client photo -->
<div class="client-thumb">
<img src="images/client-logo/clients-3.jpg" class="img-fluid" alt="">
</div>
<div class="client-meta">
<h3>Alexander Lucas</h3>
<span>CEO , Company Name</span>
</div>
<!-- /client photo -->
</div>
<!-- /testimonial single -->
</div>
</div> <!-- end col lg 12 -->
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End Section -->
<!--
Start Blog Section
=========================================== -->
<section class="blog" id="blog">
<div class="container">
<div class="row">
<!-- section title -->
<div class="col-12">
<div class="title text-center ">
<h2> Latest <span class="color">Posts</span></h2>
<div class="border"></div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ducimus facere accusamus, reprehenderit libero
inventore nam.</p>
</div>
</div>
<!-- /section title -->
<!-- single blog post -->
<article class="col-md-4 col-sm-6 col-xs-12 clearfix ">
<div class="post-item">
<div class="media-wrapper">
<img src="images/blog/post-1.jpg" alt="amazing caves coverimage" class="img-fluid">
</div>
<div class="content">
<h3><a href="single-post.html">Reasons to Smile</a></h3>
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
moon officia aute, non skateboard dolor brunch.</p>
<a class="btn btn-main" href="single-post.html">Read more</a>
</div>
</div>
</article>
<!-- /single blog post -->
<!-- single blog post -->
<article class="col-md-4 col-sm-6 col-xs-12 ">
<div class="post-item">
<div class="media-wrapper">
<img src="images/blog/post-2.jpg" alt="amazing caves coverimage" class="img-fluid">
</div>
<div class="content">
<h3><a href="single-post.html">A Few Moments</a></h3>
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
moon officia aute, non skateboard dolor brunch.</p>
<a class="btn btn-main" href="single-post.html">Read more</a>
</div>
</div>
</article>
<!-- end single blog post -->
<!-- single blog post -->
<article class="col-md-4 col-sm-6 col-xs-12 ">
<div class="post-item">
<div class="media-wrapper">
<img src="images/blog/post-3.jpg" alt="amazing caves coverimage" class="img-fluid">
</div>
<div class="content">
<h3><a href="single-post.html">Hints for Life</a></h3>
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
moon officia aute, non skateboard dolor brunch.</p>
<a class="btn btn-main" href="single-post.html">Read more</a>
</div>
</div>
</article>
<!-- end single blog post -->
</div> <!-- end row -->
</div> <!-- end container -->
</section> <!-- end section -->
<footer id="footer" class="bg-one">
<div class="top-footer">
<div class="container">
<div class="row">
<div class="col-sm-3 col-md-3 col-lg-3">
<h3>about</h3>
<p>Integer posuere erat a ante venenati dapibus posuere velit aliquet. Fusce dapibus, tellus cursus commodo, tortor mauris sed posuere.</p>
</div>
<!-- End of .col-sm-3 -->
<div class="col-sm-3 col-md-3 col-lg-3">
<ul>
<li><h3>Our Services</h3></li>
<li><a href="#">Graphic Design</a></li>
<li><a href="#">Web Design</a></li>
<li><a href="#">Web Development</a></li>
</ul>
</div>
<!-- End of .col-sm-3 -->
<div class="col-sm-3 col-md-3 col-lg-3">
<ul>
<li><h3>Quick Links</h3></li>
<li><a href="#">Partners</a></li>
<li><a href="#">About</a></li>
<li><a href="#">FAQ’s</a></li>
<li><a href="#">Badges</a></li>
</ul>
</div>
<!-- End of .col-sm-3 -->
<div class="col-sm-3 col-md-3 col-lg-3">
<ul>
<li><h3>Connect with us Socially</h3></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Youtube</a></li>
<li><a href="#">Pinterest</a></li>
</ul>
</div>
<!-- End of .col-sm-3 -->
</div>
</div> <!-- end container -->
</div>
<div class="footer-bottom">
<h5>Copyright 2016. All rights reserved.</h5>
<h6>Design and Developed by <a href="">Themefisher</a></h6>
</div>
</footer> <!-- end footer -->
<!-- end Footer Area
========================================== -->
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"></script>
<script src="plugins/google-map/gmap.js"></script>
<!-- Form Validation -->
<script src="plugins/form-validation/jquery.form.js"></script>
<script src="plugins/form-validation/jquery.validate.min.js"></script>
<!-- Bootstrap4 -->
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Parallax -->
<script src="plugins/parallax/jquery.parallax-1.1.3.js"></script>
<!-- lightbox -->
<script src="plugins/lightbox2/dist/js/lightbox.min.js"></script>
<!-- Owl Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<!-- filter -->
<script src="plugins/filterizr/jquery.filterizr.min.js"></script>
<!-- Smooth Scroll js -->
<script src="plugins/smooth-scroll/smooth-scroll.min.js"></script>
<!-- Custom js -->
<script src="js/script.js"></script>
</body>
</html>