-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsingle-blog.php
503 lines (493 loc) · 21.1 KB
/
single-blog.php
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
<?php
include 'layout/header.php';
?>
<!-- Header Area Start -->
<header class="header-area header-absolute">
<div class="header-top">
<div class="container">
<div class="header-top-inner">
<div class="row">
<div class="col-lg-6 col-md-7 col-sm-12 col-xs-12">
<div class="short-info">
<ul>
<li><i class="fa fa-phone"></i> +880-1955-181028</li>
<li><i class="fa fa-clock-o"></i> opening hours: Everyday 10am - 10pm</li>
</ul>
</div>
</div>
<div class="offset-lg-2 col-lg-4 col-md-5 col-sm-12 col-xs-12">
<div class="social-medias">
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="header-bottom" id="sticky-menu">
<div class="container">
<div class="header-bottom-inner">
<div class="row">
<div class="col-lg-3 col-md-12 col-sm-12 col-xs-12">
<div class="logo">
<a href="index.php"><img src="../resources/images/logo.png" alt="LOGO" /></a>
</div>
</div>
<div class="offset-lg-1 col-lg-8 col-md-12 colsm-12 col-xs-12">
<nav class="main-menu">
<a href="#" class="toggle-menu">☰</a>
<ul class="nav-list nav-open" id="nav">
<li><a href="index.php">home</a></li>
<li><a href="index.php#about">about</a></li>
<li><a href="index.php#menu">menu</a></li>
<li><a href="index.php#reservation">reservation</a></li>
<li><a href="index.php#review">reviews</a></li>
<li><a class="js-scroll-trigger current-page" href="#blog">blog</a></li>
<li><a class="js-scroll-trigger" href="#contact">contact</a></li>
<li><a href="#"><i class="fa fa-shopping-cart"></i></a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Header Area End -->
<!-- Page Area Start -->
<section class="page-area black-overlay" id="home">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 text-center">
<div class="page-title">
<h1>Our Blog</h1>
<p><a href="index.php">Home</a> / <a href="index.php#blog">Blog</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Page Area End -->
<!-- Single Blog Page Area Start -->
<section class="single-blog-page-area page-padding">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
<article class="single-blog-page-inner">
<div class="single-blog-item">
<img src="../resources/images/blogs/s1.jpg" alt="BLOG" />
</div>
<div class="single-blog-detail">
<h3>Chicken Maskalai Most served recipie</h3>
<a href="#"><i class="fa fa-user"></i> admin</a>
<p>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, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc 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, discovered the undoubtable source. </p>
<p>Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.as opposed to using 'Content here, content here', making it look like readable English. 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 isometimes on purpose </p>
</div>
<div class="single-blog-hover">
<div class="single-blog-hover-inner">
<h2>13 mar</h2>
</div>
</div>
<div class="blog-share-area">
<div class="show-comments">
<a href="#">2 Comments</a>
</div>
<div class="blog-social">
<ul>
<li><p>Share: </p></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
<div class="comment-area">
<div class="comment-heading">
<h5>Comments</h5>
<p><i class="fa fa-comments"></i> Leave a Comment</p>
</div>
<div class="comment-inner">
<div class="single-comment comment-border">
<div class="single-commenter">
<img src="../resources/images/comments/1.png" alt="COMMENT" />
</div>
<div class="single-commenter-detail">
<h4>Muso lini</h4>
<h6>March 11, 2018 at 10:15 am <a href="#">Reply</a></h6>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour.</p>
</div>
</div>
<div class="single-comment">
<div class="single-commenter">
<img src="../resources/images/comments/2.png" alt="COMMENT" />
</div>
<div class="single-commenter-detail">
<h4>Soumitro Sobuj</h4>
<h6>March 11, 2018 at 10:15 am <a href="#">Reply</a></h6>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour.</p>
</div>
</div>
</div>
</div>
<div class="comment-form-area">
<h5>Write a Reply</h5>
<p>Your email address will not be oublished. Required fields are marked <span>*</span></p>
<div class="comment-form">
<form action="" method="post">
<div class="reply-input">
<label for="reply">Comment</label>
<textarea name="comment" id="full-reply" cols="30" rows="10"></textarea>
</div>
<div class="comment-input">
<div class="single-reply">
<label for="replier">Name <span>*</span></label>
<input type="text" class="replier-name" placeholder=""/>
</div>
<div class="single-reply">
<label for="replier-email">Email <span>*</span></label>
<input type="email" class="replier-email" placeholder=""/>
</div>
<div class="single-reply">
<label for="replier-website">Website</label>
<input type="text" class="replier-website" placeholder=""/>
</div>
</div>
<div class="reply-submit">
<input type="submit" class="replier-submit" value="POST COMMENT"/>
</div>
</form>
</div>
</div>
</article>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<aside class="blog-sidebar">
<div class="single-sidebar">
<div class="sidebar-title sidebar-border1">
<h4>search</h4>
</div>
<div class="search-sidebar">
<p><input type="text" placeholder="Search anything"/><a href="#"><i class="fa fa-search"></i></a></p>
</div>
</div>
<div class="single-sidebar">
<div class="sidebar-title sidebar-border2">
<h4>latest post</h4>
</div>
<div class="latest-post-sidebar">
<div class="single-latest-post">
<img src="../resources/images/blogs/p1.jpg" alt="LATEST POST" />
<div class="latest-post-detail">
<a href="#"><h5>Ocean foods are the best food on asia </h5></a>
<p>10 Apr 2018</p>
</div>
</div>
<div class="single-latest-post">
<img src="../resources/images/blogs/p2.jpg" alt="LATEST POST" />
<div class="latest-post-detail">
<a href="#"><h5>Nauchian Carry one of the best item on the menu</h5></a>
<p>10 Apr 2018</p>
</div>
</div>
<div class="single-latest-post">
<img src="../resources/images/blogs/p3.jpg" alt="LATEST POST" />
<div class="latest-post-detail">
<a href="#"><h5>Healthy food means good food all should try</h5></a>
<p>10 Apr 2018</p>
</div>
</div>
</div>
</div>
<div class="single-sidebar">
<div class="sidebar-title sidebar-border3">
<h4>category</h4>
</div>
<div class="category-sidebar">
<ul>
<li><p><a href="#"><i class="fa fa-play"></i> Specials</a> <span>20</span></p></li>
<li><p><a href="#"><i class="fa fa-play"></i> Fast Foods</a> <span>15</span></p></li>
<li><p><a href="#"><i class="fa fa-play"></i> Combos</a> <span>7</span></p></li>
<li><p><a href="#"><i class="fa fa-play"></i> Deserts</a> <span>10</span></p></li>
<li><p><a href="#"><i class="fa fa-play"></i> Drinks</a> <span>30</span></p></li>
</ul>
</div>
</div>
<div class="single-sidebar">
<div class="sidebar-title sidebar-border4">
<h4>latest item</h4>
</div>
<div class="latest-project-sidebar">
<img src="../resources/images/menu/latest_item.jpg" alt="LATEST ITEM" />
<a href="single-blog.html"><h5>Mutton Cake Orio Parrota</h5></a>
<p>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.</p>
</div>
</div>
<div class="single-sidebar">
<div class="sidebar-title sidebar-border5">
<h4>our social</h4>
</div>
<div class="sidebar-social">
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
</ul>
</div>
</div>
</aside>
</div>
</div>
</div>
</section>
<!-- Single Blog Page Area End -->
<!-- Blog Area Start -->
<section class="blog-area section-padding">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 text-center">
<div class="section-title">
<h2>Related Articles</h2>
<img src="../resources/images/title-img.png" alt="TITLE-MARK" />
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="blog-slider owl-carousel">
<div class="row single-blog-slide">
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
<div class="single-blog">
<div class="blog-item">
<img src="../resources/images/blogs/1.jpg" alt="BLOG" />
</div>
<div class="blog-writer">
<p><a href="#"><i class="fa fa-user"></i> admin</a> <a href="#"><i class="fa fa-heart"></i> (200)</a> <a href="#"><i class="fa fa-comments"></i> (30)</a></p>
</div>
<div class="blog-title">
<h4>Chicken Maskalai Most served recipie</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered...</p>
<a href="single-blog.php">read more</a>
</div>
<div class="blog-hover">
<div class="blog-hover-inner">
<h2>13 mar</h2>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
<div class="single-blog">
<div class="blog-item">
<img src="../resources/images/blogs/2.jpg" alt="BLOG" />
</div>
<div class="blog-writer">
<p><a href="#"><i class="fa fa-user"></i> admin</a> <a href="#"><i class="fa fa-heart"></i> (200)</a> <a href="#"><i class="fa fa-comments"></i> (30)</a></p>
</div>
<div class="blog-title">
<h4>Our Best Recepies of the month</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered...</p>
<a href="single-blog.php">read more</a>
</div>
<div class="blog-hover">
<div class="blog-hover-inner">
<h2>20 apr</h2>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
<div class="single-blog">
<div class="blog-item">
<img src="../resources/images/blogs/3.jpg" alt="BLOG" />
</div>
<div class="blog-writer">
<p><a href="#"><i class="fa fa-user"></i> admin</a> <a href="#"><i class="fa fa-heart"></i> (200)</a> <a href="#"><i class="fa fa-comments"></i> (30)</a></p>
</div>
<div class="blog-title">
<h4>Five layer chocklate Shake new item</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered...</p>
<a href="single-blog.php">read more</a>
</div>
<div class="blog-hover">
<div class="blog-hover-inner">
<h2>30 jun</h2>
</div>
</div>
</div>
</div>
</div>
<div class="row single-blog-slide">
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
<div class="single-blog">
<div class="blog-item">
<img src="../resources/images/blogs/1.jpg" alt="BLOG" />
</div>
<div class="blog-writer">
<p><a href="#"><i class="fa fa-user"></i> admin</a> <a href="#"><i class="fa fa-heart"></i> (200)</a> <a href="#"><i class="fa fa-comments"></i> (30)</a></p>
</div>
<div class="blog-title">
<h4>Chicken Maskalai Most served recipie</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered...</p>
<a href="single-blog.php">read more</a>
</div>
<div class="blog-hover">
<div class="blog-hover-inner">
<h2>13 mar</h2>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
<div class="single-blog">
<div class="blog-item">
<img src="../resources/images/blogs/2.jpg" alt="BLOG" />
</div>
<div class="blog-writer">
<p><a href="#"><i class="fa fa-user"></i> admin</a> <a href="#"><i class="fa fa-heart"></i> (200)</a> <a href="#"><i class="fa fa-comments"></i> (30)</a></p>
</div>
<div class="blog-title">
<h4>Our Best Recepies of the month</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered...</p>
<a href="single-blog.php">read more</a>
</div>
<div class="blog-hover">
<div class="blog-hover-inner">
<h2>20 apr</h2>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
<div class="single-blog">
<div class="blog-item">
<img src="../resources/images/blogs/3.jpg" alt="BLOG" />
</div>
<div class="blog-writer">
<p><a href="#"><i class="fa fa-user"></i> admin</a> <a href="#"><i class="fa fa-heart"></i> (200)</a> <a href="#"><i class="fa fa-comments"></i> (30)</a></p>
</div>
<div class="blog-title">
<h4>Five layer chocklate Shake new item</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered...</p>
<a href="single-blog.php">read more</a>
</div>
<div class="blog-hover">
<div class="blog-hover-inner">
<h2>30 jun</h2>
</div>
</div>
</div>
</div>
</div>
<div class="row single-blog-slide">
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
<div class="single-blog">
<div class="blog-item">
<img src="../resources/images/blogs/1.jpg" alt="BLOG" />
</div>
<div class="blog-writer">
<p><a href="#"><i class="fa fa-user"></i> admin</a> <a href="#"><i class="fa fa-heart"></i> (200)</a> <a href="#"><i class="fa fa-comments"></i> (30)</a></p>
</div>
<div class="blog-title">
<h4>Chicken Maskalai Most served recipie</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered...</p>
<a href="single-blog.php">read more</a>
</div>
<div class="blog-hover">
<div class="blog-hover-inner">
<h2>13 mar</h2>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
<div class="single-blog">
<div class="blog-item">
<img src="../resources/images/blogs/2.jpg" alt="BLOG" />
</div>
<div class="blog-writer">
<p><a href="#"><i class="fa fa-user"></i> admin</a> <a href="#"><i class="fa fa-heart"></i> (200)</a> <a href="#"><i class="fa fa-comments"></i> (30)</a></p>
</div>
<div class="blog-title">
<h4>Our Best Recepies of the month</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered...</p>
<a href="single-blog.php">read more</a>
</div>
<div class="blog-hover">
<div class="blog-hover-inner">
<h2>20 apr</h2>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
<div class="single-blog">
<div class="blog-item">
<img src="../resources/images/blogs/3.jpg" alt="BLOG" />
</div>
<div class="blog-writer">
<p><a href="#"><i class="fa fa-user"></i> admin</a> <a href="#"><i class="fa fa-heart"></i> (200)</a> <a href="#"><i class="fa fa-comments"></i> (30)</a></p>
</div>
<div class="blog-title">
<h4>Five layer chocklate Shake new item</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered...</p>
<a href="single-blog.php">read more</a>
</div>
<div class="blog-hover">
<div class="blog-hover-inner">
<h2>30 jun</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Blog Area End -->
<!-- Sponsor Area Start -->
<section class="sponsor-area">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="all-sponsors owl-carousel">
<div class="single-sponsor">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<img src="../resources/images/sponsors/1.png" alt="SPONSOR" />
</div>
</div>
<div class="single-sponsor">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<img src="../resources/images/sponsors/2.png" alt="SPONSOR" />
</div>
</div>
<div class="single-sponsor">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<img src="../resources/images/sponsors/3.png" alt="SPONSOR" />
</div>
</div>
<div class="single-sponsor">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<img src="../resources/images/sponsors/4.png" alt="SPONSOR" />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Sponsor Area End -->
<?php
include 'layout/footer.php';
?>