-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingle-blog.html
768 lines (708 loc) · 41.5 KB
/
single-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
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
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
<!DOCTYPE html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="meta description">
<title>Blog Details :: Ruby - Jewelry Store e-Commerce Bootstrap 4 Template</title>
<!--=== Favicon ===-->
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon"/>
<!--== Google Fonts ==-->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,500,700,700i"/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Montserrat:400,700"/>
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i"/>
<!--=== Bootstrap CSS ===-->
<link href="assets/css/vendor/bootstrap.min.css" rel="stylesheet">
<!--=== Font-Awesome CSS ===-->
<link href="assets/css/vendor/font-awesome.css" rel="stylesheet">
<!--=== Plugins CSS ===-->
<link href="assets/css/plugins.css" rel="stylesheet">
<!--=== Main Style CSS ===-->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Modernizer JS -->
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--== Header Area Start ==-->
<header id="header-area" class="header__3">
<div class="ruby-container">
<div class="row">
<!-- Logo Area Start -->
<div class="col-3 col-lg-1 col-xl-2 m-auto">
<a href="index.html" class="logo-area">
<img src="assets/img/logo-black.png" alt="Logo" class="img-fluid"/>
</a>
</div>
<!-- Logo Area End -->
<!-- Navigation Area Start -->
<div class="col-3 col-lg-9 col-xl-8 m-auto">
<div class="main-menu-wrap">
<nav id="mainmenu">
<ul>
<li class="dropdown-show"><a href="index.html">Home</a>
<ul class="dropdown-nav sub-dropdown">
<li><a href="index.html">Home Layout 1</a></li>
<li><a href="index2.html">Home Layout 2</a></li>
<li><a href="index3.html">Home Layout 3</a></li>
<li><a href="index4.html">Home Layout 4</a></li>
<li><a href="index5.html">Home Layout 5</a></li>
<li><a href="index6.html">Home Layout 6</a></li>
</ul>
</li>
<li class="dropdown-show"><a href="#">Shop</a>
<ul class="mega-menu-wrap dropdown-nav">
<li class="mega-menu-item"><a href="shop.html" class="mega-item-title">Shop
Layout</a>
<ul>
<li><a href="shop.html">Shop Left Sidebar</a></li>
<li><a href="shop-right-sidebar.html">Shop Right Sidebar</a></li>
<li><a href="shop-left-full-wide.html">Shop Left Full Wide</a></li>
<li><a href="shop-right-full-wide.html">Shop Right Full Wide</a></li>
<li><a href="shop-full-wide.html">Shop Without Sidebar</a></li>
</ul>
</li>
<li class="mega-menu-item"><a href="single-product.html" class="mega-item-title">Single
Products</a>
<ul>
<li><a href="single-product.html">Single Product</a></li>
<li><a href="single-product-normal.html">Single Product Normal</a></li>
<li><a href="single-product-group.html">Single Product Group</a></li>
<li><a href="single-product-external.html">Single Product External</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-show"><a href="#">Pages</a>
<ul class="dropdown-nav">
<li><a href="cart.html">Shopping Cart</a></li>
<li><a href="checkout.html">Checkout</a></li>
<li><a href="compare.html">Compare</a></li>
<li><a href="wishlist.html">Wishlist</a></li>
<li><a href="login-register.html">Login & Register</a></li>
<li><a href="my-account.html">My Account</a></li>
<li><a href="404.html">404 Error</a></li>
</ul>
</li>
<li class="dropdown-show"><a href="#">Men</a>
<ul class="mega-menu-wrap dropdown-nav">
<li class="mega-menu-item"><a href="shop-left-full-wide.html"
class="mega-item-title">Shirt</a>
<ul>
<li><a href="shop.html">Tops & Tees</a></li>
<li><a href="shop.html">Polo Short Sleeve</a></li>
<li><a href="shop.html">Graphic T-Shirts</a></li>
<li><a href="shop.html">Jackets & Coats</a></li>
<li><a href="shop.html">Fashion Jackets</a></li>
</ul>
</li>
<li class="mega-menu-item"><a href="shop-left-full-wide.html"
class="mega-item-title">Jeans</a>
<ul>
<li><a href="shop.html">Crochet</a></li>
<li><a href="shop.html">Sleeveless</a></li>
<li><a href="shop.html">Stripes</a></li>
<li><a href="shop.html">Sweaters</a></li>
<li><a href="shop.html">Hoodies</a></li>
</ul>
</li>
<li class="mega-menu-item"><a href="shop-left-full-wide.html"
class="mega-item-title">Shoes</a>
<ul>
<li><a href="shop.html">Tops & Tees</a></li>
<li><a href="shop.html">Polo Short Sleeve</a></li>
<li><a href="shop.html">Graphic T-Shirts</a></li>
<li><a href="shop.html">Jackets & Coats</a></li>
<li><a href="shop.html">Fashion Jackets</a></li>
</ul>
</li>
<li class="mega-menu-item"><a href="shop-left-full-wide.html"
class="mega-item-title">Watches</a>
<ul>
<li><a href="shop.html">Crochet</a></li>
<li><a href="shop.html">Sleeveless</a></li>
<li><a href="shop.html">Stripes</a></li>
<li><a href="shop.html">Sweaters</a></li>
<li><a href="shop.html">Hoodies</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-show"><a href="shop-left-full-wide.html">Women</a>
<ul class="mega-menu-wrap dropdown-nav">
<li class="mega-menu-item"><a href="shop-left-full-wide.html"
class="mega-item-title">Kamiz</a>
<ul>
<li><a href="shop.html">Tops & Tees</a></li>
<li><a href="shop.html">Polo Short Sleeve</a></li>
<li><a href="shop.html">Graphic T-Shirts</a></li>
<li><a href="shop.html">Jackets & Coats</a></li>
<li><a href="shop.html">Fashion Jackets</a></li>
</ul>
</li>
<li class="mega-menu-item"><a href="shop-left-full-wide.html"
class="mega-item-title">Life Style</a>
<ul>
<li><a href="shop.html">Crochet</a></li>
<li><a href="shop.html">Sleeveless</a></li>
<li><a href="shop.html">Stripes</a></li>
<li><a href="shop.html">Sweaters</a></li>
<li><a href="shop.html">Hoodies</a></li>
</ul>
</li>
<li class="mega-menu-item"><a href="shop-left-full-wide.html"
class="mega-item-title">Shoes</a>
<ul>
<li><a href="shop.html">Tops & Tees</a></li>
<li><a href="shop.html">Polo Short Sleeve</a></li>
<li><a href="shop.html">Graphic T-Shirts</a></li>
<li><a href="shop.html">Jackets & Coats</a></li>
<li><a href="shop.html">Fashion Jackets</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown-show"><a href="#">Blog</a>
<ul class="dropdown-nav">
<li><a href="blog.html">Blog Right Sidebar</a></li>
<li><a href="blog-left-sidebar.html">Blog Left Sidebar</a></li>
<li><a href="blog-grid.html">Blog Grid Layout</a></li>
<li><a href="single-blog.html">Blog Details</a></li>
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
</div>
<!-- Navigation Area End -->
<!-- Header Right Meta Start -->
<div class="col-6 col-lg-2 m-auto">
<div class="header-right-meta text-right">
<ul>
<li><a href="#" class="modal-active"><i class="fa fa-search"></i></a></li>
<li class="settings"><a href="#"><i class="fa fa-cog"></i></a>
<div class="site-settings d-block d-sm-flex">
<dl class="currency">
<dt>Currency</dt>
<dd class="current"><a href="#">USD</a></dd>
<dd><a href="#">AUD</a></dd>
<dd><a href="#">CAD</a></dd>
<dd><a href="#">BDT</a></dd>
</dl>
<dl class="my-account">
<dt>My Account</dt>
<dd><a href="#">Dashboard</a></dd>
<dd><a href="#">Profile</a></dd>
<dd><a href="#">Sign</a></dd>
</dl>
<dl class="language">
<dt>Language</dt>
<dd class="current"><a href="#">English (US)</a></dd>
<dd><a href="#">English (UK)</a></dd>
<dd><a href="#">Chinees</a></dd>
<dd><a href="#">Bengali</a></dd>
<dd><a href="#">Hindi</a></dd>
<dd><a href="#">Japanees</a></dd>
</dl>
</div>
</li>
<li class="shop-cart"><a href="#"><i class="fa fa-shopping-bag"></i> <span
class="count">3</span></a>
<div class="mini-cart">
<div class="mini-cart-body">
<div class="single-cart-item d-flex">
<figure class="product-thumb">
<a href="#"><img class="img-fluid" src="assets/img/product-1.jpg"
alt="Products"/></a>
</figure>
<div class="product-details">
<h2><a href="#">Sprite Yoga Companion</a></h2>
<div class="cal d-flex align-items-center">
<span class="quantity">3</span>
<span class="multiplication">X</span>
<span class="price">$77.00</span>
</div>
</div>
<a href="#" class="remove-icon"><i class="fa fa-trash-o"></i></a>
</div>
<div class="single-cart-item d-flex">
<figure class="product-thumb">
<a href="#"><img class="img-fluid" src="assets/img/product-2.jpg"
alt="Products"/></a>
</figure>
<div class="product-details">
<h2><a href="#">Yoga Companion Kit</a></h2>
<div class="cal d-flex align-items-center">
<span class="quantity">2</span>
<span class="multiplication">X</span>
<span class="price">$6.00</span>
</div>
</div>
<a href="#" class="remove-icon"><i class="fa fa-trash-o"></i></a>
</div>
<div class="single-cart-item d-flex">
<figure class="product-thumb">
<a href="#"><img class="img-fluid" src="assets/img/product-3.jpg"
alt="Products"/></a>
</figure>
<div class="product-details">
<h2><a href="#">Sprite Yoga Companion Kit</a></h2>
<div class="cal d-flex align-items-center">
<span class="quantity">1</span>
<span class="multiplication">X</span>
<span class="price">$116.00</span>
</div>
</div>
<a href="#" class="remove-icon"><i class="fa fa-trash-o"></i></a>
</div>
</div>
<div class="mini-cart-footer">
<a href="checkout.html" class="btn-add-to-cart">Checkout</a>
</div>
</div>
</li>
</ul>
</div>
</div>
<!-- Header Right Meta End -->
</div>
</div>
</header>
<!--== Header Area End ==-->
<!--== Search Box Area Start ==-->
<div class="body-popup-modal-area">
<span class="modal-close"><img src="assets/img/cancel.png" alt="Close" class="img-fluid"/></span>
<div class="modal-container d-flex">
<div class="search-box-area">
<div class="search-box-form">
<form action="#" method="post">
<input type="search" placeholder="type keyword and hit enter"/>
<button class="btn" type="button"><i class="fa fa-search"></i></button>
</form>
</div>
</div>
</div>
</div>
<!--== Search Box Area End ==-->
<!--== Page Title Area Start ==-->
<div id="page-title-area">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="page-title-content">
<h1>Blog Details</h1>
<ul class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="#" class="active">Financial Investment: The Right Way</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--== Page Title Area End ==-->
<!--== Page Content Wrapper Start ==-->
<div id="page-content-wrapper" class="p-9">
<div class="container">
<div class="row">
<!-- Single Blog Page Content Start -->
<div class="col-lg-8">
<article class="single-blog-content-wrap">
<div class="post-header">
<figure class="post-thumbnail">
<img src="assets/img/single-blog.jpg" class="img-fluid" alt="Blog"/>
</figure>
<div class="post-meta">
<h2>Financial Investment: The Right Way</h2>
<div class="post-info">
<a href="#"><i class="fa fa-user"></i> Albert Flores</a>
<a href="#"><i class="fa fa-calendar"></i> 08/20/2018</a>
</div>
</div>
</div>
<div class="post-content">
<p>Lorem ipsum dolor sit amet, consectetur adipisici elit. Culpa, dolorem earum eius eum,
exercitationem explicabo facilis harum sillo ipsum isted odio placeated quaerated quisquam
ratione suscipit tempora temporibus veniam. Ab ad aliquam amet at blanditiis delectus
distinctio dolorem eaque eum, eveniet id, non nulla obcaecati perferendis ratione repellat
sapiente soluta.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisici elit. Culpa, dolorem earum eius eum,
exercitationem explicabo facilis harum sillo ipsum isted odio placeated quaerated quisquam
ratione suscipit tempora temporibus veniam. Ab ad aliquam amet at blanditiis delectus
distinctio dolorem eaque eum, eveniet id, non nulla obcaecati perferendis ratione repellat
sapiente soluta.</p>
<blockquote class="blockquote">
<p>Placeated quaerated quisquam rationed suscipite tempora temporibus veniam. Ab ad aliquam
amet at blanditiis delectus distinctio dolorem eaque eum, eveniet id, non nulla
obcaecati perferendis ratione repellat sapiente soluta</p>
</blockquote>
<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 posed to using Content here, content here',
making it look like readable</p>
<img src="assets/img/home_4_slide_2.jpg" class="img-fluid" alt="Blog"/>
<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 posed to using Content here, content here',
making it look like readable</p>
</div>
<div class="post-footer d-block d-sm-flex justify-content-sm-between align-items-center">
<ul class="tags">
<li><a href="#">Fashion</a></li>
<li><a href="#">Sale</a></li>
<li><a href="#">Investment</a></li>
</ul>
<div class="post-share mt-3 mt-sm-0">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-reddit"></i></a>
<a href="#"><i class="fa fa-digg"></i></a>
</div>
</div>
</article>
<!-- Comment Area Start -->
<div class="comment-area-wrapper">
<div class="comments-preview-area comment-single-item">
<h2>Comments (3)</h2>
<div class="single-comment d-block d-md-flex">
<div class="comment-author">
<a href="#"><img src="assets/img/author-1.jpg" class="img-fluid"
alt="Comment User"/></a>
</div>
<div class="comment-info mt-3 mt-md-0">
<div class="comment-info-top d-flex justify-content-between">
<h3>Houdai Man</h3>
<a href="#" class="btn-add-to-cart"><i class="fa fa-reply"></i> Reply</a>
</div>
<a href="#" class="comment-date">19 JULY 2017, 10:05 PM</a>
<p>On the other hand, we with righteous indignation and dislike men ware sobeguil andlo
demized by the charms of pleasure of the moment.</p>
</div>
</div>
<div class="single-comment reply d-block d-md-flex">
<div class="comment-author">
<a href="#"><img src="assets/img/author-2.jpg" class="img-fluid"
alt="Comment User"/></a>
</div>
<div class="comment-info mt-3 mt-md-0">
<div class="comment-info-top d-flex justify-content-between">
<h3>Alex Tuntuni</h3>
<a href="#" class="btn-add-to-cart"><i class="fa fa-reply"></i> Reply</a>
</div>
<a href="#" class="comment-date">19 JULY 2017, 10:05 PM</a>
<p>On the other hand indignation and dislike men ware sobeguil andlo demized by the
charms of pleasure of the moment.</p>
</div>
</div>
<div class="single-comment d-block d-md-flex">
<div class="comment-author">
<a href="#"><img src="assets/img/author-3.jpg" class="img-fluid"
alt="Comment User"/></a>
</div>
<div class="comment-info mt-3 mt-md-0">
<div class="comment-info-top d-flex justify-content-between">
<h3>Dig Kamla</h3>
<a href="#" class="btn-add-to-cart"><i class="fa fa-reply"></i> Reply</a>
</div>
<a href="#" class="comment-date">19 JULY 2017, 10:05 PM</a>
<p>On the other hand, we with righteous indignation and dislike men ware sobeguil andlo
demized by the charms of pleasure of the moment.</p>
</div>
</div>
</div>
<div class="leave-comment-area comment-single-item">
<h2>Leave a Comment</h2>
<div class="comment-form-wrap">
<form action="#" method="get">
<div class="single-input-item">
<textarea name="comment" id="comment" cols="30" rows="6"
placeholder="Write your Comment"></textarea>
</div>
<div class="single-input-item">
<input type="url" placeholder="Website" required/>
</div>
<div class="row">
<div class="col-lg-6">
<div class="single-input-item">
<input type="text" placeholder="Name" required/>
</div>
</div>
<div class="col-lg-6">
<div class="single-input-item">
<input type="email" placeholder="Email Address" required/>
</div>
</div>
</div>
<div class="single-input-item">
<button type="submit" class="btn-add-to-cart">Submit Comment</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Single Blog Page Content End -->
<!-- Sidebar Area Start -->
<div class="col-lg-4 mt-5 mt-lg-0">
<div id="sidebar-area-wrap">
<!-- Single Sidebar Item Start -->
<div class="single-sidebar-wrap">
<h2 class="sidebar-title">Search</h2>
<div class="sidebar-body">
<div class="sidebar-search">
<form action="#">
<input type="search" placeholder="type keyword"/>
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
</div>
</div>
<!-- Single Sidebar Item End -->
<!-- Single Sidebar Item Start -->
<div class="single-sidebar-wrap">
<h2 class="sidebar-title">Recent Posts</h2>
<div class="sidebar-body">
<div class="small-product-list recent-post">
<div class="single-product-item">
<figure class="product-thumb">
<a href="#"><img class="img-fluid" src="assets/img/product-2.jpg"
alt="Products"/></a>
</figure>
<div class="product-details">
<h2><a href="single-blog.html">Lorem ipsum is dolor sit amet, consectetur
adipisicing elit.</a></h2>
<span class="price">20, Aug 2018</span>
<a href="#" class="btn-add-to-cart">Read More <i
class="fa fa-long-arrow-right"></i></a>
</div>
</div>
<div class="single-product-item">
<figure class="product-thumb">
<a href="#"><img class="img-fluid" src="assets/img/product-3.jpg"
alt="Products"/></a>
</figure>
<div class="product-details">
<h2><a href="#">Set of Sprite Yoga Lorem ipsum dolor sit Straps</a></h2>
<span class="price">20, Aug 2018</span>
<a href="#" class="btn-add-to-cart">Read More <i
class="fa fa-long-arrow-right"></i></a>
</div>
</div>
<div class="single-product-item">
<figure class="product-thumb">
<a href="#"><img class="img-fluid" src="assets/img/product-4.jpg"
alt="Products"/></a>
</figure>
<div class="product-details">
<h2><a href="single-blog.html">Lorem ipsum is dolor sit amet, consectetur
adipisicing elit.</a></h2>
<span class="price">20, Aug 2018</span>
<a href="#" class="btn-add-to-cart">Read More <i
class="fa fa-long-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Single Sidebar Item End -->
<!-- Single Sidebar Item Start -->
<div class="single-sidebar-wrap">
<h2 class="sidebar-title">Categories</h2>
<div class="sidebar-body">
<ul class="sidebar-list">
<li><a href="#">Tops & Tees</a></li>
<li><a href="#">Polo Short Sleeve</a></li>
<li><a href="#">Graphic T-Shirts</a></li>
<li><a href="#">Jackets & Coats</a></li>
<li><a href="#">Fashion Jackets</a></li>
</ul>
</div>
</div>
<!-- Single Sidebar Item End -->
<!-- Single Sidebar Item Start -->
<div class="single-sidebar-wrap">
<h2 class="sidebar-title">Popular Tags</h2>
<div class="sidebar-body">
<ul class="tags">
<li><a href="#">Tops</a></li>
<li><a href="#">Tees</a></li>
<li><a href="#">Polo</a></li>
<li><a href="#">T-Shirts</a></li>
<li><a href="#">Fashion</a></li>
<li><a href="#">Jeans</a></li>
<li><a href="#">Pants</a></li>
<li><a href="#">Necessitatibus</a></li>
<li><a href="#">Jackets</a></li>
<li><a href="#">Coats</a></li>
</ul>
</div>
</div>
<!-- Single Sidebar Item End -->
</div>
</div>
<!-- Sidebar Area End -->
</div>
</div>
</div>
<!--== Page Content Wrapper End ==-->
<!-- Footer Area Start -->
<footer id="footer-area">
<!-- Footer Call to Action Start -->
<div class="footer-callto-action">
<div class="ruby-container">
<div class="callto-action-wrapper">
<div class="row">
<div class="col-lg-3 col-md-6">
<!-- Single Call-to Action Start -->
<div class="single-callto-action d-flex">
<figure class="callto-thumb">
<img src="assets/img/air-plane.png" alt="WorldWide Shipping"/>
</figure>
<div class="callto-info">
<h2>Free Shipping Worldwide</h2>
<p>On order over $150 - 7 days a week</p>
</div>
</div>
<!-- Single Call-to Action End -->
</div>
<div class="col-lg-3 col-md-6">
<!-- Single Call-to Action Start -->
<div class="single-callto-action d-flex">
<figure class="callto-thumb">
<img src="assets/img/support.png" alt="Support"/>
</figure>
<div class="callto-info">
<h2>24/7 CUSTOMER SERVICE</h2>
<p>Call us 24/7 at 000 - 123 - 456k</p>
</div>
</div>
<!-- Single Call-to Action End -->
</div>
<div class="col-lg-3 col-md-6">
<!-- Single Call-to Action Start -->
<div class="single-callto-action d-flex">
<figure class="callto-thumb">
<img src="assets/img/money-back.png" alt="Money Back"/>
</figure>
<div class="callto-info">
<h2>MONEY BACK Guarantee!</h2>
<p>Send within 30 days</p>
</div>
</div>
<!-- Single Call-to Action End -->
</div>
<div class="col-lg-3 col-md-6">
<!-- Single Call-to Action Start -->
<div class="single-callto-action d-flex">
<figure class="callto-thumb">
<img src="assets/img/cog.png" alt="Guide"/>
</figure>
<div class="callto-info">
<h2>SHOPPING GUIDE</h2>
<p>Quis Eum Iure Reprehenderit</p>
</div>
</div>
<!-- Single Call-to Action End -->
</div>
</div>
</div>
</div>
</div>
<!-- Footer Call to Action End -->
<!-- Footer Follow Up Area Start -->
<div class="footer-followup-area">
<div class="ruby-container">
<div class="followup-wrapper">
<div class="row">
<div class="col-lg-12 text-center">
<div class="follow-content-wrap">
<a href="index.html" class="logo"><img src="assets/img/logo.png" alt="logo"/></a>
<p>Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum</p>
<div class="footer-social-icons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-flickr"></i></a>
</div>
<a href="#"><img src="assets/img/payment.png" alt="Payment Method"/></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Follow Up Area End -->
<!-- Footer Image Gallery Area Start -->
<div class="footer-image-gallery">
<div class="ruby-container">
<div class="image-gallery-wrapper">
<div class="row">
<div class="col-lg-12">
<div class="imgage-gallery-carousel owl-carousel">
<div class="gallery-item">
<a href="#"><img src="assets/img/gallery-img-1.jpg" alt="Gallery"/></a>
</div>
<div class="gallery-item">
<a href="#"><img src="assets/img/gallery-img-2.jpg" alt="Gallery"/></a>
</div>
<div class="gallery-item">
<a href="#"><img src="assets/img/gallery-img-3.jpg" alt="Gallery"/></a>
</div>
<div class="gallery-item">
<a href="#"><img src="assets/img/gallery-img-4.jpg" alt="Gallery"/></a>
</div>
<div class="gallery-item">
<a href="#"><img src="assets/img/gallery-img-3.jpg" alt="Gallery"/></a>
</div>
<div class="gallery-item">
<a href="#"><img src="assets/img/gallery-img-2.jpg" alt="Gallery"/></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Image Gallery Area End -->
<!-- Copyright Area Start -->
<div class="copyright-area">
<div class="ruby-container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="copyright-text">
<p><a target="_blank" href="https://www.templatespoint.net/">Templates Point</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- Copyright Area End -->
</footer>
<!-- Footer Area End -->
<!-- Scroll to Top Start -->
<a href="#" class="scrolltotop"><i class="fa fa-angle-up"></i></a>
<!-- Scroll to Top End -->
<!--=======================Javascript============================-->
<!--=== Jquery Min Js ===-->
<script src="assets/js/vendor/jquery-3.3.1.min.js"></script>
<!--=== Jquery Migrate Min Js ===-->
<script src="assets/js/vendor/jquery-migrate-1.4.1.min.js"></script>
<!--=== Popper Min Js ===-->
<script src="assets/js/vendor/popper.min.js"></script>
<!--=== Bootstrap Min Js ===-->
<script src="assets/js/vendor/bootstrap.min.js"></script>
<!--=== Plugins Min Js ===-->
<script src="assets/js/plugins.js"></script>
<!--=== Active Js ===-->
<script src="assets/js/active.js"></script>
</body>
</html>