-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
592 lines (532 loc) · 22.1 KB
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Food Code Proudly Presents By Themexpert</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700' rel='stylesheet' type='text/css'>
<!-- Css -->
<link rel="stylesheet" href="css/nivo-slider.css" type="text/css" />
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- jS -->
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/jquery.nivo.slider.js" type="text/javascript"></script>
<script src="js/owl.carousel.min.js" type="text/javascript"></script>
<script src="js/jquery.nicescroll.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/main.js" type="text/javascript"></script>
</head>
<body>
<!-- TOP HEADER Start
================================================== -->
<section id="top">
<div class="container">
<div class="row">
<div class="col-md-7">
<p class="contact-action"><i class="fa fa-phone-square"></i>IN CASE OF ANY QUESTIONS, CALL THIS NUMBER: <strong>03332785076</strong></p>
</div>
<div class="col-md-3 clearfix">
<ul class="login-cart">
<li>
<a data-toggle="modal" data-target="#myModal" href="#">
<i class="fa fa-user"></i>
Login
</a>
</li>
<li>
<div class="cart dropdown">
<a data-toggle="dropdown" href="#"><i class="fa fa-shopping-cart"></i>Cart(1)</a>
<div class="dropdown-menu dropup">
<span class="caret"></span>
<ul class="media-list">
<li class="media">
<img class="pull-left" src="images/product-item.jpg" alt="">
<div class="media-body">
<h6>Italian Sauce
<span>300RS</span>
</h6>
</div>
</li>
</ul>
<button class="btn btn-primary btn-sm">Checkout</button>
</div>
</div>
</li>
</ul>
</div>
<div class="col-md-2">
<div class="search-box">
<div class="input-group">
<input placeholder="Search Here" type="text" class="form-control">
<span class="input-group-btn">
<button class="btn btn-default" type="button"></button>
</span>
</div><!-- /.input-group -->
</div><!-- /.search-box -->
</div>
</div> <!-- End Of /.row -->
</div> <!-- End Of /.Container -->
<!-- MODAL Start
================================================== -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="myModalLabel">Introduce Yourself</h4>
</div>
<div class="modal-body clearfix">
<form action="#" method="post" id="create-account_form" class="std">
<fieldset>
<h3>Create your account</h3>
<div class="form_content clearfix">
<h4>Enter your e-mail address to create an account.</h4>
<p class="text">
<label for="email_create">E-mail address</label>
<span>
<input placeholder="E-mail address" type="text" id="email_create" name="email_create" value="" class="account_input">
</span>
</p>
<p class="submit">
<button class="btn btn-primary">Create Your Account</button>
</p>
</div>
</fieldset>
</form>
<form action="" method="post" id="login_form" class="std">
<fieldset>
<h3>Already registered?</h3>
<div class="form_content clearfix">
<p class="text">
<label for="email">E-mail address</label>
<span><input placeholder="E-mail address" type="text" id="email" name="email" value="" class="account_input"></span>
</p>
<p class="text">
<label for="passwd">Password</label>
<span><input placeholder="Password" type="password" id="passwd" name="passwd" value="" class="account_input"></span>
</p>
<p class="lost_password">
<a href="#popab-password-reset" class="popab-password-link">Forgot your password?</a>
</p>
<p class="submit">
<button class="btn btn-success">Log in</button>
</p>
</div>
</fieldset>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</section> <!-- End of /Section -->
<!-- LOGO Start
================================================== -->
<header>
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="#">
<img src="images/e-food.jfif" alt="logo">
</a>
</div> <!-- End of /.col-md-12 -->
</div> <!-- End of /.row -->
</div> <!-- End of /.container -->
</header> <!-- End of /Header -->
<!-- MENU Start
================================================== -->
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div> <!-- End of /.navbar-header -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav nav-main">
<li ><a href="index.html">HOME</a></li>
<li ><a href="products.html">SHOP</a></li>
<li class="active"><a href="blog.html">BLOG</a></li>
<li><a href="blog-single.html">ARTICLE</a></li>
<li class="dropdown">
<a href="#">
PAGES
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li><a href="#">Separated link</a></li>
</ul>
</li> <!-- End of /.dropdown -->
</ul> <!-- End of /.nav-main -->
</div> <!-- /.navbar-collapse -->
</div> <!-- /.container-fluid -->
</nav> <!-- End of /.nav -->
<!-- Breadcrumbs Start
================================================== -->
<section id="topic-header">
<div class="container">
<div class="row">
<div class="col-md-4">
<h1>BLOG</h1>
<p>Latest News</p>
</div> <!-- End of /.col-md-4 -->
<div class="col-md-8 hidden-xs">
<ol class="breadcrumb pull-right">
<li><a href="#">Home</a></li>
<li class="active">Blog</li>
</ol>
</div> <!-- End of /.col-md-8 -->
</div> <!-- End of /.row -->
</div> <!-- End of /.container -->
</section> <!-- End of /#Topic-header -->
<section id="blog">
<div class="container">
<div class="row">
<div class="col-md-9 clearfix">
<ul class="blog-zone">
<li>
<div class="blog-icon">
<i class="fa fa-pencil"></i>
</div>
<div class="blog-box">
<img src="images/baked beans.jpg" alt="">
<div class="blog-post-body clearfix">
<a href="blog-single.html">
<h2>Ricebean black-eyed pea</h2>
</a>
<div class="blog-post-tag">
<div class="block">
<i class="fa fa-clock-o"></i>
<p>12 Jan,2014</p>
</div>
<div class="block">
<i class="fa fa-user"></i>
<p>Admin</p>
</div>
<div class="block">
<i class="fa fa-tags"></i>
<p>
<a href="">Food Culture</a>,
<a href="">Green Items</a>
</p>
</div>
<div class="block">
<i class="fa fa-comments"></i>
<p>3 Comments</p>
</div>
</div>
<p>British colonists in New England were the first westerners to adopt the dish from the Native peoples; and were quick to embrace it largely because the dish was reminiscent of peas porridge and because the dish used ingredients native to the New World.[8][9] They substituted molasses or sugar for the maple syrup, bacon or ham for the bear fat, and simmered their beans for hours in pots over the fire instead of underground.[8] Each colony in America had their own regional variations of the dish, with navy or white pea beans used in Massachusetts, Jacob's Cattle and soldier beans used in Maine, and yellow-eyed beans in Vermont.[4] This variation likely resulted from the colonists receiving the dish from different Native peoples who used different native beans.[4]
</p>
<a href="blog-single.html" class="btn btn-default btn-transparent pull-right" role="button">
<span>Read More</span>
</a>
</div>
</div> <!-- End of /.blog-box -->
</li>
<li>
<div class="blog-icon">
<i class="fa fa-video-camera"></i>
</div>
<!-- Youtube -->
<div class="blog-box">
<iframe width="560" height="315" src="https://www.youtube.com/embed/EDZDMkhNL_0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="blog-post-body clearfix">
<a href="blog-single.html">
<h2>Youtube Video Post Type Example</h2>
</a>
<div class="blog-post-tag">
<div class="block">
<i class="fa fa-clock-o"></i>
<p>12 Jan,2014</p>
</div>
<div class="block">
<i class="fa fa-user"></i>
<p>Admin</p>
</div>
<div class="block">
<i class="fa fa-tags"></i>
<p>
<a href="">Food Culture</a>,
<a href="">Green Items</a>
</p>
</div>
<div class="block">
<i class="fa fa-comments"></i>
<p>3 Comments</p>
</div>
</div>
<p>Baked beans is a dish traditionally containing white beans which are parboiled and then baked at a low temperature for a lengthy period of time in some sort of sauce. This is the usual preparation of the dish in the United States when not using canned beans.[1] In the United Kingdom the dish is sometimes baked, but usually stewed in a sauce.[2] Canned baked beans are not baked, but are cooked through a steam process.[3]
</p>
<a href="blog-single.html" class="btn btn-default btn-transparent pull-right" role="button">
<span>Read More</span>
</a>
</div>
</div> <!-- End of /.blog-box -->
</li>
<li>
<div class="blog-icon">
<i class="fa fa-music"></i>
</div>
<!-- Sound Cloud -->
<div class="blog-box">
<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/243669394&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe><div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"><a href="https://soundcloud.com/matchblachington" title="Baked Beans" target="_blank" style="color: #cccccc; text-decoration: none;">Baked Beans</a> · <a href="https://soundcloud.com/matchblachington/aw-yeah-but-nah" title="Aw Yeah, But Nah" target="_blank" style="color: #cccccc; text-decoration: none;">Aw Yeah, But Nah</a></div>
<div class="blog-post-body clearfix">
<a href="blog-single.html">
<h2>Aduio Post Type Example</h2>
</a>
<div class="blog-post-tag">
<div class="block">
<i class="fa fa-clock-o"></i>
<p>12 Jan,2014</p>
</div>
<div class="block">
<i class="fa fa-user"></i>
<p>Admin</p>
</div>
<div class="block">
<i class="fa fa-tags"></i>
<p>
<a href="">Food Culture</a>,
<a href="">Green Items</a>
</p>
</div>
<div class="block">
<i class="fa fa-comments"></i>
<p>3 Comments</p>
</div>
</div>
<p>Baked beans has its origins in Native American cuisine, and the dish is made from beans indigenous to the Americas.[4] The dish was adopted and adapted by English colonists in New England in the 17th century and, through the aid of published 19th century cookbooks, the dish spread to other regions of the United States and into Canada.[4] Today in the New England region of the United States a variety of indigenous legumes are still used when preparing this dish in restaurants or in the home, such as Jacob's cattle, soldier beans, yellow-eyed beans, and navy beans (also known as native beans).[4]
</p>
<a href="blog-single.html" class="btn btn-default btn-transparent pull-right" role="button">
<span>Read More</span>
</a>
</div>
</div>
</li>
</ul> <!-- End of /.blog-zone -->
<!-- Pagination -->
<ul class="pagination pull-right">
<li class="disabled"><a href="#">«</a></li>
<li class="active"><a href="#">1 <span class="sr-only"></span></a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">»</a></li>
</ul> <!-- End of /.pagination -->
</div> <!-- End of /.col-md-9 -->
<div class="col-md-3">
<div class="blog-sidebar">
<div class="block">
<h4>Catagories</h4>
<div class="list-group">
<a href="#" class="list-group-item">
<i class="fa fa-dot-circle-o"></i>
Italian Foods
</a>
<a href="#" class="list-group-item">
<i class="fa fa-dot-circle-o"></i>
Traditional Food
</a>
<a href="#" class="list-group-item">
<i class="fa fa-dot-circle-o"></i>
Pakistan Food
</a>
<a href="#" class="list-group-item">
<i class="fa fa-dot-circle-o"></i>
Spanish Food
</a>
<a href="#" class="list-group-item">
<i class="fa fa-dot-circle-o"></i>
Thai FoodN
</a>
</div>
</div> <!-- End of /.block -->
<div class="block">
<h4>Popular Posts</h4>
<ul class="media-list">
<li class="media">
<a class="pull-left" href="#">
<img class="media-object" src="images/beans.png" alt="...">
</a>
<div class="media-body">
<a href="" class="media-heading">
</a>
<p>Avacado beans</p>
</div>
</li> <!-- End of /.media -->
<li class="media">
<a class="pull-left" href="#">
<img class="media-object" src="images/Spanish-Rice.png" alt="...">
</a>
<div class="media-body">
<a href="" class="media-heading">
Best Spanich Rice</a>
<p>Spanich Rice </p>
</div>
</li> <!-- End of /.media -->
<li class="media">
<a class="pull-left" href="#">
<img class="media-object" src="images/baked beaf.png" alt="...">
</a>
<div class="media-body">
<a href="" class="media-heading">
Baked beaf</a>
<p>Always fresh availabe</p>
</div>
</li> <!-- End of /.media -->
</ul> <!-- End of /.media-list -->
</div> <!-- End of /.block -->
<div class="block">
<h4>Tag Cloud</h4>
<div class="tag-link">
<a href="">BALLET</a>
<a href="">BLOG</a>
<a href="">CHRISTMAS</a>
<a href="">ELEGANCE</a>
<a href="">ELEGANT</a>
<a href="">SHOPPING</a>
<a href="">SHOP</a>
<a href="">PHOTOGRAPHY</a>
</div>
</div> <!-- End of /.block -->
</div> <!-- End of /.blog-sidebar -->
</div> <!-- End of /.col-md-3 -->
</div> <!-- End of /.row -->
</div> <!-- End of /.container -->
</section> <!-- End of /#Blog -->
<!-- FOOTER Start
================================================== -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="block clearfix">
<a href="#">
<img src="images/e-food.jfif" alt="">
</a>
<p>
According to chef and food historian Walter Staib of Philadelphia's City Tavern, baked beans had its roots as a Native peoples dish in the Americas long before the dish became known to Western culture.[8] Native Americans mixed beans, maple sugar, and bear fat in earthenware pots which they placed in underground "bean holes" which were lined in hot rocks to cook slowly over a long period of time.[8]
</p>
<h4 class="connect-heading">CONNECT WITH US</h4>
<ul class="social-icon">
<li>
<a class="facebook-icon" href="#">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a class="plus-icon" href="#">
<i class="fa fa-google-plus"></i>
</a>
</li>
<li>
<a class="twitter-icon" href="#">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a class="pinterest-icon" href="#">
<i class="fa fa-pinterest"></i>
</a>
</li>
<li>
<a class="linkedin-icon" href="#">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul> <!-- End Of /.social-icon -->
</div> <!-- End Of /.block -->
</div> <!-- End Of /.Col-md-4 -->
<div class="col-md-4">
<div class="block">
<h4>GET IN TOUCH</h4>
<p ><i class="fa fa-map-marker"></i> <span>Food Code d.o.o.,</span>Allah wala chowk Above Allied bank hirabad hyderabad</p>
<p> <i class="fa fa-phone"></i> <span>Phone:</span>03332785076 </p>
<p> <i class="fa fa-mobile"></i> <span>Mobile:</span>03332785076</p>
<p class="mail"><i class="fa fa-envelope"></i>Eamil: <span>musti.sati22@gmail.com</span></p>
</div> <!-- End Of /.block -->
</div> <!-- End Of Col-md-3 -->
<div class="col-md-4">
<div class="block">
<h4>UPCOMING ITEMS</h4>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="images/product-item.jpg" alt="...">
</a>
<a class="pull-left" href="#">
<img class="media-object" src="images/product-item.jpg" alt="...">
</a>
<a class="pull-left" href="#">
<img class="media-object" src="images/product-item.jpg" alt="...">
</a>
<a class="pull-left" href="#">
<img class="media-object" src="images/product-item.jpg" alt="...">
</a>
<a class="pull-left" href="#">
<img class="media-object" src="images/product-item.jpg" alt="...">
</a>
<a class="pull-left" href="#">
<img class="media-object" src="images/product-item.jpg" alt="...">
</a>
</div> <!-- End Of /.media -->
</div> <!-- End Of /.block -->
</div> <!-- End Of Col-md-3 -->
</div> <!-- End Of /.row -->
</div> <!-- End Of /.Container -->
<!-- FOOTER-BOTTOM Start
================================================== -->
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-12">
<ul class="cash-out pull-left">
<li>
<a href="#">
<img src="images/American-Express.png" alt="">
</a>
</li>
<li>
<a href="#">
<img src="images/PayPal.png" alt="">
</a>
</li>
<li>
<a href="#">
<img src="images/Maestro.png" alt="">
</a>
</li>
<li>
<a href="#">
<img src="images/Visa.png" alt="">
</a>
</li>
<li>
<a href="#">
<img src="images/Visa-Electron.png" alt="">
</a>
</li>
</ul>
<p class="copyright-text pull-right">Food Code @2013 Designed by <a href="http://www.themexpert.com">Themexpert</a> All Rights Reserved</p>
</div> <!-- End Of /.col-md-12 -->
</div> <!-- End Of /.row -->
</div> <!-- End Of /.container -->
</div> <!-- End Of /.footer-bottom -->
</footer> <!-- End Of Footer -->
<a id="back-top" href="#"></a>
</body>
</html>