-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-details-right-sidebar.html
519 lines (498 loc) · 35.3 KB
/
blog-details-right-sidebar.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
<!doctype html>
<html class="no-js" lang="en">
<!-- Mirrored from theme-land.com/sapp/demo/blog-details-right-sidebar.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 Nov 2023 19:54:03 GMT -->
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>sApp - App Landing Page | Blog - Blog Details Right Sidebar</title>
<!-- Favicon -->
<link rel="icon" href="assets/img/favicon.png">
<!-- ***** All CSS Files ***** -->
<!-- Style css -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="blog blog-right">
<!--====== Scroll To Top Area Start ======-->
<div id="scrollUp" title="Scroll To Top">
<i class="fas fa-arrow-up"></i>
</div>
<!--====== Scroll To Top Area End ======-->
<div class="main">
<!-- ***** Header Start ***** -->
<header class="navbar navbar-sticky navbar-expand-lg navbar-dark">
<div class="container position-relative">
<a class="navbar-brand" href="index.html">
<img class="navbar-brand-regular" src="assets/img/logo/logo-white.png" alt="brand-logo">
<img class="navbar-brand-sticky" src="assets/img/logo/logo.png" alt="sticky brand-logo">
</a>
<button class="navbar-toggler d-lg-none" type="button" data-toggle="navbarToggler" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-inner">
<!-- Mobile Menu Toggler -->
<button class="navbar-toggler d-lg-none" type="button" data-toggle="navbarToggler" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<nav>
<ul class="navbar-nav" id="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="javascript:;" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Home
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li>
<a class="dropdown-item" href="index.html">Homepage-1</a>
</li>
<li>
<a class="dropdown-item" href="index-2.html">Homepage-2</a>
</li>
<li>
<a class="dropdown-item" href="index-3.html">Homepage-3</a>
</li>
<li>
<a class="dropdown-item" href="index-4.html">Homepage-4</a>
</li>
<li>
<a class="dropdown-item" href="index-5.html">Homepage-5</a>
</li>
<li>
<a class="dropdown-item" href="index-6.html">Homepage-6</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#features">Features</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="javascript:;" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Pages
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="javascript:;">Inner Pages<span class="badge badge-pill badge-warning ml-2">New</span></a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="pricing.html">Pricing</a>
</li>
<li>
<a class="dropdown-item" href="download.html">Download</a>
</li>
<li>
<a class="dropdown-item" href="newsletter.html">Newsletter</a>
</li>
<li>
<a class="dropdown-item" href="thank-you.html">Thank you</a>
</li>
<li>
<a class="dropdown-item" href="coming-soon.html">Coming Soon</a>
</li>
<li>
<a class="dropdown-item" href="404.html">404</a>
</li>
</ul>
</li>
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="javascript:;">Blog Pages</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="blog-two-column.html">Blog- 2 Column</a>
</li>
<li>
<a class="dropdown-item" href="blog-three-column.html">Blog- 3 Column</a>
</li>
<li>
<a class="dropdown-item" href="blog-left-sidebar.html">Blog- Left Sidebar</a>
</li>
<li>
<a class="dropdown-item" href="blog-right-sidebar.html">Blog- Right Sidebar</a>
</li>
</ul>
</li>
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="javascript:;">Blog Details</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="blog-details-left-sidebar.html">Blog Details- Left Sidebar</a>
</li>
<li>
<a class="dropdown-item" href="blog-details-right-sidebar.html">Blog Details- Right Sidebar</a>
</li>
</ul>
</li>
<li class="dropdown-submenu"><a class="dropdown-item dropdown-toggle" href="javascript:;">Accounts<span class="badge badge-pill badge-warning ml-2">New</span></a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="login.html">Login</a>
</li>
<li>
<a class="dropdown-item" href="signup.html">Signup</a>
</li>
<li>
<a class="dropdown-item" href="forgot.html">Reset Password</a>
</li>
</ul>
</li>
<li>
<a class="dropdown-item" href="reviews.html">Reviews</a>
</li>
<li>
<a class="dropdown-item" href="faq.html">FAQ</a>
</li>
<li>
<a class="dropdown-item" href="contact.html">Contact</a>
</li>
<li>
<a class="dropdown-item disabled" href="#">More Coming Soon</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#screenshots">Screenshots</a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link scroll" href="#contact">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<!-- ***** Header End ***** -->
<!-- ***** Breadcrumb Area Start ***** -->
<section class="section breadcrumb-area bg-overlay d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Breamcrumb Content -->
<div class="breadcrumb-content text-center">
<h2 class="text-white text-capitalize">Blog Details</h2>
<ol class="breadcrumb d-flex justify-content-center">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item"><a href="#">Blog Details</a></li>
<li class="breadcrumb-item active">Right Sidebar</li>
</ol>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Breadcrumb Area End ***** -->
<!-- ***** Blog Area Start ***** -->
<section id="blog" class="section blog-area ptb_100">
<div class="container">
<div class="row">
<div class="col-12 col-lg-9">
<!-- Single Blog Details -->
<article class="single-blog-details">
<!-- Blog Thumb -->
<div class="blog-thumb">
<a href="#"><img src="assets/img/blog/blog-7.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content sApp-blog">
<!-- Meta Info -->
<div class="meta-info d-flex flex-wrap align-items-center py-2">
<ul>
<li class="d-inline-block p-2">By <a href="#">Anna Swford</a></li>
<li class="d-inline-block p-2"><a href="#">05 Feb, 2022</a></li>
<li class="d-inline-block p-2"><a href="#">2 Comments</a></li>
</ul>
<!-- Blog Share -->
<div class="blog-share ml-auto d-none d-sm-block">
<!-- Social Icons -->
<div class="social-icons d-flex justify-content-center">
<a class="bg-white facebook" href="#">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-facebook-f"></i>
</a>
<a class="bg-white twitter" href="#">
<i class="fab fa-twitter"></i>
<i class="fab fa-twitter"></i>
</a>
<a class="bg-white google-plus" href="#">
<i class="fab fa-google-plus-g"></i>
<i class="fab fa-google-plus-g"></i>
</a>
</div>
</div>
</div>
<!-- Blog Details -->
<div class="blog-details">
<h3 class="blog-title py-2 py-sm-3"><a href="#">How to promote your product with this awesome landing page</a></h3>
<p class="d-none d-sm-block">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. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary.</p>
<p class="d-block d-sm-none">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.</p>
<blockquote class="blockquote px-4 py-3 my-3 ml-4">
<p class="d-none d-sm-block">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.</p>
<p class="d-block d-sm-none">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</p>
</blockquote>
<p class="d-none d-sm-block">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>
<p class="d-block d-sm-none">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33.</p>
</div>
</div>
<!-- Blog Comments -->
<div class="blog-comments">
<!-- Admin -->
<div class="admin media py-3">
<!-- Admin Thumb -->
<div class="admin-thumb avatar-lg">
<img class="rounded-circle" src="assets/img/avatar/avatar-1.png" alt="">
</div>
<!-- Admin Content -->
<div class="admin-content media-body pl-3 pl-sm-4">
<h4 class="admin-name mb-2"><a href="#">Anna Swford</a></h4>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</p>
</div>
</div>
<!-- Comments -->
<div class="comments my-3">
<!-- Comments Title -->
<h3 class="comments-title text-uppercase text-right mb-3">Recent Comments</h3>
<!-- Single Comments -->
<div class="single-comments media p-3 p-lg-4">
<!-- Comments Thumb -->
<div class="comments-thumb avatar-lg">
<img class="rounded-circle" src="assets/img/avatar/avatar-2.png" alt="">
</div>
<!-- Comments Content -->
<div class="comments-content media-body pl-3">
<h5 class="d-flex mb-2">
<a href="#">Jonayed Hasan</a>
<a href="#" class="ml-auto">Reply</a>
</h5>
<p class="d-none d-lg-block">Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.</p>
<p class="d-block d-lg-none">Many desktop publishing packages and web page editors now use.</p>
</div>
</div>
<!-- Single Comments -->
<div class="single-comments media p-3 p-lg-4">
<!-- Comments Thumb -->
<div class="comments-thumb avatar-lg">
<img class="rounded-circle" src="assets/img/avatar/avatar-3.png" alt="">
</div>
<!-- Comments Content -->
<div class="comments-content media-body pl-3">
<h5 class="d-flex mb-2">
<a href="#">Jassica William</a>
<a href="#" class="ml-auto">Reply</a>
</h5>
<p class="d-none d-lg-block">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system.</p>
<p class="d-block d-lg-none">But I must explain to you how all this mistaken idea.</p>
</div>
</div>
</div>
</div>
<!-- Blog Contact -->
<div class="blog-contact mt-4">
<!-- Contact Title -->
<h3 class="comments-title text-uppercase text-right mb-3">Post your Comments</h3>
<!-- Comment Box -->
<div class="contact-box comment-box">
<form method="POST" action="#">
<div class="row">
<div class="col-12 col-md-6">
<div class="form-group">
<input type="text" class="form-control" name="name" placeholder="Name" required="required">
</div>
</div>
<div class="col-12 col-md-6">
<div class="form-group">
<input type="email" class="form-control" name="email" placeholder="Email" required="required">
</div>
</div>
<div class="col-12">
<div class="form-group">
<textarea class="form-control" name="message" placeholder="Message" required="required"></textarea>
</div>
</div>
<div class="col-12">
<button class="btn btn-bordered" type="submit">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</article>
</div>
<div class="col-12 col-lg-3">
<aside class="sidebar pt-5 pt-lg-0">
<!-- Single Widget -->
<div class="single-widget">
<!-- Search Widget -->
<div class="widget-content search-widget">
<form action="#">
<input type="text" placeholder="Enter your keywords">
</form>
</div>
</div>
<!-- Single Widget -->
<div class="single-widget">
<!-- Category Widget -->
<div class="accordions widget catagory-widget" id="cat-accordion">
<div class="single-accordion blog-accordion">
<h5>
<a role="button" class="collapse show text-uppercase d-block p-3" data-toggle="collapse" href="#accordion1">Categories
</a>
</h5>
<!-- Category Widget Content -->
<div id="accordion1" class="accordion-content widget-content collapse show" data-parent="#cat-accordion">
<!-- Category Widget Items -->
<ul class="widget-items">
<li><a href="#" class="d-flex p-3"><span>Web Design</span><span class="ml-auto">(14)</span></a></li>
<li><a href="#" class="d-flex p-3"><span>App Landing</span><span class="ml-auto">(32)</span></a></li>
<li><a href="#" class="d-flex active p-3"><span>Wordpress</span><span class="ml-auto">(27)</span></a></li>
<li><a href="#" class="d-flex p-3"><span>UI Design</span><span class="ml-auto">(18)</span></a></li>
<li><a href="#" class="d-flex p-3"><span>Bootstrap</span><span class="ml-auto">(15)</span></a></li>
<li><a href="#" class="d-flex p-3"><span>Web Template</span><span class="ml-auto">(29)</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Single Widget -->
<div class="single-widget">
<!-- Post Widget -->
<div class="accordions widget post-widget" id="post-accordion">
<div class="single-accordion">
<h5>
<a role="button" class="collapse show text-uppercase d-block p-3" data-toggle="collapse" href="#accordion2">Popular Post
</a>
</h5>
<!-- Post Widget Content -->
<div id="accordion2" class="accordion-content widget-content collapse show" data-parent="#post-accordion">
<!-- Post Widget Items -->
<ul class="widget-items">
<li>
<a href="#" class="single-post align-items-center align-items-lg-start media p-3">
<!-- Post Thumb -->
<div class="post-thumb avatar-md">
<img class="align-self-center" src="assets/img/avatar/avatar-1.png" alt="">
</div>
<div class="post-content media-body pl-3">
<p class="post-date mb-2">05 Feb, 2022</p>
<h6>Promote Your Apps With sApp</h6>
</div>
</a>
</li>
<li>
<a href="#" class="single-post align-items-center align-items-lg-start media p-3">
<!-- Post Thumb -->
<div class="post-thumb avatar-md">
<img class="align-self-center" src="assets/img/avatar/avatar-2.png" alt="">
</div>
<div class="post-content media-body pl-3">
<p class="post-date mb-2">09 Apr, 2022</p>
<h6>Sell Your Product Like Never Before</h6>
</div>
</a>
</li>
<li>
<a href="#" class="single-post align-items-center align-items-lg-start media p-3">
<!-- Post Thumb -->
<div class="post-thumb avatar-md">
<img class="align-self-center" src="assets/img/avatar/avatar-3.png" alt="">
</div>
<div class="post-content media-body pl-3">
<p class="post-date mb-2">13 Jul, 2022</p>
<h6>Built For Passionate People</h6>
</div>
</a>
</li>
<li>
<a href="#" class="single-post align-items-center align-items-lg-start media p-3">
<!-- Post Thumb -->
<div class="post-thumb avatar-md">
<img class="align-self-center" src="assets/img/avatar/avatar-4.png" alt="">
</div>
<div class="post-content media-body pl-3">
<p class="post-date mb-2">03 Oct, 2022</p>
<h6>Get Unlimited Offers & Plans</h6>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Single Widget -->
<div class="single-widget">
<!-- Tags Widget -->
<div class="accordions widget tags-widget" id="tags-accordion">
<div class="single-accordion blog-accordion">
<h5>
<a role="button" class="collapse show text-uppercase d-block p-3" data-toggle="collapse" href="#accordion3">Popular Tags
</a>
</h5>
<!-- Tags Widget Content -->
<div id="accordion3" class="accordion-content widget-content collapse show" data-parent="#tags-accordion">
<!-- Tags Widget Items -->
<div class="widget-content tags-widget-items pt-2">
<a href="#" class="d-inline-block mt-2 mr-1 px-2 py-1">sApp</a>
<a href="#" class="d-inline-block mt-2 mr-1 px-2 py-1">Bootstrap</a>
<a href="#" class="d-inline-block mt-2 mr-1 px-2 py-1">IOS</a>
<a href="#" class="d-inline-block mt-2 mr-1 px-2 py-1">Android</a>
<a href="#" class="d-inline-block mt-2 mr-1 px-2 py-1">Landing Page</a>
<a href="#" class="d-inline-block mt-2 mr-1 px-2 py-1">Business</a>
<a href="#" class="d-inline-block mt-2 mr-1 px-2 py-1">Fashion</a>
<a href="#" class="d-inline-block mt-2 mr-1 px-2 py-1">Media</a>
<a href="#" class="d-inline-block mt-2 mr-1 px-2 py-1">Lifestyle</a>
<a href="#" class="d-inline-block mt-2 mr-1 px-2 py-1">Wordpress</a>
<a href="#" class="d-inline-block mt-2 mr-1 px-2 py-1">Web Design</a>
<a href="#" class="d-inline-block mt-2 mr-1 px-2 py-1">Mobile App</a>
</div>
</div>
</div>
</div>
</div>
</aside>
</div>
</div>
</div>
</section>
<!-- ***** Blog Area End ***** -->
<!--====== Footer Area Start ======-->
<footer class="section inner-footer bg-gray ptb_100">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-6">
<!-- Footer Items -->
<div class="footer-items text-center">
<!-- Logo -->
<a class="navbar-brand" href="#">
<img class="logo" src="assets/img/logo/logo.png" alt="">
</a>
<p class="mt-2 mb-3">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quis non, fugit totam vel laboriosam vitae.</p>
<ul class="d-flex flex-column flex-sm-row justify-content-between">
<li class="py-2"><a href="#">Affiliate program</a></li>
<li class="py-2"><a href="#">Terms & Conditions</a></li>
<li class="py-2"><a href="#">Privacy Policy</a></li>
<li class="py-2"><a href="#">Refund Policy</a></li>
</ul>
<!-- Copyright Area -->
<div class="copyright-area border-0 pt-3">
<p>Made with <i class="icofont-heart-alt"></i> By <a href="#">Themeland</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--====== Footer Area End ======-->
</div>
<!-- ***** All jQuery Plugins ***** -->
<!-- jQuery(necessary for all JavaScript plugins) -->
<script src="assets/js/jquery/jquery.min.js"></script>
<!-- Bootstrap js -->
<script src="assets/js/bootstrap/popper.min.js"></script>
<script src="assets/js/bootstrap/bootstrap.min.js"></script>
<!-- Plugins js -->
<script src="assets/js/plugins/plugins.min.js"></script>
<!-- Active js -->
<script src="assets/js/active.js"></script>
</body>
<!-- Mirrored from theme-land.com/sapp/demo/blog-details-right-sidebar.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 17 Nov 2023 19:54:03 GMT -->
</html>