-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex2.html
585 lines (584 loc) · 31.5 KB
/
index2.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
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
<!DOCTYPE html>
<html lang="en">
<head>
<title>Payloan - Banking & Business Loan HTML5 Responsive Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Include All CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="css/payloan-icon.css"/>
<link rel="stylesheet" type="text/css" href="css/icofont.css"/>
<link rel="stylesheet" type="text/css" href="css/animate.css"/>
<link rel="stylesheet" type="text/css" href="css/settings.css"/>
<link rel="stylesheet" type="text/css" href="css/slick.css"/>
<link rel="stylesheet" type="text/css" href="css/owl.theme.css"/>
<link rel="stylesheet" type="text/css" href="css/owl.carousel.css"/>
<link rel="stylesheet" type="text/css" href="css/preset.css"/>
<link rel="stylesheet" type="text/css" href="css/theme.css"/>
<link rel="stylesheet" type="text/css" href="css/responsive.css"/>
<!-- Favicon Icon -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Preloading -->
<div class="preloader text-center">
<div class="la-ball-circus la-2x">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- Preloading -->
<!-- Header section -->
<header class="header_1" id="header">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-3 col-md-3">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt=""></a>
</div>
</div>
<div class="col-lg-7 col-md-7">
<nav class="mainmenu MenuInRight text-right">
<a href="javascript:void(0);" class="mobilemenu d-md-none d-lg-none d-xl-none">
<span></span>
<span></span>
<span></span>
</a>
<ul>
<li class="menu-item-has-children">
<a href="#">home</a>
<ul class="sub-menu">
<li><a href="index.html">Home 01</a></li>
<li><a href="index2.html">Home 02</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Services</a>
<ul class="sub-menu">
<li><a href="services.html">Service 01</a></li>
<li><a href="services2.html">Service 02</a></li>
<li><a href="service_details.html">Service Details</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Pages</a>
<ul class="sub-menu">
<li><a href="about.html">About</a></li>
<li><a href="404.html">404 Page</a></li>
<li><a href="faq.html">Faq Page</a></li>
<li class="menu-item-has-children">
<a href="#">Portfolio</a>
<ul class="sub-menu">
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="portfolio_detail.html">Portfolio Details</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Testimonial</a>
<ul class="sub-menu">
<li><a href="testimonial.html">Testimonial 01</a></li>
<li><a href="testimonial2.html">Testimonial 02</a></li>
</ul>
</li>
<li><a href="team.html">Team Member</a></li>
<li><a href="application_form.html">Application Form</a></li>
<li><a href="loan_calculation.html">Loan Calculation</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Blog</a>
<ul class="sub-menu">
<li><a href="blog.html">Blog Page</a></li>
<li><a href="single_blog.html">Blog Details</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="col-lg-2 col-md-2 hidden-xs">
<div class="navigator_btn btn_bg text-right">
<a class="common_btn" href="#">Apply Now</a>
</div>
</div>
</div>
</div>
</header>
<!-- Header section -->
<!-- Payloan_header_bg section -->
<section class="payloan_header_bg header_bg_2">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="welcome_area">
<div class="welcome_text">
<h1>Business loan no hidden charge.</h1>
<p>We are here to help you when you need your financial support, then we are help you.</p>
</div>
<div class="welcome_button">
<a href="#" class="common_btn">Contact Us</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="header_img">
<img src="images/slider/5.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- Payloan_header_bg section -->
<!-- Common section -->
<section class="commonSection homeService_2">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="sec_title">We provide awesome <br>services, it’s here.</h2>
<p class="sec_desc">
Simply import the sample files we ship with the theme and the core structure for your site is already<br>
mind that even if you don’t use the demo content, you’ll be much better off than with most other
</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="singleService_4">
<i class="flaticon-money"></i>
<h1>9.35%</h1>
<div class="clearfix"></div>
<h4>Personal Loan</h4>
<p>Stay turned the world theme better finance & business.</p>
<h5>20 months installment</h5>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="singleService_4">
<i class="flaticon-mortgage-loan"></i>
<h1>10.2%</h1>
<div class="clearfix"></div>
<h4>Business Loan</h4>
<p>Stay turned the world theme better finance & business.</p>
<h5>20 months installment</h5>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="singleService_4">
<i class="flaticon-loan-1"></i>
<h1>28.6%</h1>
<div class="clearfix"></div>
<h4>Education Loan</h4>
<p>Stay turned the world theme better finance & business.</p>
<h5>20 months installment</h5>
</div>
</div>
</div>
</div>
</section>
<!-- Common section -->
<!-- Common section -->
<section class="commonSection callToAction">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="tw-stretch-element-inside-column">
<div class="callImage">
<img src="images/home/3.png" alt=""/>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="serviceArea">
<h3>Manager will contact you to clear the details.</h3>
<p>
Simply import the sample files we ship with the them
award winning car loans with payloan. the core and
structure for your site already minde that and even
if you don’t use the demo content.
</p>
<p>
The core structure for your site already mind that and
even if you don’t use the demo content.
</p>
<a href="#" class="common_btn">Call Us Now</a>
</div>
</div>
</div>
</div>
</section>
<!-- Common section -->
<!-- Common section -->
<section class="commonSection applicatioProces_2">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="sec_title">Fast and very easy<br> application process here</h2>
<p class="sec_desc">
Simply import the sample files we ship with the theme and the core structure for your site is already<br>
mind that even if you don’t use the demo content, you’ll be much better off than with most other
</p>
</div>
</div>
<div class="service_border">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="singleProcess_3 padTop_1">
<div class="flipper">
<div class="front">
<div class="bg_number">
<h1>01</h1>
</div>
<h4>Apply Bank Loan</h4>
</div>
<div class="back">
<div class="bg_number">
<h1>01</h1>
</div>
<h4>Apply Bank Loan</h4>
<p>We are provide best services and finaancial solution for you.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="singleProcess_3">
<div class="flipper">
<div class="front">
<div class="bg_number">
<h1>02</h1>
</div>
<h4>Approved Bank Loan</h4>
</div>
<div class="back">
<div class="bg_number">
<h1>02</h1>
</div>
<h4>Approved Bank Loan</h4>
<p>We are provide best services and finaancial solution for you.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="singleProcess_3 lastBox">
<div class="flipper">
<div class="front">
<div class="bg_number">
<h1>03</h1>
</div>
<h4>Review Your Loan</h4>
</div>
<div class="back">
<div class="bg_number">
<h1>03</h1>
</div>
<h4>Review Your Loan</h4>
<p>We are provide best services and finaancial solution for you.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Common section -->
<!-- Common section -->
<section class="commonSection callToAction_2">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="serviceArea">
<h3>Award winning car loans with payloan.</h3>
<p>
It doesn’t matter you want touse solid image pattern
one of your favorite images across the entire backgr
your site lets you upload or choose an image or color
and instantly shows the changes.
</p>
<h5>
One of your favorite are images across the enter
your site lets you upload orem choose an image
and instantly shows the changes.
</h5>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="tw-stretch-element-inside-column">
<div class="callImage">
<img src="images/home/4.png" alt=""/>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Common section -->
<!-- Common section -->
<section class="commonSection teamProcess">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="sec_title">Fast and very easy<br> application process here</h2>
<p class="sec_desc">
Simply import the sample files we ship with the theme and the core structure for your site is already<br>
mind that even if you don’t use the demo content, you’ll be much better off than with most other
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="slider-nav">
<li role="presentation"><img src="images/home/3.jpg" alt=""/></li>
<li role="presentation"><img src="images/home/4.jpg" alt=""/></li>
<li role="presentation"><img src="images/home/5.jpg" alt=""/></li>
<li role="presentation"><img src="images/home/6.jpg" alt=""/></li>
<li role="presentation"><img src="images/home/7.jpg" alt=""/></li>
</ul>
<div class="team_slider text-center">
<div class="singleTM">
<div class="teamDesc">
<img src="images/quote2.png" alt=""/>
<p>
Make a site look like the demo, so to make your start into the world of<br>
possible we have included the demo content from and our showcase site import<br>
the sample files we ship with the theme and the core structure for your site<br>
already built in mind that evene the demo content
</p>
</div>
<div class="detail_TM">
<h5>Sabrina Michele</h5>
<p>UI/UX Designer</p>
<div class="star-rating">
<i class="icofont-star"></i>
<i class="icofont-star"></i>
<i class="icofont-star"></i>
<span>
<i class="icofont-star"></i>
<i class="icofont-star"></i>
</span>
</div>
</div>
</div>
<div class="singleTM">
<div class="teamDesc">
<img src="images/quote2.png" alt=""/>
<p>
Make a site look like the demo, so to make your start into the world of<br>
possible we have included the demo content from and our showcase site import<br>
the sample files we ship with the theme and the core structure for your site<br>
already built in mind that evene the demo content
</p>
</div>
<div class="detail_TM">
<h5>Sabrina Michele</h5>
<p>UI/UX Designer</p>
<div class="star-rating">
<i class="icofont-star"></i>
<i class="icofont-star"></i>
<i class="icofont-star"></i>
<span>
<i class="icofont-star"></i>
<i class="icofont-star"></i>
</span>
</div>
</div>
</div>
<div class="singleTM">
<div class="teamDesc">
<img src="images/quote2.png" alt=""/>
<p>
Make a site look like the demo, so to make your start into the world of<br>
possible we have included the demo content from and our showcase site import<br>
the sample files we ship with the theme and the core structure for your site<br>
already built in mind that evene the demo content
</p>
</div>
<div class="detail_TM">
<h5>Sabrina Michele</h5>
<p>UI/UX Designer</p>
<div class="star-rating">
<i class="icofont-star"></i>
<i class="icofont-star"></i>
<i class="icofont-star"></i>
<span>
<i class="icofont-star"></i>
<i class="icofont-star"></i>
</span>
</div>
</div>
</div>
<div class="singleTM">
<div class="teamDesc">
<img src="images/quote2.png" alt=""/>
<p>
Make a site look like the demo, so to make your start into the world of<br>
possible we have included the demo content from and our showcase site import<br>
the sample files we ship with the theme and the core structure for your site<br>
already built in mind that evene the demo content
</p>
</div>
<div class="detail_TM">
<h5>Sabrina Michele</h5>
<p>UI/UX Designer</p>
<div class="star-rating">
<i class="icofont-star"></i>
<i class="icofont-star"></i>
<i class="icofont-star"></i>
<span>
<i class="icofont-star"></i>
<i class="icofont-star"></i>
</span>
</div>
</div>
</div>
<div class="singleTM">
<div class="teamDesc">
<img src="images/quote2.png" alt=""/>
<p>
Make a site look like the demo, so to make your start into the world of<br>
possible we have included the demo content from and our showcase site import<br>
the sample files we ship with the theme and the core structure for your site<br>
already built in mind that evene the demo content
</p>
</div>
<div class="detail_TM">
<h5>Sabrina Michele</h5>
<p>UI/UX Designer</p>
<div class="star-rating">
<i class="icofont-star"></i>
<i class="icofont-star"></i>
<i class="icofont-star"></i>
<span>
<i class="icofont-star"></i>
<i class="icofont-star"></i>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Common section -->
<!-- Common section -->
<section class="commonSection callToAction_3">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-8">
<h2 class="sec_title">
We’re all about helping you
reach your next financial goal
and loan help.
</h2>
</div>
<div class="col-lg-5 col-md-4 text-right">
<a class="common_btn" href="#">Contact Now</a>
</div>
</div>
</div>
</section>
<!-- Common section -->
<!-- Common section -->
<section class="commonSection latestPostSec">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="sec_title">News Post<br> Warm content of todays</h2>
<p class="sec_desc">
Simply import the sample files we ship with the theme and the core structure for your site is already<br>
mind that even if you don’t use the demo content, you’ll be much better off than with most other
</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="latestPost_2 mrRight_25">
<div class="LPThumb overlay">
<img src="images/home/1.jpg" alt=""/>
</div>
<p>22 December, 2019</p>
<h3><a href="single_blog.html">Simply import the sample files weam ship and core structure mind content.</a></h3>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="latestPost_2 mrLeft_25">
<div class="LPThumb overlay">
<img src="images/home/2.jpg" alt=""/>
</div>
<p>22 December, 2019</p>
<h3><a href="single_blog.html">Simply import the sample files weam ship and core structure mind content.</a></h3>
</div>
</div>
</div>
</div>
</section>
<!-- Common section -->
<!-- footer section -->
<footer class="footer footer_2">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<aside class="widget about_widgets">
<img src="images/foo_logo.png" alt=""/>
<p>88 694 895 684</p>
<p>88 487 983 576</p>
<p>[email protected]</p>
</aside>
</div>
<div class="col-lg-4 col-md-6">
<aside class="widget links">
<h4>Quick Links</h4>
<ul>
<li><a href="#">How it Works</a></li>
<li><a href="#">Guarantee</a></li>
<li><a href="#">Security</a></li>
<li><a href="#">Report Bug</a></li>
<li><a href="#">Pricing</a></li>
</ul>
</aside>
</div>
<div class="col-lg-4 col-md-6">
<aside class="widget subscribe_widgets">
<h3>Subscribe our newsletter.</h3>
<form action="#" method="post">
<input type="email" placeholder="[email protected]" name="email"/>
<input type="text" placeholder="+88 00 *** *** ***" name="phone"/>
<input type="submit" value="Subscribe now">
</form>
</aside>
</div>
</div>
</div>
</footer>
<!-- footer section -->
<!-- Copyright section -->
<section class="copyright copyright_2">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<p>Copyright <i class="icofont-copyright"></i> 2019; All Right Reserved</p>
</div>
</div>
</div>
</section>
<!-- Copyright section -->
<!-- Include All JS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.themepunch.revolution.min.js"></script>
<script src="js/jquery.themepunch.tools.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/shuffle.js"></script>
<script src="js/slick.js"></script>
<script src="js/gmaps.js"></script>
<script src="https://maps.google.com/maps/api/js?key=AIzaSyCysDHE3s4Qw3nTh9o58-2mJcqvR6HV8Kk"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/theme.js"></script>
</body>
</html>