-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
executable file
·357 lines (329 loc) · 18.2 KB
/
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Hyperion</title>
<!-- ////////////////////////////////// -->
<!-- // Stylesheets Files // -->
<!-- ////////////////////////////////// -->
<link rel="stylesheet" href="css/base.css" id="camera-css" />
<link rel="stylesheet" href="css/framework.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/noscript.css" media="screen,all" id="noscript" />
<!-- ////////////////////////////////// -->
<!-- // Google Webfont Files // -->
<!-- ////////////////////////////////// -->
<!-- ////////////////////////////////// -->
<!-- // Favicon Files // -->
<!-- ////////////////////////////////// -->
<link rel="shortcut icon" href="images/favicon.ico" />
<!-- ////////////////////////////////// -->
<!-- // Javascript Files // -->
<!-- ////////////////////////////////// -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easing-1.3.min.js"></script>
<script src="js/tooltip.js"></script>
<script src="js/dropdown.js"></script>
<script src="js/tinynav.min.js"></script>
<script src="js/jquery.fancybox.js?v=2.0.6"></script>
<script src="js/jquery.fancybox-media.js?v=1.0.3"></script>
<script src="js/jquery.ui.totop.min.js"></script>
<script src="js/jquery.twitter.js"></script>
<script src="js/ddaccordion.js"></script>
<script src="js/jquery.twitter.js"></script>
<script src="js/jflickrfeed.min.js"></script>
<script src="js/faq-functions.js"></script>
<script src="js/theme-functions.js"></script>
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>
<!-- header start here -->
<header>
<div id="main-wrapper">
<!-- top-social start here -->
<div id="top-social">
<a class="trigger" href="#"></a>
<div class="social-panel">
<ul>
<li><a href="#"><img src="images/socials/social10.gif" alt="" /></a></li>
<li><a href="#"><img src="images/socials/social32.gif" alt="" /></a></li>
<li><a href="#"><img src="images/socials/social9.gif" alt="" /></a></li>
<li><a href="#"><img src="images/socials/social15.gif" alt="" /></a></li>
<li><a href="#"><img src="images/socials/social25.gif" alt="" /></a></li>
</ul>
</div>
</div>
<!-- top-social end here -->
<!-- logo start here -->
<div id="logo">
<a href="index.html"><img src="images/logo.png" alt="mainlogo" /></a>
</div>
<!-- logo end here -->
<!-- mainmenu start here -->
<nav id="mainmenu">
<ul id="menu">
<li><a href="index.html">home</a>
<ul>
<li><a href="index-layout2.html"><span>-</span> home layout 2</a></li>
<li><a href="index-layout3.html"><span>-</span> home layout 3</a></li>
<li><a href="index-layout4.html"><span>-</span> home layout 4</a></li>
</ul>
</li>
<li><a href="about.html">about</a></li>
<li><a href="services.html">services</a></li>
<li class="dropdown"><a href="#">portfolio</a>
<ul>
<li><a href="portfolio-2col.html"><span>-</span> portfolio 2 column</a></li>
<li><a href="portfolio-3col.html"><span>-</span> portfolio 3 column</a></li>
<li><a href="portfolio-4col.html"><span>-</span> portfolio 4 column</a></li>
</ul>
</li>
<li class="selected"><a href="blog.html">blog</a></li>
<li><a href="contact.html">contact</a></li>
<li class="dropdown"><a href="#">pages</a>
<ul>
<li><a href="column.html"><span>-</span> column page</a></li>
<li><a href="tables.html"><span>-</span> table page</a></li>
<li><a href="button-list.html"><span>-</span> button & list page</a></li>
<li><a href="typhography.html"><span>-</span> typhography page</a></li>
<li><a href="testimonials.html"><span>-</span> testimonials page</a></li>
<li><a href="pricing.html"><span>-</span> pricing page</a></li>
<li><a href="faq.html"><span>-</span> faq page</a></li>
<li><a href="single.html"><span>-</span> single page</a></li>
<li><a href="fullwidth.html"><span>-</span> fullwidth page</a></li>
<li><a href="404.html"><span>-</span> 404 page</a></li>
</ul>
</li>
</ul>
</nav>
<!-- mainmenu end here -->
</div>
</header>
<!-- header end here -->
<!-- pagetitle start here -->
<section id="pagetitle-wrapper">
<div class="pagetitle-content">
<h2>Our Blog</h2>
</div>
</section>
<!-- pagetitle end here -->
<!-- breadcrumb start here -->
<section id="breadcrumb-wrapper">
<div id="breadcrumb-content">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
</section>
<!-- breadcrumb end here -->
<!-- maincontent start here -->
<section id="content-wrapper">
<div class="row">
<div class="eight columns">
<!-- blog post 1 -->
<div class="blog-post">
<img src="images/sample-images/blog-post1.jpg" alt="blog-img" />
<div class="post-info">
<div class="big-date">30</div>
<div class="small-month">Aug 2012</div>
<ul>
<li class="author-icon"><a href="#">Andrew Garfield</a></li>
<li class="tag-icon"><a href="#">Timeline</a></li>
<li class="comment-icon"><a href="#">8 Comments</a></li>
</ul>
</div>
<div class="post-content">
<h4><a href="single.html">Reprehenderit voluptate essequam molestiae</a></h4>
<p>Nam libero tempore soluta nobis est eligendi optio cumque nihil impedit minus idquod maxime placeat facere possimus omnis voluptas assumenda est omnis dolor repellendus temporibus autem quibusdam officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint.</p>
<a class="continue-btn">Continue Reading</a>
</div>
</div>
<!-- blog post 2 -->
<div class="blog-post">
<img src="images/sample-images/blog-post2.jpg" alt="blog-img" />
<div class="post-info">
<div class="big-date">24</div>
<div class="small-month">Aug 2012</div>
<ul>
<li class="author-icon"><a href="#">Richard Burton</a></li>
<li class="tag-icon"><a href="#">Responsive</a></li>
<li class="comment-icon"><a href="#">12 Comments</a></li>
</ul>
</div>
<div class="post-content">
<h4><a href="single.html">Architecto beatae vitare dictasunt explicabo</a></h4>
<p>Nam libero tempore soluta nobis est eligendi optio cumque nihil impedit minus idquod maxime placeat facere possimus omnis voluptas assumenda est omnis dolor repellendus temporibus autem quibusdam officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint.</p>
<a class="continue-btn">Continue Reading</a>
</div>
</div>
<!-- blog post 3 -->
<div class="blog-post">
<img src="images/sample-images/blog-post3.jpg" alt="blog-img" />
<div class="post-info">
<div class="big-date">16</div>
<div class="small-month">Aug 2012</div>
<ul>
<li class="author-icon"><a href="#">Dennis Rodman</a></li>
<li class="tag-icon"><a href="#">Photoshop</a></li>
<li class="comment-icon"><a href="#">4 Comments</a></li>
</ul>
</div>
<div class="post-content">
<h4><a href="single.html">Exercitationem ullam corporisipi laboriosam</a></h4>
<p>Nam libero tempore soluta nobis est eligendi optio cumque nihil impedit minus idquod maxime placeat facere possimus omnis voluptas assumenda est omnis dolor repellendus temporibus autem quibusdam officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint.</p>
<a class="continue-btn">Continue Reading</a>
</div>
</div>
<!-- begin of pagination -->
<div class="blog-pagination">
<div class="pages blogpages">
<span class="pageof">Page 1 of 3</span><a href="#" class="current">1</a><a href="#">2</a><a href="#">3</a><a href="#">»</a>
</div>
</div>
<!-- end of pagination -->
</div>
<div class="four columns">
<aside>
<form id="search" action="#" method="get" />
<fieldset class="search-fieldset">
<input type="text" id="search-form" value="Search here..." onblur="if (this.value == ''){this.value = 'Search here...'; }" onfocus="if (this.value == 'Search here...') {this.value = ''; }" />
<button type="submit" value="Submit">Submit</button>
</fieldset>
</form>
</aside>
<aside>
<h5>Categories</h5>
<ul class="sidebar-list">
<li><a href="#">National News</a></li>
<li><a href="#">World of Sport</a></li>
<li><a href="#">Travel & Accomodation</a></li>
<li><a href="#">Technology News</a></li>
<li><a href="#">Entertainment</a></li>
</ul>
</aside>
<aside>
<h5>Popular Post</h5>
<ul class="popular-list">
<li>
<img src="images/sample-images/blog-post2.jpg" alt="" class="img-border" />
<p class="popular-title"><a href="single.html">Architecto beatae vitare dictasunt explicabo</a></p>
<p class="comment-count"><a href="single.html">12 Comments</a></p>
<p class="author-name">By : Richard Burton</p>
</li>
<li>
<img src="images/sample-images/blog-post1.jpg" alt="" class="img-border" />
<p class="popular-title"><a href="single.html">Reprehenderit voluptate essequam molestiae</a></p>
<p class="comment-count"><a href="single.html">8 Comments</a></p>
<p class="author-name">By : Andrew Garfield</p>
</li>
<li>
<img src="images/sample-images/blog-post3.jpg" alt="" class="img-border" />
<p class="popular-title"><a href="single.html">Exercitationem ullam corporisipi laboriosam</a></p>
<p class="comment-count"><a href="single.html">4 Comments</a></p>
<p class="author-name">By : Dennis Rodman</p>
</li>
</ul>
</aside>
<aside>
<h5>Tabs</h5>
<ul class="tabs">
<li><a href="#archives">Archives</a></li>
<li><a href="#comments">Comments</a></li>
<li><a href="#text">Text only</a></li>
</ul>
<div class="tab_container">
<div id="archives" class="tab_content">
<ul class="archive-list">
<li><p class="month-arch"><a href="#">May 2012</a></p><p class="post-count"><a href="#">8 post</a></p></li>
<li><p class="month-arch"><a href="#">June 2012</a></p><p class="post-count"><a href="#">12 post</a></p></li>
<li><p class="month-arch"><a href="#">July 2012</a></p><p class="post-count"><a href="#">4 post</a></p></li>
<li><p class="month-arch"><a href="#">August 2012</a></p><p class="post-count"><a href="#">10 post</a></p></li>
</ul>
</div>
<div id="comments" class="tab_content">
<ul class="comments-list">
<li>
<p class="comment-info">15 minutes ago by <a href="#">Jenglot</a> on</p>
<p class="title-with-comment"><a href="#">Architecto beatae vitare dictasunt explicabo</a></p>
</li>
<li>
<p class="comment-info">20 minutes ago by <a href="#">Markus</a> on</p>
<p class="title-with-comment"><a href="#">Exercitationem ullam corporisipi laboriosam</a></p>
</li>
<li>
<p class="comment-info">40 minutes ago by <a href="#">Andrew</a> on</p>
<p class="title-with-comment"><a href="#">Reprehenderit voluptate essequam molestiae</a></p>
</li>
</ul>
</div>
<div id="text" class="tab_content">
<p>Lorem ipsum dolor amet, consectetur adipite scinelit vestibulum vel quam sitare amet odio ultricies dapbus acer vitae augue duis nulla nunc dignissim</p>
</div>
</div>
</aside>
<aside>
<h5>Tag Cloud</h5>
<div class="tag-cloud">
<a title="Link title" href="#">jquery</a>
<a title="Link title" href="#">camera slide</a>
<a title="Link title" href="#">minimalist</a>
<a title="Link title" href="#">indonesia</a>
<a title="Link title" href="#">web design</a>
<a title="Link title" href="#">responsive</a>
<a title="Link title" href="#">html 5</a>
<a title="Link title" href="#">themeforest</a>
<a title="Link title" href="#">site template</a>
</div>
</aside>
</div>
</div>
</section>
<!-- maincontent end here -->
<!-- footer start here -->
<footer>
<div class="row">
<div class="three columns mobile-two">
<img src="images/logo2.png" alt="" class="img-left" />
<p class="copyright-text">© Copyright © 2013.Company name All rights reserved.<a target="_blank" href="http://www.cssmoban.com/">网页模板</a> - More Templates <a href="http://www.cssmoban.com/" target="_blank" title="模板之家">模板之家</a></p>
</div>
<div class="three columns mobile-two">
<h5>Address</h5>
<ul>
<li class="address-icon">Armistice Building<br />Jakarta, JKT 1220<br />PO BOX 1234</li>
<li class="phone-icon">Phone : +621 55566671</li>
<li class="email-icon">Email : [email protected]</li>
</ul>
</div>
<div class="three columns mobile-two">
<h5>Company</h5>
<ul>
<li><a href="#">About Hyperion</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Press & Media</a></li>
<li><a href="#">Environmental Impact</a></li>
<li><a href="#">Affiliate Program</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="three columns mobile-two">
<h5>Flickr</h5>
<ul id="flck-thumb" class="thumbs"><li class="no-image"></li></ul>
<!-- Noscript Notification when your Javascript not active -->
<div id="flickr-noscript">
<p>Can't load Flickr feed, please activate your javascript first...</p>
</div>
<!-- End of Noscript Notification when your Javascript not active -->
</div>
</div>
</footer>
<!-- footer end here -->
<script>$('#noscript').remove();</script>
</body>
</html>