-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlead-genrator-landing-page.html
626 lines (605 loc) · 29.8 KB
/
lead-genrator-landing-page.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
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
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Borrow - is the loan company, Business Website Template.">
<meta name="keywords" content="Financial Website Template, Bootstrap Template, Loan Product, Personal Loan, ">
<title>Borrow - A Loan Company Website Templates</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/fontello.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700%7CMerriweather:300,300i,400,400i,700,700i" rel="stylesheet">
<!-- owl Carousel Css -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-gr-c-s-loaded="true">
<!-- .top-bar -->
<div class="header header-wide">
<div class="container">
<div class="row">
<div class="col-xl-2 col-lg-2 col-md-3 col-sm-6 col-6">
<!-- logo -->
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="Borrow - Loan Company Website Template"></a>
</div>
</div>
<!-- logo -->
<div class="col-xl-10 col-lg-10 col-md-9 col-sm-12 col-12 text-right">
<p class="lead">Speak to a Loan Advisor Today! Call <strong class="text-bold">1-800-123-4567</strong></p>
</div>
</div>
</div>
</div>
<!-- ./.top-bar -->
<!-- hero-wrapper -->
<div class="lead-hero-wrapper">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-5 col-md-12 col-sm-12 col-12">
<!-- hero-caption -->
<div class="lead-hero-caption">
<h1 class="lead-hero-title">Lead Generation Page</h1>
<p>A personal loan Lead Generation Templates is a short to medium term unsecured loan (no collateral) that you can use to meet current financial needs. </p>
<p class="lead mb0 text-white">Apply For <strong class="text-white">$1000 to $7000</strong></p>
<span>(Minimum loan amount $1000)</span>
<div class="rating-list">
<span><i class="fa fa-star"></i></span>
<span><i class="fa fa-star"></i></span>
<span><i class="fa fa-star"></i></span>
<span><i class="fa fa-star"></i></span>
<span><i class="fa fa-star-half"></i></span>
<span class="text-white">4.5 / 5 (15 Reviews)</span>
</div>
</div>
<!-- /.hero-caption -->
</div>
<div class="offset-xl-1 col-xl-6 offset-lg-1 col-lg-6 col-md-12 col-sm-12 col-12">
<div class="lead-calculator pinside40">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 mb10">
<h2 class="text-white mb20">Get a Loan Today</h2>
<div class="slider">
<h4 class="text-white">Loan Amount</h4>
<div id="pricipal-slide"></div>
<div>
<h6 id="pricipal" class="text-white"></h6>
</div>
</div>
<div class="slider">
<h4 class="text-white">Loan Months</h4>
<div id="totalyear-slide"></div>
<div>
<h6 id="totalyear" class="text-white"></h6>
</div>
</div>
<div class="slider">
<h4 class="text-white">Interest Rate</h4>
<div id="intrest-slide"></div>
<div>
<h6 id="intrest" class="text-white"></h6>
<span class="percentage-text">%</span>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-12 col-12">
<div class="single-total">
<h5 class="lead-cal-small-text">Loan EMI</h5>
<h4 class="text-white emi-price" id="emi">0</h4>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12">
<div class="single-total">
<h5 class="lead-cal-small-text">Total Interest Payable</h5>
<h4 class="text-white" id="tbl_emi">0</h4>
</div>
</div>
<div class="col-xl-5 col-lg-5 col-md-6 col-sm-12 col-12">
<div class="single-total">
<h5 class="lead-cal-small-text">Total Payment (Pri + Int)</h5>
<h4 class="text-white" id="tbl_la">0</h4>
</div>
</div>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 text-right">
<button class="btn btn-default btn-sm">APPLY NOW</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /.hero-wrapper -->
<!-- how-it-works -->
<div class="bg-light section-space80">
<div class="container">
<div class="row">
<div class="offset-xl-2 col-xl-8 offset-lg-2 col-lg-8 offset-md-2 col-md-8 col-sm-12 col-12">
<div class="mb30 text-center section-title">
<!-- section title start-->
<h1>How to apply loan 3 step only</h1>
</div>
<!-- /.section title start-->
</div>
</div>
<div class="row">
<!-- process -->
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-12">
<div class="bg-white pinside40 number-block mb30">
<div class="pink-circle circle"><span class="number">1</span></div>
<h3>Apply in Minutes</h3>
<p>Sed ac turpu nisl cimcursus aeget nuusce vhicula sapien nuncsit amet finibusas.</p>
</div>
</div>
<!-- /.process -->
<!-- process -->
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-12">
<div class="bg-white pinside40 number-block mb30">
<div class="pink-circle circle"><span class="number">2</span></div>
<h3>Verify and Approve</h3>
<p>Nullam suscipielit a impediet comodo elite xfiibus mauris selaoreet jaliquam.</p>
</div>
</div>
<!-- /.process -->
<!-- process -->
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-12">
<div class="bg-white pinside40 number-block mb30">
<div class="pink-circle circle"><span class="number">3</span></div>
<h3>Recive Your Money</h3>
<p>Donec sagittis massa nulla faucibus pretium donecute ligula sitamet lentum.</p>
</div>
</div>
<!-- /.process -->
</div>
</div>
</div>
<!-- /.how-it-works -->
<!-- why-choose -->
<div class="bg-white section-space80">
<div class="container">
<div class="row">
<div class="offset-xl-2 col-xl-8 offset-lg-2 col-lg-8 offset-md-2 col-md-8 col-sm-12 col-12">
<div class="mb30 text-center section-title">
<!-- section title start-->
<h1>Why choose borrow loan</h1>
</div>
<!-- /.section title start-->
</div>
</div>
<div class="row">
<!-- features -->
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-4 col-12">
<div class="bg-white pinside30 mb30 highlight-outline outline">
<h4>Direct Lender</h4>
<p>Sed ac turpu nisl cimcursus aeget nuusce vhicula sapien nun csit amet finibusas.</p>
</div>
</div>
<!-- /.features -->
<!-- features -->
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-4 col-12">
<div class="bg-white pinside30 mb30 highlight-outline outline">
<h4>Fast Online Application </h4>
<p>Cras viverra, ipsum sit amet hendrerit tempor, dolor eros fringilla nisi, at sagittis magna nibh et tortor. </p>
</div>
</div>
<!-- /.features -->
<!-- features -->
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-4 col-12">
<div class="bg-white pinside30 mb30 highlight-outline outline">
<h4>No Payout Fee</h4>
<p>Ut faucibus, mauris vel lobortis lobortis, dolor justo sagittis leo, vitae tempus eros metus sit amet libero. </p>
</div>
</div>
<!-- /.features -->
<!-- features -->
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-4 col-12">
<div class="bg-white pinside30 mb30 highlight-outline outline">
<h4>Multiple Repayment Options</h4>
<p>Donec vel nunc at odio sollicitudin efficitur. Vestibulum vel nisl non sem gravida aliquet. Etiam id aliquet enim.</p>
</div>
</div>
<!-- /.features -->
<!-- features -->
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-4 col-12">
<div class="bg-white pinside30 mb30 highlight-outline outline">
<h4>No Hidden Costs</h4>
<p>Aenean consectetur nunc eget augue sollicitudin euismod eu nec orci.</p>
</div>
</div>
<!-- /.features -->
<!-- features -->
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-4 col-12">
<div class="bg-white pinside30 mb30 highlight-outline outline">
<h4>Fully Authorised Authority</h4>
<p>Curabitur ornare, magna a scelerisque ullamcorper, est lorem porta nibm at diam sed feugiat.</p>
</div>
</div>
<!-- /.features -->
</div>
</div>
</div>
<!--/.why-choose -->
<!-- counters -->
<div class="counter-wrapper">
<div class="container">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-12">
<!-- counter-block -->
<div class="counter-block">
<div class="counter" data-count="105000">0</div>
<p class="text-white"><strong>User</strong></p>
</div>
<!--/.counter-block -->
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-12">
<!-- counter-block -->
<div class="counter-block">
<div class="counter" data-count="1500">0</div><span class="counter-small-text">million</span>
<p class="text-white text-center"><strong>Applocations received &<br>
evaluted </strong></p>
<!-- /.counter-block -->
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-12">
<!-- counter-block -->
<div class="counter-block">
<div class="counter" data-count="92%">0</div><span class="counter-small-text">%</span>
<p class="text-white"><strong>Customer satisfied </strong></p>
</div>
<!-- /.counter-block -->
</div>
</div>
</div>
</div>
<!-- /.counters -->
<!-- testimonial-section -->
<div class="bg-white section-space80">
<div class="container">
<div class="row">
<div class="offset-xl-2 col-xl-8 offset-lg-2 col-lg-8 offset-md-2 col-md-8 col-sm-12 col-12">
<div class="mb40 text-center section-title">
<!-- section title start-->
<h1>What our customer says</h1>
</div>
<!-- /.section title start-->
</div>
</div>
<div class="row">
<!-- testimonial-block -->
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
<div class="lead-testimonial testimonial-block bg-yellow-light mb30 pinside30">
<div class="customer-quote-circle">
<i class="fa fa-quote-left"></i>
</div>
<p class="testimonial-text mb10">“Excellent, Fast and easy I m really happy.estibulum rutrum aliquet sapien porta one nteueed auctor vellacus sollicitud congue vitaeeuesounse”</p>
<div class="testimonial-autor-box">
<div class="testimonial-autor">
<h6 class="mb0">- Eula Hank, Company Name</h6>
</div>
</div>
</div>
</div>
<!-- /.testimonial-block -->
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
<!-- testimonial-section -->
<div class="lead-testimonial testimonial-block bg-yellow-light mb30 pinside30">
<div class="customer-quote-circle">
<i class="fa fa-quote-left"></i>
</div>
<p class="testimonial-text mb10">“Fusce commodo purus eget nulla tristique scelerisque. Vivamus sed felis ac justo elementum mattis ut sit amet felis. Cras et lacus mi.”</p>
<div class="testimonial-autor-box">
<div class="testimonial-autor">
<h6 class="mb0">- Nimmo Lukar, Company Name</h6>
</div>
</div>
</div>
<!-- /.testimonial-section -->
</div>
</div>
</div>
</div>
<!-- /.testimonial-section -->
<!-- about-section -->
<div class="bg-light section-space80">
<div class="container">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-8 col-sm-12 col-12">
<div class="mb40 section-title">
<!-- section title start-->
<h1>About Borrow - Loan landing page</h1>
</div>
<!-- /.section title start-->
</div>
</div>
<!-- about-description -->
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
<div class="mb40">
<p class="about-lead-text">Curabitur suscipit sem at ipsum egestas pellen tesque. Fusce id ante urna. Aliquam pellentesque volutpa pendisse elementum vehicula maximus. </p>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
<div class="mb40">
<p>Morbi ac leo facilisis, ornare ante et, sagittis sapien. Nulla dapibus, odio vitae luctus ullamcorper, ipsum justo tincidunt nisi, quis pellentesque diam eros maximus quam.</p>
</div>
</div>
</div>
<!-- /.about-description -->
<!-- about-features -->
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12">
<div class="mb30">
<div class="mb20"><img src="images/currency-icon.png" alt=""></div>
<h3>Fast, Free and Flexible</h3>
<p>Sed ac turpu nisl cimcursus aeget nuusce vhicula sapien nuncsit amet finibusas. </p>
</div>
</div>
<!-- /.about-features -->
<!-- about-features -->
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12">
<div class="mb30">
<div class="mb20"><img src="images/24-hours-icon.png" alt=""></div>
<h3>Reach Us 24/7</h3>
<p>Nullam suscipielit a impediet comodo elitex fiibus mauris selaoreet jaliquam. </p>
</div>
</div>
<!--/.about-features -->
<!-- about-features -->
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12">
<div class="mb30">
<div class="mb20"><img src="images/shield-icon.png" alt=""></div>
<h3>100% Safe and Secure</h3>
<p>Donec sagittis massa nulla faucibus pretium donecute ligula sitamet lentum. </p>
</div>
</div>
<!-- /.about-features -->
</div>
</div>
</div>
<!-- /.about-section -->
<!-- loan-purpose -->
<div class="bg-default section-space80">
<div class="container">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-8 col-sm-12 col-12">
<div class="mb40 section-title text-center">
<!-- section title start-->
<h1 class="text-white">Loan to any purpose</h1>
</div>
<!-- /.section title start-->
</div>
</div>
<div class="row">
<!-- loan-block -->
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12">
<div class="loan-block">
<div class="loan-icon"><img src="images/loan-icon-1.png" alt=""></div>
<div class="loan-content">
<h3 class="text-white">Home Improvement </h3>
<p>Sed ac turpu nisl cimcursus aeget nuusce vhicula sapien nuncsit amet finibusas. </p>
</div>
</div>
</div>
<!-- /.loan-block -->
<!-- loan-block -->
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12">
<div class="loan-block">
<div class="loan-icon"><img src="images/loan-icon-2.png" alt=""></div>
<div class="loan-content">
<h3 class="text-white">Consolidation</h3>
<p>Ipsum justo tincidunt nisi, quis pellentesque diam eros maximus quam. </p>
</div>
</div>
</div>
<!-- /.loan-block -->
<!-- loan-block -->
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12">
<div class="loan-block">
<div class="loan-icon"><img src="images/loan-icon-3.png" alt=""></div>
<div class="loan-content">
<h3 class="text-white">Buy a New car</h3>
<p>Curabitur faucibus arcu onec vestibulum id dui atdui elit, ut natis nisl bibendum sed. </p>
</div>
</div>
</div>
<!-- /.loan-block -->
<!-- loan-block -->
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12">
<div class="loan-block">
<div class="loan-icon"><img src="images/loan-icon-4.png" alt=""></div>
<div class="loan-content">
<h3 class="text-white">Business </h3>
<p>Ipsum justo tincidunt nisi, quis pellentesque diam eros maximus quam. </p>
</div>
</div>
</div>
<!-- /.loan-block -->
<!-- loan-block -->
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12">
<div class="loan-block">
<div class="loan-icon"><img src="images/loan-icon-5.png" alt=""></div>
<div class="loan-content">
<h3 class="text-white">Education</h3>
<p> Curabitur faucibus arcu onec vestibulum id dui atdui elit, ut natis nisl bibendum sed. </p>
</div>
</div>
</div>
<!-- /.loan-block -->
<!-- loan-block -->
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12">
<div class="loan-block">
<div class="loan-icon"><img src="images/loan-icon-6.png" alt=""></div>
<div class="loan-content">
<h3 class="text-white">Personal Loan</h3>
<p>Sed ac turpu nisl cimcursus aeget nuusce vhicula sapien nuncsit amet finibusas. </p>
</div>
</div>
</div>
<!-- /.loan-block -->
</div>
</div>
</div>
<!-- /.loan-purpose -->
<!-- cta-section -->
<div class="section-space80 bg-pink call-to-action">
<div class="container">
<div class="row">
<div class=" offset-xl-2 col-xl-8 offset-lg-2 col-lg-8 col-md-12 col-sm-12 col-12">
<div class="text-center">
<!-- section title start-->
<h1 class="text-white">Let’s Discuss Your Options</h1>
<p class="text-white">Maecenas vitae quam sued lainia interdum aliquam Morbi et faucibus dutesque in vulpate lacuonece dolor mauris solliciudin accun risusde.</p>
<a href="#" class="btn btn-primary">Apply For Free Today</a>
</div>
<!-- /.section title start-->
</div>
</div>
</div>
</div>
<!-- /.cta-section -->
<!-- footer-section -->
<div class="section-space40 bg-white">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12 mb30">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="Borrow - Loan Company Website Template"></a>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12 text-right mt20 mb30">
<div class="">
<a href="#" class="text-black mr-3">Privacy Policy</a><a href="#" class="text-black mr-3">Terms and Conditions</a><a href="#" class="text-black mr-3">Cookie Policy</a><a href="#" class="text-black mr-3">Complaints</a>
</div>
</div>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 ">
<p>© Copyright 2018 | Borrow. All rights reserved</p>
</div>
</div>
</div>
</div>
<!-- /.footer-section -->
<!-- tiny-footer-section -->
<div class="section-space40 bg-dark">
<div class="container">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
<p class="text-light">All Loans is a licensed credit broker and not a lender.
<br>
<br> Fusce elementum at diam sed feugiat. Duis justo risus, efficitur nec volutpat ac, blandit ut metus. Ut faucibus, mauris vel lobortis lobortis, dolor justo sagittis leo, vitae tempus eros metus sit amet libero. Aenean consectetur nunc eget augue sollicitudin euismod eu nec orci.
<br>
<br> Aenean ut enim sodales, congue nisi nec, placerat tortor. Nulla non nisi non nisi gravida sollicitudin vel nec quam. Aliquam ornare accumsan justo, a rhoncus augue varius ac.</p>
</div>
</div>
</div>
</div>
<!-- /.tiny-footer-section -->
<!-- back to top icon -->
<a href="#0" class="cd-top" title="Go to top">Top</a>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- sticky header -->
<script type="text/javascript" src="js/jquery.sticky.js"></script>
<script type="text/javascript" src="js/sticky-header.js"></script>
<!-- slider script -->
<!-- Back to top script -->
<script src="js/back-to-top.js" type="text/javascript"></script>
<script src="js/jquery-ui.js"></script>
<script src="../../../code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$('.counter').each(function() {
var $this = $(this),
countTo = $this.attr('data-count');
$({ countNum: $this.text() }).animate({
countNum: countTo
},
{
duration: 8000,
easing: 'linear',
step: function() {
$this.text(Math.floor(this.countNum));
},
complete: function() {
$this.text(this.countNum);
//alert('finished');
}
});
});
</script>
<script>
(function($) {
$("#pricipal-slide").slider({
range: "min",
min: 500,
max: 7500,
value: 1500,
step: 1000,
slide: function(event, ui) {
$("#pricipal").text(ui.value);
loancalculate();
}
});
$("#pricipal").text($("#pricipal-slide").slider("value"));
$("#totalyear-slide").slider({
range: "min",
min: 12,
max: 360,
step: 1,
value: 120,
slide: function(event, ui) {
$("#totalyear").text(ui.value);
loancalculate();
}
});
$("#totalyear").text($("#totalyear-slide").slider("value"));
$("#intrest-slide").slider({
range: "min",
min: 6.10,
max: 16.20,
step: 0.01,
value: 10,
slide: function(event, ui) {
$("#intrest").text(ui.value);
loancalculate();
}
});
$("#intrest").text($("#intrest-slide").slider("value"));
loancalculate();
})(jQuery);
function loancalculate() {
var loanAmount = $("#pricipal").text();
var numberOfMonths = $("#totalyear").text();
var rateOfInterest = $("#intrest").text();
var monthlyInterestRatio = (rateOfInterest / 100) / 12;
var top = Math.pow((1 + monthlyInterestRatio), numberOfMonths);
var bottom = top - 1;
var sp = top / bottom;
var emi = ((loanAmount * monthlyInterestRatio) * sp);
var full = numberOfMonths * emi;
var interest = full - loanAmount;
var int_pge = (interest / full) * 100;
//$("#tbl_int_pge").html(int_pge.toFixed(2)+" %");
//$("#tbl_loan_pge").html((100-int_pge.toFixed(2))+" %");
var emi_str = emi.toFixed(2).toString().replace(/,/g, "").replace(/\B(?=(\d{3})+(?!\d))/g, ",");
var loanAmount_str = loanAmount.toString().replace(/,/g, "").replace(/\B(?=(\d{3})+(?!\d))/g, ",");
var full_str = full.toFixed(2).toString().replace(/,/g, "").replace(/\B(?=(\d{3})+(?!\d))/g, ",");
var int_str = interest.toFixed(2).toString().replace(/,/g, "").replace(/\B(?=(\d{3})+(?!\d))/g, ",");
$("#emi").html(emi_str);
$("#tbl_emi").html(int_str);
$("#tbl_la").html(full_str);
}
</script>
</body>
</html>