-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
433 lines (403 loc) · 24 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FASTER - Logistics Company Website Template</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Topbar Start -->
<div class="container-fluid bg-dark">
<div class="row py-2 px-lg-5">
<div class="col-lg-6 text-center text-lg-left mb-2 mb-lg-0">
<div class="d-inline-flex align-items-center text-white">
<small><i class="fa fa-phone-alt mr-2"></i>+012 345 6789</small>
<small class="px-3">|</small>
<small><i class="fa fa-envelope mr-2"></i>info@example.com</small>
</div>
</div>
<div class="col-lg-6 text-center text-lg-right">
<div class="d-inline-flex align-items-center">
<a class="text-white px-2" href="#">
<i class="fab fa-facebook-f"></i>
</a>
<a class="text-white px-2" href="#">
<i class="fab fa-twitter"></i>
</a>
<a class="text-white px-2" href="#">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="text-white px-2" href="#">
<i class="fab fa-instagram"></i>
</a>
<a class="text-white pl-2" href="#">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<div class="container-fluid p-0">
<nav class="navbar navbar-expand-lg bg-light navbar-light py-3 py-lg-0 px-lg-5">
<a href="index.html" class="navbar-brand ml-lg-3">
<h1 class="m-0 display-5 text-uppercase text-primary"><i class="fa fa-truck mr-2"></i>Faster</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between px-lg-3" id="navbarCollapse">
<div class="navbar-nav m-auto py-0">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="service.html" class="nav-item nav-link">Service</a>
<a href="price.html" class="nav-item nav-link">Price</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle active" data-toggle="dropdown">Pages</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="blog.html" class="dropdown-item active">Blog Grid</a>
<a href="single.html" class="dropdown-item">Blog Detail</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
<a href="#" class="btn btn-primary py-2 px-4 d-none d-lg-block">Get A Quote</a>
</div>
</nav>
</div>
<!-- Navbar End -->
<!-- Header Start -->
<div class="jumbotron jumbotron-fluid mb-5">
<div class="container text-center py-5">
<h1 class="text-white display-3">Latest Blog</h1>
<div class="d-inline-flex align-items-center text-white">
<p class="m-0"><a class="text-white" href="#">Home</a></p>
<i class="fa fa-circle px-3"></i>
<p class="m-0">Blog</p>
</div>
</div>
</div>
<!-- Header End -->
<!-- Blog Start -->
<div class="container py-5">
<div class="row">
<!-- Blog Grid Start -->
<div class="col-lg-8">
<div class="row">
<div class="col-md-12 mb-3">
<div class="position-relative">
<img class="img-fluid w-100" src="img/blog-1.jpg" alt="">
<div class="position-absolute bg-primary d-flex flex-column align-items-center justify-content-center rounded-circle"
style="width: 60px; height: 60px; bottom: -30px; right: 30px;">
<h4 class="font-weight-bold mb-n1">01</h4>
<small class="text-white text-uppercase">Jan</small>
</div>
</div>
<div class="bg-secondary mb-3" style="padding: 30px;">
<div class="d-flex mb-3">
<div class="d-flex align-items-center">
<img class="rounded-circle" style="width: 40px; height: 40px;" src="img/user.jpg" alt="">
<a class="text-muted ml-2" href="#">John Doe</a>
</div>
<div class="d-flex align-items-center ml-4">
<i class="far fa-bookmark text-primary"></i>
<a class="text-muted ml-2" href="#">Web Design</a>
</div>
</div>
<h4 class="font-weight-bold mb-3">Kasd tempor diam sea justo dolor</h4>
<p>Dolor sea ipsum ipsum et. Erat duo lorem magna vero dolor dolores. Rebum eirmod no dolor diam dolor amet ipsum. Lorem lorem sea sed diam est lorem magna</p>
<a class="border-bottom border-primary text-uppercase text-decoration-none" href="#">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
<div class="col-md-12 mb-3">
<div class="position-relative">
<img class="img-fluid w-100" src="img/blog-2.jpg" alt="">
<div class="position-absolute bg-primary d-flex flex-column align-items-center justify-content-center rounded-circle"
style="width: 60px; height: 60px; bottom: -30px; right: 30px;">
<h4 class="font-weight-bold mb-n1">01</h4>
<small class="text-white text-uppercase">Jan</small>
</div>
</div>
<div class="bg-secondary mb-3" style="padding: 30px;">
<div class="d-flex mb-3">
<div class="d-flex align-items-center">
<img class="rounded-circle" style="width: 40px; height: 40px;" src="img/user.jpg" alt="">
<a class="text-muted ml-2" href="#">John Doe</a>
</div>
<div class="d-flex align-items-center ml-4">
<i class="far fa-bookmark text-primary"></i>
<a class="text-muted ml-2" href="#">Web Design</a>
</div>
</div>
<h4 class="font-weight-bold mb-3">Kasd tempor diam sea justo dolor</h4>
<p>Dolor sea ipsum ipsum et. Erat duo lorem magna vero dolor dolores. Rebum eirmod no dolor diam dolor amet ipsum. Lorem lorem sea sed diam est lorem magna</p>
<a class="border-bottom border-primary text-uppercase text-decoration-none" href="#">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
<div class="col-md-12 mb-3">
<div class="position-relative">
<img class="img-fluid w-100" src="img/blog-1.jpg" alt="">
<div class="position-absolute bg-primary d-flex flex-column align-items-center justify-content-center rounded-circle"
style="width: 60px; height: 60px; bottom: -30px; right: 30px;">
<h4 class="font-weight-bold mb-n1">01</h4>
<small class="text-white text-uppercase">Jan</small>
</div>
</div>
<div class="bg-secondary mb-3" style="padding: 30px;">
<div class="d-flex mb-3">
<div class="d-flex align-items-center">
<img class="rounded-circle" style="width: 40px; height: 40px;" src="img/user.jpg" alt="">
<a class="text-muted ml-2" href="#">John Doe</a>
</div>
<div class="d-flex align-items-center ml-4">
<i class="far fa-bookmark text-primary"></i>
<a class="text-muted ml-2" href="#">Web Design</a>
</div>
</div>
<h4 class="font-weight-bold mb-3">Kasd tempor diam sea justo dolor</h4>
<p>Dolor sea ipsum ipsum et. Erat duo lorem magna vero dolor dolores. Rebum eirmod no dolor diam dolor amet ipsum. Lorem lorem sea sed diam est lorem magna</p>
<a class="border-bottom border-primary text-uppercase text-decoration-none" href="#">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<nav aria-label="Page navigation">
<ul class="pagination pagination-lg justify-content-center mb-0">
<li class="page-item disabled">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
<span class="sr-only">Previous</span>
</a>
</li>
<li class="page-item active"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<!-- Blog Grid End -->
<!-- Sidebar Start -->
<div class="col-lg-4 mt-5 mt-lg-0">
<!-- Search Form Start -->
<div class="mb-5">
<div class="bg-secondary" style="padding: 30px;">
<div class="input-group">
<input type="text" class="form-control border-0 p-4" placeholder="Keyword">
<div class="input-group-append">
<span class="input-group-text bg-primary border-primary text-white"><i
class="fa fa-search"></i></span>
</div>
</div>
</div>
</div>
<!-- Search Form End -->
<!-- Category Start -->
<div class="mb-5">
<h3 class="mb-4">Categories</h3>
<div class="bg-secondary" style="padding: 30px;">
<ul class="list-inline m-0">
<li class="mb-1 py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-primary mr-2"></i>Web Design</a>
<span class="badge badge-secondary badge-pill">150</span>
</li>
<li class="mb-1 py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-primary mr-2"></i>Web Development</a>
<span class="badge badge-secondary badge-pill">131</span>
</li>
<li class="mb-1 py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-primary mr-2"></i>Online Marketing</a>
<span class="badge badge-secondary badge-pill">78</span>
</li>
<li class="mb-1 py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-primary mr-2"></i>Keyword Research</a>
<span class="badge badge-secondary badge-pill">56</span>
</li>
<li class="py-2 px-3 bg-light d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-primary mr-2"></i>Email Marketing</a>
<span class="badge badge-secondary badge-pill">98</span>
</li>
</ul>
</div>
</div>
<!-- Category End -->
<!-- Recent Post Start -->
<div class="mb-5">
<h3 class="mb-4">Recent Post</h3>
<div class="d-flex mb-3">
<img class="img-fluid" src="img/blog-1.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<a href="#" class="d-flex align-items-center bg-secondary text-dark text-decoration-none px-3" style="height: 80px;">
Lorem ipsum dolor sit amet consec adipis elit
</a>
</div>
<div class="d-flex mb-3">
<img class="img-fluid" src="img/blog-2.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<a href="#" class="d-flex align-items-center bg-secondary text-dark text-decoration-none px-3" style="height: 80px;">
Lorem ipsum dolor sit amet consec adipis elit
</a>
</div>
<div class="d-flex mb-3">
<img class="img-fluid" src="img/blog-1.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<a href="#" class="d-flex align-items-center bg-secondary text-dark text-decoration-none px-3" style="height: 80px;">
Lorem ipsum dolor sit amet consec adipis elit
</a>
</div>
<div class="d-flex mb-3">
<img class="img-fluid" src="img/blog-2.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<a href="#" class="d-flex align-items-center bg-secondary text-dark text-decoration-none px-3" style="height: 80px;">
Lorem ipsum dolor sit amet consec adipis elit
</a>
</div>
<div class="d-flex mb-3">
<img class="img-fluid" src="img/blog-1.jpg" style="width: 80px; height: 80px; object-fit: cover;" alt="">
<a href="#" class="d-flex align-items-center bg-secondary text-dark text-decoration-none px-3" style="height: 80px;">
Lorem ipsum dolor sit amet consec adipis elit
</a>
</div>
</div>
<!-- Recent Post End -->
<!-- Image Start -->
<div class="mb-5">
<img src="img/blog-1.jpg" alt="" class="img-fluid">
</div>
<!-- Image End -->
<!-- Tags Start -->
<div class="mb-5">
<h3 class="mb-4">Tag Cloud</h3>
<div class="d-flex flex-wrap m-n1">
<a href="#" class="btn btn-secondary m-1">Design</a>
<a href="#" class="btn btn-secondary m-1">Development</a>
<a href="#" class="btn btn-secondary m-1">Marketing</a>
<a href="#" class="btn btn-secondary m-1">SEO</a>
<a href="#" class="btn btn-secondary m-1">Writing</a>
<a href="#" class="btn btn-secondary m-1">Consulting</a>
</div>
</div>
<!-- Tags End -->
<!-- Image Start -->
<div class="mb-5">
<img src="img/blog-2.jpg" alt="" class="img-fluid">
</div>
<!-- Image End -->
<!-- Plain Text Start -->
<div>
<h3 class="mb-4">Plain Text</h3>
<div class="bg-secondary text-center" style="padding: 30px;">
<p>Vero sea et accusam justo dolor accusam lorem consetetur, dolores sit amet sit dolor clita kasd justo, diam accusam no sea ut tempor magna takimata, amet sit et diam dolor ipsum amet diam</p>
<a href="#" class="btn btn-primary py-2 px-4">Read More</a>
</div>
</div>
<!-- Plain Text End -->
</div>
<!-- Sidebar End -->
</div>
</div>
<!-- Blog End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-white mt-5 py-5 px-sm-3 px-md-5">
<div class="row pt-5">
<div class="col-lg-7 col-md-6">
<div class="row">
<div class="col-md-6 mb-5">
<h3 class="text-primary mb-4">Get In Touch</h3>
<p><i class="fa fa-map-marker-alt mr-2"></i>123 Street, New York, USA</p>
<p><i class="fa fa-phone-alt mr-2"></i>+012 345 67890</p>
<p><i class="fa fa-envelope mr-2"></i>info@example.com</p>
<div class="d-flex justify-content-start mt-4">
<a class="btn btn-outline-light btn-social mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light btn-social mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-outline-light btn-social" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-md-6 mb-5">
<h3 class="text-primary mb-4">Quick Links</h3>
<div class="d-flex flex-column justify-content-start">
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>About Us</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Our Services</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Pricing Plan</a>
<a class="text-white" href="#"><i class="fa fa-angle-right mr-2"></i>Contact Us</a>
</div>
</div>
</div>
</div>
<div class="col-lg-5 col-md-6 mb-5">
<h3 class="text-primary mb-4">Newsletter</h3>
<p>Rebum labore lorem dolores kasd est, et ipsum amet et at kasd, ipsum sea tempor magna tempor. Accu kasd sed ea duo ipsum. Dolor duo eirmod sea justo no lorem est diam</p>
<div class="w-100">
<div class="input-group">
<input type="text" class="form-control border-light" style="padding: 30px;" placeholder="Your Email Address">
<div class="input-group-append">
<button class="btn btn-primary px-4">Sign Up</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark text-white border-top py-4 px-sm-3 px-md-5" style="border-color: #3E3E4E !important;">
<div class="row">
<div class="col-lg-6 text-center text-md-left mb-3 mb-md-0">
<p class="m-0 text-white">© <a href="#">Your Site Name</a>. All Rights Reserved.
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
Designed by <a href="https://htmlcodex.com">HTML Codex</a>
</p>
</div>
<div class="col-lg-6 text-center text-md-right">
<ul class="nav d-inline-flex">
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Terms</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Help</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>