-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathsingle-blog-post.html
377 lines (365 loc) · 20 KB
/
single-blog-post.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
<!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>Sility - Material Design Vcard & CV HTML Template</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Icons -->
<link href="fonts/material-design-iconic-font/css/material-design-iconic-font.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Ionicons -->
<link href="fonts/ionicons/css/ionicons.min.css" rel="stylesheet">
<!-- Owl Carousel -->
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.default.css" rel="stylesheet">
<!-- Style.css -->
<link rel="alternate stylesheet" title="amber" type="text/css" data-color="#FFC107" href="color/amber.css" />
<link rel="alternate stylesheet" title="black" type="text/css" data-color="#374046" href="color/black.css" />
<link rel="alternate stylesheet" title="blue" type="text/css" data-color="#2196F3" href="color/blue.css" />
<link rel="alternate stylesheet" title="blue_grey" type="text/css" data-color="#607D8B" href="color/blue_grey.css" />
<link rel="alternate stylesheet" title="brown" type="text/css" data-color="#795548" href="color/brown.css" />
<link rel="alternate stylesheet" title="cayan" type="text/css" data-color="#00BCD4" href="color/cayan.css" />
<link rel="alternate stylesheet" title="deep_orange" type="text/css" data-color="#FF5722" href="color/deep_orange.css" />
<link rel=" stylesheet" title="deep_purple" type="text/css" data-color="#673AB7" href="color/deep_purple.css" />
<link rel="alternate stylesheet" title="green" type="text/css" data-color="#4CAF50" href="color/green.css" />
<link rel="alternate stylesheet" title="grey" type="text/css" data-color="#9E9E9E" href="color/grey.css" />
<link rel="alternate stylesheet" title="indigo" type="text/css" data-color="#3F51B5" href="color/indigo.css" />
<link rel="alternate stylesheet" title="light_blue" type="text/css" data-color="#03A9F4" href="color/light_blue.css" />
<link rel="alternate stylesheet" title="light_green" type="text/css" data-color="#8BC34A" href="color/light_green.css" />
<link rel="alternate stylesheet" title="lime" type="text/css" data-color="#CDDC39" href="color/lime.css" />
<link rel="alternate stylesheet" title="orange" type="text/css" data-color="#FF9800" href="color/orange.css" />
<link rel="alternate stylesheet" title="pink" type="text/css" data-color="#E91E63" href="color/pink.css" />
<link rel="alternate stylesheet" title="purple" type="text/css" data-color="#9C27B0" href="color/purple.css" />
<link rel="alternate stylesheet" title="red" type="text/css" data-color="#F44336" href="color/red.css" />
<link rel="alternate stylesheet" title="teal" type="text/css" data-color="#009688" href="color/teal.css" />
<link rel="alternate stylesheet" title="yellow" type="text/css" data-color="#FFEB3B" href="color/yellow.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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]-->
</head>
<body>
<!-- Search -->
<div class="search-overlay"></div>
<div class="search">
<a href="#" class="search-close"><i class="md md-close"></i></a>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h4>Just Start Typing Text and Press Enter</h4>
<form class="search-form">
<input type="text" id="search" name="search" class="text-center" />
</form> <!-- end .search-form -->
</div> <!-- end .col-sm-6 -->
</div> <!-- end .row -->
</div> <!-- end .row -->
<!-- Slide Out -->
<div class="slide-out-overlay"></div>
<div class="slide-out">
<header class="slide-out-header clearfix">
<div class="clearfix">
<a href="#" class="slide-out-close pull-left"><i class="md md-close"></i></a>
<a href="#" class="open-search pull-right"><i class="md md-search"></i></a>
<a href="#" class="slide-out-share pull-right"><i class="md md-more-vert"></i></a>
</div> <!-- end .clearfix -->
<!-- Popup -->
<div class="slide-out-popup">
<nav class="social-nav">
<ul class="list-unstyled">
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Linkedin</a></li>
<li><a href="#">Google+</a></li>
<li><a href="#">Behance</a></li>
</ul> <!-- end .list-unstyled -->
</nav> <!-- end .social-nav -->
</div> <!-- end .slide-out-popup -->
<div class="image"><img src="images/head01.png" alt="alt text" class="img-responsive"></div>
<div class="content">
<h5>Benjamin Thomson</h5>
<span>Web & UX Designer</span>
</div> <!-- end .content -->
<div class="text-right">
<a href="#" class="button link-button white icon-left"><i class="md md-file-download"></i>Download Resume</a>
</div> <!-- end .text-right -->
</header> <!-- end .slide-out-header -->
<div class="slide-out-widgets">
<div class="slide-out-widget">
<h4>Drink A Coffee With Me Today</h4>
<form action="#" method="post" class="form-horizontal contact-form">
<div class="form-group">
<label class="col-sm-3 control-label">Name</label>
<div class="col-sm-9">
<input type="text" class="contact-name" name="contact-name" />
</div> <!-- end .col-sm-9 -->
</div> <!-- end .form-group -->
<div class="form-group">
<label class="col-sm-3 control-label">Email</label>
<div class="col-sm-9">
<input type="email" class="contact-email" name="contact-email" />
</div> <!-- end .col-sm-9 -->
</div> <!-- end .form-group -->
<div class="form-group">
<label class="col-sm-3 control-label">Message</label>
<div class="col-sm-9">
<textarea name="contact-message" class="contact-message" rows="3"></textarea>
</div> <!-- end .col-sm-9 -->
</div> <!-- end .form-group -->
<div class="form-group">
<div class="col-sm-9 col-sm-offset-3">
<button type="submit" class="button solid-button purple">Send Message</button>
</div> <!-- end .col-sm-9 -->
</div> <!-- end .form-group -->
<div class="contact-loading alert alert-info form-alert">
<span class="message">Loading...</span>
<button type="button" class="close" data-hide="alert" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="contact-success alert alert-success form-alert">
<span class="message">Success!</span>
<button type="button" class="close" data-hide="alert" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
<div class="contact-error alert alert-danger form-alert">
<span class="message">Error!</span>
<button type="button" class="close" data-hide="alert" aria-label="Close"><i class="fa fa-times"></i></button>
</div>
</form> <!-- end contact-form -->
</div> <!-- end .slide-out-widget -->
<div class="slide-out-widget">
<h4>Follow On Instagram</h4>
<div class="instagram">
<a href="#"><img src="images/instagram01.jpg" alt="alt text" class="img-responsive"></a>
<a href="#"><img src="images/instagram02.jpg" alt="alt text" class="img-responsive"></a>
<a href="#"><img src="images/instagram03.jpg" alt="alt text" class="img-responsive"></a>
<a href="#"><img src="images/instagram04.jpg" alt="alt text" class="img-responsive"></a>
<a href="#"><img src="images/instagram05.jpg" alt="alt text" class="img-responsive"></a>
<a href="#"><img src="images/instagram06.jpg" alt="alt text" class="img-responsive"></a>
</div> <!-- end .instagram -->
</div> <!-- end .slide-out-widget -->
</div> <!-- end .slide-out-widgets -->
</div> <!-- end .slide-out -->
<!-- Header -->
<header class="header">
<div class="top clearfix">
<a href="#section8" class="available"><i class="ion-ios-email-outline"></i><span>Available For Freelance</span></a>
<div class="right-icons">
<a href="#" class="open-search header-open-search"><i class="md md-search"></i></a>
<a href="#" class="download"><i class="md md-file-download"></i></a>
<a href="#" class="share"><i class="md md-more-vert"></i></a>
</div> <!-- end .right-icons -->
<!-- Popup -->
<div class="popup">
<nav class="social-nav">
<ul class="list-unstyled">
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Linkedin</a></li>
<li><a href="#">Google+</a></li>
<li><a href="#">Behance</a></li>
</ul> <!-- end .list-unstyled -->
</nav> <!-- end .social-nav -->
</div> <!-- end .popup -->
</div> <!-- end .top -->
<div class="bottom clearfix">
<div class="title"><a href="index-2.html">Sility</a></div>
<div class="header-action-button-wrapper">
<a href="#" class="header-action-button action-button"><i class="md md-add"></i></a>
</div> <!-- end .header-action-button-wrapper -->
<a href="#" class="responsive-menu-open">Menu <i class="fa fa-bars"></i></a>
<nav class="main-nav">
<ul class="list-unstyled">
<li><a href="index-2.html#section1">Home</a></li>
<li><a href="index-2.html#section2">About</a></li>
<li><a href="index-2.html#section3">Skill</a></li>
<li><a href="index-2.html#section4">Experience</a></li>
<li><a href="index-2.html#section5">Education</a></li>
<li><a href="index-2.html#section6">Work</a></li>
<li><a href="index-2.html#section7">Blog</a></li>
<li><a href="index-2.html#section8">Contact</a></li>
</ul>
</nav> <!-- end .main-nav -->
</div> <!-- end .bottom -->
</header> <!-- end .header -->
<div class="responsive-menu">
<a href="#" class="responsive-menu-close">Close <i class="ion-android-close"></i></a>
<nav class="responsive-nav"></nav> <!-- end .responsive-nav -->
</div> <!-- end .responsive-menu -->
<!-- Sections -->
<div class="sections">
<div class="sections-wrapper clearfix">
<!--Single Blog Post -->
<section>
<div class="container">
<div class="single-blog-post">
<header class="blog-header clearfix">
<div class="content">
<span class="date">March 11, 2015</span>
<h4>Music Is Help To Relax Body And Mind</h4>
<span class="meta"><a href="#">7 Comments</a> | <a href="#">By Admin</a></span>
<div class="footer">
<p class="button-row blog-button-row"><a href="#" class="button solid-button dark">Prev</a><a href="#" class="button solid-button purple">Next</a></p>
</div>
</div> <!-- end .content -->
<div class="image" style="background-image: url('images/single-blog-post-image.jpg');"></div>
</header> <!-- end .blog-header -->
<div class="blog-post">
<div class="blog-post-content">
<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni saga dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor site amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore manusia magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporlais suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur</p>
<blockquote>
<p>Nemo enim ipsam voluptatem quiau voluptas sdite aspernatur aut odit aut fugit, sed quia consequun tur magni dolores eosa qui ratione blanditiis praesentium.</p>
<footer>Steve Jobs</footer>
</blockquote>
<p>Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur vero eos et accusamus et iusto odio dignissimos ducomusth qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sintakarl occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum eiar dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio.</p>
<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placey eat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibus dalmo aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molstiae non-sec recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores aliasarat consequatur aut perferendis doloribus asperiores repellat</p>
</div> <!-- end .blog-post-content -->
<div class="blog-post-comments">
<h4>7 Comments</h4>
<div class="comment">
<div class="inner clearfix">
<div class="image"><img src="images/comment01.jpg" alt="alt text" class="img-responsive"></div>
<div class="content">
<h5>Stone Gold</h5>
<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placey eat facere possimus, omnis voluptas assumenda est.</p>
<span class="meta">25 March 2015 - 9.00AM</span>
<a href="#" class="reply">Reply<i class="fa fa-reply"></i></a>
</div> <!-- end .content -->
</div> <!-- end .inner -->
<div class="comment">
<div class="inner clearfix">
<div class="image"><img src="images/comment02.jpg" alt="alt text" class="img-responsive"></div>
<div class="content">
<h5>Anna Salina</h5>
<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placey eat facere possimus, omnis voluptas assumenda est.</p>
<span class="meta">25 March 2015 - 9.00AM</span>
<a href="#" class="reply">Reply<i class="fa fa-reply"></i></a>
</div> <!-- end .content -->
</div> <!-- end .inner -->
</div> <!-- end .comment -->
</div> <!-- end .comment -->
<div class="comment">
<div class="inner clearfix">
<div class="image"><img src="images/comment03.jpg" alt="alt text" class="img-responsive"></div>
<div class="content">
<h5>Tom Cruis</h5>
<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placey eat facere possimus, omnis voluptas assumenda est.</p>
<span class="meta">25 March 2015 - 9.00AM</span>
<a href="#" class="reply">Reply<i class="fa fa-reply"></i></a>
</div> <!-- end .content -->
</div> <!-- end .inner -->
</div> <!-- end .comment -->
</div> <!-- end .blog-post-comments -->
<div class="leave-comment">
<h4>Leave A Comment</h4>
<div class="inner">
<form action="#" method="post" class="form-horizontal">
<div class="form-group">
<label class="col-sm-2 control-label">Name</label>
<div class="col-sm-10">
<input type="text" class="contact-name" name="contact-name" />
</div> <!-- end .col-sm-10 -->
</div> <!-- end .form-group -->
<div class="form-group">
<label class="col-sm-2 control-label">Email</label>
<div class="col-sm-10">
<input type="email" class="contact-email" name="contact-email" />
</div> <!-- end .col-sm-10 -->
</div> <!-- end .form-group -->
<div class="form-group">
<label class="col-sm-2 control-label">Message</label>
<div class="col-sm-10">
<textarea name="contact-message" class="contact-message" rows="3"></textarea>
</div> <!-- end .col-sm-10 -->
</div> <!-- end .form-group -->
<div class="form-group">
<div class="col-sm-10 col-sm-offset-2">
<button type="submit" class="button solid-button purple">Send Message</button>
</div> <!-- end .col-sm-10 -->
</div> <!-- end .form-group -->
</form>
</div> <!-- end .inner -->
</div> <!-- end .leave-comment -->
</div> <!-- end .blog-post -->
<div class="blog-details">
<div class="section">
<h5>Author Details</h5>
<div class="author">
<div class="image"><img src="images/author.png" alt="alt text" class="img-responsive"></div>
<span class="title">Benjamin Thomson</span>
<p>voluptatem accusantium doloremque laudanto tam rem aperiam, eaque ipsa quae. ab illo inventore veritatis et quasi architecto.</p>
</div>
</div> <!-- end .section -->
<div class="section">
<h5>Share Post</h5>
<div class="social-icons">
<a href="#" class="social-icon"><i class="fa fa-facebook"></i></a>
<a href="#" class="social-icon"><i class="fa fa-twitter"></i></a>
<a href="#" class="social-icon"><i class="fa fa-google-plus"></i></a>
<a href="#" class="social-icon"><i class="fa fa-behance"></i></a>
<a href="#" class="social-icon"><i class="fa fa-dribbble"></i></a>
</div> <!-- end .social-icons -->
</div> <!-- end .section -->
<div class="section">
<h5>Tags</h5>
<div class="tags"><a href="#">Music</a><span>|</span><a href="#">Mobile</a><span>|</span><a href="#">Tablet</a><span>|</span><a href="#">Live</a></div>
</div> <!-- end .section -->
</div> <!-- end .blog-details -->
</div> <!-- end .single-blog-post -->
</div> <!-- end .container -->
</section>
</div> <!-- end .sections-wrapper -->
</div> <!-- end .sections -->
<!-- Footer -->
<footer class="footer">
<div class="top">
<div class="container">
<div class="row">
<div class="col-sm-4">
<h4>Address</h4>
<p>123 Sility, South Corner Street,<br />Melbornem Australia.</p>
</div> <!-- end .col-sm-4 -->
<div class="col-sm-4">
<h4>Connect</h4>
<div class="social-icons">
<a href="#" class="social-icon"><i class="fa fa-facebook"></i></a>
<a href="#" class="social-icon"><i class="fa fa-twitter"></i></a>
<a href="#" class="social-icon"><i class="fa fa-google-plus"></i></a>
<a href="#" class="social-icon"><i class="fa fa-behance"></i></a>
<a href="#" class="social-icon"><i class="fa fa-dribbble"></i></a>
</div> <!-- end .social-icons -->
</div> <!-- end .col-sm-4 -->
<div class="col-sm-4">
<h4>Contact</h4>
<p>Tel: +61 123-456-7890<br />Mail: [email protected]</p>
</div> <!-- end .col-sm-4 -->
</div> <!-- end .row -->
</div> <!-- end .container -->
</div> <!-- end .footer -->
<div class="bottom">Copyright © Sility. All Rights Reserved.</div> <!-- end .bottom -->
</footer> <!-- end .footer -->
<!-- jQuery -->
<script src="js/jquery-1.11.2.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Inview -->
<script src="js/jquery.inview.min.js"></script>
<!-- SmoothScroll -->
<script src="js/smoothscroll.js"></script>
<!-- jQuery Knob -->
<script src="js/jquery.knob.min.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Isotope -->
<script src="js/isotope.pkgd.min.js"></script>
<!-- Images Loaded -->
<script src="js/imagesloaded.pkgd.min.js"></script>
<!-- google maps -->
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<!-- Scripts.js -->
<script src="js/scripts.js"></script>
<script src="js/picker.js"></script>
</body>
</html>