-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingle-post.html
More file actions
417 lines (378 loc) · 29 KB
/
single-post.html
File metadata and controls
417 lines (378 loc) · 29 KB
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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>Responsive, Material Design Blog Template By Sushil Ale</title>
<meta charset="UTF-8">
<link href="assets/library/materialize/css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="assets/library/bootstrap/css/bootstrap.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="assets/library/hover/hover-min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="assets/library/social-icon/css/font-awesome.css" type="text/css" rel="stylesheet" />
<link href="assets/library/social-icon/bootstrap-social.css" type="text/css" rel="stylesheet" />
<link href="assets/library/owl-carousel/owl.carousel.css" type="text/css" rel="stylesheet" />
<link href="assets/library/owl-carousel/owl.theme.css" type="text/css" rel="stylesheet" />
<link href="assets/library/owl-carousel/owl.transitions.css" type="text/css" rel="stylesheet" />
<link href="assets/library/wow/css/animate.css" type="text/css" rel="stylesheet" />
<link href="assets/library/metismenu/metisMenu.css" type="text/css" rel="stylesheet" />
<link href="assets/library/metismenu/metisFolder.css" type="text/css" rel="stylesheet" />
<link href="assets/css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<!--Header-->
<header>
<nav class="white wow fadeInDown navbar-fixed-top " role="navigation">
<div class="nav-wrapper container ">
<a id="logo-container" href="index.html" class="brand-logo"><img src="images/logo.jpg" class="responsive-img" style="widht: 315px; height: 50px;" /></a>
<ul class="right hide-on-med-and-down">
<li class="waves-effect waves-light "><a href="index.html">Home</a></li>
<li class="waves-effect waves-light active"><a href="single-post.html">Single Page</a></li>
<li class='waves-effect waves-light'><a href="search-result.html">Single Result Page</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle waves-effect waves-light" data-toggle="dropdown" role="button" aria-expanded="false"><i class="mdi-action-search"></i></a>
<ul class="dropdown-menu-right dropdown-menu nav-form" role="menu">
<li>
<form class="">
<input type="text" name="search" class="validate" placeholder="Search Here" size="40" />
</form>
</li>
</ul>
</li>
</ul>
<div id='nav-mobile' class="side-nav">
<div style="background-image: url('background1.jpg'); min-height: 50px;">
<img src="images/logo.jpg" class="img-responsive" />
</div>
<ul class="">
<li class="waves-effect waves-light"><a href="index.html">Home</a></li>
<li class="waves-effect waves-light active"><a href="single-post.html">Single Post</a></li>
<li class="waves-effect waves-light"><a href="search-reslut.html">Search Result</a></li>
<li class="">
<form class="">
<input type="text" name="search" class="validate" placeholder="Search Here" size="40" />
</form>
</li>
</ul>
</div>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
</div>
</nav>
</header>
<!--end of header-->
<div class="col-lg-12 wow fadeInDown" id="page-header">
<div class="container">
<h2 class="page-title">Lorem Ipsum is simply dummy text of the printing and typesetting industry</h2>
<div>
<div class="pull-left">
<div class="meta">
<span class='glyphicon meta-user'>msushil</span>
<span class='glyphicon meta-date'>March 4, 2015</span>
<a href="#"><span class='glyphicon meta-category'>cateogory</span></a>
</div>
</div>
<div class="pull-right">
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Lorem Ipsum is simply dummy text..</a></li>
</ol>
</div>
</div>
</div>
</div>
<section class='container'>
<div class='row'>
<div class='col-lg-8 ' id='blog'>
<div class="row">
<div class="col-lg-12">
<article class="card blog-post wow fadeInRight">
<div class="card-image wow fadeInUp">
<img src="images/background3.jpg" class="materialboxed" />
</div>
<div class="card-content wow fadeInUp">
<p>
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>
<p>
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.
</p>
</div>
<div class="card-action wow fadeInUp">
<div class="page-tags">
<i class="glyphicon glyphicon-tags"> </i>
<a href="#" class="tags waves-effect waves-light hvr-radial-out wow fadeInUp">linux</a>
<a href="#" class="tags waves-effect waves-light hvr-radial-out wow fadeInUp">linux</a>
<a href="#" class="tags waves-effect waves-light hvr-radial-out wow fadeInUp">linux</a>
<a href="#" class="tags waves-effect waves-light hvr-radial-out wow fadeInUp">linux</a>
</div>
</div>
</article>
</div>
<div class="col-lg-12">
<div class="card wow fadeInUp">
<div class="card-content">
<h5 class="wow fadeInLeft">Related Post</h5>
<ul>
<li>
<aside class='post-item clearfix wow fadeInRight'>
<a href='#' class=''><img src='images/cmt2.jpg' class='img-responsive img-thumbnail left' /></a>
<h5 class='post-item-title'><a href="#">Lorem Ipsum is simply dummy text of the printing and typesetting industry</a></h5>
<div class="meta">
<span class='glyphicon meta-user'>msushil</span>
<span class='glyphicon meta-date'>March 4, 2015</span>
<a href="#"><span class='glyphicon meta-category'>cateogory</span></a>
</div>
</aside>
</li>
<li>
<aside class='post-item clearfix wow fadeInRight'>
<a href='#' class=''><img src='images/cmt2.jpg' class='img-responsive img-thumbnail left' /></a>
<h5 class='post-item-title'><a href="#">Lorem Ipsum is simply dummy text of the printing and typesetting industry</a></h5>
<div class="meta">
<span class='glyphicon meta-user'>msushil</span>
<span class='glyphicon meta-date'>March 4, 2015</span>
<a href="#"><span class='glyphicon meta-category'>cateogory</span></a>
</div>
</aside>
</li>
<li>
<aside class='post-item clearfix wow fadeInRight'>
<a href='#' class=''><img src='images/cmt2.jpg' class='img-responsive img-thumbnail left' /></a>
<h5 class='post-item-title'><a href="#">Lorem Ipsum is simply dummy text of the printing and typesetting industry</a></h5>
<div class="meta">
<span class='glyphicon meta-user'>msushil</span>
<span class='glyphicon meta-date'>March 4, 2015</span>
<a href="#"><span class='glyphicon meta-category'>cateogory</span></a>
</div>
</aside>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-12">
<div class="card wow fadeInUp">
<div class="card-content">
<h5 class="wow fadeInLeft">Popular Post</h5>
<ul>
<li>
<aside class='post-item clearfix wow fadeInRight'>
<a href='#' class=''><img src='images/cmt2.jpg' class='img-responsive img-thumbnail left' /></a>
<h5 class='post-item-title'><a href="#">Lorem Ipsum is simply dummy text of the printing and typesetting industry</a></h5>
<div class="meta">
<span class='glyphicon meta-user'>msushil</span>
<span class='glyphicon meta-date'>March 4, 2015</span>
<a href="#"><span class='glyphicon meta-category'>cateogory</span></a>
</div>
</aside>
</li>
<li>
<aside class='post-item clearfix wow fadeInRight'>
<a href='#' class=''><img src='images/cmt2.jpg' class='img-responsive img-thumbnail left' /></a>
<h5 class='post-item-title'><a href="#">Lorem Ipsum is simply dummy text of the printing and typesetting industry</a></h5>
<div class="meta">
<span class='glyphicon meta-user'>msushil</span>
<span class='glyphicon meta-date'>March 4, 2015</span>
<a href="#"><span class='glyphicon meta-category'>cateogory</span></a>
</div>
</aside>
</li>
<li>
<aside class='post-item clearfix wow fadeInRight'>
<a href='#' class=''><img src='images/cmt2.jpg' class='img-responsive img-thumbnail left' /></a>
<h5 class='post-item-title'><a href="#">Lorem Ipsum is simply dummy text of the printing and typesetting industry</a></h5>
<div class="meta">
<span class='glyphicon meta-user'>msushil</span>
<span class='glyphicon meta-date'>March 4, 2015</span>
<a href="#"><span class='glyphicon meta-category'>cateogory</span></a>
</div>
</aside>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class='col-lg-4' id='sidebar'>
<section class='widget'>
<h5 class='widget-title wow fadeInRight'>Recent Post</h5>
<ul class="widget-list">
<li>
<aside class='post-item clearfix wow fadeInRight'>
<a href='#' class=''><img src='images/cmt2.jpg' class='img-responsive img-thumbnail left' /></a>
<h5 class='post-item-title'><a href="#">Lorem Ipsum is simply dummy text of the printing and typesetting industry</a></h5>
<div class="meta">
<span class='glyphicon meta-user'>msushil</span>
<span class='glyphicon meta-date'>March 4, 2015</span>
<a href="#"><span class='glyphicon meta-category'>cateogory</span></a>
</div>
</aside>
</li>
<li>
<aside class='post-item clearfix wow fadeInRight'>
<img src='images/cmt2.jpg' class='img-responsive img-thumbnail left' />
<h5 class='post-item-title'><a href="#">Lorem Ipsum is simply dummy text of the printing and typesetting industry </a></h5>
<div class="meta">
<span class='glyphicon meta-user'>msushil</span>
<span class='glyphicon meta-date'>March 4, 2015</span>
<a href="#"><span class='glyphicon meta-category'>cateogory</span></a>
</div>
</aside>
</li>
<li>
<aside class='post-item clearfix wow fadeInRight'>
<img src='images/cmt2.jpg' class='img-responsive img-thumbnail left' />
<h5 class='post-item-title'><a href="#">Lorem Ipsum is simply dummy text of the printing and typesetting industry </a></h5>
<div class="meta">
<span class='glyphicon meta-user'>msushil</span>
<span class='glyphicon meta-date'>March 4, 2015</span>
<a href="#"><span class='glyphicon meta-category'>cateogory</span></a>
</div>
</aside>
</li>
<li>
<aside class='post-item clearfix wow fadeInRight'>
<!--<img src='images/cmt2.jpg' class='img-responsive img-thumbnail left' />-->
<h5 class='post-item-title'><a href="#">Lorem Ipsum is simply dummy text of the printing and typesetting industry </a></h5>
<div class="meta">
<span class='glyphicon meta-user'>msushil</span>
<span class='glyphicon meta-date'>March 4, 2015</span>
<a href="#"><span class='glyphicon meta-category'>cateogory</span></a>
</div>
</aside>
</li>
</ul>
</section>
<section class='widget'>
<h5 class='widget-title wow fadeInRight fadeInRight'>Categories</h5>
<ul class="widget-list">
<li><a href='#' class="wow fadeInRight ">How To</a></li>
<li><a href='#' class="wow fadeInRight">Programming</a></li>
<li><a href='#' class="wow fadeInRight">Testing</a></li>
<li><a href='#' class="wow fadeInRight">Web Design</a></li>
</ul>
</section>
<section class='widget'>
<h5 class='widget-title wow fadeInRight'>Archives</h5>
<ul class="widget-list" id="archieve">
<li class="active">
<a href="#"><span class="mdi-content-add"></span>2015</a>
<ul>
<li><a href='#' class="wow fadeInRight">June (1)</a></li>
<li><a href='#' class="wow fadeInRight">July (2)</a></li>
<li><a href='#' class="wow fadeInRight">August (3)</a></li>
</ul>
</li>
<li><a href='#' class="wow fadeInRight"><span class="mdi-content-add"></span>2014</a>
<ul>
<li><a href='#' class="wow fadeInRight">June (1)</a></li>
<li><a href='#' class="wow fadeInRight">July (2)</a></li>
<li><a href='#' class="wow fadeInRight">August (3)</a></li>
</ul>
</li>
<li><a href='#' class="wow fadeInRight"><span class="mdi-content-add"></span>2013</a>
<ul>
<li><a href='#' class="wow fadeInRight">June (1)</a></li>
<li><a href='#' class="wow fadeInRight">July (2)</a></li>
<li><a href='#' class="wow fadeInRight">August (3)</a></li>
</ul>
</li>
<li><a href='#' class="wow fadeInRight"><span class="mdi-content-add"></span>2012</a>
<ul>
<li><a href='#' class="wow fadeInRight">June (1)</a></li>
<li><a href='#' class="wow fadeInRight">July (2)</a></li>
<li><a href='#' class="wow fadeInRight">August (3)</a></li>
</ul>
</li>
</ul>
<div class='pull-right'>
<a href='#' class="wow fadeInUp" data-toggle="tooltip" data-original-title="More Archives" title="" data-placement="left" class='hvr-underline-from-left widget-more waves-effect waves-light' ><i class="fa fa-long-arrow-right" ></i></a>
</div>
</section>
<section class='widget'>
<h5 class='widget-title wow fadeInRight'>Tags</h5>
<div>
<a href='#' class='tags waves-effect waves-light hvr-radial-out wow fadeInUp'>css3</a>
<a href='#' class='tags waves-effect waves-light hvr-radial-out wow fadeInUp'>html5</a>
<a href='#' class='tags waves-effect waves-light hvr-radial-out wow fadeInUp'>linux</a>
<a href='#' class='tags waves-effect waves-light hvr-radial-out wow fadeInUp'>responsive design</a>
</div>
</section>
<section class='widget'>
<a class="twitter-timeline" href="https://twitter.com/msucil" data-widget-id="599957630296064000">Tweets by @msucil</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</section>
</div>
</div>
</section>
<footer>
<div class='page-footer'>
<div class='container'>
<div class='col-lg-4'>
<section id="quotes" class="owl-carousel owl-theme wow slideInLeft">
<div class="">
<blockquote><em>In order to success your desire for success should be greater than your fear of failure</em></blockquote>
<span class="quote-athor">Bill Cosby</span>
</div>
<div class="">
<blockquote><em>I never dreamed about success, I worked for it</em></blockquote>
<span class="quote-athor">Estee Lauder</span>
</div>
<div class="">
<blockquote><em>Without Requirement or Design, Programming Is The Art Of Adding Bugs To An Empty Text File </em></blockquote>
<span class="quote-athor">Louis Srygley</span>
</div>
<div class="">
<blockquote><em>Don't wait for the perfect moment, take the moment and make it perfect</em></blockquote>
<span class="quote-athor">Zoey Sayward</span>
</div>
</section>
</div>
<div class='col-lg-8'>
<article id="about" class="">
<h5 class='wow fadeInDown'><strong>About Me</strong></h5>
<div class="row">
<div class='col-lg-4 wow fadeInUp'>
<img src="images/logo.jpg" class='img-circle img-responsive' />
</div>
<div class='col-lg-8 text-justify wow fadeInRight'>
<p>I'm student, developer interested in enterprise web application development, osm mapper.</p>
<p>I'm trying to share, learn and expand my knowledge and skills through this blog.</p>
<p>I believe in openness through which we can expand our horizon of knowledge. </p>
</div>
</div>
</article>
</div>
</div>
</div>
<div class='footer-copyright'>
<div class='container'>
<p class="pull-left wow fadeInLeft" style="padding: 15px 0; margin: 0">
2015 - 2016 © Blog Title
</p>
<div class='pull-right' style="padding: 5px 0;">
<a href="#" class="btn-floating waves-effect waves-light social-btn hvr-float-shadow wow fadeInUp " data-wow-delay=".1s"><i class="fa fa-2x fa-facebook"></i></a>
<a href="#" class="btn-floating waves-effect waves-light social-btn hvr-float-shadow wow fadeInUp " data-wow-delay=".2s"><i class="fa fa-2x fa-twitter"></i></a>
<a href="#" class="btn-floating waves-effect waves-light social-btn hvr-float-shadow wow fadeInUp " data-wow-delay=".3s"><i class="fa fa-2x fa-linkedin"></i></a>
<a href="#" class="btn-floating waves-effect waves-light social-btn hvr-float-shadow wow fadeInUp " data-wow-delay=".3s"><i class="fa fa-2x fa-google-plus"></i></a>
<a href="#" class="btn-floating waves-effect waves-light social-btn hvr-float-shadow wow fadeInUp " data-wow-delay=".5s"><i class="fa fa-2x fa-github"></i></a>
<a href="#" class="btn-floating waves-effect waves-light social-btn hvr-float-shadow wow fadeInUp " data-wow-delay=".6s"><i class="fa fa-2x fa-flickr"></i></a>
<a href="#" class="btn-floating waves-effect waves-light social-btn hvr-float-shadow wow fadeInUp " data-wow-delay=".7s"><i class="fa fa-2x fa-pinterest"></i></a>
</div>
</div>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/library/materialize/js/materialize.js"></script>
<script src="assets/library/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/library/owl-carousel/owl.carousel.js" ></script>
<script src="assets/library/wow/js/wow.js" ></script>
<script src="assets/library/metismenu/metisMenu.js" ></script>
<script src="assets/js/init.js"></script>
</body>
</html>