-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog_single.html
421 lines (383 loc) · 22.9 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
<!DOCTYPE html>
<!--[if IE 7 ]><html class="ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie8" lang="en"><![endif]-->
<!--[if IE 9 ]><html class="ie9" lang="en"><![endif]-->
<!--[if (gte IE 10)|!(IE)]><!--><html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"><!--<![endif]-->
<head>
<title>Post Title Goes Here | Corporative - Responsive HTML5 Website Template</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Seo Meta -->
<meta name="description" content="Blog | Corporative - Responsive HTML5 Website Template">
<meta name="keywords" content="Corporative, corporate, light, dark, themeforest, multi purpose, premium, unlimited, ultimate">
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/icons.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/animate.css" media="screen" />
<link rel="stylesheet" type="text/css" href="styles/responsive.css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<!-- Custom Styles -->
<style>.breadcrumb-place {background: #0B0B0B url(images/breadcrumb3.jpg) repeat center left}</style>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=EmulateIE8; IE=EDGE" />
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="frame_">
<div id="layout" class="full">
<header id="header">
<div class="head">
<div class="row clearfix">
<div class="logo">
<a href="index.html" title="Corporative - Responsive HTML5 Website Template"><img src="images/logo.png" alt="Corporative"></a>
</div><!-- end logo -->
<h2 class="site_description">Responsive HTML5 Website Template</h2><!-- end description -->
<div class="search">
<form action="search.html" id="search" method="get">
<input id="inputhead" name="search" type="text" onfocus="if (this.value=='Start Searching...') this.value = '';" onblur="if (this.value=='') this.value = 'Start Searching...';" value="Start Searching..." placeholder="Start Searching ...">
<button type="submit"><i class="fa-search toptip" title="Start Search"></i></button>
</form><!-- end form -->
</div><!-- end search -->
</div><!-- row -->
</div><!-- head -->
<div class="headdown">
<div class="row clearfix">
<nav>
<ul class="sf-menu">
<li><a href="index.html">Home</a>
<ul>
<li><a href="index_2.html">Homepage 2</a></li>
<li><a href="index_3.html">Homepage 3</a></li>
<li><a href="#">Third Level</a>
<ul>
<li><a href="#">Sub Menu 1</a></li>
<li><a href="#">Sub Menu 2</a>
<ul>
<li><a href="#">Sub Menu 1</a></li>
<li><a href="#">Sub Menu 2</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="shop.html">Shop</a>
<ul>
<li><a href="shop.html">Shop Page</a></li>
<li><a href="shop_product.html">Shop Product</a></li>
<li><a href="shop_cart.html">Shopping Cart</a></li>
<li><a href="shop_checkout.html">Checkout → Pay</a></li>
</ul>
</li>
<li><a href="portfolio4.html">Portfolio</a>
<ul>
<li><a href="portfolio4.html">Portfolio 4 Columns</a></li>
<li><a href="portfolio3.html">Portfolio 3 Columns</a></li>
<li><a href="portfolio2.html">Portfolio 2 Columns</a></li>
<li><a href="portfolio_single.html">Single Project</a></li>
</ul>
</li>
<li class="current"><a href="blog.html">Blog</a>
<ul>
<li><a href="blog.html">Blog</a></li>
<li><a href="blog_left_sidebar.html">Blog Left Sidebar</a></li>
<li class="current"><a href="blog_single.html">Blog Single Post</a></li>
</ul>
</li>
<li><a href="#">Pages</a>
<ul>
<li><a href="elements.html">Elements</a></li>
<li><a href="rtl.html">RTL Support</a></li>
<li><a href="about_us.html">About Us</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="icons.html">Retina Icons</a></li>
<li><a href="pricing_tables.html">Pricing Tables</a></li>
<li><a href="404.html">Page 404</a></li>
<li><a href="faq.html">F.A.Q's</a></li>
<li><a href="under_construction.html">Under Construction</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul><!-- end menu -->
</nav><!-- end nav -->
<div class="social social-head">
<a href="#" class="toptip" title="Twitter"><i class="icons-social-twitter"></i></a>
<a href="#" class="toptip" title="Facebook"><i class="icons-social-facebook"></i></a>
<a href="#" class="toptip" title="Google Plus"><i class="icons-social-google-plus"></i></a>
<a href="#" class="toptip" title="Sound Cloud"><i class="icons-social-soundcloud"></i></a>
<a href="#" class="toptip" title="Dribbble"><i class="icons-social-dribbble"></i></a>
</div><!-- end social -->
</div><!-- row -->
</div><!-- headdown -->
</header><!-- end header -->
<div class="breadcrumb-place">
<div class="row clearfix">
<h3 class="page-title"> Post Title Goes Here </h3>
<div class="breadcrumbIn">
<ul>
<li><a href="index.html"> Home </a></li>
<li><a href="blog.html"> Blog </a></li>
<li> Post Title Goes Here </li>
</ul>
</div><!-- breadcrumbIn -->
</div><!-- row -->
</div>
<div class="page-content">
<div class="row clearfix">
<div class="posts grid_9">
<div class="post_b">
<a href="blog_single.html" class="post_format"><i class="icons-document-fill"></i></a><!-- post format -->
<div class="social post_social">
<a href="#" class="lefttip" title="Twitter"><i class="icons-social-twitter"></i></a>
<a href="#" class="lefttip" title="Facebook"><i class="icons-social-facebook"></i></a>
<a href="#" class="lefttip" title="Google Plus"><i class="icons-social-google-plus"></i></a>
<a href="#" class="lefttip" title="Pinterest"><i class="icons-social-pinterest"></i></a>
</div><!-- social share -->
<div class="post_content">
<img class="img_featured" src="images/assets/post3.jpg" alt=""><!-- featured thumbnail -->
<div class="post_inner_content">
<h3 class="post_title"> <a href="blog_single.html"> Post Title Goes Here </a> </h3>
<p> Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, gravida nibh vel velit auctor aliquet proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, gravida nibh vel velit auctor aliquet. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p>
<img class="fll" src="images/assets/from_blog1.jpg" alt=""><p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p>
</div>
<div class="f_meta clearfix">
<div><i class="fa-user mi"></i>Alex Rainner</div>
<div><i class="fa-clock-o mi"></i>27 October</div>
<div><a href="blog_single.html"><i class="fa-comments-o mi"></i>148</a></div>
<div><i class="fa-tag mi"></i><a href="#">news</a>, <a href="#">post</a></div>
</div>
</div><!-- post content -->
</div><!-- post -->
<!-- Disqus Comment Form -->
<div id="disqus_thread"></div>
<script type="text/javascript">
/* <![CDATA[ */
var disqus_shortname = 'officialtemplate';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
/* ]]> */
</script><noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<!-- Disqus Comment Form -->
</div><!-- grid9 posts -->
<div class="sidebar grid_3">
<div class="widget">
<form action="search.html" id="searchwidget" method="get">
<input name="search" type="text" onfocus="if (this.value=='Start Searching...') this.value = '';" onblur="if (this.value=='') this.value = 'Start Searching...';" value="Start Searching..." placeholder="Start Searching ...">
<button type="submit"><i class="fa-search"></i></button>
</form><!-- end form -->
</div><!-- search widget -->
<div class="widget">
<h3 class="col-title"> Categories <small>- Archive by category</small></h3>
<ul class="list">
<li><a href="#"><i class="icon-caret-right"></i> News and updates <span>(7)</span> </a></li>
<li><a href="#"><i class="icon-caret-right"></i> Interviews <span>(13)</span></a></li>
<li><a href="#"><i class="icon-caret-right"></i> Graphic and web design <span>(34)</span></a></li>
<li><a href="#"><i class="icon-caret-right"></i> Wordpress Hacks <span>(19)</span></a></li>
<li><a href="#"><i class="icon-caret-right"></i> Freebie's <span>(17)</span></a></li>
<li><a href="#"><i class="icon-caret-right"></i> Themes and Templates <span>(49)</span></a></li>
</ul><!-- end list -->
</div><!-- categories widget -->
<div class="widget">
<h3 class="col-title"> Popular Tags <small>- Blog Keywords</small></h3>
<div class="tags">
<a href="#" class="toptip" original-title="17 topic"><i class="icon-tag"></i> corporate </a>
<a href="#" class="toptip" original-title="44 topic"><i class="icon-tag"></i> theme </a>
<a href="#" class="toptip" original-title="2 topic"><i class="icon-tag"></i> premium </a>
<a href="#" class="toptip" original-title="10 topic"><i class="icon-tag"></i> css3 </a>
<a href="#" class="toptip" original-title="29 topic"><i class="icon-tag"></i> html5 </a>
<a href="#" class="toptip" original-title="20 topic"><i class="icon-tag"></i> all purpose </a>
<a href="#" class="toptip" original-title="4 topic"><i class="icon-tag"></i> business </a>
<a href="#" class="toptip" original-title="14 topic"><i class="icon-tag"></i> jquery </a>
<a href="#" class="toptip" original-title="4 topic"><i class="icon-tag"></i> minimalist </a>
<a href="#" class="toptip" original-title="1 topic"><i class="icon-tag"></i> muse template </a>
<a href="#" class="toptip" original-title="17 topic"><i class="icon-tag"></i> Themeforest </a>
<a href="#" class="toptip" original-title="44 topic"><i class="icon-tag"></i> company </a>
<a href="#" class="toptip" original-title="10 topic"><i class="icon-tag"></i> website </a>
<a href="#" class="toptip" original-title="29 topic"><i class="icon-tag"></i> RTL Support </a>
</div>
</div><!-- tags widget -->
<div class="widget">
<ul class="tabs">
<li><a href="#popular" class="active">Popular</a></li>
<li><a href="#recent">Recent</a></li>
<li><a href="#comments">Comments</a></li>
</ul><!-- tabs -->
<ul class="tabs-content">
<li id="popular" class="active">
<ul class="tab-content-items">
<li class="clearfix">
<a class="post-thumbnail" href="blog-single-slider.html"><img width="60" height="60" src="images/assets/thumb1.jpg" alt="#"></a>
<h3><a href="blog-single-slider.html">Next Elections Resolutions could be</a></h3>
<div class="post-meta">
<span>November, 6th 2013</span>
</div>
</li>
<li class="clearfix">
<a class="post-thumbnail" href="blog-single-image.html"><img width="60" height="60" src="images/assets/thumb2.jpg" alt="#"></a>
<h3><a href="blog-single-image.html">Praesent adipiscing mi eget ipsum imperdiet</a></h3>
<div class="post-meta">
<span>November, 4th 2013</span>
</div>
</li>
<li class="clearfix">
<a class="post-thumbnail" href="blog-single-video.html"><img width="60" height="60" src="images/assets/thumb3.jpg" alt="#"></a>
<h3><a href="blog-single-video.html">Paul Thomson on Post with SoundCloud</a></h3>
<div class="post-meta">
<span>November, 2th 2013</span>
</div>
</li>
</ul>
</li><!-- popular content -->
<li id="recent">
<ul class="tab-content-items">
<li class="clearfix">
<a class="post-thumbnail" href="blog-single-image.html"><img width="60" height="60" src="images/assets/thumb4.jpg" alt="#"></a>
<h3><a href="blog-single-image.html">Itaque earum rerum hic tenetur a sapiente</a></h3>
<div class="post-meta">
<span>November, 6th 2013</span>
</div>
</li>
<li class="clearfix">
<a class="post-thumbnail" href="blog-single-slider.html"><img width="60" height="60" src="images/assets/thumb5.jpg" alt="#"></a>
<h3><a href="blog-single-slider.html">Delectus ut aut reiciendis voluptatibus</a></h3>
<div class="post-meta">
<span>November, 6th 2013</span>
</div>
</li>
<li class="clearfix">
<a class="post-thumbnail" href="blog-single-video.html"><img width="60" height="60" src="images/assets/thumb6.jpg" alt="#"></a>
<h3><a href="blog-single-video.html">Tenetur a sapiente delectus, ut aut reiciendis</a></h3>
<div class="post-meta">
<span>November, 6th 2013</span>
</div>
</li>
</ul>
</li><!-- tab content -->
<li id="comments">
<ul class="tab-content-items">
<li class="clearfix">
<a class="post-thumbnail" href="#"><img width="60" height="60" src="images/assets/avatar1.jpg" alt="#"></a>
<p><strong><a href="#">Alexander</a> <i>says:</i></strong> Itaque earum... </p>
</li>
<li class="clearfix">
<a class="post-thumbnail" href="#"><img width="60" height="60" src="images/assets/avatar2.jpg" alt="#"></a>
<p><strong><a href="#">Xina</a> <i>says:</i></strong> Sapiente delectus ipsum dolor...</p>
</li>
<li class="clearfix">
<a class="post-thumbnail" href="#"><img width="60" height="60" src="images/assets/avatar3.jpg" alt="#"></a>
<p><strong><a href="#">Michele</a> <i>says:</i></strong> Tenetur a sapiente ipsum dolor... </p>
</li>
</ul>
</li><!-- tab content -->
</ul><!-- end tabs -->
</div>
<div class="widget">
<h3 class="col-title"> Text Widget <small>- Text and HTML widget</small></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div><!-- tags widget -->
<div class="widget">
<h3 class="col-title"> Newssletters <small>- by Google Feedburner</small></h3>
<form id="newsletters" method="post" action="http://feedburner.google.com/fb/a/mailverify" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=sevenpsd', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input type="email" onfocus="if (this.value=='Type Your Email') this.value = '';" onblur="if (this.value=='') this.value = 'Type Your Email';" value="Type Your Email" placeholder="Type Your Email" required="required">
<button type="submit"><i class="fa-check"></i></button>
</form>
</div><!-- tags widget -->
<div class="widget ads">
<a href="#" class="#" title="Advertise"><img src="images/ads1.gif" alt="#"></a>
</div><!-- tags widget -->
</div><!-- grid3 sidebar -->
</div><!-- end row -->
</div><!-- end page content -->
<div class="twitter_row">
<div class="row clearfix">
<a href="http://twitter.com/behzadg1"><i class="tww fa-twitter toptip" title="Follow us on Twitter"></i></a>
<div class="tweet"></div>
</div><!-- end row -->
</div><!-- end twitter -->
<footer id="footer">
<div class="row pad_foot clearfix">
<div class="grid_4">
<img src="images/logo_rev.png" alt="logo title" class="foot_logo">
<div class="widget-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<i class="icons-telephone xx mid"></i><strong class="tten">Phone:</strong> 001 (123) 55 65 558 <br>
<i class="icons-social-email xx mid"></i><strong class="tten">Email:</strong> [email protected]
</div><!-- widget content -->
</div><!-- grid 4 -->
<div class="grid_4">
<h3 class="col-title">Popular Tags <small>- Blog Keywords</small></h3>
<div class="widget-content">
<div class="tags">
<a href="#" class="toptip" title="17 topic"><i class="icon-tag"></i> corporate </a>
<a href="#" class="toptip" title="44 topic"><i class="icon-tag"></i> theme </a>
<a href="#" class="toptip" title="10 topic"><i class="icon-tag"></i> css3 </a>
<a href="#" class="toptip" title="2 topic"><i class="icon-tag"></i> premium </a>
<a href="#" class="toptip" title="29 topic"><i class="icon-tag"></i> html5 </a>
<a href="#" class="toptip" title="4 topic"><i class="icon-tag"></i> business </a>
<a href="#" class="toptip" title="20 topic"><i class="icon-tag"></i> all purpose </a>
<a href="#" class="toptip" title="14 topic"><i class="icon-tag"></i> jquery </a>
<a href="#" class="toptip" title="1 topic"><i class="icon-tag"></i> muse template </a>
<a href="#" class="toptip" title="4 topic"><i class="icon-tag"></i> minimalist </a>
<a href="#" class="toptip" title="17 topic"><i class="icon-tag"></i> Themeforest </a>
<a href="#" class="toptip" title="44 topic"><i class="icon-tag"></i> company </a>
<a href="#" class="toptip" title="10 topic"><i class="icon-tag"></i> website </a>
<a href="#" class="toptip" title="29 topic"><i class="icon-tag"></i> RTL Support </a>
</div>
</div><!-- widget content -->
</div><!-- grid 4 -->
<div class="grid_4">
<h3 class="col-title">PhotoStream <small>- Instagram</small></h3>
<div class="widget-content">
<iframe src="http://snapwidget.com/in/?u=bXVyYWRvc21hbm58aW58MTEyfDN8Mnx8bm98MnxmYWRlT3V0fG9uU3RhcnR8bm8" title="Instagram Widget" width="342" height="228"></iframe>
</div><!-- widget content -->
</div><!-- grid 4 -->
</div><!-- row -->
<div class="footer-last">
<div class="row clearfix">
<span class="copyright">© 2013 <a href="http://theme20.com/" class="toptip" title="Design and Development">Theme20</a>. All Rights Reserved. Powered by <a href="http://themeforest.net/user/T20?ref=T20" class="toptip" title="Wordpress Themes and Site Templates">Themeforest</a>.</span>
<div id="toTop" class="toptip" title="Back to Top"><i class="fa-angle-up"></i></div><!-- Back to top -->
<div class="foot-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">F.A.Q</a></li>
<li><a href="portfolio4.html">Portfolio</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul><!-- end links -->
</div><!-- end foot menu -->
</div><!-- end row -->
</div><!-- end last footer -->
</footer><!-- end footer -->
</div><!-- end layout -->
</div><!-- end frame -->
<!-- Scripts -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/theme20.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="js/twitter/jquery.tweet.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
// Disqus
var disqus_shortname = 'officialtemplate';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
/* ]]> */
</script>
</body>
</html>