-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservices2.html
364 lines (353 loc) · 18.4 KB
/
services2.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
<!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 class="bg_right">
<!-- 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 -->
<!-- Page Banner -->
<section class="pagebanner">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="bannerTitle text-left">
<h2>Service V2</h2>
<p>We are here to help you when you need your<br>financial support, then we are help you.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Page Banner -->
<!-- Common Section -->
<section class="commonSection servicepage_2">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="singleService_3">
<img src="images/services1.jpg" alt=""/>
<div class="serDetail">
<h4><a href="service_details.html">Personal Loan</a></h4>
<h2>9.35%</h2>
<div class="clearfix"></div>
<p>Stay turned the world theme better finance & business.</p>
<a class="readMore" href="service_details.html">View Details</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="singleService_3">
<img src="images/services2.jpg" alt=""/>
<div class="serDetail">
<h4><a href="service_details.html">Education Loan</a></h4>
<h2>5.24%</h2>
<div class="clearfix"></div>
<p>Stay turned the world theme better finance & business.</p>
<a class="readMore" href="service_details.html">View Details</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="singleService_3">
<img src="images/services3.jpg" alt=""/>
<div class="serDetail">
<h4><a href="service_details.html">Business Loan</a></h4>
<h2>4.65%</h2>
<div class="clearfix"></div>
<p>Stay turned the world theme better finance & business.</p>
<a class="readMore" href="service_details.html">View Details</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="singleService_3">
<img src="images/services1.jpg" alt=""/>
<div class="serDetail">
<h4><a href="service_details.html">Personal Loan</a></h4>
<h2>9.35%</h2>
<div class="clearfix"></div>
<p>Stay turned the world theme better finance & business.</p>
<a class="readMore" href="service_details.html">View Details</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="singleService_3">
<img src="images/services2.jpg" alt=""/>
<div class="serDetail">
<h4><a href="service_details.html">Education Loan</a></h4>
<h2>5.24%</h2>
<div class="clearfix"></div>
<p>Stay turned the world theme better finance & business.</p>
<a class="readMore" href="service_details.html">View Details</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="singleService_3">
<img src="images/services3.jpg" alt=""/>
<div class="serDetail">
<h4><a href="service_details.html">Business Loan</a></h4>
<h2>4.65%</h2>
<div class="clearfix"></div>
<p>Stay turned the world theme better finance & business.</p>
<a class="readMore" href="service_details.html">View Details</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="sec_title">
If you want to see others services!<br>
Quickly hit this button.
</h2>
<a href="#" class="common_btn">Others Services</a>
</div>
</div>
</div>
</section>
<!-- Common Section -->
<!-- Common Section -->
<section class="commonSection custome_sec">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="sec_title">How to say our most<br> honorable customer</h2>
<p class="sec_desc">We are here to help you when you need your financial<br> support, then we are help you.</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="customer_area">
<div class="singleCustomer">
<img src="images/about/5.png" alt=""/>
<div class="quote_img"><img src="images/quote.png" alt=""/></div>
<p>
From time time we need generate
sample names to populate a test
database usually just requiring first
and last names address.
</p>
<h5>Austin Matthews</h5>
<div class="cus_signature">
<img src="images/signature.png" alt=""/>
</div>
</div>
<div class="singleCustomer">
<img src="images/about/5.png" alt=""/>
<div class="quote_img"><img src="images/quote.png" alt=""/></div>
<p>
From time time we need generate
sample names to populate a test
database usually just requiring first
and last names address.
</p>
<h5>Evelyn Goodman</h5>
<div class="cus_signature">
<img src="images/signature.png" alt=""/>
</div>
</div>
<div class="singleCustomer">
<img src="images/about/5.png" alt=""/>
<div class="quote_img"><img src="images/quote.png" alt=""/></div>
<p>
From time time we need generate
sample names to populate a test
database usually just requiring first
and last names address.
</p>
<h5>Calvin Cannon</h5>
<div class="cus_signature">
<img src="images/signature.png" alt=""/>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="customer_thumb">
<img src="images/about/3.png" alt=""/>
</div>
</div>
</div>
</div>
</section>
<!-- Common Section -->
<!-- footer section -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<aside class="widget about_widgets">
<img src="images/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 recent_posts">
<div class="singleLPost">
<h4><a href="#">What should you need do to get personal loan ver easay.</a></h4>
<span>20 days ago</span>
<p>
Many modern alternatives often eumen incorpo
other content actually detracts from...
</p>
</div>
<div class="singleLPost">
<h4><a href="#">What should you need do to get personal loan ver easay.</a></h4>
<span>20 days ago</span>
<p>
Many modern alternatives often eumen incorpo
other content actually detracts from...
</p>
</div>
</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 address" name="email"/>
<input type="text" placeholder="Phone no." name="phone"/>
<input type="submit" value="Subscribe now">
</form>
</aside>
</div>
</div>
</div>
</footer>
<!-- footer section -->
<!-- Copyright section -->
<section class="copyright">
<div class="container">
<div class="row">
<div class="col-sm-6">
<p>Copyright <a href="#">Payloan</a>. All rights reserved</p>
</div>
<div class="col-sm-6 text-right">
<a href="#" id="backTo"><i class="flaticon-chevron"></i></a>
</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>