-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-details.html
467 lines (406 loc) · 25 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
462
463
464
465
466
467
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<!--====== Title ======-->
<title>Exlore | Blog Details</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png">
<!--====== Magnific Popup CSS ======-->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!--====== Slick CSS ======-->
<link rel="stylesheet" href="assets/css/slick.css">
<!--====== Font Awesome CSS ======-->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!--====== Line Icons CSS ======-->
<link rel="stylesheet" href="assets/css/LineIcons.css">
<!--====== Animate CSS ======-->
<link rel="stylesheet" href="assets/css/animate.css">
<!--====== Bootstrap CSS ======-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--====== Default CSS ======-->
<link rel="stylesheet" href="assets/css/default.css">
<!--====== Style CSS ======-->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!--====== PRELOADER PART START ======-->
<div class="preloader">
<div class="loader">
<div class="ytp-spinner">
<div class="ytp-spinner-container">
<div class="ytp-spinner-rotator">
<div class="ytp-spinner-left">
<div class="ytp-spinner-circle"></div>
</div>
<div class="ytp-spinner-right">
<div class="ytp-spinner-circle"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--====== PRELOADER PART ENDS ======-->
<!--====== HEADER PART START ======-->
<header class="header-area">
<div class="navbar-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">
<img src="assets/images/logo.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="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<div class="collapse navbar-collapse sub-menu-bar" id="navbarSupportedContent">
<ul id="nav" class="navbar-nav m-auto">
<li class="nav-item ">
<a href="#home">Home</a>
</li>
<li class="nav-item">
<a href="#about">About </a>
</li>
<li class="nav-item">
<a href="#project">Project</a>
</li>
<li class="nav-item">
<a href="#client">Client</a>
</li>
<li class="nav-item active">
<a href="#blog">Blog</a>
<ul class="sub-menu">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-details.html">Blog Details</a></li>
</ul> <!-- sub menu -->
</li>
</ul>
</div> <!-- navbar collapse -->
<div class="navbar-btn d-none d-sm-inline-block">
<a class="main-btn" data-scroll-nav="0" href="#pricing">Download</a>
</div>
</nav> <!-- navbar -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- navbar area -->
<div class="page-banner bg_cover" style="background-image: url(assets/images/page-banner-1.jpg)">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="page-banner-content wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.2s">
<h3 class="page-title"><b>A Digital</b> Generative <br> Our <span>Blog Page.</span></h3>
</div> <!-- page banner content -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- page banner -->
</header>
<!--====== HEADER PART ENDS ======-->
<!--====== BLOG DETAILS PART START ======-->
<section class="blog-details-area pt-70 pb-120">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="blog-details-content mt-50">
<div class="details-image">
<img src="assets/images/news-details.jpg" alt="Blog Details">
</div>
<h3 class="details-title">Mauris gravida est quis neque moles tie blandit elit moles tie blandit elit.</h3>
<p class="text">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. <br> <br> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything.</p>
<blockquote class="blockquote">
<img class="quote" src="assets/images/quote.png" alt="quote">
<p class="text"> <i class="fa fa-quote-left"></i> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words. which don't look. <i class="fa fa-quote-right"></i></p>
</blockquote>
<ul class="details-list">
<li>There are many variations of passages of Lorem Ipsum available, but the majority.</li>
<li>Alteration in some form, by injected humour, or randomised words which don't look even slightly .</li>
<li>Passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the.</li>
<li>There are many variations of passages of Lorem Ipsum available, but the majority have suffered.</li>
</ul>
<div class="blog-share d-flex">
<span>Share :</span>
<ul class="social">
<li><a class="color-1" href="#"><i class="lni-facebook-filled"></i></a></li>
<li><a class="color-2" href="#"><i class="lni-twitter-original"></i></a></li>
<li><a class="color-3" href="#"><i class="lni-instagram-original"></i></a></li>
<li><a class="color-4" href="#"><i class="lni-linkedin-original"></i></a></li>
</ul>
</div>
</div> <!-- blog details content -->
<div class="blog-details-comment pt-115">
<h4 class="comment-title">Comments (2)</h4>
<ul class="comment-list pt-10">
<li>
<div class="single-comment-items d-sm-flex align-items-end">
<div class="comment-author">
<img src="assets/images/author-1.jpg" alt="author">
</div>
<div class="comment-content media-body">
<h5 class="comment-name">Kosmi Kotalia</h5>
<p class="text">There are many variations of passages of Lorem Ipsum available, but the majority some form, by injected humour, or randomised words which.</p>
<a href="#"><i class="fa fa-retweet"></i> Repost</a>
<a href="#"><i class="fa fa-reply-all"></i>Reply</a>
<a href="#"><i class="fa fa-clock-o"></i>39 minits ago</a>
</div>
</div> <!-- single-comment-items -->
<ul class="comment-list comment-reply">
<li>
<div class="single-comment-items d-sm-flex align-items-end">
<div class="comment-author">
<img src="assets/images/author-2.jpg" alt="author">
</div>
<div class="comment-content media-body">
<h5 class="comment-name">Kosmi Kotalia</h5>
<p class="text">There are many variations of passages of Lorem Ipsum available, but some form, by injected humour, or randomised words.</p>
<a href="#"><i class="fa fa-retweet"></i> Repost</a>
<a href="#"><i class="fa fa-reply-all"></i>Reply</a>
<a href="#"><i class="fa fa-clock-o"></i>39 minits ago</a>
</div>
</div> <!-- single-comment-items -->
</li>
</ul> <!-- comment list -->
</li>
<li>
<div class="single-comment-items d-sm-flex align-items-end">
<div class="comment-author">
<img src="assets/images/author-3.jpg" alt="author">
</div>
<div class="comment-content media-body">
<h5 class="comment-name">Kosmi Kotalia</h5>
<p class="text">There are many variations of passages of Lorem Ipsum available, but the majority some form, by injected humour, or randomised words which.</p>
<a href="#"><i class="fa fa-retweet"></i> Repost</a>
<a href="#"><i class="fa fa-reply-all"></i>Reply</a>
<a href="#"><i class="fa fa-clock-o"></i>39 minits ago</a>
</div>
</div> <!-- single-comment-items -->
</li>
</ul> <!-- comment list -->
</div> <!-- blog details comment -->
<div class="blog-details-comment-form pt-115">
<h4 class="comment-form-title pb-10"><i class="lni-envelope"></i> Leave <span>A Message.</span></h4>
<div class="row">
<div class="col-md-6">
<div class="comment-form mt-45">
<label>Full Name</label>
<input type="text" placeholder="Full Name :">
</div> <!-- comment-form -->
</div>
<div class="col-md-6">
<div class="comment-form mt-45">
<label>Email</label>
<input type="email" placeholder="Email :">
</div> <!-- comment-form -->
</div>
<div class="col-md-12">
<div class="comment-form mt-45">
<label>Message</label>
<textarea placeholder="Enter your message..."></textarea>
</div> <!-- comment-form -->
</div>
<div class="col-md-12">
<div class="comment-form mt-45">
<button type="submit" class="main-btn">Send Message</button>
</div> <!-- comment-form -->
</div>
</div> <!-- row -->
</div> <!-- blog details comment form -->
</div>
<div class="col-lg-4">
<div class="blog-sidebar mt-50">
<div class="blog-category">
<div class="category-title">
<h4 class="title"><i class="lni-list"></i> All Categories</h4>
</div>
<div class="category-list">
<ul>
<li><a href="#">All Items</a></li>
<li><a href="#">Wordpress <i class="lni-chevron-right"></i></a></li>
<li><a href="#">HTML <i class="lni-chevron-right"></i></a></li>
<li><a href="#">PSD Design</a></li>
<li><a href="#">CMS <i class="lni-chevron-right"></i></a></li>
<li><a href="#">e-Commerce</a></li>
</ul>
</div>
<div class="category-more">
<a href="#"><i class="lni-plus"></i> More Categories</a>
</div>
</div> <!-- blog category -->
<div class="blog-sidebar-wrapper mt-60">
<div class="blog-tag">
<div class="sidebar-title text-center">
<h4 class="title">Popular Tag</h4>
</div>
<div class="tag-list">
<a href="#">Isabella</a>
<a href="#">Samantha</a>
<a href="#">Emily</a>
<a href="#">Isabella</a>
<a href="#">Grace</a>
<a href="#">Grace</a>
<a href="#">Madison</a>
<a href="#">Grace</a>
<a href="#">Peyton</a>
<a href="#">Knedy</a>
<a href="#">Alexa</a>
<a href="#">Peyton</a>
</div>
</div> <!-- blog tag -->
<div class="blog-project">
<div class="sidebar-title text-center">
<h4 class="title">Project</h4>
</div>
<div class="project-list">
<ul>
<li><a href="#">Deily Projects <span>50</span></a></li>
<li><a href="#">County Projects <span>60</span></a></li>
<li><a href="#">Foren Projects <span>70</span></a></li>
<li><a href="#">High <span> 80</span></a></li>
<li><a href="#">Top Projects <span>90</span></a></li>
</ul>
</div>
</div> <!-- blog project -->
<div class="blog-ratting">
<div class="sidebar-title text-center">
<h4 class="title">Ratting</h4>
</div>
<div class="ratting-list">
<ul>
<li><a href="#">Deily Projects <span>50</span></a></li>
<li><a href="#">County Projects <span>60</span></a></li>
<li><a href="#">Foren Projects <span>70</span></a></li>
<li><a href="#">High <span> 80</span></a></li>
<li><a href="#">Top Projects <span>90</span></a></li>
</ul>
</div>
</div> <!-- blog project -->
</div> <!-- blog sidebar wrapper -->
</div> <!-- blog sidebar -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== BLOG DETAILS PART ENDS ======-->
<!--====== FOOTER PART START ======-->
<footer id="footer" class="footer-area bg_cover" style="background-image: url(assets/images/footer-bg.jpg)">
<div class="footer-shape">
<img src="assets/images/shape/footer-shape.png" alt="footer shape">
</div> <!-- footer shape -->
<div class="container">
<div class="footer-widget pt-30 pb-70">
<div class="row">
<div class="col-lg-3 col-sm-6 order-sm-1 order-lg-1">
<div class="footer-about pt-40 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.3s">
<a href="#">
<img src="assets/images/logo.png" alt="Logo">
</a>
<p class="text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellendus, repudiandae! Totam, nemo sed? Provident.</p>
</div> <!-- footer about -->
</div>
<div class="col-lg-3 col-sm-6 order-sm-3 order-lg-2">
<div class="footer-link pt-40 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="footer-title">
<h5 class="title">Services</h5>
</div>
<ul>
<li><a href="#">Seo Services</a></li>
<li><a href="#">Virtual Marketing</a></li>
<li><a href="#">Web Analytics</a></li>
<li><a href="#">Web Development</a></li>
</ul>
</div> <!-- footer link -->
</div>
<div class="col-lg-3 col-sm-6 order-sm-4 order-lg-3">
<div class="footer-link pt-40 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.7s">
<div class="footer-title">
<h5 class="title">About Us</h5>
</div>
<ul>
<li><a href="#">Overview</a></li>
<li><a href="#">Why us</a></li>
<li><a href="#">Awards & Recognitions</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Client Reviews</a></li>
</ul>
</div> <!-- footer link -->
</div>
<div class="col-lg-3 col-sm-6 order-sm-2 order-lg-4">
<div class="footer-contact pt-40 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.9s">
<div class="footer-title">
<h5 class="title">Client Reviews</h5>
</div>
<div class="contact pt-10">
<p class="text">123 Stree New York City , United <br> States Of America 750.</p>
<p class="text">[email protected]</p>
<p class="text">+99 000 555 66 22</p>
<ul class="social mt-40">
<li><a href="#"><i class="lni-facebook-filled"></i></a></li>
<li><a href="#"><i class="lni-twitter"></i></a></li>
<li><a href="#"><i class="lni-instagram-original"></i></a></li>
<li><a href="#"><i class="lni-linkedin"></i></a></li>
</ul>
</div> <!-- contact -->
</div> <!-- footer contact -->
</div>
</div> <!-- row -->
</div> <!-- footer widget -->
<div class="footer-copyright text-center">
<p class="text">© 2022 Crafted by <a href="https://uideck.com" rel="nofollow">UIdeck</a> All Rights Reserved.</p>
</div>
</div> <!-- container -->
</footer>
<!--====== FOOTER PART ENDS ======-->
<!--====== BACK TOP TOP PART START ======-->
<a href="#" class="back-to-top"><i class="lni-chevron-up"></i></a>
<!--====== BACK TOP TOP PART ENDS ======-->
<!--====== PART START ======-->
<!--
<section class="">
<div class="container">
<div class="row">
<div class="col-lg-">
</div>
</div>
</div>
</section>
-->
<!--====== PART ENDS ======-->
<!-- row -->
<!--====== Jquery js ======-->
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="assets/js/vendor/modernizr-3.7.1.min.js"></script>
<!--====== Bootstrap js ======-->
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!--====== Slick js ======-->
<script src="assets/js/slick.min.js"></script>
<!--====== Ajax Contact js ======-->
<script src="assets/js/ajax-contact.js"></script>
<!--====== Isotope js ======-->
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<!--====== Counter Up js ======-->
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<!--====== WOW js ======-->
<script src="assets/js/wow.min.js"></script>
<!--====== Scrolling Nav js ======-->
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<!--====== Scroll It js ======-->
<script src="assets/js/scrollIt.min.js"></script>
<!--====== Magnific Popup js ======-->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!--====== Main js ======-->
<script src="assets/js/main.js"></script>
</body>
</html>