-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-details.html
461 lines (392 loc) · 23.7 KB
/
blog-details.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metas -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="keywords" content="HTML5 Template Avo onepage themeforest" />
<meta name="description" content="Avo - Onepage Multi-Purpose HTML5 Template" />
<meta name="author" content="" />
<!-- Title -->
<title>AbiTech</title>
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,500,600,700,800,900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700&display=swap"
rel="stylesheet">
<!-- Plugins -->
<link rel="stylesheet" href="css/plugins.css" />
<!-- Core Style Css -->
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- ==================== Start Loading ==================== -->
<div id="preloader">
</div>
<!-- ==================== End Loading ==================== -->
<!-- ==================== Start progress-scroll-button ==================== -->
<div class="progress-wrap cursor-pointer">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
</div>
<!-- ==================== End progress-scroll-button ==================== -->
<!-- ==================== Start cursor ==================== -->
<div class="mouse-cursor cursor-outer"></div>
<div class="mouse-cursor cursor-inner"></div>
<!-- ==================== End cursor ==================== -->
<!-- ==================== Start Navbar ==================== -->
<nav class="navbar navbar-expand-lg">
<div class="container">
<!-- Logo -->
<a class="logo" href="#">
<img src="img/logo-light.png" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"><i class="fas fa-bars"></i></span>
</button>
<!-- navbar links -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button"
aria-haspopup="true" aria-expanded="false">Home</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="index.html">Main Home</a>
<a class="dropdown-item" href="index2.html">Creative Studio</a>
<a class="dropdown-item" href="index3.html">Business Startup</a>
<a class="dropdown-item" href="index4.html">One Page</a>
<a class="dropdown-item" href="index5.html">Freelancer</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button"
aria-haspopup="true" aria-expanded="false">Showcases</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="showcase.html">Full Screen</a>
<a class="dropdown-item" href="showcase2.html">Creative Carousel</a>
<a class="dropdown-item" href="showcase3.html">Radius Carousel</a>
<a class="dropdown-item" href="showcase4.html">Columns Carousel</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button"
aria-haspopup="true" aria-expanded="false">Portfolio</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="works.html">Mouse Info</a>
<a class="dropdown-item" href="works2.html">Masonry 3 Columns</a>
<a class="dropdown-item" href="works3.html">Masonry 2 Columns</a>
<a class="dropdown-item" href="works4.html">Pinterest List</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<div class="search">
<span class="icon pe-7s-search cursor-pointer"></span>
<div class="search-form text-center custom-font">
<form>
<input type="text" name="search" placeholder="Search">
</form>
<span class="close pe-7s-close cursor-pointer"></span>
</div>
</div>
</div>
</div>
</nav>
<!-- ==================== End Navbar ==================== -->
<!-- ==================== Start wrapper ==================== -->
<div class="wrapper">
<!-- ==================== Start Header ==================== -->
<section class="page-header blg">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7 col-md-9">
<div class="cont text-center">
<h2>Build a Beautiful Blog With Ease</h2>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== Start Header ==================== -->
<!-- ==================== Start Blog ==================== -->
<section class="blog-pg single section-padding pt-0">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-11">
<div class="post">
<div class="img">
<img src="img/blog/single.jpg" alt="">
</div>
<div class="content pt-20">
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="cont">
<div class="spacial">
<p>Never ever think of giving up. Winners never quit and quitters never
win. Take all negative words out of your mental dictionary and focus
on the solutions with utmost conviction and patience. The battle is
never lost until you’ve abandon your vision.</p>
</div>
<p>the main component of a healthy environment for self esteem is that it
needs be
nurturing. The main compont of a healthy environment for self esteem is
that it
needs be nurturing. The main component of a healthy env for self esteem
The main
compont be nurturing It should provide unconditional warmth. The main
component of a
healthy env for self esteem The main compont be nurturing It should
provide
unconditional</p>
<h6>- We all intend to plan ahead.</h6>
<p>We all intend to plan ahead, but too often let the day-to-day minutia get
in the way
of making a calendar for the year. Sure, you can’t know every detail to
anticipate.
Heck, you can’t know half the priorities that will pop up in any
particular month.
But you can plan for big picture seasonality, busy-times, and events.
</p>
<ul>
<li><span>01</span> Integer in volutpat libero.</li>
<li><span>02</span> Vivamus maximus ultricies pulvinar.</li>
<li><span>03</span> priorities that will pop up in any particular month.
</li>
<li><span>04</span> We all intend to plan ahead.</li>
<li><span>05</span> The main component of a healthy env for self esteem.
</li>
</ul>
<div class="quotes text-center">
<p>Never ever think of giving up. Winners never quit and quitters never
win. Take all negative words out of your mental dictionary and focus
on the solutions with utmost conviction and patience. The battle is
never lost until you’ve abandon your vision.</p>
</div>
<div class="row">
<div class="col-md-6">
<div class="mb-10">
<img src="img/blog/single.jpg" alt="">
</div>
</div>
<div class="col-md-6">
<div class="mb-10">
<img src="img/blog/single.jpg" alt="">
</div>
</div>
</div>
<p>We all intend to plan ahead, but too often let the day-to-day minutia get
in the way
of making a calendar for the year. Sure, you can’t know every detail to
anticipate.
Heck, you can’t know half the priorities that will pop up in any
particular month.
But you can plan for big picture seasonality, busy-times, and events.
</p>
<div class="share-info">
<div class="social">
<a href="#0"><i class="fab fa-facebook-f"></i></a>
<a href="#0"><i class="fab fa-twitter"></i></a>
<a href="#0"><i class="fab fa-behance"></i></a>
</div>
<div class="tags">
<a href="#0">Web</a>,
<a href="#0">Themeforest</a>,
<a href="#0">UI-ThemeZ</a>
</div>
</div>
</div>
<div class="author">
<div class="author-img">
<img src="img/blog/01.jpg" alt="">
</div>
<div class="info">
<h6><span>author :</span> Jorden Griffin</h6>
<p>the main component of a healthy environment for self esteem is that
it needs be nurturing. The main compont of a healthy environment.
</p>
<div class="social">
<a href="#0"><i class="fab fa-facebook-f"></i></a>
<a href="#0"><i class="fab fa-twitter"></i></a>
<a href="#0"><i class="fab fa-behance"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="pagination">
<span><a href="#0">Prev Post</a></span>
<span class="icon"><a href="blog.html"><i class="fas fa-th-large"></i></a></span>
<span class="text-right"><a href="#0">Next Post</a></span>
</div>
<div class="comments-area">
<h5>Comments :</h5>
<div class="item">
<div class="comment-img">
<img src="img/blog/01.jpg" alt="">
</div>
<div class="info">
<h6>Jorden Griffin - <span> 6 Aug 2019</span></h6>
<span class="replay"><a href="#0">Replay <i class="fas fa-reply"></i></a></span>
<p>the main component of a healthy environment for self esteem is that it needs
be nurturing. The main compont of a healthy environment.</p>
</div>
</div>
<div class="item relped">
<div class="comment-img">
<img src="img/blog/01.jpg" alt="">
</div>
<div class="info">
<h6>Jorden Griffin - <span> 6 Aug 2019</span></h6>
<span class="replay"><a href="#0">Replay <i class="fas fa-reply"></i></a></span>
<p>the main component of a healthy environment for self esteem is that it needs
be nurturing. The main compont of a healthy environment.</p>
</div>
</div>
<div class="item">
<div class="comment-img">
<img src="img/blog/01.jpg" alt="">
</div>
<div class="info">
<h6>Jorden Griffin - <span> 6 Aug 2019</span></h6>
<span class="replay"><a href="#0">Replay <i class="fas fa-reply"></i></a></span>
<p>the main component of a healthy environment for self esteem is that it needs
be nurturing. The main compont of a healthy environment.</p>
</div>
</div>
</div>
<div class="comment-form">
<h5>Add Comment :</h5>
<div class="form">
<form action="">
<div class="row">
<div class="col-12">
<div class="form-group">
<textarea placeholder="Your Comment"></textarea>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="text" placeholder="Your Name">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="email" placeholder="Your Email">
</div>
</div>
<div class="col-12">
<div class="form-group">
<button
class="btn-curve btn-color btn-lg"><span>Submit</span></button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== End Blog ==================== -->
<!-- ==================== Start Footer ==================== -->
<footer class="footer-half sub-bg section-padding pb-0">
<div class="container">
<div class="row">
<div class="col-lg-5">
<div class="cont">
<div class="logo">
<a href="#0">
<img src="img/logo-light.png" alt="">
</a>
</div>
<div class="con-info custom-font">
<ul>
<li><span>Email : </span> [email protected]</li>
<li><span>Address : </span> A32 , Ave 15th Street, Door 211, San Franciso, USA
32490.
</li>
<li><span>Phone : </span> (+1) 2345 678 44 88</li>
</ul>
</div>
<div class="social-icon">
<h6 class="custom-font stit simple-btn">Follow Us</h6>
<div class="social">
<a href="#0" class="icon">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#0" class="icon">
<i class="fab fa-twitter"></i>
</a>
<a href="#0" class="icon">
<i class="fab fa-pinterest"></i>
</a>
<a href="#0" class="icon">
<i class="fab fa-behance"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-5 offset-lg-2">
<div class="subscribe mb-50">
<h6 class="custom-font stit simple-btn">Newsletter</h6>
<p>Sign up for subscribe out newsletter!</p>
<form>
<div class="form-group custom-font">
<input type="email" name="subscribe" placeholder="Your Email">
<button class="cursor-pointer">Subscribe</button>
</div>
</form>
</div>
<!-- <div class="insta">
<h6 class="custom-font stit simple-btn">Instagram Post</h6>
<div class="insta-gallary">
<a href="#0">
<img src="img/insta/1.jpg" alt="">
</a>
<a href="#0">
<img src="img/insta/2.jpg" alt="">
</a>
<a href="#0">
<img src="img/insta/3.jpg" alt="">
</a>
</div>
</div> -->
</div>
</div>
<div class="copyrights text-center">
<p>© 2020, Avo Template. Made with passion by <a href="#0">UI-ThemeZ</a>.</p>
</div>
</div>
</footer>
<!-- ==================== End Footer ==================== -->
</div>
<!-- ==================== End wrapper ==================== -->
<!-- jQuery -->
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/jquery-migrate-3.0.0.min.js"></script>
<!-- plugins -->
<script src="js/plugins.js"></script>
<!-- custom scripts -->
<script src="js/scripts.js"></script>
</body>
</html>