-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-archive.html
454 lines (424 loc) · 20.1 KB
/
blog-archive.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
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
<!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>Wpf Bgness : Archive Blog</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- for fontawesome icon css file -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- superslides css -->
<link rel="stylesheet" href="css/superslides.css">
<!-- for content animate css file -->
<link rel="stylesheet" href="css/animate.css">
<!-- slick slider css file -->
<link href="css/slick.css" rel="stylesheet">
<!-- website theme color file -->
<link id="switcher" href="css/themes/cyan-theme.css" rel="stylesheet">
<!-- main site css file -->
<link href="style.css" rel="stylesheet">
<!-- google fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<!-- <script src="js/sequencejs-options.apple-style.js"></script> -->
<!-- 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>
<!-- =========================
//////////////This Theme Design and Developed //////////////////////
//////////// by www.wpfreeware.com======================-->
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<!-- End Preloader -->
<a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a>
<!-- start navbar -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">WpF <span>BGness</span></a>
<!-- <a class="navbar-brand" href="index.html"><img src="img/logo.png" alt="logo"></a> -->
</div>
<div id="navbar" class="navbar-collapse collapse navbar_area">
<ul class="nav navbar-nav navbar-right custom_nav">
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Link one</a></li>
<li><a href="#">Link Two</a></li>
<li><a href="#">Link Three</a></li>
</ul>
</li>
<li><a href="page.html">Page</a></li>
<li class="active"><a href="blog-archive.html">Blog</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!-- End navbar -->
<!-- start banner area -->
<section id="imgbanner">
<h2>Blog Archive</h2>
</section>
<!-- End banner area -->
<!-- start image editing -->
<section id="blogArchive">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-12">
<div class="blogArchive_area">
<!-- start single archive post -->
<div class="single_archiveblog wow fadeInDown">
<div class="archiveblog_left">
<img class="author_img" src="img/blogger.jpg" alt="img">
<h5 class="author_name">Holly Christina</h5>
<p class="postdate">February 16, 2015 </p>
</div>
<div class="archiveblog_right">
<h2>It's That time of year again! Prepare your ecomarce store for cyber Monday</h2>
<div class="post_commentbox">
<a href="#"><i class="fa fa-tags"></i>Technology</a>
<a href="#"><i class="fa fa-comments"></i>Comments</a>
</div>
<img src="img/blog.jpg" alt="img">
<p>As the second largest social network in existence, a Google+ profile will give your brand a massive reach. But the most valuable thing about getting your eCommerce store onto Google+ is that Google prioritises all Google+, making it the best social media platform for search engine optimisation.</p>
<a class="read_more" href="single.html">read more<i class="fa fa-long-arrow-right"></i></a>
</div>
</div>
<!-- End single archive post -->
<!-- start single archive post -->
<div class="single_archiveblog wow fadeInDown">
<div class="archiveblog_left">
<img class="author_img" src="img/blogger.jpg" alt="img">
<h5 class="author_name">Holly Christina</h5>
<p class="postdate">February 16, 2015 </p>
</div>
<div class="archiveblog_right">
<h2>It's That time of year again! Prepare your ecomarce store for cyber Monday</h2>
<div class="post_commentbox">
<a href="#"><i class="fa fa-tags"></i>Technology</a>
<a href="#"><i class="fa fa-comments"></i>Comments</a>
</div>
<img src="img/blog.jpg" alt="img">
<p>As the second largest social network in existence, a Google+ profile will give your brand a massive reach. But the most valuable thing about getting your eCommerce store onto Google+ is that Google prioritises all Google+, making it the best social media platform for search engine optimisation.</p>
<a class="read_more" href="single.html">read more<i class="fa fa-long-arrow-right"></i></a>
</div>
</div>
<!-- End single archive post -->
<!-- start single archive post -->
<div class="single_archiveblog wow fadeInDown">
<div class="archiveblog_left">
<img class="author_img" src="img/blogger.jpg" alt="img">
<h5 class="author_name">Holly Christina</h5>
<p class="postdate">February 16, 2015 </p>
</div>
<div class="archiveblog_right">
<h2>It's That time of year again! Prepare your ecomarce store for cyber Monday</h2>
<div class="post_commentbox">
<a href="#"><i class="fa fa-tags"></i>Technology</a>
<a href="#"><i class="fa fa-comments"></i>Comments</a>
</div>
<img src="img/blog.jpg" alt="img">
<p>As the second largest social network in existence, a Google+ profile will give your brand a massive reach. But the most valuable thing about getting your eCommerce store onto Google+ is that Google prioritises all Google+, making it the best social media platform for search engine optimisation.</p>
<a class="read_more" href="single.html">read more<i class="fa fa-long-arrow-right"></i></a>
</div>
</div>
<!-- End single archive post -->
<!-- start single archive post -->
<div class="single_archiveblog wow fadeInDown">
<div class="archiveblog_left">
<img class="author_img" src="img/blogger.jpg" alt="img">
<h5 class="author_name">Holly Christina</h5>
<p class="postdate">February 16, 2015 </p>
</div>
<div class="archiveblog_right">
<h2>It's That time of year again! Prepare your ecomarce store for cyber Monday</h2>
<div class="post_commentbox">
<a href="#"><i class="fa fa-tags"></i>Technology</a>
<a href="#"><i class="fa fa-comments"></i>Comments</a>
</div>
<img src="img/blog.jpg" alt="img">
<p>As the second largest social network in existence, a Google+ profile will give your brand a massive reach. But the most valuable thing about getting your eCommerce store onto Google+ is that Google prioritises all Google+, making it the best social media platform for search engine optimisation.</p>
<a class="read_more" href="single.html">read more<i class="fa fa-long-arrow-right"></i></a>
</div>
</div>
<!-- End single archive post -->
</div>
<!-- start pagination -->
<nav>
<ul class="pagination wow fadeInLeft">
<li><a href="#"><span aria-hidden="true">«</span><span class="sr-only">Previous</span></a></li>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#"><span aria-hidden="true">»</span><span class="sr-only">Next</span></a></li>
</ul>
</nav><!-- End pagination -->
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="blog_sidebar">
<!-- Start single side bar -->
<div class="single_sidebar">
<h2>Recent Post</h2>
<ul class="small_catg similar_nav">
<li>
<div class="media">
<a href="#" class="media-left related-img">
<img alt="img" src="img/blog.jpg">
</a>
<div class="media-body">
<h4 class="media-heading"><a href="#">Duis condimentum nunc pretium lobortis </a></h4>
<p>Nunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris.</p>
</div>
</div>
</li>
<li>
<div class="media">
<a href="#" class="media-left related-img">
<img alt="img" src="img/blog.jpg">
</a>
<div class="media-body">
<h4 class="media-heading"><a href="#">Duis condimentum nunc pretium lobortis </a></h4>
<p>Nunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris.</p>
</div>
</div>
</li>
</ul>
</div>
<!-- Start single side bar -->
<div class="single_sidebar">
<h2>Popular Post</h2>
<ul class="small_catg similar_nav">
<li>
<div class="media">
<a href="#" class="media-left related-img">
<img alt="img" src="img/blog.jpg">
</a>
<div class="media-body">
<h4 class="media-heading"><a href="#">Duis condimentum nunc pretium lobortis </a></h4>
<p>Nunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris.</p>
</div>
</div>
</li>
<li>
<div class="media">
<a href="#" class="media-left related-img">
<img alt="img" src="img/blog.jpg">
</a>
<div class="media-body">
<h4 class="media-heading"><a href="#">Duis condimentum nunc pretium lobortis </a></h4>
<p>Nunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris.</p>
</div>
</div>
</li>
</ul>
</div>
<!-- Start single side bar -->
<div class="single_sidebar">
<h2>Category</h2>
<ul class="catg_nav">
<li><a href="#">Business</a></li>
<li><a href="#">Technology</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Exclusive</a></li>
<li><a href="#">Corporate</a></li>
</ul>
</div>
<!-- Start single side bar -->
<div class="single_sidebar">
<h2>Tags</h2>
<ul class="tags_nav">
<li><a href="#">Corporate</a></li>
<li><a href="#">Background</a></li>
<li><a href="#">Recover</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Template</a></li>
<li><a href="#">Wordpress</a></li>
</ul>
</div>
<!-- Start single side bar -->
<div class="single_sidebar">
<h2>Blog Archive</h2>
<div class="blog_archive">
<form>
<select>
<option value="">Blog Archive</option>
<option value="">October(20)</option>
</select>
</form>
</div>
</div>
<!-- Start single side bar -->
<div class="single_sidebar">
<h2>Links</h2>
<ul>
<li><a href="#">Business</a></li>
<li><a href="#">Technology</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Exclusive</a></li>
<li><a href="#">Corporate</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End image editing -->
<!-- start footer -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="footer_top">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="single_footer_top">
<h2>Footer Widget </h2>
<ul>
<li><a href="#">Lorem Ipsum is simply dummy text of the printing</a></li>
<li><a href="#">Dummy text of the printing</a></li>
<li><a href="#">There are many variations of passages</a></li>
<li><a href="#">Lorem Ipsum available</a></li>
<li><a href="#">Lorem Ipsum is not simply random text</a></li>
<li><a href="#">The standard chunk of Lorem Ipsum</a></li>
<li><a href="#">Dummy text of the printing</a></li>
<li><a href="#">There are many variations of passages</a></li>
<li><a href="#">Lorem Ipsum available</a></li>
<li><a href="#">Lorem Ipsum is not simply random text</a></li>
<li><a href="#">The standard chunk of Lorem Ipsum</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="single_footer_top">
<h2>Wpf Bgness</h2>
<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.</p>
</div>
<div class="single_footer_top contact_mail">
<h2>Contact us</h2>
<p>We are always open for a quick chat! Give us a call or email us any time and we will respond shortly. <span>+1 888-522-0212</span> or <a href="#">[email protected]</a></p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="single_footer_top">
<h2>Links </h2>
<ul>
<li><a href="#">Support</a></li>
<li><a href="archive-blog.html">Blog</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="testimonial-archive.html">Testimonial Archive</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Developer API</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</div>
<div class="single_footer_top">
<h2>Social Links </h2>
<ul class="social_nav">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="col-lg-12 col-md-12 col-sm-12">
<div class="footer_middle">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="single_footer_middle">
<h2>New York </h2>
<address>
<p>MisterClipping.com USA L.L.C.</p>
<p>25 Broadway, 9th Floor</p>
<p>New York, NY 10004</p>
<p>United States</p>
<p>Phone: +1 888-522-0212</p>
</address>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="single_footer_middle">
<h2>London</h2>
<address>
<p>MisterClipping.com B.V.</p>
<p>Grote Houtstraat 178</p>
<p>2011 SZ Haarlem</p>
<p>The Netherlands</p>
<p>Tel: +31 23 542 1530</p>
</address>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="single_footer_middle">
<h2>Paris </h2>
<address>
<p>MisterClipping.com</p>
<p>59, Rue des Petits Champs</p>
<p>75001 Paris</p>
<p>France</p>
<p>Téléphone: +33 (0)182 883 111 </p>
</address>
</div>
</div>
</div>
</div>
</div> -->
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="footer_bottom">
<div class="copyright">
<p>All right reserved </p>
</div>
<div class="developer">
<p>Designed By <a href="http://wpfreeware.com/" rel="nofollow">Wpfreeware</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<!-- jQuery Library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- For content animatin -->
<script src="js/wow.min.js"></script>
<!-- bootstrap js file -->
<script src="js/bootstrap.min.js"></script>
<!-- superslides slider -->
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.animate-enhanced.min.js"></script>
<script src="js/jquery.superslides.min.js" type="text/javascript" charset="utf-8"></script>
<!-- slick slider js file -->
<script src="js/slick.min.js"></script>
<!-- Google map -->
<script src="https://maps.googleapis.com/maps/api/js"></script>
<script src="js/jquery.ui.map.js"></script>
<!-- custom js file include -->
<script src="js/custom.js"></script>
</body>
</html>