-
Notifications
You must be signed in to change notification settings - Fork 1
/
portfolio_detail.html
329 lines (317 loc) · 18.1 KB
/
portfolio_detail.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
<!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-lg-12">
<div class="bannerTitle text-left">
<h2>Portfolio Details</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 portfolioDetilPage">
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="folio_area_details">
<div class="folioPostContent">
<h2>We have 25+ years experiences in sector and build your dream with payloan.</h2>
<p>
Simply import the sample files we ship with the theme and the core structur for your site isse already mind that
you don’t use the demo content, you be much bettere off than with most othere weth them theme and the core
your site is already mind that even offer you don’t use the demo content, you’ll bee much better off than withen
with the theme and the core structur for your site is already mind.
</p>
<img src="images/folio/10.jpg" alt=""/>
<p>
Critise import the sample files we ship with the theme and the core structur for your site isse already mind that
you don’t use the demo content, you be much bettere off than with most othere weth them theme and the core
your site is already mind that even offer you don’t use the demo content, you’ll bee much better off than withen
with the theme and the core structur for your site is already mind.
</p>
<p>
Domm import the sample files we ship with the theme and the core structur for your site isse already mind that
you don’t use the demo content, you be much bettere off than with most othere weth them theme and the core
your site is already mind that even offer you don’t use the demo content, you’ll bee much better off than withen
with the theme and the core structur for your site is already mind.
</p>
</div>
<div class="helpingPost">
<h3>
We’re all about helping you
reach your next financial goal
and loan help.
</h3>
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="loanDesc"><h5>Project Name</h5> : <p>Business Loan</p></div>
<div class="loanDesc"><h5>Duration</h5> : <p>25 Months.</p></div>
<div class="loanDesc"><h5>Clients</h5> : <p>Kharis Dopis</p></div>
</div>
<div class="col-lg-6 col-md-6">
<div class="loanDesc"><h5>Budget</h5> : <p>$6894 Only</p></div>
<div class="loanDesc"><h5>Category</h5> : <p>Business</p></div>
<div class="loanDesc"><h5>Location</h5> : <p>528 Khsiam Pakistan, 28.</p></div>
</div>
</div>
</div>
<div class="related_folio">
<h3>Related Project:</h3>
<div class="related_slide">
<div class="singleFolio">
<div class="folioThumb">
<img src="images/folio/11.jpg" alt=""/>
</div>
<div class="foilo_overlay">
<div class="folio_aling">
<h4><a href="#">Business Loan</a></h4>
<p>
Stay turned the world theme
better finance & business.
</p>
<a class="common_btn" href="#">View Details</a>
</div>
</div>
</div>
<div class="singleFolio">
<div class="folioThumb">
<img src="images/folio/12.jpg" alt=""/>
</div>
<div class="foilo_overlay">
<div class="folio_aling">
<h4><a href="#">Personal Loan</a></h4>
<p>
Stay turned the world theme
better finance & business.
</p>
<a class="common_btn" href="#">View Details</a>
</div>
</div>
</div>
<div class="singleFolio">
<div class="folioThumb">
<img src="images/folio/11.jpg" alt=""/>
</div>
<div class="foilo_overlay">
<div class="folio_aling">
<h4><a href="#">Business Loan</a></h4>
<p>
Stay turned the world theme
better finance & business.
</p>
<a class="common_btn" href="#">View Details</a>
</div>
</div>
</div>
<div class="singleFolio">
<div class="folioThumb">
<img src="images/folio/12.jpg" alt=""/>
</div>
<div class="foilo_overlay">
<div class="folio_aling">
<h4><a href="#">Personal Loan</a></h4>
<p>
Stay turned the world theme
better finance & business.
</p>
<a class="common_btn" href="#">View Details</a>
</div>
</div>
</div>
</div>
</div>
</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>loanplus@gmail.com</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>