-
Notifications
You must be signed in to change notification settings - Fork 1
/
blog-page.html
540 lines (523 loc) · 29.2 KB
/
blog-page.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
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link type="text/css" rel="stylesheet" media="all" href="vendor/bootstrap/css/bootstrap.min.css">
<!-- Vendor/Plugins CSS -->
<link type="text/css" rel="stylesheet" media="all" href="vendor/animate-css/animate.min.css">
<link type="text/css" rel="stylesheet" media="all"
href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700%7COpen+Sans:400,600,700&display=swap">
<link type="text/css" rel="stylesheet" media="all"
href="vendor/material-design-iconic-font/css/material-design-iconic-font.min.css">
<link type="text/css" rel="stylesheet" media="all" href="fonts/flaticon/flaticon.css">
<!-- Bootbox Template CSS -->
<link type="text/css" rel="stylesheet" media="all" href="css/main.css">
<title>Blog Listing Page | Bootbox - Agency HTML Template</title>
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body id="page-top">
<!-- START Loader -->
<div id="preloader">
<div class="blobs">
<div class="blob-center"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
</div>
</div>
<!-- END Loader -->
<!-- START Header -->
<header class="header position-relative">
<!-- START Navigation -->
<div class="navigation-bar" id="affix">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light navbar-reset">
<a class="logo" href="index.html">
<img class="logo-default" src="img/logo-light.png" alt="Bootbox">
</a>
<button class="navbar-toggler border-0 p-0" type="button" data-toggle="collapse"
data-target="#theme-navbar" aria-controls="theme-navbar" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-lines"></span>
</button>
<div class="collapse navbar-collapse" id="theme-navbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="price.html">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="javascript:void(0)" id="navbarDropdown"
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Pages</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="blog-page.html">Blog Page</a>
<a class="dropdown-item" href="blog-detail.html">Blog Detail</a>
<a class="dropdown-item" href="features.html">Features</a>
<a class="dropdown-item" href="error-page.html">Error Page</a>
<a class="dropdown-item" href="faq.html">FAQ</a>
<a class="dropdown-item" href="sign-up.html">Sign Up</a>
<a class="dropdown-item" href="career.html">career</a>
<a class="dropdown-item" href="career-single.html">career detail</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="service.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
<div class="my-3 my-lg-0">
<a href="login.html" class="btn btn-custom">Login</a>
</div>
</div>
</nav>
</div>
</div>
<!-- END Navigation -->
</header>
<!-- END Header -->
<!-- START Section Page Title -->
<section class="breadcrumb-section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="text-uppercase mb-4 c-white">Blog </h2>
<ul class="breadcrumb mb-0 justify-content-center">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active">Blog</li>
</ul>
</div>
</div>
</div>
</section>
<!-- END Section Page Title -->
<!-- START Section Blog -->
<section class="bg-white sp-100">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="row">
<div class="col-md-6 mb-5 mb-lg-5">
<div class="blog-item">
<div class="img-holder">
<img src="img/blog/blog-1.jpg" alt="Blog Post One">
<span class="date">20<br>May</span>
</div>
<div class="blog-content">
<ul class="d-flex meta mb-4">
<li>
<i class="zmdi zmdi-face text-muted mr-1"></i>
<a href="#" class="text-muted">John Doe</a>
</li>
<li>
<i class="zmdi zmdi-comment-outline text-muted mr-1"></i>
<a href="#" class="text-muted">6 Comments</a>
</li>
</ul>
<h5><a href="blog-detail.html">Excepteur sint ocaecat alit if cupidatat non
proident.</a></h5>
<p>Lorem ipsum dolor sit amet, cons rcquisc adipiscing elit. Nullam quis ante Aenean
socada commodo faucid.</p>
<a href="blog-detail.html" class="rm-btn">Read more
<i class="zmdi zmdi-long-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-md-6 mb-5 mb-lg-5">
<div class="blog-item">
<div class="img-holder">
<img src="img/blog/blog-2.jpg" alt="Blog Post Two">
<span class="date">20<br>May</span>
</div>
<div class="blog-content">
<ul class="d-flex meta mb-4">
<li>
<i class="zmdi zmdi-face text-muted mr-1"></i>
<a href="#" class="text-muted">John Doe</a>
</li>
<li>
<i class="zmdi zmdi-comment-outline text-muted mr-1"></i>
<a href="#" class="text-muted">6 Comments</a>
</li>
</ul>
<h5><a href="blog-detail.html">Excepteur sint ocaecat alit if cupidatat non
proident.</a></h5>
<p>Lorem ipsum dolor sit amet, cons rcquisc adipiscing elit. Nullam quis ante Aenean
socada commodo faucid.</p>
<a href="blog-detail.html" class="rm-btn">Read more
<i class="zmdi zmdi-long-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-md-6 mb-5 mb-lg-5">
<div class="blog-item">
<div class="img-holder">
<img src="img/blog/blog-3.jpg" alt="Blog Post Three">
<span class="date">20<br>May</span>
</div>
<div class="blog-content">
<ul class="d-flex meta mb-4">
<li>
<i class="zmdi zmdi-face text-muted mr-1"></i>
<a href="#" class="text-muted">John Doe</a>
</li>
<li>
<i class="zmdi zmdi-comment-outline text-muted mr-1"></i>
<a href="#" class="text-muted">6 Comments</a>
</li>
</ul>
<h5><a href="blog-detail.html">Excepteur sint ocaecat alit if cupidatat non
proident.</a></h5>
<p>Lorem ipsum dolor sit amet, cons rcquisc adipiscing elit. Nullam quis ante Aenean
socada commodo faucid.</p>
<a href="blog-detail.html" class="rm-btn">Read more
<i class="zmdi zmdi-long-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-md-6 mb-5 mb-lg-5">
<div class="blog-item">
<div class="img-holder">
<img src="img/blog/blog-4.jpg" alt="Blog Post Four">
<span class="date">20<br>May</span>
</div>
<div class="blog-content">
<ul class="d-flex meta mb-4">
<li>
<i class="zmdi zmdi-face text-muted mr-1"></i>
<a href="#" class="text-muted">John Doe</a>
</li>
<li>
<i class="zmdi zmdi-comment-outline text-muted mr-1"></i>
<a href="#" class="text-muted">6 Comments</a>
</li>
</ul>
<h5><a href="blog-detail.html">Excepteur sint ocaecat alit if cupidatat non
proident.</a></h5>
<p>Lorem ipsum dolor sit amet, cons rcquisc adipiscing elit. Nullam quis ante Aenean
socada commodo faucid.</p>
<a href="blog-detail.html" class="rm-btn">Read more
<i class="zmdi zmdi-long-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-md-6 mb-5 mb-lg-5">
<div class="blog-item">
<div class="img-holder">
<img src="img/blog/blog-5.jpg" alt="Blog Post Five">
<span class="date">20<br>May</span>
</div>
<div class="blog-content">
<ul class="d-flex meta mb-4">
<li>
<i class="zmdi zmdi-face text-muted mr-1"></i>
<a href="#" class="text-muted">John Doe</a>
</li>
<li>
<i class="zmdi zmdi-comment-outline text-muted mr-1"></i>
<a href="#" class="text-muted">6 Comments</a>
</li>
</ul>
<h5><a href="blog-detail.html">Excepteur sint ocaecat alit if cupidatat non
proident.</a></h5>
<p>Lorem ipsum dolor sit amet, cons rcquisc adipiscing elit. Nullam quis ante Aenean
socada commodo faucid.</p>
<a href="blog-detail.html" class="rm-btn">Read more
<i class="zmdi zmdi-long-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-md-6 mb-5 mb-lg-5">
<div class="blog-item">
<div class="img-holder">
<img src="img/blog/blog-6.jpg" alt="Blog Post Six">
<span class="date">20<br>May</span>
</div>
<div class="blog-content">
<ul class="d-flex meta mb-4">
<li>
<i class="zmdi zmdi-face text-muted mr-1"></i>
<a href="#" class="text-muted">John Doe</a>
</li>
<li>
<i class="zmdi zmdi-comment-outline text-muted mr-1"></i>
<a href="#" class="text-muted">6 Comments</a>
</li>
</ul>
<h5><a href="blog-detail.html">Excepteur sint ocaecat alit if cupidatat non
proident.</a></h5>
<p>Lorem ipsum dolor sit amet, cons rcquisc adipiscing elit. Nullam quis ante Aenean
socada commodo faucid.</p>
<a href="blog-detail.html" class="rm-btn">Read more
<i class="zmdi zmdi-long-arrow-right"></i>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 mt-30">
<nav aria-label="Page navigation">
<ul class="pagination pagination-reset justify-content-center">
<li class="page-item disabled">
<a class="page-link" href="#" tabindex="-1" aria-disabled="true">
<i class="zmdi zmdi-long-arrow-left"></i>
</a>
</li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item d-none d-md-inline-block"><a class="page-link" href="#">2</a>
</li>
<li class="page-item d-none d-md-inline-block"><a class="page-link" href="#">3</a>
</li>
<li class="page-item"><a class="page-link" href="#">...</a></li>
<li class="page-item"><a class="page-link" href="#">8</a></li>
<li class="page-item">
<a class="page-link" href="#">
<i class="zmdi zmdi-long-arrow-right"></i>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="sidebar mt-lg-0 mt-60">
<div class="widget">
<form role="search" action="#" method="post">
<div class="input-group">
<input type="search" id="search" name="search" placeholder="Search Here.."
class="form-control">
<button type="submit">
<i class="zmdi zmdi-search"></i>
</button>
</div>
</form>
</div>
<div class="widget">
<h4 class="title-right mb-30">About Author</h4>
<div class="widget-author">
<div class="d-flex mb-4 align-items-center">
<div class="img-holder mr-4">
<img src="img/blog/aut-img.png" alt="author">
</div>
<div class="flex-grow-1">
<h5 class="c-white mb-1">Julia Holmes</h5>
<span class="text-capitalize c-white font-weight-semi-bold small">Co
manager</span>
</div>
</div>
<p class="text-center c-white mb-4">Excepteur enim aute dolor culpa aliqua nulla. Non
labore est
irure
ipsum fugiat quis voluptate cillum velit qui commodo faucid.</p>
<div class="author-social text-center">
<a href="#" class="zmdi zmdi-facebook"></a>
<a href="#" class="zmdi zmdi-twitter ml-3"></a>
<a href="#" class="zmdi zmdi-google ml-3"></a>
<a href="#" class="zmdi zmdi-instagram ml-3"></a>
</div>
</div>
</div>
<div class="widget">
<h4 class="title-right mb-30">Categories</h4>
<ul class="widget-list bg-white">
<li>
<a href="#" class="gray text-capitalize">Application
</a>
23
</li>
<li>
<a href="#" class="gray text-capitalize">Creative
</a>
51
</li>
<li>
<a href="#" class="gray text-capitalize">Development
</a>
06
</li>
<li>
<a href="#" class="gray text-capitalize">Innovative
</a>
55
</li>
<li>
<a href="#" class="gray text-capitalize">Technology
</a>
25
</li>
</ul>
</div>
<div class="widget">
<h4 class="title-right mb-30">Archives</h4>
<ul class="widget-list bg-white">
<li>
<a href="#" class="gray text-capitalize">January 2019
</a>
23
</li>
<li>
<a href="#" class="gray text-capitalize">December 2018
</a>
51
</li>
<li>
<a href="#" class="gray text-capitalize">November 2018
</a>
06
</li>
<li>
<a href="#" class="gray text-capitalize">August 2018
</a>
55
</li>
<li>
<a href="#" class="gray text-capitalize">July 2018
</a>
25
</li>
</ul>
</div>
<div class="widget">
<h4 class="title-right mb-30">Tags</h4>
<div class="tagcloud">
<a href="#">Development</a>
<a href="#">Application</a>
<a href="#">Idea</a>
<a href="#">Innovative</a>
<a href="#">Creative</a>
<a href="#">Technology</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END Section Blog -->
<!-- START Footer CTA -->
<section class="cta-section position-relative">
<div class="container">
<div class="cta-box bg-white wow fadeInUp" data-wow-delay="0.2s">
<h3>Start growing with Bootbox today!</h3>
<p class="mb-30 mx-auto">Lorem ipsum dolor sit amet, consecta detudzdae rcquisc adipiscing elit. Aenean
socada commodo sit ame orci eget ero ligaui egets dolor. Nullam quis ante tiam sit ame
orci eget
erovtiu faucid.
</p>
<a href="#" class="btn btn-lg btn-custom">Get free estimate <i
class="zmdi zmdi-long-arrow-right ml-2"></i></a>
</div>
</div>
</section>
<!-- END Section CTA -->
<!-- START Footer -->
<footer class="bg-white footer">
<div class="container">
<div class="footer-top">
<div class="row">
<div class="col-md-6 col-xl-3 mb-30">
<div class="mb-30">
<img class="logo-footer" src="img/logo-light.png" alt="Bootbox">
</div>
<p class="mb-30 c-white">Lorem ipsum dolor sit amet, cons ectadetudzdae rcquisc adipiscing elit.
Aenean socada commodo dolor.</p>
<div class="socials">
<a href="#" class="zmdi zmdi-facebook"></a>
<a href="#" class="zmdi zmdi-twitter"></a>
<a href="#" class="zmdi zmdi-google"></a>
<a href="#" class="zmdi zmdi-instagram"></a>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-30">
<h4 class="btm-sep pb-3 mb-30 c-white font-weight-semi-bolder">Our company</h4>
<div class="foot-links">
<a href="about.html">About Company</a>
<a href="#">Testimonials</a>
<a href="blog-page.html">Our blog</a>
<a href="faq.html">FAQ</a>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-30">
<h4 class="btm-sep pb-3 mb-30 c-white font-weight-semi-bolder">Product</h4>
<div class="foot-links">
<a href="#">Integrations</a>
<a href="price.html">Pricing</a>
<a href="#">Documentation</a>
<a href="#">Release Notes</a>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-30">
<h4 class="btm-sep pb-3 mb-30 c-white font-weight-semi-bolder">Contact us</h4>
<ul class="contact-info mt-4">
<li>
<i class="zmdi zmdi-pin"></i>
ABC, North Valley, <br> New York 160065
</li>
<li>
<i class="zmdi zmdi-email"></i>
</li>
<li>
<i class="zmdi zmdi-phone"></i>
123-456-7890
</li>
</ul>
</div>
</div>
</div>
<div class="copyright text-center c-white">
©2019 - Bootbox. <span class="d-none d-md-inline-block">All rights reserved.</span>
</div>
</div>
</footer>
<!-- END Footer -->
<!-- START Scroll-To-Top -->
<a id="back-top" class="back-top" href="javascript:void(0)">
<span class="zmdi zmdi-triangle-up mb-1"></span>
</a>
<!-- END Scroll-To-Top -->
<!-- Global Required JS -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Vendor/Plugins JS -->
<script src="vendor/wowjs/wow.min.js"></script>
<!-- Bootbox Template JS -->
<script src="js/main.js"></script>
</body>
</html>