-
Notifications
You must be signed in to change notification settings - Fork 1
/
single_blog.html
365 lines (356 loc) · 21.3 KB
/
single_blog.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
<!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>Blog 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 singlblogPage">
<div class="container">
<div class="row">
<div class="col-lg-9 col-md-8">
<div class="singleBlogDetails">
<div class="blogThumb">
<img src="images/blog/1.jpg" alt=""/>
</div>
<div class="blogDetail">
<h3>We provide best financial soluation.</h3>
<div class="author">By : Habibur Rahman <span>(05 Jan 2019).</span></div>
<p>
We all know how hard it can be to make a site look like the demo, so to make your start into
the world of as easy as possible have included the demo content from showcase site imply
import the sample files we ship with the theme and the core structure for your site is aleady
built mind that even if you don’t use the demo content.
</p>
<p>
We all know how hard it can be to make a site look like the demo, so to make your start into
the world of as easy as possible have included the demo content from showcase site imply
import the sample files we ship with the theme.
</p>
<p>
We all know how hard it can be to make a site look like the demo, so to make your start into
the world of as easy as possible have included the demo content from showcase site imply
import the sample files we ship with the theme.
</p>
<ul>
<li>
Make your start into the world of as easy as possible have included the content
from showcase site imply import the sample files we ship with the theme.
</li>
<li>
Make your start into the world of as easy as possible have included the content
from showcase site imply import the sample files we ship with the theme.
</li>
<li>
Make your start into the world of as easy as possible have included the content
from showcase site imply import the sample files we ship with the theme.
</li>
</ul>
<p>
We all know how hard it can be to make a site look like the demo, so to make your start into
the world of as easy as possible have included the demo content from showcase site imply
import the sample files we ship with the theme and the core structure for your site is aleady
built mind that even if you don’t use the demo content.
</p>
<p>
We all know how hard it can be to make a site look like the demo, so to make your start into
the world of as easy as possible have included the demo content from showcase site imply
import the sample files we ship with the theme.
</p>
</div>
<div class="blog_social">
<a class="fac" href="#">Facebook</a>
<a class="goo" href="#">Google</a>
<a class="sky" href="#">Skype</a>
<a class="beh" href="#">Behance</a>
</div>
<div class="related_post">
<h3>Related Post:</h3>
<div class="related_post_slide">
<div class="SRPost">
<img src="images/blog/4.jpg" alt=""/>
<h4><a href="#">Batin the word in classical</a></h4>
<p>We all know how hard it can be to make a site look like the demo soe make your start into.</p>
</div>
<div class="SRPost">
<img src="images/blog/5.jpg" alt=""/>
<h4><a href="#">Currently working medical</a></h4>
<p>We all know how hard it can be to make a site look like the demo soe make your start into.</p>
</div>
<div class="SRPost">
<img src="images/blog/4.jpg" alt=""/>
<h4><a href="#">Batin the word in classical</a></h4>
<p>We all know how hard it can be to make a site look like the demo soe make your start into.</p>
</div>
<div class="SRPost">
<img src="images/blog/5.jpg" alt=""/>
<h4><a href="#">Currently working medical</a></h4>
<p>We all know how hard it can be to make a site look like the demo soe make your start into.</p>
</div>
</div>
</div>
<div class="commentFrom">
<h3>Leave a comment:</h3>
<form action="#" method="post" class="row">
<div class="col-md-6">
<input required="" type="text" name="name" placeholder="Name here">
</div>
<div class="col-md-6">
<input required="" type="email" name="email" placeholder="Email here">
</div>
<div class="col-md-12">
<textarea required="" name="comment" placeholder="Comment here...."></textarea>
</div>
<div class="col-md-12">
<button name="submit" type="submit" id="submit" class="common_btn">Submit Now</button>
</div>
</form>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 noPaddingLeft sidebar">
<aside class="widget widget_search">
<form role="search" method="get" action="#">
<input type="search" placeholder="Search here" value="" name="s">
<button type="submit"><i class="flaticon-magnifying-glass"></i></button>
</form>
</aside>
<aside class="widget recent_posts">
<h3 class="widget_title">Recent News</h3>
<div class="payloan_post_widget">
<h4><a href="#">Provide best financial soluation.</a></h4>
<p>We all know how hard it can be make a site look like the demo world of as easy as possible.</p>
<div class="author">Habibur Rahman <span>(05 Jan 2019).</span></div>
</div>
<div class="payloan_post_widget">
<h4><a href="#">Provide best financial soluation.</a></h4>
<p>We all know how hard it can be make a site look like the demo world of as easy as possible.</p>
<div class="author">Habibur Rahman <span>(05 Jan 2019).</span></div>
</div>
<div class="payloan_post_widget">
<h4><a href="#">Provide best financial soluation.</a></h4>
<p>We all know how hard it can be make a site look like the demo world of as easy as possible.</p>
<div class="author">Habibur Rahman <span>(05 Jan 2019).</span></div>
</div>
</aside>
<aside class="widget archive_posts">
<h3 class="widget_title">Archive Post</h3>
<div class="payloan_post_widget">
<h4><a href="#">Provide best financial soluation.</a></h4>
<p>We all know how hard it can be make a site look like the demo world of as easy as possible.</p>
<div class="author">Habibur Rahman <span>(05 Jan 2019).</span></div>
</div>
<div class="payloan_post_widget">
<h4><a href="#">Provide best financial soluation.</a></h4>
<p>We all know how hard it can be make a site look like the demo world of as easy as possible.</p>
<div class="author">Habibur Rahman <span>(05 Jan 2019).</span></div>
</div>
</aside>
<aside class="widget widget_tag_cloud">
<h3 class="widget_title">Popular Tags</h3>
<div class="tagcloud">
<a href="#">Business</a>, <a href="#">Agency</a>, <a href="#">Corporate</a>,
<a href="#">Marketing</a>, <a href="#">Minimal</a>, <a href="#">Medical</a>,
<a href="#">SEO</a>, <a href="#">WooCommerce</a>, <a href="#">Creative Design Agency</a>,
<a href="#">Digital agency</a>, <a href="#">Search Engine</a>.
</div>
</aside>
</div>
</div>
</div>
</section>
<!-- Common Section -->
<!-- footer section -->
<footer class="footer bg_2">
<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>
<!-- Mirrored from themewar.com/projects/payloan/single_blog.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 10 Apr 2019 03:27:25 GMT -->
</html>