-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogdetails.html
More file actions
511 lines (509 loc) · 29.2 KB
/
Copy pathblogdetails.html
File metadata and controls
511 lines (509 loc) · 29.2 KB
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
<!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.0">
<!-- bootstrap -->
<link rel="stylesheet" href="assets/vandor/bootstrap/css/bootstrap.min.css">
<!-- fontawesome link -->
<link rel="stylesheet" href="assets/vandor/font-awesome/fontawesome-free-5.15.4-web/css/all.min.css">
<!-- bootstrap icons cdn link -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css">
<!-- custom css link -->
<link rel="stylesheet" href="assets/css/index.css">
<!-- favicon -->
<link rel="icon" href="assets/images/fav-icon/logo.png">
<title>Unique - App Landing HTML5 Template</title>
</head>
<body>
<!-- click to top button -->
<a href="#" id="click-top" class="btn"><i class="fas fa-angle-up"></i></a>
<header class="header">
<nav id="navbar" class="navbar navbar-expand-lg navbar-light scroll-white">
<div class="container ">
<!-- brand logo -->
<a class="navbar-brand" href="index.html">
<img src="assets/images/brand/logo.png" width="80px" class="img-fluid" alt="logo">
</a>
<!-- toggle button -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-icon"></span>
<span class="navbar-icon"></span>
<span class="navbar-icon"></span>
</button>
<!-- collapse -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- navbar nav menu... -->
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 ">
<li class="nav-item ">
<a href="index.html#home" class="nav-link">Home</a>
</li>
<li class="nav-item px-lg-2">
<a href="index.html#feature" class="nav-link">Features</a>
</li>
<li class="nav-item ">
<a href="index.html#Screenshot" class="nav-link ">Screenshot</a>
</li>
<li class="nav-item px-lg-2 ">
<a href="index.html#Pricing" class="nav-link">Pricing</a>
</li>
<li class="nav-item ">
<a href="index.html#our-apps" class="nav-link">Download</a>
</li>
<li class="nav-item px-lg-2">
<div class="dropdown">
<a href="#" class="nav-link " role="button" id="innerdropdown" data-bs-toggle="dropdown"
aria-expanded="false">pages <i class="fas fa-angle-down ps-1"></i></a>
<!-- inner dropdown menu -->
<ul class="dropdown-menu " aria-labelledby="innerdropdown">
<li><a href="FAQS.html" class="dropdown-item ">FAQ Page</a></li>
<li><a href="bloggrid.html" class="dropdown-item ">Blog Grid</a></li>
<li><a href="blogstander.html" class="dropdown-item ">Blog Standard</a></li>
<li><a href="blogdetails.html" class="dropdown-item ">Blog Details</a></li>
<li><a href="login.html" class="dropdown-item ">Login And Signup</a></li>
<li><a href="coomingsoon.html" class="dropdown-item ">Comingsoon</a></li>
</ul>
</div>
</li>
<li class="nav-item">
<a href="index.html#contact-us" class="nav-link">Contact Us</a>
</li>
</ul>
<!-- button -->
<a href="#" class=" btn bt-theme bt-primary d-lg-block d-none mx-lg-2">free trial</a>
</div>
</div>
</nav>
</header>
<main>
<section id="top-banner" class="hero-area">
<!-- ===== hero content area ====== -->
<div class="container">
<div class="row">
<div class="col-12 text-center hero-contant">
<h2 class="hero-title">Blog Details</h2>
<span><a href="#" class="text-dark">Home</a></span>
<i class="fas fa-hand-point-right"></i>
<span><a href="#" class="text-primary">Blog Details</a></span>
</div>
</div>
</div>
</section>
<!----------------- blog details section ------------------>
<div class="container my-5 ">
<div class="row">
<!-- column 1 -->
<div class="col-lg-8 ">
<!-- card 1 start -->
<div class="card large-card">
<img src="assets/images/card-images/img-1.PNG" class="img-fluid " alt="card-img">
<div class="card-body ps-4">
<ul class="large-comment-area ps-0 my-3">
<li><i class="bi bi-person"></i>By<a href="#"> Admin</a></li>
<li>|</li>
<li><i class="bi bi-clock"></i> Mar 10, 2022</li>
<li>|</li>
<li><i class="bi bi-chat"></i><a href="#"> 0 Comment</a></li>
</ul>
<h2>
<a href="#" class="large-card-title">Monthly Web Development Update the Name Hurricane
Web-To-End-Integrity.</a>
</h2>
<p class="theme-para">Forem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrue
adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua enim
ad
minim veniam quis nostrue.</p>
<p class="theme-para">Design comes alive - an app becomes an interactive story that can
engage
users. Designers have a lot of tools to make a story more interesting. You can align
your
image to the left, right, or center with a caption, link and alt text New Journey to the
Mars in the Gutenberg editor.</p>
<!-- blockquote -->
<blockquote class="theme-blockquote">
“ Consulting is defined the practice of providing is third party with expertise on a
matters
in exchange a free advisory or implementation services ”
<figcaption class="blockquote-footer block-footer">
Rosalina William
</figcaption>
</blockquote>
<p class="theme-para">Becomes an interactive story that can engage users. Designers have a
lot
of tools to make a story more intersting. You can align your image to the leftcenter
with a
caption, link and alt text New Journey to the Marstaking.</p>
<!-- unorder list -->
<ul class="blog-details-list">
<li><a href="#">Marketing consulting Online Business </a>- an app becomes ans
interactive
story that can engage users. Designers have tools to make e-comes an interactive
alive.
</li>
<li><a href="#">Design comes e-comes an interactive alive </a>- Business becomes ans
interactive story that can engage users. Designers have a lot of tools to make a
story
more</li>
</ul>
<!-- img row -->
<div class="row my-4">
<div class="col-md-6">
<img src="assets/images/card-images/img-2.PNG" class="img-fluid rounded-3"
alt="img-1">
</div>
<div class="col-md-6 mt-md-0 mt-3">
<img src="assets/images/card-images/img-1.PNG" class="img-fluid rounded-3"
alt="img-2">
</div>
</div>
<p class="theme-para">Becomes an interactive story that can engage users. Designers have a
lot
of tools to make a story more intersting. You can align your image to the leftcenter
with a
caption, link and alt text New Journey to the Marstaking an independen center with a
caption, link and alt text New Journey to the Mars. lot of tools to make a story more
intersting.</p>
<hr class="text-muted my-5">
<!-- tags and social links area -->
<div class="row mt-4">
<div class="col-md-8 ">
<ul class="blog-tags">
<li><i class="fas fa-tags pe-1"></i> Tags:</li>
<li><a href="#">App Landing</a></li>
<li>|</li>
<li><a href="#">Apps</a></li>
<li>|</li>
<li><a href="#">Corporate</a></li>
<li>|</li>
<li><a href="#">Online</a></li>
</ul>
</div>
<!-- 2 col -->
<div class="col-md-4">
<ul class="blog-social-link">
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
</div>
<!--card body-->
</div>
<!--card 1 end-->
<!-- --- recant post start-- -->
<h4 class="widget-title mt-5">Recent Post</h4>
<!-- --inner row -->
<div class="row my-4">
<div class="col-md-6 col-sm-9 ">
<!-- card 1 start -->
<div class="card mediam-card">
<img src="assets/images/card-images/img-1.PNG" class="img-fluid" alt="card-img">
<div class="card-body ps-4">
<ul class="comment-area ps-0 my-3">
<li><i class="bi bi-clock"></i> Mar 10, 2022</li>
<li>|</li>
<li><i class="bi bi-chat"></i><a href="#"> 0 Comment</a></li>
</ul>
<h5>
<a href="#" class="mediam-card-title">Using Visual Composer Too Builder
WordPress</a>
</h5>
<a href="#" class="card-bt my-3">Read More <i class="bi bi-caret-right-fill"></i>
</a>
</div>
</div>
<!--card end-->
</div>
<div class="col-md-6 col-sm-9">
<!-- card 2 start -->
<div class="card mediam-card">
<img src="assets/images/card-images/img-2.PNG" class="img-fluid" alt="card-img">
<div class="card-body ps-4">
<ul class="comment-area ps-0 my-3">
<li><i class="bi bi-clock"></i> Mar 10, 2022</li>
<li>|</li>
<li><i class="bi bi-chat"></i><a href="#"> 0 Comment</a></li>
</ul>
<h5>
<a href="#" class="mediam-card-title">Quis Autem Vel Eum Iure Qui In Ea
Voluptate.</a>
</h5>
<a href="#" class="card-bt my-3">Read More <i class="bi bi-caret-right-fill"></i>
</a>
</div>
</div>
<!--card end-->
</div>
</div>
<!--row-->
<!-- -----comments area--- -->
<h4 class="widget-title mt-5">03 Comments</h4>
<ul class="replay-box p-0">
<li>
<div class="img-area">
<img src="assets/images/comments/img-1.png" alt="img" class="img-fluid rounded-circle">
</div>
<div class="content-area">
<h5 class="comment-title">Fernando Hinkle</h5>
<span class="comment-subtitle">CEO & Founder</span>
<p class="theme-para">But I must explain to you how all this mistaken idea of
denouncinsure
and praising pain was born and I will give you a complete .</p>
<a href="#" class="comment-reply"><i class="fas fa-reply pe-1"></i> Reply</a>
</div>
</li><!-- end-->
<li class="px-lg-5 py-4">
<div class="img-area ">
<img src="assets/images/comments/img-3.png" alt="img" class="img-fluid rounded-circle">
</div>
<div class="content-area">
<h5 class="comment-title">Nancy Bellantoni</h5>
<span class="comment-subtitle">CEO & Founder</span>
<p class="theme-para">But I must explain to you how all this mistaken idea of
denouncinsure
and praising pain was born and I will give you a complete .</p>
<a href="#" class="comment-reply"><i class="fas fa-reply pe-1"></i> Reply</a>
</div>
</li>
<!--list end-->
<li>
<div class="img-area ">
<img src="assets/images/comments/img-1.png" alt="img" class="img-fluid rounded-circle">
</div>
<div class="content-area">
<h5 class="comment-title">Tanvir Raihan</h5>
<span class="comment-subtitle">CEO & Founder</span>
<p class="theme-para">But I must explain to you how all this mistaken idea of
denouncinsure
and praising pain was born and I will give you a complete .</p>
<a href="#" class="comment-reply"><i class="fas fa-reply pe-1"></i> Reply</a>
</div>
</li>
<!--list end-->
</ul>
<!-- comment end -->
<!-- ---form row---- -->
<h4 class="widget-title mt-5">Leave A Reply</h4>
<!-- form -->
<form action="#">
<div class="row">
<div class="col-lg-6 ">
<input type="text" class="form-control colorfull-input" placeholder="Author *">
</div>
<div class="col-lg-6 ">
<input type="email" class="form-control colorfull-input" placeholder="Your Email * ">
</div>
</div>
<div class="row">
<div class="col-12">
<input type="text" class="form-control colorfull-input"
placeholder="Subject : I Would like to discuss">
</div>
</div>
<!-- text area -->
<div class="row ">
<div class="col-12">
<textarea name="message" class="form-control theme-input colorfull-input" id=""
cols="30" rows="5" placeholder="Type Comment Here *"></textarea>
</div>
</div>
<!-- button -->
<div class="row ">
<div class="col-12 ">
<!-- checkbox -->
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
<label class="form-check-label " for="flexCheckDefault">
Don't show your Email Address
</label>
</div>
<a href="#" class="btn bt-theme bt-primary mt-3">submit now</a>
</div>
</div>
</form>
</div>
<!--col 1 end-->
<!------- column 2 --------->
<div class="col-lg-4 ps-4 my-lg-0 my-5">
<!-- search area -->
<h4 class="widget-title">search</h4>
<!-- form -->
<form action="#" class="blog-form ">
<input type="text" name="search" class="widget-input" placeholder="Search ...">
<i class="fas fa-search search-icon"></i>
</form>
<!-- recent post area -->
<h4 class="widget-title mt-5">Recent Posts</h4>
<ul class="recent-post">
<!-- list 1 -->
<li>
<div class="img-box">
<a href="#"><img src="assets/images/recent-post/img-1.PNG" alt="img"
class="img-fluid"></a>
</div>
<div class="content-box ">
<h6>
<a href="#">How Manage Apps Online Reputation </a>
</h6>
<span><i class="fas fa-calendar-alt pe-1"></i> August 19, 2022</span>
</div>
</li>
<!--list 1 end-->
<!-- list 2 -->
<li>
<div class="img-box">
<a href="#"><img src="assets/images/recent-post/img-2.PNG" alt="img"
class="img-fluid"></a>
</div>
<div class="content-box ">
<h6>
<a href="#">How Manage Apps Online Reputation </a>
</h6>
<span><i class="fas fa-calendar-alt pe-1"></i> August 19, 2022</span>
</div>
</li>
<!--list 2 end-->
<!-- list 3 -->
<li>
<div class="img-box">
<a href="#"><img src="assets/images/recent-post/img-3.PNG" alt="img"
class="img-fluid"></a>
</div>
<div class="content-box ">
<h6>
<a href="#">How Manage Apps Online Reputation </a>
</h6>
<span><i class="fas fa-calendar-alt pe-1"></i> August 19, 2022</span>
</div>
</li>
<!--list 3 end-->
</ul>
<!-- --- catagories--- -->
<h4 class="widget-title mt-5">Categories</h4>
<ul class="categori">
<li><a href="#">Consultancy Service?<i class="fas fa-angle-double-right"></i></a></li>
<li><a href="#">Knowledge Base<i class="fas fa-angle-double-right"></i></a></li>
<li><a href="#">Online Business<i class="fas fa-angle-double-right"></i></a></li>
<li><a href="#">Remote Work<i class="fas fa-angle-double-right"></i></a></li>
</ul>
<!-- card img overlay -->
<div class="card my-5">
<img src="assets/images/recent-post/img-overlay.PNG" class="img-fluid" style="height: 400px;"
alt="img">
<div
class="card-body card-img-overlay text-center d-flex flex-column justify-content-center align-items-center">
<h4 class="custom-h2 text-white ">Do You Love Our Template</h4>
<a href="#" class="btn bt-theme bt-primary shadow-none mt-3">purchase now</a>
</div>
</div>
<!----- tag area--- -->
<h4 class="widget-title mt-5">Tag Cloud</h4>
<ul class="tags">
<li><a href="#" class="tags-link"># Business</a></li>
<li><a href="#" class="tags-link"># Knowledge</a></li>
<li><a href="#" class="tags-link"># Work</a></li>
<li><a href="#" class="tags-link"># Online</a></li>
<li><a href="#" class="tags-link"># Who</a></li>
<li><a href="#" class="tags-link"># Technology</a></li>
<li><a href="#" class="tags-link"># Consult</a></li>
</ul>
<!-- -----tags end ---- -->
</div>
<!--col-->
</div>
<!--row-->
</div>
<!--container-->
</main>
<!-- ============ footer section ============ -->
<footer>
<section class="footer-area">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 ">
<a href="index.html">
<img src="assets/images/brand/logo.png" width="80px" class="img-fluid mb-3"
alt="black-logo">
</a>
<p class="theme-para">Sed ut perspiciatis unde om is nerror sit voluptatem accustium dolorem
tium
totam rem aperam eaque ipsa quae ab illose inntore veritatis et quasi way his mind.</p>
</div>
<div class="col-lg-3 col-md-6 ">
<h4 class="foo-title">Useful Links</h4>
<ul class="custom-uolist">
<li><a href="#"><i class="bi bi-caret-right-fill pe-2"></i>Home</a></li>
<li><a href="#"><i class="bi bi-caret-right-fill pe-2"></i>About Us</a></li>
<li><a href="#"><i class="bi bi-caret-right-fill pe-2"></i>Services</a></li>
<li><a href="#"><i class="bi bi-caret-right-fill pe-2"></i>Project</a></li>
<li><a href="#"><i class="bi bi-caret-right-fill pe-2"></i>Our Team</a></li>
<li><a href="#"><i class="bi bi-caret-right-fill pe-2"></i>Latest Blog</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<h4 class="foo-title">Newsletter</h4>
<ul class="custom-uolist">
<li>
<p class="foo-subtitle">Subscribe to our list to get the up to your email inbox</p>
</li>
<li>
<form action="">
<input type="text" class="form-control foo-input" placeholder="Enter your email">
</form>
</li>
<li>
<a href="#" class="btn bt-theme bt-primary">subscribe</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 ">
<h4 class="foo-title">Contact Us</h4>
<ul class="custom-uolist">
<li><i class="fas fa-home pe-2 text-primary"></i>No.123 Chalingt Gates, Supper market New
York
</li>
<li><i class="fas fa-envelope-open pe-2 text-primary"></i>support@gmail.com</li>
<li><a href="#"><i class="fas fa-headphones pe-2 text-primary"></i>+012 (4567) 789</a></li>
<li></i>Follow Us
<a href="#"><i class="fab fa-facebook-f px-3"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram px-3"></i></a>
<a href="#"><i class="fab fa-google-plus-g"></i></a>
</li>
</ul>
</div>
</div>
</div>
<!-- footer 2 box -->
<div class="container py-2">
<hr class="text-muted mb-4">
<div class="row ">
<div class="col-lg-6 text-lg-start text-center">
<p class="theme-para">All Rights Reserved ©2022 Themeadapt.</p>
</div>
<div class="col-lg-6 text-lg-end text-center">
<ul class="custom-uolist ">
<li class="list-inline-item"><a href="#">Terms & Condition</a></li>
<li class="list-inline-item px-3"><a href="#">Privacy Policy</a></li>
<li class="list-inline-item"><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</section>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- proper -->
<script src="assets/vandor/popper/popper.min.js"></script>
<!-- bootstrap js -->
<script src="assets/vandor/bootstrap/js/bootstrap.min.js"></script>
<!-- custom javascript-->
<script src="assets/js/index.js"></script>
</body>
</html>