-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmenu.php
293 lines (284 loc) · 9.78 KB
/
menu.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" width="device-width, initial-scale=1.0">
<title>The Indian Cuisine - Menu</title>
<link rel="icon" href="img/favicon.png" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link href="https://fonts.googleapis.com/css?family=ZCOOL+XiaoWei" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" integrity="sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/menu.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
</head>
<body>
<div class="container-fluid">
<div class="col-md-12 background">
<nav class="fixed-top">
<div class="row">
<div class="col-md-3 text-center brand">
<img src="img/logo.png" alt="img" class="img-fluid">
</div>
<div class="col-md-9 list">
<ul>
<li><a href="index.php">HOME</a></li>
<li><a href="menu.php">MENU</a></li>
<li><a href="gallery.php">GALLERY</a></li>
<li><a href="contact.php">CONTACT</a></li>
</ul>
</div>
</div>
</nav>
<div class="row upper-part">
<div class="col-md-5 text-center text-part">
<h3>Discover</h3>
<h1>Restaurant Menu</h1>
<a href="#">Discover Menu</a>
<p class="star">*****</p>
<p>Discover all our perfect dishes, crafted with love! </p>
</div>
<div class="col-md-7 wow animated fadeInRight img-part">
<img src="img/menu-background1.jpg" alt="img" class="img-fluid" style="width: 100%; min-height: 100%;">
</div>
</div>
</div>
<div class="col-md-12 menu text-center">
<div class="starter">
<div class="col-md-6 mx-auto">
<h3>For Start</h3>
<h1>Starters</h1>
<hr class="hr1">
<p>
Sanjeev Kappor, chef of The Indian Cuisine has prepared some delicious starters for every taste. Try some of our home made soups made from fresh ingredients or some of our refreshing salads. Bon appetit!
</p>
</div>
<div class="row">
<div class="col-md-6 soups">
<h2>SOUPS</h2>
<hr class="hr2">
<div class="row">
<div class="col-md-5 mx-auto soup-1 wow animated fadeInUp">
<div class="soup-text">
<h4>Rs 150.00</h4>
<h3>Tomato Soup</h3>
<p>
Tomatos, onion, carrot, celery, olive oil, tomato puree, sugar, vegetable soup
</p>
</div>
</div>
<div class="col-md-5 mx-auto soup-2 wow animated fadeInUp" style="animation-delay: 0.3s;">
<div class="soup-text">
<h4>Rs 250.00</h4>
<h3>Mushroom Soup</h3>
<p>
Mushrooms, olive oil, garlic, onion, sea salt, black pepper, persley, cheese
</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 salads">
<h2>SALADS</h2>
<hr class="hr3">
<div class="row">
<div class="col-md-5 mx-auto salad-1 wow animated fadeInUp" style="animation-delay: 0.6s;">
<div class="salad-text">
<h4>Rs 70.00</h4>
<h3>Cracking cobb salad</h3>
<p>
Chicken thighs, pepper, olive oil, salt, pancetta, avocado, tomato, cheese, buttermilk
</p>
</div>
</div>
<div class="col-md-5 mx-auto salad-2 wow animated fadeInUp" style="animation-delay: 0.9s;">
<div class="salad-text">
<h4>Rs 95.00</h4>
<h3>Waldorf Salad</h3>
<p>
Grapes, lemon, olive oil, sea salt, black pepper, walnuts, yoghurt, celery
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="main-dish">
<div class="col-md-6 mx-auto">
<h3>More Concrete</h3>
<h1>Main Dishes</h1>
<hr class="hr4">
</div>
<div class="row">
<div class="col-md-4 mx-auto box-1 wow animated fadeInUp">
<div class="box-1-text">
<h4>Rs 425.00</h4>
<h3>Grilled Chicken Kababs</h3>
<p>
Skinless chicken breast, black pepper, red pepper, passata, ginger, garlic
</p>
</div>
</div>
<div class="col-md-4 mx-auto box-2 wow animated fadeInUp" style="animation-delay: 0.3s;">
<div class="box-2-text">
<h4>Rs 700.00</h4>
<h3>Barbaque Beef</h3>
<p>
Short ribs, olive oil, caraway seeds, yoghurt, carrots, onions, white cabbage
</p>
</div>
</div>
<div class="col-md-4 mx-auto box-3 wow animated fadeInUp" style="animation-delay: 0.6s;">
<div class="box-3-text">
<h4>Rs 640.00</h4>
<h3>Southern Fried Chicken</h3>
<p>
Chicken thighs, chicken drumsticks, potatoes, ayenne pepper
</p>
</div>
</div>
<div class="col-md-4 mx-auto box-3 wow animated fadeInUp">
<div class="box-3-text">
<h4>Rs 640.00</h4>
<h3>Southern Fried Chicken</h3>
<p>
Chicken thighs, chicken drumsticks, potatoes, ayenne pepper
</p>
</div>
</div>
<div class="col-md-4 mx-auto box-1 wow animated fadeInUp" style="animation-delay: 0.3s;">
<div class="box-1-text">
<h4>Rs 425.00</h4>
<h3>Grilled Chicken Kababs</h3>
<p>
Skinless chicken breast, black pepper, red pepper, passata, ginger, garlic
</p>
</div>
</div>
<div class="col-md-4 mx-auto box-2 wow animated fadeInUp" style="animation-delay: 0.6s;">
<div class="box-2-text">
<h4>Rs 700.00</h4>
<h3>Barbaque Beef</h3>
<p>
Short ribs, olive oil, caraway seeds, yoghurt, carrots, onions, white cabbage
</p>
</div>
</div>
</div>
</div>
<div class="col-md-9 mx-auto dessert-top wow animated fadeIn">
<img src="img/dessert-top.png" alt="img" class="img-fluid">
</div>
<div class="desserts">
<div class="col-md-6 mx-auto">
<h3>Tasty</h3>
<h1>Desserts</h1>
<hr class="hr5">
</div>
<div class="row">
<div class="col-md-4 mx-auto dessert-1 wow animated fadeInUp">
<div class="dessert-1-text">
<h4>Rs 180.00</h4>
<h3>Tangerine and Vanilla Cup</h3>
<p>
Tangerine, vanilla sticks, milk, brown sugar, double cream
</p>
</div>
</div>
<div class="col-md-4 mx-auto dessert-2 wow animated fadeInUp" style="animation-delay: 0.3s;">
<div class="dessert-2-text">
<h4>Rs 450.00</h4>
<h3>Panna Cotta</h3>
<p>
Milk, powdered gelatin, whipping cream, honey, sugar, salt, fresh berries
</p>
</div>
</div>
<div class="col-md-4 mx-auto dessert-3 wow animated fadeInUp" style="animation-delay: 0.6s;">
<div class="dessert-3-text">
<h4>Rs 80.00</h4>
<h3>Delicy Rasgullah</h3>
<p>
Strawberry, golden syrup, brown sugar, cream cheese, cinnamon
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-11 mx-auto reservation">
<div class="row">
<div class="col-md-4 img-left wow animated fadeInLeft">
<img src="img/r_left.jpg" alt="img" class="img-fluid">
</div>
<div class="col-md-4 booking text-center">
<h3>Reservation</h3>
<h2>Book your table</h2>
<hr class="hr9">
<form method="POST" action="" role="form">
<input type="text" name="name" placeholder=" Your Name">
<input type="email" name="email" placeholder=" Your Email">
<input type="text" name="date" placeholder=" Date (dd-mm-yyyy)">
<input type="text" name="time" placeholder=" Time (hh-mm-ss)">
<input type="number" name="people" placeholder=" No. of people">
<button class="btn btn-danger">FIND A TABLE</button>
</form>
</div>
<div class="col-md-4 img-right wow animated fadeInRight">
<img src="img/r_right.jpg" alt="img" class="img-fluid">
</div>
</div>
</div>
<div class="col-md-12 footer">
<div class="row">
<div class="col-md-6 mx-auto text-center upper-part">
<img src="img/logo.png" alt="img" class="img-fluid">
<p>22 Royal Street, Sundance Avenue, Mumbai</p>
<p class="change-color">WORKING HOURS:</p>
<p>MON- FRI: 08:00 AM - 10:00 PM</p>
<p>SAT - SUN: 10:00 AM - 11:00 PM</p>
</div>
</div>
<div class="row">
<div class="col-md-6 mx-auto text-center middle-part">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
<div class="row">
<hr class="hr10">
</div>
<div class="row">
<div class="col-md-4 text-center copyright">
<p>© The Indian Cuisine 2018. All rights reserved.</p>
</div>
<div class="col-md-8 bottom-list">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="menu.php">Menu</a></li>
<li><a href="gallery.php">Gallery</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="js/wow.min.js" type="text/javascript"></script>
<script type="text/javascript">
new WOW().init();
</script>
<script type="text/javascript">
$(window).on('scroll', function(){
if($(window).scrollTop()){
$('nav').addClass('black');
}
else{
$('nav').removeClass('black');
}
})
</script>
</body>
</html>