-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews-list.html
executable file
·498 lines (458 loc) · 31.3 KB
/
news-list.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- The above 3 meta tags *must* come first in the head -->
<!-- SITE TITLE -->
<title>FoodKing</title>
<meta name="description" content="Food, Restaurant & Cafe HTML Template" />
<meta name="keywords" content="Food, Restaurant, Cafe, Responsive, HTML5" />
<meta name="author" content="httpcoder.com" />
<!-- twitter card starts from here, if you don't need remove this section -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@yourtwitterusername" />
<meta name="twitter:creator" content="@yourtwitterusername" />
<meta name="twitter:url" content="http://yourdomain.com" />
<meta name="twitter:title" content="Your home page title, max 140 char" /> <!-- maximum 140 char -->
<meta name="twitter:description" content="Your site description, maximum 140 char " /> <!-- maximum 140 char -->
<meta name="twitter:image" content="assets/img/twittercardimg/twittercard-280-150.jpg" /> <!-- when you post this page url in twitter , this image will be shown -->
<!-- twitter card ends from here -->
<!-- facebook open graph starts from here, if you don't need then delete open graph related -->
<meta property="og:title" content="Your home page title" />
<meta property="og:url" content="http://your domain here.com" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Your site name here" />
<!--meta property="fb:admins" content="" /--> <!-- use this if you have -->
<meta property="og:type" content="website" />
<meta property="og:image" content="assets/img/opengraph/fbphoto.jpg" /> <!-- when you post this page url in facebook , this image will be shown -->
<!-- facebook open graph ends from here -->
<!-- FAVICON AND TOUCH ICONS -->
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico" /> <!-- this icon shows in browser toolbar -->
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" /> <!-- this icon shows in browser toolbar -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicon/manifest.json">
<!-- BOOTSTRAP CSS -->
<link rel="stylesheet" href="assets/libs/bootstrap/css/bootstrap.min.css" media="all" />
<!-- FONT AWESOME -->
<link rel="stylesheet" href="assets/libs/fontawesome/css/font-awesome.min.css" media="all" />
<!-- GOOGLE FONT -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900%7cCookie"/>
<!-- OWL CAROUSEL CSS -->
<link rel="stylesheet" href="assets/libs/owlcarousel/owl.carousel.min.css" media="all" />
<link rel="stylesheet" href="assets/libs/owlcarousel/owl.theme.default.min.css" media="all" />
<!-- bootstrap datepicker -->
<link rel="stylesheet" href="assets/libs/datepicker/bootstrap-datetimepicker.min.css" media="all"/>
<!-- MASTER STYLESHEET -->
<link id="csi-master-style" rel="stylesheet" href="assets/css/style-default.min.css" media="all" />
<!-- MODERNIZER CSS -->
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body class="page page-template">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="csi-container ">
<!-- *** ADD YOUR SITE CONTENT HERE *** -->
<!--HEADER-->
<header>
<div id="csi-header" class="csi-header csi-banner-header">
<div class="header-top">
<div class="header-top-inner">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="contact">
<ul class="list-inline">
<li><i class="fa fa-clock-o" aria-hidden="true"></i> Openning Hours: 8.00AM - 18.00PM</li>
<li><i class="fa fa-phone" aria-hidden="true"></i> Call Us: (+1) 555 234-8765 </li>
</ul>
</div>
</div>
<div class="col-sm-6">
<div class="right-menu">
<ul class="list-inline">
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-facebook-f" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest-p" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-google" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div> <!--//.header-top-->
<div class="csi-header-bottom">
<div class="container">
<div class="row">
<div class="col-xs-12">
<nav class="navbar navbar-default csi-navbar">
<div class="container">
<nav class="navbar navbar-default csi-navbar">
<div class="csicontainer">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="csi-logo">
<a href="index.html">
<img src="http://placehold.it/170x70" alt="Logo"/>
</a>
</div>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav csi-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle active" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Home <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="index.html">Home Default</a></li>
<li><a href="home-slider.html">Home Slider</a></li>
<li><a href="home-zikzak.html">Home Zikzak</a></li>
<li><a href="home-typed.html">Home Typed</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">pages <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="about.html">About</a></li>
<li><a href="speacial.html">Speacial </a></li>
<li><a href="menu.html">Menu Items</a></li>
<li><a href="reservation.html">Reservation</a></li>
<li><a href="contact.html">Contact</a></li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">News <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="news-list.html">News List</a></li>
<li><a href="news-single.html">News Single</a></li>
<li class="dropdown-submenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown 3 <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Dropdown 3</a></li>
<li><a href="#">Dropdown 3</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="single-item.html">Single Items</a></li>
</ul>
</li>
<li><a class="csi-scroll" href="about.html">About</a></li>
<li><a class="csi-scroll" href="speacial.html">Speacial</a></li>
<li><a class="csi-scroll" href="menu.html">Menu</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">News <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="news-list.html">News List</a></li>
<li><a href="news-single.html">News Single</a></li>
</ul>
</li>
<li><a class="csi-scroll" href="contact.html">Contact</a></li>
<li><a class="csi-btn csi-scroll" href="reservation.html">Reservation</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
</div>
<!-- /.container -->
</nav>
</div>
</div>
<!--//.ROW-->
</div>
<!-- //.CONTAINER -->
</div>
<!-- //.INNER-->
</div>
</header>
<!--HEADER END-->
<!--Banner-->
<section>
<div class="csi-banner csi-banner-inner">
<div class="csi-inner">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="csi-heading-area">
<h2 class="csi-heading">
Latest News Update
</h2>
<ul class="breadcrumb">
<li><a href="index.html"><i class="icon-home6"></i>Home</a></li>
<li class="active">news</li>
</ul>
</div>
</div>
</div><!--//.ROW-->
</div>
<!-- //.container -->
</div>
</div>
</section>
<!--Banner END-->
<!--NEWS-->
<section>
<div id="csi-news" class="csi-news">
<div class="csi-inner">
<div class="container">
<div class="news-area">
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="single-news">
<figure>
<a href="news-single.html"><img src="http://placehold.it/1160x740" alt="news"/></a>
<figcaption>
<h4 class="date">12 <span>Jul</span></h4>
</figcaption>
</figure>
<div class="news-content">
<h2 class="title"><a href="news-single.html">The Food Lab’s Complete Guide to Buying and Storing Eggs</a></h2>
<p>Cras accumsan interdum mauris id euism cursus tincidunt vitae sit amet nunc esti id sagittis Vestibulum nunc magna interdum mauris id euism cursus ...</p>
<a class="readmore" href="news-single.html">Read More ...</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="single-news">
<figure>
<iframe src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/278736593&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<figcaption>
<h4 class="date">30 <span>Mar</span></h4>
</figcaption>
</figure>
<div class="news-content">
<h2 class="title"><a href="news-single.html">Why the Next President Will Need a National Food Policy</a></h2>
<p>Cras accumsan interdum mauris id euism cursus tincidunt vitae sit amet nunc esti id sagittis Vestibulum nunc magna interdum mauris id euism cursus ...</p>
<a class="readmore" href="news-single.html">Read More ...</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="single-news">
<figure>
<a href="news-single.html"><img src="http://placehold.it/1160x740" alt="news"/></a>
<figcaption>
<h4 class="date">23 <span>Feb</span></h4>
</figcaption>
</figure>
<div class="news-content">
<h2 class="title"><a href="news-single.html">A National Food Policy for the 21st Century</a></h2>
<p>Cras accumsan interdum mauris id euism cursus tincidunt vitae sit amet nunc esti id sagittis Vestibulum nunc magna interdum mauris id euism cursus ...</p>
<a class="readmore" href="news-single.html">Read More ...</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="single-news">
<figure>
<iframe src="https://www.youtube.com/embed/5mIdto_5z6c" allowfullscreen></iframe>
<figcaption>
<h4 class="date">12 <span>Jul</span></h4>
</figcaption>
</figure>
<div class="news-content">
<h2 class="title"><a href="news-single.html">A National Food Policy for the 21st Century</a></h2>
<p>Cras accumsan interdum mauris id euism cursus tincidunt vitae sit amet nunc esti id sagittis Vestibulum nunc magna interdum mauris id euism cursus ...</p>
<a class="readmore" href="news-single.html">Read More ...</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="single-news">
<figure>
<a href="news-single.html"><img src="http://placehold.it/1160x740" alt="news"/></a>
<figcaption>
<h4 class="date">30 <span>Mar</span></h4>
</figcaption>
</figure>
<div class="news-content">
<h2 class="title"><a href="news-single.html">The Food Lab’s Complete Guide to Buying and Storing Eggs</a></h2>
<p>Cras accumsan interdum mauris id euism cursus tincidunt vitae sit amet nunc esti id sagittis Vestibulum nunc magna interdum mauris id euism cursus ...</p>
<a class="readmore" href="news-single.html">Read More ...</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="single-news">
<figure>
<a href="news-single.html"><img src="http://placehold.it/1160x740" alt="news"/></a>
<figcaption>
<h4 class="date">23 <span>Feb</span></h4>
</figcaption>
</figure>
<div class="news-content">
<h2 class="title"><a href="news-single.html">Why the Next President Will Need a National Food Policy</a></h2>
<p>Cras accumsan interdum mauris id euism cursus tincidunt vitae sit amet nunc esti id sagittis Vestibulum nunc magna interdum mauris id euism cursus ...</p>
<a class="readmore" href="news-single.html">Read More ...</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="single-news">
<figure>
<a href="news-single.html"><img src="http://placehold.it/1160x740" alt="news"/></a>
<figcaption>
<h4 class="date">12 <span>Jul</span></h4>
</figcaption>
</figure>
<div class="news-content">
<h2 class="title"><a href="news-single.html">Why the Next President Will Need a National Food Policy</a></h2>
<p>Cras accumsan interdum mauris id euism cursus tincidunt vitae sit amet nunc esti id sagittis Vestibulum nunc magna interdum mauris id euism cursus ...</p>
<a class="readmore" href="news-single.html">Read More ...</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="single-news">
<figure>
<a href="news-single.html"><img src="http://placehold.it/1160x740" alt="news"/></a>
<figcaption>
<h4 class="date">30 <span>Mar</span></h4>
</figcaption>
</figure>
<div class="news-content">
<h2 class="title"><a href="news-single.html">A National Food Policy for the 21st Century</a></h2>
<p>Cras accumsan interdum mauris id euism cursus tincidunt vitae sit amet nunc esti id sagittis Vestibulum nunc magna interdum mauris id euism cursus ...</p>
<a class="readmore" href="news-single.html">Read More ...</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="single-news">
<figure>
<a href="news-single.html"><img src="http://placehold.it/1160x740" alt="news"/></a>
<figcaption>
<h4 class="date">23 <span>Feb</span></h4>
</figcaption>
</figure>
<div class="news-content">
<h2 class="title"><a href="news-single.html">The Food Lab’s Complete Guide to Buying and Storing Eggs</a></h2>
<p>Cras accumsan interdum mauris id euism cursus tincidunt vitae sit amet nunc esti id sagittis Vestibulum nunc magna interdum mauris id euism cursus ...</p>
<a class="readmore" href="news-single.html">Read More ...</a>
</div>
</div>
</div>
</div> <!--//.row-->
</div>
<div class="row">
<div class="col-sm-12 text-center">
<a class="csi-btn" href="news-list.html">More News</a>
</div>
</div>
</div><!-- //.CONTAINER -->
</div><!-- //.INNER -->
</div>
</section> <!--//.NEWS-->
<footer>
<div id="csi-footer" class="csi-footer">
<div class="csi-inner">
<div class="footer-top-area">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="footer-top">
<a class="footer-logo" href="index.html"><img src="http://placehold.it/170x70" alt="logo"/></a>
</div>
</div>
</div><!--//.ROW-->
<div class="row">
<div class="col-xs-12 col-sm-3">
<div class="single">
<h3 class="title">Contact</h3>
<p>345 Park Ave, San Jose, CA 95110, United States</p>
<p>[email protected]</p>
</div>
</div> <!--//.col-->
<div class="col-xs-12 col-sm-3">
<div class="single">
<h3 class="title">Book A Table</h3>
<p>pellentesque vehicula. Aliquam turpis justo, mattis id neque</p>
<p>Mobile: +778529600</p>
</div>
</div> <!--//.col-->
<div class="col-xs-12 col-sm-3">
<div class="single">
<h3 class="title">Opening Time</h3>
<p>Mon - Thu 11:30 - 22:00 clock </p>
<p>Fri - Sat 11:30 - 24:00 clock </p>
</div>
</div> <!--//.col-->
<div class="col-xs-12 col-sm-3">
<div class="single">
<h3 class="title">Social Links</h3>
<ul class="list-inline footer-social">
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-facebook-f" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
</ul>
</div>
</div> <!--//.col-->
</div> <!--//.main row-->
</div><!-- //.CONTAINER -->
</div>
<div class="csi-footer-bottom">
<div class="container">
<div class="row">
<div class="col-xs-12">
<p>FoodKing is proudly powered by <a href="https://www.httpcoder.com/">HttpCoder</a> | <i class="fa fa-copyright" aria-hidden="true"></i> 2017 all rights reserved by <a href="http://csinfotechbd.com/">CSInfotech</a></p>
</div>
</div><!--//.ROW-->
</div><!-- //.CONTAINER -->
</div><!-- //.INNER-->
</div>
</div>
</footer>
</div> <!--//.csi SITE CONTAINER-->
<!-- *** ADD YOUR SITE SCRIPT HERE *** -->
<!-- JQUERY -->
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<!-- BOOTSTRAP JS -->
<script src="assets/libs/bootstrap/js/bootstrap.min.js"></script>
<!-- bootstrap date picker js with moment js -->
<script src="assets/libs/datepicker/moment-with-locales.min.js"></script>
<script src="assets/libs/datepicker/bootstrap-datetimepicker.min.js"></script>
<!-- SKILLS SCRIPT -->
<script src="assets/libs/jquery.validate.js"></script>
<!-- if load google maps then load this api, change api key as it may expire for limit cross as this is provided with any theme -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
<!-- CUSTOM GOOGLE MAP -->
<script type="text/javascript" src="assets/libs/gmap/jquery.googlemap.js"></script>
<!-- Owl Carousel -->
<script src="assets/libs/owlcarousel/owl.carousel.min.js"></script>
<!-- tweetie feed js -->
<script src="tweetie/tweetie.js"></script>
<!-- adding magnific popup js library -->
<script type="text/javascript" src="assets/libs/maginificpopup/jquery.magnific-popup.min.js"></script>
<!-- type js -->
<script src="assets/libs/typed/typed.min.js"></script>
<!-- SMOTH SCROLL -->
<script src="assets/libs/jquery.smooth-scroll.min.js"></script>
<script src="assets/libs/jquery.easing.min.js"></script>
<!-- Counter JS -->
<script src="assets/libs/waypoints.min.js"></script>
<script src="assets/libs/counterup/jquery.counterup.min.js"></script>
<!-- CUSTOM SCRIPT -->
<script src="assets/js/custom.script.js"></script>
</body>
</html>