-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-single.html
775 lines (753 loc) · 50.3 KB
/
blog-single.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
769
770
771
772
773
774
775
<!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">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/bootstrap-icons.css">
<link rel="stylesheet" href="./css/swiper-bundle.min.css" />
<link rel="stylesheet" href="./css/style.css">
<title>FoodBuzz</title>
</head>
<body>
<div class="mobile-menu">
<nav class="mobile-header">
<div class="header-logo">
<a href="index.html"><img src="assets/images/logo/1.png" alt="logo"></a>
</div>
<div class="header-bar">
<span></span>
<span></span>
<span></span>
</div>
</nav>
<nav class="mobile-menu">
<div class="mobile-menu-area">
<div class="mobile-menu-area-inner">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li class="menu-item-has-children"><a href="#">Pages</a>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="coming-soon.html">Coming Soon</a></li>
<li><a href="404.html">404</a></li>
</ul>
</li>
<li class="menu-item-has-children"><a href="#">Food Menu</a>
<ul>
<li><a href="menu-card.html">Menu Card</a></li>
<li><a href="menu-card-2.html">Menu Card 2</a></li>
<li><a href="menu-card-3.html">Menu Card 3</a></li>
</ul>
</li>
<li><a href="reserv.html">Reservation</a></li>
<li class="menu-item-has-children"><a href="#">Blog</a>
<ul>
<li><a href="blog.html">Blog Style 1</a></li>
<li><a href="blog-2.html">Blog Style 2</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
</ul>
</li>
<li class="menu-item-has-children"><a href="#">Shop</a>
<ul>
<li><a href="shop-page.html">Shop Page</a></li>
<li><a href="shop-single.html">Shop Single</a></li>
<li><a href="cart-page.html">Cart Page</a></li>
</ul>
</li>
<li><a href="contact-us.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
<header class="header-section">
<div class="header-top">
<div class="container d-flex">
<ul class="left d-flex align-items-center m-0">
<li>
<i class="bi bi-clock"></i>
Sun-Fri: 9am-6pm Saterday Closed
</li>
<li>
<i class="bi bi-geo-alt-fill"></i>
60/A Soft Road 24th Street, NY 1200
</li>
<li>
<i class="bi bi-headset"></i>
</li>
</ul>
<ul class="right d-flex align-items-center m-0">
<li><a href="#"><i class="bi bi-twitter"></i></a></li>
<li><a href="#"><i class="bi bi-wifi"></i></a></li>
<li><a href="#"><i class="bi bi-telegram"></i></a></li>
<li><a href="#"><i class="bi bi-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="header-bottom">
<div class="container">
<div class="primary-menu d-flex justify-content-between align-items-center">
<div class="logo">
<a href="./index.html">
<img src="./assets/images/logo/1.png" alt="logo">
</a>
</div>
<div class="menu-area">
<div class="main-menu d-flex align-items-center">
<ul class="d-flex m-0">
<li class="active">
<a href="./index.html">Home</a>
</li>
<li class="menu-item-has-children">
<a href="./Pages">Pages</a>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="coming-soon.html">Coming Soon</a></li>
<li><a href="404.html">404</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Food Menu</a>
<ul>
<li><a href="menu-card.html">Menu Card</a></li>
<li><a href="menu-card-2.html">Menu Card 2</a></li>
<li><a href="menu-card-3.html">Menu Card 3</a></li>
</ul>
</li>
<li>
<a href="./reserv.html">Reservation</a>
</li>
<li class="menu-item-has-children">
<a href="#">Blog</a>
<ul>
<li><a href="blog.html">Blog Style 1</a></li>
<li><a href="blog-2.html">Blog Style 2</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Shop</a>
<ul>
<li><a href="shop-page.html">Shop Page</a></li>
<li><a href="shop-single.html">Shop Single</a></li>
<li><a href="cart-page.html">Cart Page</a></li>
</ul>
</li>
<li>
<a href="./contact.html">Contact</a>
</li>
</ul>
</div>
<div class="cart-search">
<ul class="d-flex m-0">
<li class="search">
<i class="bi bi-search"></i>
</li>
<li class="cart cart-area position-relative">
<div class="cart-icon">
<i class="bi bi-cart3"></i>
<span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger">
4
<span class="visually-hidden">unread messages</span>
</span>
</div>
<div class="cart-content">
<div class="cart-title">
<div class="add-item">4 Items Added</div>
<div class="list-close"><a href="#">Close</a></div>
</div>
<div class="cart-scr scrollbar">
<div class="cart-con-item">
<div class="cart-item">
<div class="cart-inner">
<div class="cart-top">
<div class="thumb">
<a href="#"><img src="assets/images/products/01.jpg" alt=""></a>
</div>
<div class="content">
<a href="#">Split Remedy Split End Shampoo</a>
</div>
<div class="remove-btn">
<a href="#"><i class="bi bi-x"></i></a>
</div>
</div>
<div class="cart-bottom">
<div class="sing-price">Tk. 140</div>
<div class="cart-plus-minus"><div class="dec qtybutton">-</div><div class="dec qtybutton">-</div>
<div class="dec qtybutton">-</div>
<input class="cart-plus-minus-box" type="text" name="qtybutton" value="1">
<div class="inc qtybutton">+</div>
<div class="inc qtybutton">+</div><div class="inc qtybutton">+</div></div>
<div class="total-price">Tk. 280.00</div>
</div>
</div>
</div>
<div class="cart-item">
<div class="cart-inner">
<div class="cart-top">
<div class="thumb">
<a href="#"><img src="assets/images/products/02.jpg" alt=""></a>
</div>
<div class="content">
<a href="#">Split Remedy Split End Shampoo</a>
</div>
<div class="remove-btn">
<a href="#"><i class="bi bi-x"></i></a>
</div>
</div>
<div class="cart-bottom">
<div class="sing-price">Tk. 140</div>
<div class="cart-plus-minus"><div class="dec qtybutton">-</div><div class="dec qtybutton">-</div>
<div class="dec qtybutton">-</div>
<input class="cart-plus-minus-box" type="text" name="qtybutton" value="1">
<div class="inc qtybutton">+</div>
<div class="inc qtybutton">+</div><div class="inc qtybutton">+</div></div>
<div class="total-price">Tk. 280.00</div>
</div>
</div>
</div>
<div class="cart-item">
<div class="cart-inner">
<div class="cart-top">
<div class="thumb">
<a href="#"><img src="assets/images/products/03.jpg" alt=""></a>
</div>
<div class="content">
<a href="#">Split Remedy Split End Shampoo</a>
</div>
<div class="remove-btn">
<a href="#"><i class="bi bi-x"></i></a>
</div>
</div>
<div class="cart-bottom">
<div class="sing-price">Tk. 140</div>
<div class="cart-plus-minus"><div class="dec qtybutton">-</div><div class="dec qtybutton">-</div>
<div class="dec qtybutton">-</div>
<input class="cart-plus-minus-box" type="text" name="qtybutton" value="1">
<div class="inc qtybutton">+</div>
<div class="inc qtybutton">+</div><div class="inc qtybutton">+</div></div>
<div class="total-price">Tk. 280.00</div>
</div>
</div>
</div>
<div class="cart-item">
<div class="cart-inner">
<div class="cart-top">
<div class="thumb">
<a href="#"><img src="assets/images/products/04.jpg" alt=""></a>
</div>
<div class="content">
<a href="#">Split Remedy Split End Shampoo</a>
</div>
<div class="remove-btn">
<a href="#"><i class="bi bi-x"></i></a>
</div>
</div>
<div class="cart-bottom">
<div class="sing-price">Tk. 140</div>
<div class="cart-plus-minus"><div class="dec qtybutton">-</div><div class="dec qtybutton">-</div>
<div class="dec qtybutton">-</div>
<input class="cart-plus-minus-box" type="text" name="qtybutton" value="1">
<div class="inc qtybutton">+</div>
<div class="inc qtybutton">+</div><div class="inc qtybutton">+</div></div>
<div class="total-price">Tk. 280.00</div>
</div>
</div>
</div>
</div>
</div>
<div class="cart-scr-bottom">
<ul>
<li>
<div class="title">Subtotal</div>
<div class="price">Tk. 1045.00</div>
</li>
<li>
<div class="title">Shipping</div>
<div class="price">Tk. 40.00</div>
</li>
<li>
<div class="title">Cart Total</div>
<div class="price">Tk. 1085.00</div>
</li>
</ul>
<a href="#" class="food-btn"><span>Place Order</span></a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
<section class="page-header style-2">
<div class="container">
<div class="page-title text-center">
<h3>Business Rouncil Them good Could...</h3>
<ul class="breadcrumb">
<li><a href="#">Home</a></li>
<li>Blog single</li>
</ul>
</div>
</div>
</section>
<section class="blog-section blog-page">
<div class="container">
<div class="section-wrapper">
<div class="row justify-content-center">
<div class="col-lg-8 col-12">
<article>
<div class="post-item">
<div class="post-inner">
<div class="post-thumb">
<img src="assets/images/blog/01.jpg" alt="blog">
</div>
<div class="post-content">
<h4>Remo Support Center What Forng Semicon...</h4>
<div class="meta-post">
<ul>
<li>
<i class="bi bi-calendar-minus"></i>
<a href="#" class="date">27 December 2019 </a>
</li>
<li>
<i class="bi bi-person-fill"></i>
<a href="#" class="admin">Rajib Raj</a>
</li>
<li>
<i class="bi bi-chat-fill"></i>
<a href="#" class="comment">24 Comments</a>
</li>
</ul>
</div>
<p>A wonderful serenity has taken possssion of my entire souing like these sweet mornng spring whch enjoy with my whole heart I am alone, and feel the charm of existenceths spot whch was create For the bliss of souls like mineing am so happy my dear frend so absoribed in the exquste sens of mere</p>
<p>A wonderful serenity has taken posseson of my entire soung like these sweet mornngs spring whch enjoy with my whole heart I am alone and feel the charm of exstenceths spot whch was created For the blis of souls like mineing am so happy my dear frend so absoribed in the exquste sense of mere tranquil existence, that neglect my talentsr I should bye ncapable of drawng and single stroke at the A wonderful serenty has taken possesson of my entre souing like these sweet mornins sprng which present moment; and yet If feel that I never was a greater artst</p>
<blockquote>
<i class="bi bi-quote"></i>
<p>Steal into The ner Sanc Hrow Myself Down Amon The Hal Gras Buzz Lttle World Amon The Stak And Grow Fama With Counnsec And Fesi Steal into The nner Sanc Hrow Myse Down Amon The Hall Gras Biss The Almightys Creative design Among The Staks </p>
<cite><a href="#">...Melissa Hunter</a></cite>
</blockquote>
<p>A wonderful serenity has taken posseson of my entire soung like these sweet mornngs spring whch enjoy with my whole heart I am alone and feel the charm of exstenceths spot whch was created For the blis of souls like mineing am so happy my dear frend so absoribed in the exquste sense of mere tranquil existence, that neglect my talentsr I should bye ncapable of drawng and single stroke at the A wonderful serenty has taken possesson of my entre souing like these sweet mornins sprng which present moment; and yet If feel that I never was a greater artst</p>
<img src="assets/images/blog/02.jpg" alt="blog-single">
<p>A wonderful serenity has taken posseson of my entire soung like these sweet mornngs spring whch enjoy with my whole heart I am alone and feel the charm of exstenceths spot whch was created For the blis of souls like mineing am so happy my dear frend so absoribed in the exquste sense of mere tranquil existence, that neglect my talentsr I should bye ncapable of drawng and single stroke at the A wonderful serenty has taken possesson of my entre souing like these sweet mornins sprng which present moment; and yet If feel that I never was a greater artst</p>
<div class="video-thumb">
<img src="assets/images/blog/03.jpg" alt="video">
<a href="https://www.youtube.com/embed/7aSIHK_xaHM" data-rel="lightcase" class="video-icon"><i class="bi bi-youtube"></i></a>
</div>
<p>A wonderful serenity has taken posseson of my entire soung like these sweet mornngs spring whch enjoy with my whole heart I am alone and feel the charm of exstenceths spot whch was created For the blis of souls like mineing am so happy my dear frend so absoribed in the exquste sense of mere tranquil existence, that neglect my talentsr I should bye ncapable of drawng and single stroke at the A wonderful serenty has taken possesson of my entre souing like these sweet mornins sprng which</p>
<p>A wonderful serenity has taken possssion of my entire souing like these sweet mornng spring whch enjoy with my whole heart I am alone, and feel the charm of existenceths spot whch was create For the bliss of souls like mineing am so happy my dear frend so absoribed in the exquste sens of mere present moment; and yet If feel that I never was a greater artst</p>
<div class="tags-section">
<ul class="tags">
<li><a href="#">Agency</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Personal</a></li>
</ul>
<div class="scocial-media">
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
<a href="#" class="vimeo"><i class="bi bi-vimeo"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="navigations-part">
<div class="left">
<a href="#" class="prev"><i class="bi bi-chevron-double-left"></i>Previous Article</a>
<a href="#" class="title">Evisculate Parallel Processes via Technica Sound Models Authoritative</a>
</div>
<div class="right">
<a href="#" class="prev">Next Article<i class="bi bi-chevron-double-right"></i></a>
<a href="#" class="title">Qvisculate Parallel Processes via Technica Sound Models Authoritative</a>
</div>
</div>
<div class="authors">
<div class="author-thumb">
<a href="#"><img src="assets/images/chef/author/01.png" alt="author"></a>
</div>
<div class="author-content">
<h6>LabArtisan</h6>
<p>Data release Friday large ponted to better than expcted pickup in the euroz yieldsrose tolate Thursd and the euro edged up slghtly toY after the Grman recent political uncertainty in Germany has so far</p>
<div class="scocial-media">
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
<a href="#" class="vimeo"><i class="bi bi-vimeo"></i></a>
</div>
</div>
</div>
<div id="comments" class="comments">
<h4 class="title-border">02 Comment</h4>
<ul class="comment-list">
<li class="comment" id="li-comment-1">
<div class="com-thumb">
<img alt="" src="assets/images/chef/author/01.jpg" srcset="assets/images/chef/author/01.jpg" class="avatar avatar-90 photo" height="90" width="90">
</div>
<div class="com-content">
<div class="com-title">
<div class="com-title-meta">
<h6><a href="http://Sk" rel="external nofollow" class="url">Linsa Faith</a></h6>
<span> October 5, 2018 at 12:41 pm </span>
</div>
<span class="reply">
<a rel="nofollow" class="comment-reply-link" href="#" aria-label="Reply to Masum"><i class="bi bi-reply-all-fill"></i>Reply</a>
</span>
</div>
<p>The inner sanctuary, I throw myself down among the tall grass bye the trckli stream and, as I lie close to the earth</p>
<div class="reply-btn"></div>
</div>
<ul class="comment-list">
<li class="comment" id="li-comment-2">
<div class="com-thumb">
<img alt="" src="assets/images/chef/author/02.jpg" srcset="assets/images/chef/author/02.jpg" class="avatar avatar-90 photo" height="90" width="90">
</div>
<div class="com-content">
<div class="com-title">
<div class="com-title-meta">
<h6><a href="http://Sk" rel="external nofollow" class="url">James Jusse</a></h6>
<span> October 5, 2018 at 12:41 pm </span>
</div>
<span class="reply">
<a rel="nofollow" class="comment-reply-link" href="#" aria-label="Reply to Masum"><i class="bi bi-reply-all-fill"></i>Reply</a>
</span>
</div>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings spring which I enjoy with my whole heart</p>
<div class="reply-btn"></div>
</div>
</li>
</ul>
</li>
</ul>
</div>
<div id="respond" class="comment-respond">
<h4 class="title-border">Leave a Comment</h4>
<div class="add-comment">
<form action="#" method="post" id="commentform" class="comment-form">
<input name="name" type="text" value="" placeholder="Name">
<input name="email" type="text" value="" placeholder="Email">
<input name="url" type="text" value="" placeholder="Subject">
<textarea id="comment-reply" name="comment" rows="5" placeholder="Type Here Your Comment"></textarea>
<p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"><label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p>
<button type="submit" class="food-btn"><span>send comment</span></button>
</form>
</div>
</div>
</article>
</div>
<div class="col-lg-4 col-md-7 col-12">
<aside>
<div class="widget widget-search">
<div class="search-wrapper">
<input type="text" name="s" placeholder="Your Search...">
<button type="submit"><i class="bi bi-search"></i></button>
</div>
</div>
<div class="widget widget-category">
<div class="widget-header">
<h5>Post Categorys</h5>
</div>
<ul class="widget-wrapper">
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>Themeforest</span><span>06</span></a>
</li>
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>Photodune</span><span>11</span></a>
</li>
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>Codecanyon</span><span>07</span></a>
</li>
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>GRaphicdriver</span><span>09</span></a>
</li>
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>Wordpress</span><span>50</span></a>
</li>
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>Joomla</span><span>20</span></a>
</li>
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>3docean</span><span>93</span></a>
</li>
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>Themeforest</span><span>27</span></a>
</li>
</ul>
</div>
<div class="widget widget-post">
<div class="widget-header">
<h5>Most Popular Post</h5>
</div>
<ul class="widget-wrapper">
<li class="d-flex flex-wrap justify-content-between">
<div class="post-thumb">
<a href="#"><img src="assets/images/blog/01.jpg" alt="product"></a>
</div>
<div class="post-content">
<h6><a href="#">Foulate Revunry And Mhare Fnger Tache Fanny</a></h6>
<p>04 February 2019</p>
</div>
</li>
<li class="d-flex flex-wrap justify-content-between">
<div class="post-thumb">
<a href="#"><img src="assets/images/blog/02.jpg" alt="product"></a>
</div>
<div class="post-content">
<h6><a href="#">Foulate Revunry And Mhare Fnger Tache Fanny</a></h6>
<p>04 February 2019</p>
</div>
</li>
<li class="d-flex flex-wrap justify-content-between">
<div class="post-thumb">
<a href="#"><img src="assets/images/blog/03.jpg" alt="product"></a>
</div>
<div class="post-content">
<h6><a href="#">Foulate Revunry And Mhare Fnger Tache Fanny</a></h6>
<p>04 February 2019</p>
</div>
</li>
<li class="d-flex flex-wrap justify-content-between">
<div class="post-thumb">
<a href="#"><img src="assets/images/blog/04.jpg" alt="product"></a>
</div>
<div class="post-content">
<h6><a href="#">Foulate Revunry And Mhare Fnger Tache Fanny</a></h6>
<p>04 February 2019</p>
</div>
</li>
</ul>
</div>
<div class="widget widget-archive">
<div class="widget-header">
<h5>FoodBuzz Archives</h5>
</div>
<ul class="widget-wrapper">
<li><a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>January</span><span>2019</span></a> </li>
<li><a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>February</span><span>2018</span></a></li>
<li><a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>March</span><span>2017</span></a></li>
<li><a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>April</span><span>2016</span></a></li>
<li><a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>June</span><span>2015</span></a></li>
<li><a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>July</span><span>2014</span></a></li>
<li><a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="bi bi-chevron-double-right"></i>August</span><span>2013</span></a></li>
</ul>
</div>
<div class="widget widget-instagram">
<div class="widget-header">
<h5>FoodBuzz instagram</h5>
</div>
<ul class="widget-wrapper d-flex flex-wrap justify-content-center">
<li><a href="#"><img src="assets/images/blog/08.jpg" alt="product"></a></li>
<li><a href="#"><img src="assets/images/blog/02.jpg" alt="product"></a></li>
<li><a href="#"><img src="assets/images/blog/03.jpg" alt="product"></a></li>
<li><a href="#"><img src="assets/images/blog/04.jpg" alt="product"></a></li>
<li><a href="#"><img src="assets/images/blog/05.jpg" alt="product"></a></li>
<li><a href="#"><img src="assets/images/blog/06.jpg" alt="product"></a></li>
<li><a href="#"><img src="assets/images/blog/07.jpg" alt="product"></a></li>
<li><a href="#"><img src="assets/images/blog/08.jpg" alt="product"></a></li>
<li><a href="#"><img src="assets/images/blog/09.jpg" alt="product"></a></li>
</ul>
</div>
<div class="widget widget-tags">
<div class="widget-header">
<h5>Popular Tags</h5>
</div>
<ul class="widget-wrapper">
<li><a href="#">envato</a></li>
<li><a href="#">themeforest</a></li>
<li><a href="#">codecanyon</a></li>
<li><a href="#">videohive</a></li>
<li><a href="#">audiojungle</a></li>
<li><a href="#">3docean</a></li>
<li><a href="#">envato</a></li>
<li><a href="#">themeforest</a></li>
<li><a href="#">codecanyon</a></li>
</ul>
</div>
<div class="widget widget-banner">
<div class="widget-header">
<h5>Add Banner Place</h5>
</div>
<ul class="widget-wrapper d-flex flex-wrap justify-content-center">
<li><a href="#"><img src="assets/images/blog/08.jpg" alt="product"></a></li>
</ul>
</div>
</aside>
</div>
</div>
</div>
</div>
</section>
<section class="news_link">
<div class="container">
<div class="order-content">
<div class="content-logo">
<a href="#">
<img src="assets/images/logo/02.png" alt="logo">
<p>Good Food For Good Helts</p>
</a>
</div>
<div class="content-link">
<ul>
<li>
<h5>Work with best resturant theme</h5>
</li>
<li>
<a href="#" class="food-btn style-2">
<span>Order Now</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-4 col-lg-4 col-md-6 col-12">
<div class="contant-info">
<h5>Contact info</h5>
<ul class="info">
<li>
<i class="bi bi-house-fill"></i>
<span>Suite 02 Level Tropical Center</span>
</li>
<li>
<i class="bi bi-telephone-fill"></i>
<span>+880 1234 567890, 025984712</span>
</li>
<li>
<a href="#">
<i class="bi bi-globe"></i>
<span>www.foodbuzz@gmail,com</span>
</a>
</li>
<li>
<a href="#">
<i class="bi bi-headphones"></i>
<span>[email protected]</span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-12">
<div class="opening-time">
<h5>Opening Hours</h5>
<ul>
<li>
<p><i class="bi bi-clock"></i>Saterday</p>
<span>06:00 am - 08:00 pm</span>
</li>
<li>
<p><i class="bi bi-clock"></i>Sunday</p>
<span>09:00 am - 02:00 pm</span>
</li>
<li>
<p><i class="bi bi-clock"></i>Monday</p>
<span>07:00 am - 09:00 pm</span>
</li>
<li>
<p><i class="bi bi-clock"></i>Tuesday</p>
<span>02:00 am - 06:00 pm</span>
</li>
</ul>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-12">
<div class="news_letter">
<h5>Subscribe Newsletter</h5>
<p>
Sign Up For Our Latest News & Articles.
We Wont Give You Spam Mails.
</p>
<div class="contact-search">
<form class="searchForm" method="get" action="0">
<input class="searchTerm" placeholder="Your Email" autocomplete="off">
<input type="submit" class="searchBtn" value="Subscribe!">
</form>
</div>
<ul class="follow_us">
<li>
<p>Follow Us : </p>
</li>
<li>
<a href="#"><i class="bi bi-twitter"></i></a>
</li>
<li>
<a href="#"><i class="bi bi-wifi"></i></a>
</li>
<li>
<a href="#"><i class="bi bi-globe"></i></a>
</li>
<li>
<a href="#"><i class="bi bi-behance"></i></a>
</li>
<li>
<a href="#"><i class="bi bi-instagram"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<div class="fotter-header">
<header>
<div class="footer-bg">
<div class="container">
<div class="header-item">
<div class="header-logo">
<p>© 2020<a href="index.html">FoodBuzz</a>Designed by<a href="https://themeforest.net/user/labartisan">Labartisan</a></p>
</div>
<div class="header-menu d-none d-lg-block">
<nav class="primary-menu">
<div class="main-menu-area">
<ul class="main-menu">
<li><a href="#">Home</a></li>
<li><a href="#">Food Menu</a></li>
<li><a href="#">Pages</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Elements</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!-- <div class="footer-bottom"></div> -->
</div>
<a href="#" class="scrollToTop" style="bottom: 10%; opacity: 1; transition: all 0.5s ease 0s;">
<i class="bi bi-arrow-up-short"></i>
</a>
<script src="./js/bootstrap.bundle.min.js"></script>
<script src="./js/jquery-3.6.0.min.js"></script>
<script src="./js/swiper-bundle.min.js"></script>
<script>
new Swiper('.client-swiper', {
direction: 'horizontal',
loop: true,
pagination: {
type: 'bullets',
el: '.swiper-pagination',
clickable: true,
},
});
new Swiper('.sponsor-swiper', {
direction: 'horizontal',
slidesPerView: 6,
loop: true,
});
</script>
<script src="./js/index.js"></script>
</body>
</html>