forked from technext/small-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ads.html
568 lines (528 loc) · 20.4 KB
/
ads.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
<!--
THEME: Small Apps | Bootstrap App Landing Template
VERSION: 1.0.0
AUTHOR: Themefisher
HOMEPAGE: https://themefisher.com/products/small-apps-free-app-landing-page-template/
DEMO: https://demo.themefisher.com/small-apps/
GITHUB: https://github.com/themefisher/Small-Apps-Bootstrap-App-Landing-Template
Get HUGO Version : https://themefisher.com/products/small-apps-hugo-app-landing-theme/
WEBSITE: https://themefisher.com
TWITTER: https://twitter.com/themefisher
FACEBOOK: https://www.facebook.com/themefisher
-->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Small Apps | Bootstrap App Landing Template</title>
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Bootstrap App Landing Template">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="author" content="Themefisher">
<meta name="generator" content="Themefisher Small Apps Template v1.0">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" />
<!-- PLUGINS CSS STYLE -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<link rel="stylesheet" href="plugins/slick/slick.css">
<link rel="stylesheet" href="plugins/slick/slick-theme.css">
<link rel="stylesheet" href="plugins/fancybox/jquery.fancybox.min.css">
<link rel="stylesheet" href="plugins/aos/aos.css">
<!-- CUSTOM CSS -->
<link href="css/style.css" rel="stylesheet">
</head>
<body class="body-wrapper" data-spy="scroll" data-target=".privacy-nav">
<nav class="navbar main-nav navbar-expand-lg px-2 px-sm-0 py-2 py-lg-0">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="ti-menu"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown @@home">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Home
<span><i class="ti-angle-down"></i></span>
</a>
<!-- Dropdown list -->
<ul class="dropdown-menu">
<li><a class="dropdown-item @@home1" href="index.html">Homepage</a></li>
<li><a class="dropdown-item" href="homepage-2.html">Homepage 2</a></li>
<li><a class="dropdown-item @@home3" href="homepage-3.html">Homepage 3</a></li>
<li class="dropdown dropdown-submenu dropright">
<a class="dropdown-item dropdown-toggle" href="#!" id="dropdown0301" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Sub Menu</a>
<ul class="dropdown-menu" aria-labelledby="dropdown0301">
<li><a class="dropdown-item" href="index.html">Submenu 11</a></li>
<li><a class="dropdown-item" href="index.html">Submenu 12</a></li>
</ul>
</li>
</ul>
</li>
<li class="nav-item dropdown @@pages">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Pages
<span><i class="ti-angle-down"></i></span>
</a>
<!-- Dropdown list -->
<ul class="dropdown-menu">
<li><a class="dropdown-item @@team" href="team.html">Team</a></li>
<li><a class="dropdown-item @@career" href="career.html">Career</a></li>
<li><a class="dropdown-item @@blog" href="blog.html">Blog</a></li>
<li><a class="dropdown-item @@blogSingle" href="blog-single.html">Blog Single</a></li>
<li><a class="dropdown-item @@privacy" href="privacy-policy.html">Privacy</a></li>
<li><a class="dropdown-item @@faq" href="FAQ.html">FAQ</a></li>
<li><a class="dropdown-item" href="sign-in.html">Sign In</a></li>
<li><a class="dropdown-item" href="sign-up.html">Sign Up</a></li>
<li><a class="dropdown-item" href="404.html">404</a></li>
<li><a class="dropdown-item" href="comming-soon.html">Coming Soon</a></li>
<li class="dropdown dropdown-submenu dropleft">
<a class="dropdown-item dropdown-toggle" href="#!" id="dropdown0501" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Sub Menu</a>
<ul class="dropdown-menu" aria-labelledby="dropdown0501">
<li><a class="dropdown-item" href="index.html">Submenu 21</a></li>
<li><a class="dropdown-item" href="index.html">Submenu 22</a></li>
</ul>
</li>
</ul>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item @@contact">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!--================================
= Page Title =
=================================-->
<section class="section page-title">
<div class="container">
<div class="row">
<div class="col-sm-8 m-auto">
<!-- Page Title -->
<h1>About Small Apps</h1>
<!-- Page Description -->
<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Cras ultricies ligula sed magna dictum porta.</p>
</div>
</div>
</div>
</section>
<!--==== End of Page Title ====-->
<!--===============================
= Our Story =
================================-->
<section class="section about p-0">
<div class="container">
<div class="row">
<div class="col-lg-6 align-self-center">
<div class="content text-center text-lg-left">
<!-- Headline -->
<h2>This is our story.</h2>
<!-- Story -->
<p>We’re here for those who refuse to settle. Who never stop moving forwards. Who continue to search for new ideas and better experiences in everything they do.
Because today’s hyper-connected world deserves a financial partner just as progressive.One that adapts to your needs, gives you control and constantly pushes you into new exciting spaces.</p>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0">
<!-- Story Image Slider -->
<div class="about-slider">
<!-- Story Image -->
<div class="item">
<img class="w-100" src="images/about/story-slider-01.jpg" alt="slider-image">
</div>
<!-- Story Image -->
<div class="item">
<img class="w-100" src="images/about/story-slider-01.jpg" alt="slider-image">
</div>
<!-- Story Image -->
<div class="item">
<img class="w-100" src="images/about/story-slider-01.jpg" alt="slider-image">
</div>
</div>
</div>
</div>
</div>
</section>
<!--==== End of Our Story ====-->
<!--================================
= Behind Story =
=================================-->
<section class="section">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title mb-0">
<h2>Why we created <a href="https://themefisher.com/products/small-apps-free-app-landing-page-template/">Small Apps</a></h2>
<p>Nulla quis lorem ut libero malesuada feugiat. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla quis lorem ut libero malesuada feugiat. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Proin eget tortor risus. Proin eget tortor risus. Proin eget tortor risus. Nulla quis lorem ut libero malesuada feugiat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat.</p>
</div>
</div>
</div>
</div>
</section>
<!--==== End of Behind Story ====-->
<!--==================================
= Create Story =
===================================-->
<section class="section create-stories pt-0">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="block">
<!-- Image -->
<img class="img-fluid" src="images/blog/post-01.jpg" alt="Story-Image">
<!-- Heading -->
<h3>Our Story</h3>
<!-- Story -->
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla consequat massa.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>
</div>
</div>
<div class="col-lg-6 mt-5 mt-lg-0">
<div class="block">
<!-- Image -->
<img class="img-fluid" src="images/blog/post-03.jpg" alt="Story-Image">
<!-- Heading -->
<h3>What we do</h3>
<!-- Story -->
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla consequat massa.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>
</div>
</div>
</div>
</div>
</section>
<!--==== End of Create Story ====-->
<!--=====================================
= Quotes Slider =
======================================-->
<section class="section quotes pt-0">
<div class="container">
<div class="row">
<div class="col-10 m-auto text-center">
<div class="quote-slider">
<div class="item mb-4">
<!-- Quote -->
<h2>Behind every great product, there is a great mind.</h2>
<!-- Company -->
<cite class="ml-0">-TechCrunch</cite>
</div>
<div class="item mb-4">
<!-- Quote -->
<h2>Behind every great product, there is a great mind.</h2>
<!-- Company -->
<cite class="ml-0">-TechCrunch</cite>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==== End of Quotes Slider ====-->
<!--=====================================
= Client Slider =
======================================-->
<section class="section clients bg-gray">
<div class="container">
<div class="row">
<div class="col-10 m-auto text-center">
<h3>Featured In</h3>
<div class="client-slider">
<div class="item mb-4">
<img class="m-auto" src="images/clients/business-finder.png" alt="business-finder">
</div>
<div class="item mb-4">
<img class="m-auto" src="images/clients/forbes.png" alt="forbes">
</div>
<div class="item mb-4">
<img class="m-auto" src="images/clients/venture-beat.png" alt="venture-beat">
</div>
<div class="item mb-4">
<img class="m-auto" src="images/clients/tech-crunch-new.png" alt="TechCrunch">
</div>
<div class="item mb-4">
<img class="m-auto" src="images/clients/forbes.png" alt="forbes">
</div>
<div class="item mb-4">
<img class="m-auto" src="images/clients/venture-beat.png" alt="venture-beat">
</div>
</div>
</div>
</div>
</div>
</section>
<!--==== End of Client Slider ====-->
<!--==============================
= Investors =
===============================-->
<section class="section investors">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title">
<h2>Our Angel Investors</h2>
<p>Nulla quis lorem ut libero malesuada feugiat. Vivamus magna justo, lacinia
eget consectetur sed, convallis at tellus. Nulla quis lorem ut libero malesuada feugiat. </p>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6">
<div class="block text-center">
<!-- Investor Image -->
<div class="image shadow hover-zoom">
<img class="img-fluid" src="images/team/marketing-team-01.jpg" alt="investor">
</div>
<!-- Company -->
<h3>Spider Web</h3>
<!-- -->
<p>Investor</p>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6">
<div class="block text-center">
<!-- Investor Image -->
<div class="image shadow hover-zoom">
<img class="img-fluid" src="images/team/marketing-team-02.jpg" alt="investor">
</div>
<!-- Company -->
<h3>Spider Web</h3>
<!-- -->
<p>Investor</p>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6">
<div class="block text-center">
<!-- Investor Image -->
<div class="image shadow hover-zoom">
<img class="img-fluid" src="images/team/marketing-team-03.jpg" alt="investor">
</div>
<!-- Company -->
<h3>Spider Web</h3>
<!-- -->
<p>Investor</p>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6">
<div class="block text-center">
<!-- Investor Image -->
<div class="image shadow hover-zoom">
<img class="img-fluid" src="images/team/design-team-01.jpg" alt="investor">
</div>
<!-- Company -->
<h3>Spider Web</h3>
<!-- -->
<p>Investor</p>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6">
<div class="block text-center">
<!-- Investor Image -->
<div class="image shadow hover-zoom">
<img class="img-fluid" src="images/team/design-team-02.jpg" alt="investor">
</div>
<!-- Company -->
<h3>Spider Web</h3>
<!-- -->
<p>Investor</p>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6">
<div class="block text-center">
<!-- Investor Image -->
<div class="image shadow hover-zoom">
<img class="img-fluid" src="images/team/design-team-03.jpg" alt="investor">
</div>
<!-- Company -->
<h3>Spider Web</h3>
<!-- -->
<p>Investor</p>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6">
<div class="block text-center">
<!-- Investor Image -->
<div class="image shadow hover-zoom">
<img class="img-fluid" src="images/team/design-team-01.jpg" alt="investor">
</div>
<!-- Company -->
<h3>Spider Web</h3>
<!-- -->
<p>Investor</p>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-sm-6">
<div class="block text-center">
<!-- Investor Image -->
<div class="image shadow hover-zoom">
<img class="img-fluid" src="images/team/marketing-team-02.jpg" alt="investor">
</div>
<!-- Company -->
<h3>Spider Web</h3>
<!-- -->
<p>Investor</p>
</div>
</div>
</div>
</div>
</section>
<!--===============================
= Our Story =
================================-->
<section class="section about pt-0">
<div class="container">
<div class="row">
<div class="col-lg-6 align-self-center">
<div class="content text-center text-lg-left">
<!-- Headline -->
<h2>This is our story.</h2>
<!-- Story -->
<p>We’re here for those who refuse to settle. Who never stop moving forwards. Who continue to search for new ideas and better experiences in everything they do.
Because today’s hyper-connected world deserves a financial partner just as progressive.One that adapts to your needs, gives you control and constantly pushes you into new exciting spaces.</p>
</div>
</div>
<div class="col-lg-6 mt-5 mt-lg-0">
<!-- Story Image Slider -->
<div class="about-slider">
<!-- Story Image -->
<div class="item">
<img class="w-100" src="images/about/story-slider-01.jpg" alt="slider-image">
</div>
<!-- Story Image -->
<div class="item">
<img class="w-100" src="images/about/story-slider-01.jpg" alt="slider-image">
</div>
<!-- Story Image -->
<div class="item">
<img class="w-100" src="images/about/story-slider-01.jpg" alt="slider-image">
</div>
</div>
</div>
</div>
</div>
</section>
<!--==== End of Our Story ====-->
<!--=====================================
= Section comment =
======================================-->
<section class="section cta-hire bg-gary">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<!-- Hire Title -->
<h2>We are hunting Genius Developers</h2>
<!-- Job Description -->
<p>Sed porttitor lectus nibh. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Pellentesque
in ipsum id orci porta dapibus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.</p>
<!-- Action Button -->
<a href="contact.html" class="mt-3 btn btn-main-md">Join the team</a>
</div>
</div>
</div>
</section>
<!--==== End of Section comment ====-->
<!--============================
= Footer =
=============================-->
<footer>
<div class="footer-main">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-12 m-md-auto align-self-center">
<div class="block">
<a href="index.html"><img src="images/logo-alt.png" alt="footer-logo"></a>
<!-- Social Site Icons -->
<ul class="social-icon list-inline">
<li class="list-inline-item">
<a href="https://www.facebook.com/themefisher"><i class="ti-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/themefisher"><i class="ti-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/themefisher/"><i class="ti-instagram"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-3 col-6 mt-5 mt-lg-0">
<div class="block-2">
<!-- heading -->
<h6>Product</h6>
<!-- links -->
<ul>
<li><a href="team.html">Teams</a></li>
<li><a href="blog.html">Blogs</a></li>
<li><a href="FAQ.html">FAQs</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-3 col-6 mt-5 mt-lg-0">
<div class="block-2">
<!-- heading -->
<h6>Resources</h6>
<!-- links -->
<ul>
<li><a href="sign-up.html">Singup</a></li>
<li><a href="sign-in.html">Login</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-3 col-6 mt-5 mt-lg-0">
<div class="block-2">
<!-- heading -->
<h6>Company</h6>
<!-- links -->
<ul>
<li><a href="career.html">Career</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="team.html">Investor</a></li>
<li><a href="privacy.html">Terms</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-3 col-6 mt-5 mt-lg-0">
<div class="block-2">
<!-- heading -->
<h6>Company</h6>
<!-- links -->
<ul>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="text-center bg-dark py-4">
<small class="text-secondary">Copyright © <script>document.write(new Date().getFullYear())</script>. Designed & Developed by <a href="https://themefisher.com/">Themefisher</a></small class="text-secondary">
</div>
<div class="text-center bg-dark py-1">
<small> <p>Distributed By <a href="https://themewagon.com/">Themewagon</a></p></small class="text-secondary">
</div>
</footer>
<!-- To Top -->
<div class="scroll-top-to">
<i class="ti-angle-up"></i>
</div>
<!-- JAVASCRIPTS -->
<script src="plugins/jquery/jquery.min.js"></script>
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<script src="plugins/slick/slick.min.js"></script>
<script src="plugins/fancybox/jquery.fancybox.min.js"></script>
<script src="plugins/syotimer/jquery.syotimer.min.js"></script>
<script src="plugins/aos/aos.js"></script>
<!-- google map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAgeuuDfRlweIs7D6uo4wdIHVvJ0LonQ6g"></script>
<script src="plugins/google-map/gmap.js"></script>
<script src="js/script.js"></script>
</body>
</html>