-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
347 lines (270 loc) · 9.34 KB
/
index.html
File metadata and controls
347 lines (270 loc) · 9.34 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="NSBM Food Court">
<meta name="keywords" content="food court,resturent,NSBM">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Edge - NSBM Food Court</title>
<link rel="shortcut icon" href="img/icon.png" />
<link rel="stylesheet" href="bootstrap-4.1.3-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/fixed.css">
<link href="fontawesome-free-5.12.0-web/css/all.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target="#navbarResponsive">
<!--Start home section-->
<div id="home">
<!---Navigation--->
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a href="navbar-brand" href="#"><img src="img/logo.png" height="40px" width="100px">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#menu">Menu</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#shops">Shops</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#latest">Latest</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<!--- End Navigation--->
<!---Start landing page section--->
<div class="landing">
<div class="home-wrap">
<div class="home-inner">
</div>
</div>
</div>
<div class="caption text-center">
<h3>THE EDGE</h3>
<h1>NSBM FOOD COURT.</h1>
<p>We serve you amazing recipes according to your choice.</p>
<a class="btn btn-outline-light btn-lg" href="#menu">Explore Our Menu</a>
</div>
<!---End landing page section--->
</div>
<!--End home section-->
<!--Start about section-->
<div id="about" class="offset">
<div class="col-12 narrow text-center">
<h2>NSBM Food Court</h2>
<p>We serve you amazing recipes according to your choice.<br> Varities of food in many ways in three different food shops.<br> Get your finest and delicious meal as you prefer at the Edge.</p>
<a href="#" class="btn btn-secondary btn-md">Download our mobile app to get coupon</a>
</div>
</div>
<!--End about section-->
<!--Start menu section-->
<div id="menu" class="offset">
<!---Start jumbotron--->
<div class="jumbotron container-fluid">
<h3 class="heading text-center">Our Menu</h3>
<div class="heading-underline"></div>
<div class="row no-padding"><!--start row-->
<div class="col-md-3">
<div class="menu">
<a href="#"><img src="img/food1.1.png"></a>
</div>
</div>
<div class="col-md-3">
<div class="menu">
<a href="#"><img src="img/food2.1.png"></a>
</div>
</div>
<div class="col-md-3">
<div class="menu">
<a href="#"><img src="img/food3.1.png"></a>
</div>
</div>
<div class="col-md-3">
<div class="menu">
<a href="#"><img src="img/food4.1.png"></a>
</div>
</div>
</div><!--end row-->
</div>
<!---end jumbotron--->
</div>
<!--End menu section-->
<!--Start shop section-->
<div id="shops" class="offset">
<div class="fixed-background">
<!---start row dark--->
<div class="row dark text-center">
<div class="col-12">
<h3 class="heading">Our Shops</h3>
<div class="heading-underline"></div>
</div>
<div class="col-md-4">
<div class="menui">
<i><img src="img/shop1.png" width="200px" height="120px"></i>
<h4>NANGU</h4>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
</p>
</div>
</div>
<div class="col-md-4">
<div class="menui">
<i><img src="img/shop2.png" width="200px" height="120px"></i>
<h4>NATURA</h4>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
</p>
</div>
</div>
<div class="col-md-4">
<div class="menui">
<i><img src="img/shop3.png" width="200px" height="120px"></i>
<h4>HELA BOJUN</h4>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
</p>
</div>
</div>
</div>
<!---end row dark--->
<!---fixed background image--->
<div class="fixed-wrap">
<div class="fixed"></div>
</div>
<!---end fixed background image--->
</div>
<!--- end fixed background--->
</div>
<!--End shop section-->
<!--Start latest section-->
<div id="latest" class="offset">
<!---Start jumbotron--->
<div class="jumbotron">
<div class="col-12 text-center">
<h3 class="heading">Latest</h3>
<div class="heading-underline"></div>
</div>
<!---start row--->
<div class="row">
<div class="col-md-6 food">
<div class="row">
<div class="col-md-4">
<img src="img/food1.png">
</div>
<div class="col-md-8">
<h5>Cheese Burger</h5>
<blockquote>
<i class="fa fa-angle-double-right"></i>
A cheeseburger is a hamburger topped with cheese. Traditionally, the slice of cheese is placed on top of the meat patty, but the burger can include
variations in structure, ingredients and composition. The cheese is usually added to the cooking hamburger patty shortly before serving
<hr class="food-hr">
<cite>*Buy 2 Burgers at 50% off.</cite>
</blockquote>
</div>
</div>
</div>
<div class="col-md-6 food">
<div class="row">
<div class="col-md-4">
<img src="img/food2.png">
</div>
<div class="col-md-8">
<h5>Spanish Brown Rice</h5>
<blockquote>
<i class="fa fa-angle-double-right"></i>
Spanish rice, sometimes called Mexican rice, is a dish made with long grain white rice, onions,
green peppers and a form of tomatoes, such as tomato sauce, tomato paste or canned tomatoes
<hr class="food-hr">
<cite>*Special price 150LKR.</cite>
</blockquote>
</div>
</div>
</div>
<div class="col-md-6 food">
<div class="row">
<div class="col-md-4">
<img src="img/food3.png">
</div>
<div class="col-md-8">
<h5>Tikka Masala</h5>
<blockquote>
<i class="fa fa-angle-double-right"></i>
Chicken tikka masala is a dish of chunks of roasted marinated chicken in a spiced curry sauce.
The sauce is usually creamy and orange-coloured. There are multiple claims to its place of origin such as the Indian subcontinent
and the United Kingdom. It is among the United Kingdom's most popular dishest.
<hr class="food-hr">
<cite>*Buy 2 Burgers at 50% off.</cite>
</blockquote>
</div>
</div>
</div>
<div class="col-md-6 food">
<div class="row">
<div class="col-md-4">
<img src="img/food4.png">
</div>
<div class="col-md-8">
<h5>Traditional Rice and Curry</h5>
<blockquote>
<i class="fa fa-angle-double-right"></i>
We are ready to share with you the experiences of Sri Lankan food culture The chances of having food-related illnesses
are getting higher day by day due to the consumption of artificial food. The main cause for most of
non-communicable diseases is our food patterns. Our daily lives too become complex due to the modern society which
becomes more and more complicated gradually. One of the challenges that we have to face throughout our busy
lives is to take a healthy diet.
<hr class="food-hr">
<cite>*Special price 150LKR.</cite>
</blockquote>
</div>
</div>
</div>
</div>
<!---end row--->
</div>
<!---End jumbotron--->
<div class="col-12 narrow text-center">
<p class="lead">Update new food with your seller ID.</p>
<a class="btn btn-secondary btn-md" href="Login_Menu.php">Seller Login</a>
</div>
</div>
<!--End latest section-->
<!--Start contact section-->
<div id="contact" class="offset">
<footer>
<div class="row justify-content-center">
<div class="col-md-5 text-center">
<img src="img/logo2.png" height="60" width="150">
<p>TRADITIONAL SRI LANKAN FOODS | PASTRY AND BAKERY FOOD ITEMS | BURGERS | HEALTHY FOODS | JUICE BAR</p>
<strong>Contact Info</strong>
<p>(011) 244-5000 <br>theedge@gmail.com</p>
<a href="#" target="_blank"><i class="fab fa-twitter-square fa-2x"></i></a>
<a href="#" target="_blank"><i class="fab fa-facebook-square fa-2x"></i></a>
<a href="#" target="_blank"><i class="fab fa-youtube-square fa-2x"></i></a>
</div>
<hr class="socket">
TM & Copyrights © 2019 The Edge NSBM food court. All rights reserved.
</div>
</footer>
</div>
<!--End contact section-->
<!--- Script Source Files -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="bootstrap-4.1.3-dist/js/bootstrap.min.js"></script>
<script src="fontawesome-free-5.12.0-web/your-path-to-fontawesome/js/all.js"></script>
<!--- End of Script Source Files -->
</body>
</html>