-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMenu.html
More file actions
299 lines (210 loc) · 18.6 KB
/
Menu.html
File metadata and controls
299 lines (210 loc) · 18.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://fastcdn.org/Animate.css/3.4.0/animate.min.css" rel="stylesheet">
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js"></script>
<title>INAAYAT</title>
<style type="text/css">
.order{
border-style: none;
}
.head{
font-weight: bold;
background-image: url("head2.jpg");
height : 400px;
color: white;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
text-align: center;
box-sizing: border-box;
font-family: Courier New, serif ;
padding-top: 100px;
border-style: inset;
}
.innerHead{
width: 200px;
height: 190px;
border-radius: 10px;
background-color:#CB202D;
display: inline-block;
padding-top: 50px;
}
.images img{
margin-top: 40px;
width: 250px;
height: 250px;
border-radius: 50%;
margin-left: 25px;
}
.jumbo{
margin-top: 50px;
}
.footer{
margin: 0;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo03" aria-controls="navbarTogglerDemo03" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#">
<img src="inaayat.jpg" width="30" height="30" alt="">
</a>
<a class="navbar-brand" href="#">INAAYAT</a>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item ">
<a class="nav-link" href="changedfront.html">Home </a>
</li>
<li class="nav-item">
<a class="nav-link active" id="yes" href="Menu.html">Menu <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="booking.html">Booking</a>
</li>
<li class="nav-item">
<a class="nav-link " href="reviews.html">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link " href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link " href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link " href="sign.html">Sign In</a>
</li>
</ul>
</div>
</nav>
<div class="head">
<div class="innerHead ">
<h1 style="font-size: 70px;">MENU </h1>
</div>
</div>
<div class= "images slideInUp animated">
<img src="pizza.jpg">
<img src="burger.jpg">
<img src="sandwich.jpg">
<img src="momo.jpg">
<img src="breakfast.jpg">
</div>
<div class="jumbotron jumbo">
<form action="insertmenu11.php" method="POST" enctype="multipart/form-data">
<h1 class="display-4">SNACKS</h1><br><br>
<strong>BISCUITS & SAUSAGE GRAVY</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits1" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 250</span></p><br>
Two large biscuits topped with our own hearty, made from scratch sausage gravy, accompanied by two eggs any style and served with hashbrowns.<br><br>
<strong>BREAKFAST PIE</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits2" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 250</span></p><br>
A Metro original! Layers of eggs, cheese, mushrooms, onions, peppers and red skin potatoes, served with a side. | Add ham, bacon or sausage.<br><br>
<strong>THE BISSELL BREAKFAST</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits3" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 250</span></p><br>
Two eggs any style, bacon, toast, hasbrowns or grits, and a short stack of pancakes.<br><br>
<strong>HUEVOS RANCHEROS</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits4" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 250</span></p><br>
Your choice of eggs served over fried tortilla shells, chorizo sausage, black beans, onions and peppers. Topped with melted cheese, salsa, sour cream, jalapeños and green onions.<br><br>
<hr><p style="font-size: 25px; text-decoration: underline; font-style: italic;"><strong>Eggs Galore</strong></p><br>
<strong>THREE EGG BREAKFAST</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits5" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 250</p><br>
Three eggs any style, hashbrowns, toast, and your choice of meat: bacon, sausage patties, sausage links, turkey sausage, or Canadian bacon.<br><br>
<strong>TWO EGG BREAKFAST</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits6" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 250</span></p><br>
Two eggs any style, hashbrowns, toast, and your choice of meat: bacon, sausage patties, sausage links, turkey sausage, or Canadian bacon.<br><br>
<strong>PROTEIN BREAKFAST</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits7" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 250</span></p><br>
Four scrambled egg and your choice of 2 meats: bacon, sausage patties, sausage links, turkey sausage, or Canadian bacon.<br><br>
<strong>EGGS, HASHBROWNS & TOAST</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits8" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 250</span></p><br>
Two eggs any style, toast and hashbrowns or grits.
</div>
<div class="jumbotron jumbo">
<h1 class="display-4">MUGHLAI</h1><br><br>
<p style="font-size: 25px; text-decoration: underline; font-style: italic;"><strong>Non-Vegetarian</strong></p><br>
<strong>Murgh Malai Kebab</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits9" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Tender cubes of grilled chicken marinated in mild flavored cream sauce with cashew accent.<br><br>
<strong>Murgh Angare</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits10" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Chicken kebab marinated in a spicy basil, tomato marinade.<br><br>
<strong>Seekh-E-Sikander</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits11" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Minced lamb mildly flavored with fresh herbs and cooked in a clay oven on skewers.<br><br>
<strong>Murgh Makhmal-E-Kebab</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits12" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Chicken cooked in saffron nutty yogurt marinade.<br><br>
<strong>Parathdar Paneer Tikka</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits13" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Soft cheese and vegetables in a nawabi marinade.<br><br>
<strong>Mughlai Mix Grill</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits14" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 400</span></p><br>
Combination of Tandoori Murgh, Seekh Kebab Badshahi, Salmon Tikka Nawabi and Tandoori Prawns.<br><br>
<hr><p style="font-size: 25px; text-decoration: underline; font-style: italic;"><strong>Vegetarian</strong></p><br>
<strong>Saag Paneer</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits15" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Fried soft cheese in smooth creamy spinach.<br><br>
<strong>Kadhai Paneer</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits16" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Two eggs any style, hashbrowns, toast, and your choice of meat: bacon, sausage patties, sausage links, turkey sausage, or Canadian bacon.<br><br>
<strong>Paneer Makhani</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits17" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Soft cheese cooked in a rich creamy tomato sauce flavored with fenugreek.<br><br>
<strong>Bhindi Masala</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits18" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Eggplant and peas braised in onions and tomatoes.<br><br>
</div>
<div class="jumbotron jumbo">
<h1 class="display-4">ITALIAN</h1><br><br>
<strong>Pepperoni Classica Pizza</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits19" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Roasted banana peppers, mozzarella, oregano.<br><br>
<strong>Prosciutto + Burrata Pizza</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits20" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Fennel seed, arugula, reggiano.<br><br>
<strong>Margherita Pizza</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits21" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Tomatoes, mozzarella, basil.<br><br>
<strong>Pasta BRAVO</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits22" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Grilled chicken, mushrooms, rigatoni, red pepper cream.<br><br>
<strong>Pasta Woozie</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits23" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Grilled chicken, fettuccine, alfredo, spinach.<br><br>
<strong>Pasta Fra Diavolo</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits24" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 400</span></p><br>
Spicy tomato cream sauce, campanelle pasta, choose chicken or shrimp.<br><br>
<strong>Spicy Bay Scallop Marinara</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits25" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Capellini, spinach, caramelized onions, artichokes, pesto bread crumbs.<br><br>
<strong>Roasted Turkey + Bacon Sandwich</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order[]" value="biscuits26" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</p><br>
Tomatoes, arugula, green onion mayo, avocado aioli, toasted brioche, fresh fruit.<br><br>
</div>
<div class="jumbotron jumbo">
<h1 class="display-4">DESSERT</h1><br><br>
<strong>PINEAPPLE CRÈME BRÛLÉE</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
A twist on traditional crème brûlée served inside of a pineapple.<br><br>
<strong>CHOCOLATE ISLAND</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Rich chocolate mousse on a fudge brownie island in chocolate sauce and vanilla bean anglaise.<br><br>
<strong>WARM CHOCOLATE PINEAPPLE UPSIDE-DOWN CAKE</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
A warm, rich chocolate cake with a chocolate molten center topped with caramelized pineapple, served with raspberry sauce and fresh Island fruit.<br><br>
<strong>SPIKED HOT CHOCOLATE WITH TOASTED MARSHMALLOW</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Choice of RumChata, Kahlúa, Godiva Chocolate Liqueur or Fireball.<br><br>
<strong>COCONUT GRANDE</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
A coconut lover's dream. Warm coconut cake topped with coconut-pineapple ice cream, fresh pineapple and toasted coconut, served in a fresh coconut.<br><br>
<strong>MANGO SORBET WITH TROPICAL FRUIT</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 400</span></p><br>
Ice cream with mango and tropical fruits.<br><br>
<strong>VANILLA ICE CREAM WITH CHOCOLATE SAUCE</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Ice cream with vannila and choclate sauce.<br><br>
</div>
<div class="jumbotron jumbo">
<h1 class="display-4">BEVERAGES</h1><br><br>
<strong>ZOMBIE, CALIFORNIA</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
This combination of Bacardi Black and Barbancourt Rums with Peach Schnapps is deceptively fruity... Okay, so California is not an island, but this magical elixir is still legendary and tropical.<br><br>
<strong>YAKA HULA HICKEY DULA, HAWAII</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Bacardi Black Rum, Riesling and pineapple juice shaken for a tropical tribute to Island romance. This sweet cocktail is inspired by a Hawaiian love song.<br><br>
<strong>PAINKILLER, BRITISH VIRGIN ISLANDS</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Pusser's Dark Rum, cream of coconut, pineapple and orange juice, with freshly ground nutmeg. Originated at the Soggy Dollar Bar where patrons swim to the bar to pay for this tasty beverage with wet Washingtons.<br><br>
<strong>ONE LOVE</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Malibu Banana Rum, pineapple, orange and guava juice shaken together and topped with an Appleton Rum floater. This elixir is made with everything nice and all fruits ripe.<br><br>
<strong>LONG ISLAND ICED TEA</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
A classic cocktail sure to deliver a punch with Vodka, Rum, Gin, Tequila, Triple Sec, Sweet & Sour and Coca-Cola.<br><br>
<strong>PINEAPPLE-COCONUT MARTINI</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 400</span></p><br>
Cruzan Coconut Rum, pineapple juice, grenadine, garnished with rum-infused golden pineapple.<br><br>
<strong>STRAWBERRY DAIQUIRI</strong><p style="float: right; font-weight: bold;"><input type="checkbox" name="order" value="biscuits" style="height: 30px; width: 30px;margin-right: 20px;"><span style="font-size: 20px">RS 350</span></p><br>
Strawberries, Castillo Silver Rum, lime and pressed sugarcane juice.<br><br>
</div>
<input type="submit" class="btn btn-danger btn-lg" style="margin-left: 700px;">Order My Food</button>
</form>
<div class="jumbotron bg-dark footer " style="color: white; margin: 0;">
<h1 class="display-4"></h1>
<p class="lead">CONTACT US:<p>Areesha:58934573 Asma:7585903 Marhaba:894375<br></p></p>
<p>ADDRESS:abcdefghjhfkjdsnvkjdshvcnkcvlkdsjcnlksjkljfncksj</p>
<hr><p>2018 Concepts, Inc. All rights reserved. Privacy Policy | Terms and conditions applied</p>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>