-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.php
More file actions
461 lines (443 loc) · 20.9 KB
/
blog.php
File metadata and controls
461 lines (443 loc) · 20.9 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
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
<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><!--<![endif]-->
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<title>HashInclude | Your Web Developer</title>
<?php
$number = rand(1, 10);
?>
<style>
.no-js #loader { display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url("images/loader-64x/Preloader_<?php echo $number ?>.gif") center no-repeat #fff;
}
</style>
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.css" >
<!-- Theme Style -->
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
<!-- Colors -->
<link rel="stylesheet" type="text/css" href="stylesheets/colors/color1.css" id="colors">
<!-- Animation Style -->
<link rel="stylesheet" type="text/css" href="stylesheets/animate.css">
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,900' rel='stylesheet' type='text/css'>
<!-- Favicon and touch icons -->
<link href="icon/apple-touch-icon-144-precomposed.png" rel="apple-touch-icon-precomposed" sizes="144x144">
<link href="icon/apple-touch-icon-114-precomposed.png" rel="apple-touch-icon-precomposed" sizes="114x114">
<link href="icon/apple-touch-icon-72-precomposed.png" rel="apple-touch-icon-precomposed" sizes="72x72">
<link href="icon/apple-touch-icon-57-precomposed.png" rel="apple-touch-icon-precomposed">
<link href="icon/favicon.png" rel="shortcut icon">
<!--[if lt IE 9]>
<script src="javascript/html5shiv.js"></script>
<script src="javascript/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Top -->
<div class="se-pre-con"></div>
<div class="top">
<div class="container">
<div class="row">
<div class="span8">
<ul class="contact-info inline pull-left">
<li class="phone"><a href="#">+44 256 2582 256</a></li>
<li class="email"><a href="#">info@yourdomain.com</a></li>
<li class="skype"><a href="#">skypename</a></li>
</ul>
</div><!-- /.span8 -->
</div><!-- /.row -->
</div><!-- /.containter -->
</div>
<!-- Parallax Fullwidth -->
<div id="page-slider" class="parallax-bg4 parallax">
<div class="overlay"></div>
<header id="header" class="header">
<div class="header-wrap">
<div class="container">
<div class="row">
<div class="span2">
<div id="logo" class="logo">
<a href="./" rel="home">
<img src="images/logo.png" alt="Orches" />
</a>
</div><!-- /.logo -->
</div><!-- /.span2 -->
<div class="span10">
<div class="btn-menu"></div><!-- //mobile menu button -->
<nav id="mainnav" class="mainnav">
<ul class="menu">
<li><a href="index.php">Home</a>
<li><a class="active" href="#">About Us</a>
<li><a href="services.php">Services</a></li>
<li><a href="portfolio.php">Our Work</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="blog.php">Blog</a></li>
</ul><!-- /.menu -->
</nav>
</div><!-- /.span10 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.header-wrap -->
</header>
</div>
<!-- Page Title -->
<section class="page-title-container">
<div class="container page-title">
<div class="page-title-wrapper">
<div class="span6 page-title-captions">
<h1>Blog</h1>
</div><!-- /.span6 -->
<div class="span6 breadcrumbs">
<ul>
<li><a href="#">Home /</a></li>
<li><a href="#">Blog /</a></li>
<li>Dark version</li>
</ul>
</div><!-- /.span6 -->
</div>
</div><!-- /.container -->
</section>
<!-- Blog Posts -->
<section class="section blog-posts" style="background-color: #10101d">
<div class="container">
<div class="row">
<div class="span12">
<div class="titlebox orches-animation" data-animation="fadeInUp" data-animation-delay="0.6s" data-animation-offset="75%">
<h2 class="subtitle text-white">Blog</h2>
<h1 class="maintitle text-color">GRAPHICAL NEWS</h1>
<p class="text-white">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque dapibus lorem a ipsum tempus, at molestie erat pellentesque. Nulla non diam mollis, luctus orci mattis, ullamcorper massa.</p>
</div>
<div class="spacer"></div>
</div><!-- /.span12 -->
</div><!-- /.row -->
</div><!-- /.container -->
<div class="container">
<div class="posts-wrap">
<ul class="post-filter v2 inline">
<li class="active"><a data-filter="*" href="#">All</a></li>
<li><a data-filter=".popular" href="#">Popular</a></li>
<li><a data-filter=".branding" href="#">Branding</a></li>
<li><a data-filter=".editorial" href="#">Editorial</a></li>
<li><a data-filter=".illustration" href="#">Illustration</a></li>
<li><a data-filter=".webdesign" href="#">Web Design</a></li>
</ul><!-- /.post-filter -->
<div class="posts-container orches-animation" data-animation="fadeInUp" data-animation-delay="0" data-animation-offset="75%">
<div class="item post-item popular editorial">
<div class="featured-post">
<a href="blog-single.php">
<div class="overlay">
<div class="link">
<div class="icon-bg"></div>
<div class="icon">
<i class="icons-link"></i>
</div>
</div>
</div>
<img src="images/blog/g1.jpg" alt="image">
</a>
</div>
<div class="content-post">
<h2><a href="blog-single.php">LOREM IPSUM DOLAR SIT AMET</a></h2>
<p>Nam sed leo faucibus, pellentesque lacus ultrices, ultricies orci. Phasellus sagittis massa vel turpis convallis viverra.</p>
</div>
</div><!-- /.post-item -->
<div class="item post-item webdesign">
<div class="featured-post">
<a href="blog-single.php">
<div class="overlay">
<div class="link">
<div class="icon-bg"></div>
<div class="icon">
<i class="icons-link"></i>
</div>
</div>
</div>
<img src="images/blog/g2.jpg" alt="image">
</a>
</div>
<div class="content-post">
<h2><a href="blog-single.php">LOREM IPSUM DOLAR SIT AMET</a></h2>
<p>Nam sed leo faucibus, pellentesque lacus ultrices, ultricies orci. Phasellus sagittis massa vel turpis convallis viverra.</p>
</div>
</div><!-- /.post-item -->
<div class="item post-item w2 branding illustration">
<div class="featured-post">
<a href="blog-single.php">
<div class="overlay">
<div class="link">
<div class="icon-bg"></div>
<div class="icon">
<i class="icons-link"></i>
</div>
</div>
</div>
<img src="images/blog/g3.jpg" alt="image">
</a>
</div>
<div class="content-post">
<h2><a href="blog-single.php">LOREM IPSUM DOLAR SIT AMET</a></h2>
<p>Nam sed leo faucibus, pellentesque lacus ultrices, ultricies orci. Phasellus sagittis massa vel turpis convallis viverra. Duis ut viverra nisl. In hac habitasse platea dictumst. Sed a molestie tellus. Etiam fringilla mi ipsum, et commodo massa dapibus sit amet.</p>
</div>
</div><!-- /.post-item -->
<div class="item post-item w2 branding illustration popular">
<div class="featured-post">
<a href="blog-single.php">
<div class="overlay">
<div class="link">
<div class="icon-bg"></div>
<div class="icon">
<i class="icons-link"></i>
</div>
</div>
</div>
<img src="images/blog/g4.jpg" alt="image">
</a>
</div>
<div class="content-post">
<h2><a href="blog-single.php">LOREM IPSUM DOLAR SIT AMET</a></h2>
<p>Nam sed leo faucibus, pellentesque lacus ultrices, ultricies orci. Phasellus sagittis massa vel turpis convallis viverra. Duis ut viverra nisl. In hac habitasse platea dictumst. Sed a molestie tellus. Etiam fringilla mi ipsum, et commodo massa dapibus sit amet.</p>
</div>
</div><!-- /.post-item -->
<div class="item post-item editorial illustration">
<div class="featured-post">
<a href="blog-single.php">
<div class="overlay">
<div class="link">
<div class="icon-bg"></div>
<div class="icon">
<i class="icons-link"></i>
</div>
</div>
</div>
<img src="images/blog/g5.jpg" alt="image">
</a>
</div>
<div class="content-post">
<h2><a href="blog-single.php">LOREM IPSUM DOLAR SIT AMET</a></h2>
<p>Nam sed leo faucibus, pellentesque lacus ultrices, ultricies orci. Phasellus sagittis massa vel turpis convallis viverra.</p>
</div>
</div><!-- /.post-item -->
<div class="item post-item editorial webdesign illustration">
<div class="featured-post">
<a href="blog-single.php">
<div class="overlay">
<div class="link">
<div class="icon-bg"></div>
<div class="icon">
<i class="icons-link"></i>
</div>
</div>
</div>
<img src="images/blog/g6.jpg" alt="image">
</a>
</div>
<div class="content-post">
<h2><a href="blog-single.php">LOREM IPSUM DOLAR SIT AMET</a></h2>
<p>Nam sed leo faucibus, pellentesque lacus ultrices, ultricies orci. Phasellus sagittis massa vel turpis convallis viverra.</p>
</div>
</div><!-- /.post-item -->
</div><!-- /.posts-container -->
<div class="loadmore-btn loadmore-post">
<a href="#" class="btn-orches border-type">LOAD MORE</a>
</div><!-- /.loadmore-btn -->
</div><!-- /.posts-wrap -->
</div><!-- /.container -->
</section>
<!-- Socials -->
<section class="section social-section" style="padding: 50px 0; background: #d9dff2">
<div class="container">
<div class="row">
<div class="span12">
<div class="socials-list orches-animation" data-animation="fadeInLeft" data-animation-delay="0" data-animation-offset="75%">
<div class="follow-us">
<h3>Follow Us</h3>
</div>
<div class="social-icons">
<a class="iconwrap" href="#">
<div class="icon">
<div class="iconbg">
<i class="icons-twitter"></i>
</div>
</div>
</a>
<a class="iconwrap" href="#">
<div class="icon">
<div class="iconbg">
<i class="icons-facebook"></i>
</div>
</div>
</a>
<a class="iconwrap" href="#">
<div class="icon">
<div class="iconbg">
<i class="icons-dribbble"></i>
</div>
</div>
</a>
<a class="iconwrap" href="#">
<div class="icon">
<div class="iconbg">
<i class="icons-behance"></i>
</div>
</div>
</a>
<a class="iconwrap" href="#">
<div class="icon">
<div class="iconbg">
<i class="icons-pinterest"></i>
</div>
</div>
</a>
<a class="iconwrap" href="#">
<div class="icon">
<div class="iconbg">
<i class="icons-google-plus"></i>
</div>
</div>
</a>
<a class="iconwrap" href="#">
<div class="icon">
<div class="iconbg">
<i class="icons-vimeo-square"></i>
</div>
</div>
</a>
</div>
</div><!-- /.socials-list -->
</div><!-- /.span12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="span3">
<div class="widget widget-brand">
<div class="logo">
<a href="./"><img src="images/logo.png" alt="Orches" /></a>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc non turpis auctor, rutrum lacus ultrices, venenatis odio. Cras elementum elit eu ante interdum cursus. Curabitur a risus ornare, volutpat diam at, suscipit nisi. Nunc elit nunc, rhoncus eu fermentum sed.</p>
<a href="#" class="btn-orches border-type">READ MORE</a>
</div><!-- /.widget-brand -->
</div><!-- /.span3 -->
<div class="span3">
<div class="widget widget-recent-posts">
<h5 class="widget-title">Recent Posts</h5>
<ul class="unstyled">
<li>
<img src="images/blog/t1.jpg" alt="image">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis augue lorem.</p>
<div class="meta-post">
<span class="date">24 12 2014</span>
<span class="author"><a href="#">by Admin</a></span>
</div>
</li>
<li>
<img src="images/blog/t2.jpg" alt="image">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis augue lorem.</p>
<div class="meta-post">
<span class="date">24 12 2014</span>
<span class="author"><a href="#">by Admin</a></span>
</div>
</li>
</ul>
</div><!-- /.widget-recent-posts -->
</div><!-- /.span3 -->
<div class="span3">
<div class="widget widget-tags">
<h5 class="widget-title">Tags</h5>
<div class="tags">
<a href="#">Portfolio</a>
<a href="#">Wordpress</a>
<a href="#">Themeforest</a>
<a href="#">HTML</a>
<a href="#">Art</a>
<a href="#">Creative</a>
<a href="#">PSD</a>
</div>
</div><!-- /.widget-tags -->
</div><!-- /.span3 -->
<div class="span3">
<div class="widget widget-newsletter">
<h5 class="widget-title">Newsletter</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc non turpis auctor, rutrum lacus ultrices, venenatis odio.</p>
<form method="post" action="#" id="subscribe-form" data-mailchimp="true">
<div id="subscribe-content">
<div class="input">
<input type="text" id="subscribe-email" name="subscribe-email" placeholder="Your address e-mail">
</div>
<div class="button">
<button type="button" id="subscribe-button" class="" title="Subscribe now"><i class="icons-angle-right"></i></button>
</div>
</div>
<div id="subscribe-msg"></div>
</form>
</div><!-- /.widget-newsletter -->
</div><!-- /.span3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</footer>
<!-- Bottom -->
<div class="bottom">
<div class="container">
<div class="row">
<div class="span12">
<div class="copyright pull-left">
<span>ORCHES</span> 2014 | ALL RIGHT RESERVED
</div>
<div class="bottom-links pull-right">
<a href="index.php">HOME</a> |
<a href="about.php">ABOUT US</a> |
<a href="services.php">SERVICES</a> |
<a href="portfolio.php">OUR WORK</a> |
<a href="contact.php">CONTACT</a> |
<a href="#">BLOG</a>
</div>
</div><!-- /.span12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
<!-- Go Top -->
<a class="go-top">
<i class="icons-angle-up"></i>
</a>
<!-- Javascript -->
<script type="text/javascript" src="javascript/jquery.min.js"></script>
<script type="text/javascript" src="javascript/bootstrap.min.js"></script>
<script type="text/javascript" src="javascript/jquery.easing.js"></script>
<script type="text/javascript" src="javascript/matchMedia.js"></script>
<script type="text/javascript" src="javascript/jquery-waypoints.js"></script>
<script type="text/javascript" src="javascript/jquery.bxslider.js"></script>
<script type="text/javascript" src="javascript/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="javascript/parallax.js"></script>
<script type="text/javascript" src="javascript/imagesloaded.min.js"></script>
<script type="text/javascript" src="javascript/jquery.isotope.min.js"></script>
<script type="text/javascript" src="javascript/jquery.sticky.js"></script>
<script type="text/javascript" src="javascript/smoothscroll.js"></script>
<script type="text/javascript" src="javascript/jquery.cookie.js"></script>
<script type="text/javascript" src="javascript/switcher.js"></script>
<script type="text/javascript" src="javascript/main.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.js"></script>
<script>
$(window).load(function() {
// Animate loader off screen
$(".se-pre-con").fadeOut("slow");;
});
</script>
</body>
</html>