-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-single.html
505 lines (486 loc) · 27.5 KB
/
blog-single.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
<!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">
<title>Shape - A Business Template for All Niche</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet"> <!-- Bootstrap -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet"> <!-- fontawesome -->
<link href="assets/css/owl.carousel.css" rel="stylesheet"> <!-- owlcarousel -->
<link href="assets/css/magnific-popup.css" rel="stylesheet"> <!-- magnific -->
<link href="assets/css/hover.min.css" rel="stylesheet"> <!-- hover css -->
<link href="assets/css/animate.css" rel="stylesheet"> <!-- animate -->
<link href="assets/css/styler.min.css" rel="stylesheet">
<!-- custom -->
<link rel="stylesheet" href="assets/css/style.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="assets/js/jquery.min.js"></script> <!-- jQuery -->
</head>
<body class="home">
<div class="site_preloader flex_center">
<div class="site_preloader_inner">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
<div class="rect5"></div>
</div>
</div>
<div class="styler_icon"><img src="assets/img/styler/gear.png" alt=""></div>
<div class="styler">
<div class="single_styler clearfix sticky_header">
<h4>Header style</h4>
<select class="wide">
<option value="static">Enable header top</option>
<option value="diseable_ht">Diseable header top</option>
<!--
<option value="sticky">Sticky header with header top</option>
<option value="sticky_ds_ht">Sticky header without header top</option>
-->
</select>
</div>
<div class="single_styler primary_color clearfix">
<h4>Primary Color</h4>
<div class="clearfix">
<input id="primary_clr" type="text" class="form-control color_input" value="#f9bf3b" />
<label class="form-control" for="primary_clr"><i class="fa fa-angle-down"></i></label>
</div>
</div>
<div class="single_styler secound_color clearfix">
<h4>Secoundary Color</h4>
<div class="clearfix">
<input id="secound_clr" type="text" class="form-control color_input" value="#19b5fe" />
<label class="form-control" for="secound_clr"><i class="fa fa-angle-down"></i></label>
</div>
</div>
<div class="single_styler layout_mode clearfix">
<h4>Layout Mode</h4>
<select class="wide">
<option value="wide">Wide</option>
<option value="boxed">Boxed</option>
<option value="wide_box">Wide Boxed</option>
</select>
</div>
<div class="layout_mode_dep">
<div class="single_styler body_bg_style clearfix">
<h4>Body Background style</h4>
<select class="wide">
<option value="img_bg">Image Background</option>
<option value="solid">Solid Color</option>
</select>
</div>
<div class="single_styler body_solid_bg clearfix">
<h4>Select Background Color</h4>
<div class="clearfix">
<input id="body_bg_clr" type="text" class="form-control color_input" value="#d3d3d3" />
<label class="form-control" for="body_bg_clr"><i class="fa fa-angle-down"></i></label>
</div>
</div>
<div class="single_styler body_bg_img clearfix">
<h4>Select Background Image</h4>
<div class="clearfix">
<div class="single_bg" data-bg="assets/img/styler/07.jpg"></div>
<div class="single_bg" data-bg="assets/img/styler/08.jpg"></div>
<div class="single_bg" data-bg="assets/img/styler/1.png"></div>
<div class="single_bg" data-bg="assets/img/styler/2.png"></div>
<div class="single_bg" data-bg="assets/img/styler/3.png"></div>
<div class="single_bg" data-bg="assets/img/styler/4.png"></div>
<div class="single_bg" data-bg="assets/img/styler/5.png"></div>
<div class="single_bg" data-bg="assets/img/styler/6.png"></div>
</div>
</div>
</div>
</div>
<div class="main_wrap">
<!-- 01. header_area -->
<header class="header_area">
<div class="header_top sbb">
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="header_info">We are leading this sector since 1993.</span>
</div>
<div class="col-md-8">
<ul class="header_link">
<li><i class="fa fa-envelope"></i><a href="#">[email protected]</a></li>
<li><i class="fa fa-phone"></i><a href="#">+00 123 123</a></li>
<li><i class="fa fa-clock-o"></i><span>Mon - Fri, 9am - 5pm</span></li>
</ul>
</div>
</div>
</div>
</div>
<div class="header_btm">
<div class="container">
<div class="row">
<div class="col-sm-3 col-xs-6">
<a href="index.html" class="logo">
<span>Shape</span>
</a>
</div>
<div class="col-sm-9 menu_col col-xs-6">
<nav class="menu-container">
<ul class="menu">
<li class="current"><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a>
<ul class="sub-menu">
<li><a href="about.html">Our Story</a></li>
<li><a href="jobs.html">Jobs</a></li>
</ul>
</li>
<li><a href="service.html">Services</a>
<ul class="sub-menu">
<li><a href="single-service-1.html">Business Consultaion</a></li>
<li><a href="single-service-2.html">Fund Rising</a></li>
<li><a href="single-service-3.html">Startup Consultation</a></li>
<li><a href="single-service-4.html">Finance Analytics</a></li>
<li><a href="single-service-5.html">UX Consultation</a></li>
<li><a href="single-service-6.html">Web Development</a></li>
<li><a href="single-service-7.html">Business Management</a></li>
<li><a href="single-service-8.html">Digital Marketing</a></li>
</ul>
</li>
<li><a href="#">Pages</a>
<ul class="sub-menu mega-menu">
<li class="menu-column">
<div><a href="index.html">Home</a></div>
<div><a href="about.html">About Us</a></div>
<br>
<div><a href="jobs.html">Jobs</a></div>
<div><a href="get-quote.html">Get A Quote</a></div>
<div><a href="service.html">Our Service</a></div>
<div><a href="single-service.html">Service Details</a></div>
</li>
<li class="menu-column">
<div><a href="works-two-column.html">work / portfolio (style - 1)</a></div>
<div><a href="works-three-column.html">work (style - 2)</a></div>
<div><a href="works-four-column.html">work (style - 3)</a></div>
<div><a href="single-work.html">work Details (Single Portfolio)</a></div>
<br>
<div><a href="blog-two-column.html">Blog (Style - 1)</a></div>
<div><a href="blog-one-column.html">Blog (Style - 2)</a></div>
</li>
<li class="menu-column">
<div><a href="blog-left-sidebar.html">Blog (Style - 3)</a></div>
<div><a href="blog-full-width.html">Blog (Style - 4)</a></div>
<div><a href="blog-single.html">Blog Details (Single Blog)</a></div>
<br>
<div><a href="testimonial.html">Testimonial</a></div>
<div><a href="contact.html">Contact</a></div>
<div><a href="404.html">404/Error Page</a></div>
</li>
</ul>
</li>
<li><a href="blog-two-column.html">Blog</a>
<ul class="sub-menu">
<li><a href="blog-one-column.html">Blog (1 Column)</a></li>
<li><a href="blog-two-column.html">Blog (2 Column)</a></li>
<li><a href="blog-left-sidebar.html">Blog (Left Sidebar)</a></li>
<li><a href="blog-full-width.html">Blog (Full Width)</a></li>
<li><a href="blog-single.html">Blog Details (Single)</a></li>
</ul>
</li>
<li><a href="#">Dropdown</a>
<ul class="sub-menu">
<li><a href="#">Level A-1</a></li>
<li><a href="#">Level A-2</a></li>
<li><a href="#">Level A-3</a>
<ul class="sub-menu">
<li><a href="#">Level B-1</a></li>
<li><a href="#">Level B-2</a></li>
<li><a href="#">Level B-3</a>
<ul class="sub-menu">
<li><a href="#">Level C-1</a></li>
<li><a href="#">Level C-2</a></li>
<li><a href="#">Level C-3</a></li>
<li><a href="#">Level C-4</a></li>
<li><a href="#">Level C-5</a></li>
</ul>
</li>
<li><a href="#">Level B-4</a></li>
<li><a href="#">Level B-5</a></li>
</ul>
</li>
<li><a href="#">Level A-4</a></li>
<li><a href="#">Level A-5</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="search_icon">
<i class="fa fa-search"></i>
</div>
<div class="search_form">
<form action="#">
<div class="search_close">
<i class="fa fa-close"></i>
</div>
<input type="search" placeholder="Type any text to search...">
<button type="submit">Search</button>
</form>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- 01. /header_area -->
<!-- 15. breadcrumb_area -->
<div class="breadcrumb_area">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1>Blog Details</h1>
<ul class="brc">
<li><a href="index.html">Home</a></li>
<li><a href="blog-two-column.html">Blog</a></li>
<li><span>business consultation</span></li>
</ul>
</div>
</div>
</div>
</div>
<!-- 15. /breadcrumb_area -->
<!-- 23. blog_area -->
<div class="blog_area sp single-blog">
<div class="container">
<div class="row">
<div class="col-md-8 post_col">
<div class="row">
<article class="col-md-12">
<div class="article_inner">
<div class="post_img wow fadeInUp">
<img src="assets/img/53.jpg" alt="">
</div>
<div class="entry_header wow fadeInUp">
<div><a href="#" class="entry_date">25th June, 2016</a></div>
<div>Posted by <a href="#" class="cPrimary">admin</a></div>
</div>
<div class="post_content wow fadeInUp">
<div class="h3">How I started my startup with only $100 and got success.</div>
<p>Looking to improve your or your clients’ local business marketing results? While the Internet is chock full of marketing tips, many of them are geared towards regionless websites.</p>
<p>Good draw knew bred ham busy his hour. Ask agreed answer rather joy nature admire wisdom. Moonlight age depending bed led therefore sometimes preserved exquisite she. An fail up so shot leaf wise in. Minuter highest his arrived for put and. Hopes lived by rooms oh in no death house. Contented direction september but end led excellent ourselves may. Ferrars few arrival his offered not charmed you. Offered anxious respect or he. On three thing chief years in money arise of.</p>
<p>Certainty listening no no behaviour existence assurance situation is. Because add why not esteems amiable him. Interested the unaffected mrs law friendship add principles. Indeed on people do merits to. Court heard which up above hoped grave do. Answer living law things either sir bed length. Looked before we an on merely. These no death he at share alone. Yet outward the him compass hearted are tedious.</p>
</div>
</div>
</article>
</div>
<div class="row">
<div class="col-sm-12">
<div class="comment-box">
<div class="comment_title h3"> 3 Comments on this post</div>
<div class="media wow fadeInUp">
<div class="media-left">
<a href="#">
<img class="media-object" src="assets/img/55.jpg" alt="">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">David Ramon</h4>
<span>6 hours ago</span>
<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel facilisis at vero eros et accumsan et iusto odio dignissim.</p>
<a href="#" class="reply">Reply</a>
</div>
</div>
<div class="media wow fadeInUp">
<div class="media-left">
<a href="#">
<img class="media-object" src="assets/img/55.jpg" alt="">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">David Ramon</h4>
<span>6 hours ago</span>
<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel facilisis at vero eros et accumsan et iusto odio dignissim.</p>
<a href="#" class="reply">Reply</a>
</div>
</div>
<div class="media wow fadeInUp">
<div class="media-left">
<a href="#">
<img class="media-object" src="assets/img/55.jpg" alt="">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">David Ramon</h4>
<span>6 hours ago</span>
<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel facilisis at vero eros et accumsan et iusto odio dignissim.</p>
<a href="#" class="reply">Reply</a>
</div>
</div>
</div>
<div class="comment_form wow fadeInUp">
<div class="h3">Leave a comment</div>
<form action="#">
<input type="text" placeholder="Your name *">
<input type="email" placeholder="Email address *">
<textarea placeholder="Comment here"></textarea>
<input type="submit" value="Submit comment">
</form>
</div>
</div>
</div>
</div>
<aside class="col-md-4 widget_col">
<section class="widget widget_search wow fadeInUp">
<h2 class="widget-title hidden">Search everything</h2>
<form action="#" class="search-form">
<label>
<input class="search-field" placeholder="Type to search here..." type="search">
</label>
<input class="search-submit fa" value="" type="submit">
</form>
</section>
<section class="widget widget_recent_entries wow fadeInUp">
<h2 class="widget-title">Recent Posts</h2>
<ul>
<li>
<a href="#">How to Re-Order Your Blog Posts (with 2 Methods)</a>
<a href="#" class="entry_date">25 Jun 2018</a>
</li>
<li>
<a href="#">How to Re-Order Your Blog Posts (with 2 Methods)</a>
<a href="#" class="entry_date">25 Jun 2018</a>
</li>
<li>
<a href="#">How to Re-Order Your Blog Posts (with 2 Methods)</a>
<a href="#" class="entry_date">25 Jun 2018</a>
</li>
<li>
<a href="#">How to Re-Order Your Blog Posts (with 2 Methods)</a>
<a href="#" class="entry_date">25 Jun 2018</a>
</li>
</ul>
</section>
<section class="widget widget_category wow fadeInUp">
<h2 class="widget-title">Categories</h2>
<ul>
<li><a href="#">Technology</a></li>
<li><a href="#">Education</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Movies</a></li>
<li><a href="#">Travel</a></li>
<li><a href="#">Marketing</a></li>
<li><a href="#">Development</a></li>
<li><a href="#">Design</a></li>
<li><a href="#">Research</a></li>
<li><a href="#">Sports</a></li>
<li><a href="#">Music</a></li>
<li><a href="#">Branding</a></li>
</ul>
</section>
</aside>
</div>
</div>
</div>
<!-- 23. /blog_area -->
<!-- 03. cta_area -->
<div class="cta_area wow fadeInUp">
<div class="container">
<div class="row">
<div class="col-md-9">
<div class="cta">
<h2>Liked our service? Start a project with us.</h2>
</div>
</div>
<div class="col-md-3 text-right">
<a href="#" class="button hvr-bounce-to-right pbg"><i class="fa fa-long-arrow-right"></i> Contact us today</a>
</div>
</div>
</div>
</div>
<!-- 03. /cta_area -->
<!-- 14. footer -->
<footer class="footer">
<div class="footer_top sp">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 wow fadeInUp">
<section class="widget widget_text">
<a href="#" class="footer_logo">Shape.</a>
<p>We provide expert financial advice to both individuals and businesses. With over 20 years of experience we’ll ensure that you’re always getting the best guidance from the top people in the entire industry.</p>
<div class="footer_social">
<h4 class="widget-title">Get in touch.</h4>
<span>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-pinterest"></a>
</span>
</div>
</section>
</div>
<div class="col-md-3 col-sm-6 wow fadeInUp">
<section class="widget widget_nav_menu">
<h4 class="widget-title">Support links</h4>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Works</a></li>
<li><a href="#">Payment method</a></li>
<li><a href="#">Support center</a></li>
<li><a href="#">Frequently Asked Question</a></li>
<li><a href="#">Blog</a></li>
</ul>
</section>
</div>
<div class="col-md-3 col-sm-6 wow fadeInUp">
<section class="widget widget_nav_menu">
<h4 class="widget-title">Important links</h4>
<ul>
<li><a href="#">Envato</a></li>
<li><a href="#">Themeforest</a></li>
<li><a href="#">VideoHive</a></li>
<li><a href="#">PhotoDune</a></li>
<li><a href="#">GraphicRiver</a></li>
<li><a href="#">3DOcen</a></li>
<li><a href="#">CodeCanayon</a></li>
<li><a href="#">Dhrubok</a></li>
</ul>
</section>
</div>
<div class="col-md-3 col-sm-6 wow fadeInUp">
<section class="widget widget_text">
<h4 class="widget-title">News Subscription</h4>
<p>Subscribe to our newsletter to get all our news in your inbox.</p>
<div class="news_letter">
<form action="#">
<input type="email" placeholder="Enter your email address">
<button class="button hvr-bounce-to-right">Subscript Now</button>
<p><i class="fa fa-lock"></i> Your email address is 100% safe to us</p>
</form>
</div>
</section>
</div>
</div>
</div>
</div>
<div class="footer_btm wow fadeInUp">
<div class="container">
<div class="row">
<div class="col-sm-8 col-xs-12">
<span>© 2017 Your Site Name.</span>
</div>
<div class="col-sm-4 col-xs-12 text-right">
<a href="#" class="team_logo"><img src="assets/img/21.png" alt=""></a>
</div>
</div>
</div>
</div>
</footer>
<!-- 14. /footer -->
</div>
<!-- Vendors (All Essential JavaScript plugins) -->
<script src="assets/js/verdor.js"></script> <!-- Vendor -->
<script src="assets/js/styler.min.js"></script>
<script src="assets/js/jquery.sticky.js"></script> <!-- sticky -->
<script src="assets/js/active.js"></script> <!-- active -->
</body>
</html>