-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
339 lines (312 loc) · 11.6 KB
/
menu.html
File metadata and controls
339 lines (312 loc) · 11.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="https://kit.fontawesome.com/e3bb8bcf2d.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="index.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<meta name="description" content="Discover a variety of exquisite dishes at our menu page. From Chef's Specials to Guests' Favorites, Kids' Favorites, and timeless Classics, we offer a diverse culinary experience for every palate. Explore our carefully curated menu and embark on a delightful gastronomic journey.">
<link rel="preload" href="img/menu.jpg" as="image">
<title>Our Speciality!</title>
<style>
.nav-item{
padding: 20px;
background-color: rgba(0, 0, 0, 0.75);
}
.nav-flex-row {
flex-grow: 1;
display: flex;
flex-direction: row;
justify-content: center;
position: absolute;
z-index: 100;
left: 0;
width: 100%;
padding: 0;
}
.nav-flex-row li {
text-decoration: none;
list-style-type: none;
padding: 20px 15px;
}
.nav-flex-row li a {
font-family: 'Big Shoulders Text', cursive;
color: #ffffff;
font-size: 1.5em;
text-transform: uppercase;
font-weight: 300;
}
/* About section styles */
.menu-section {
display: flex;
justify-content: center;
align-items: center;
background-image: url(img/menu.jpg);
background-size: cover;
color: black;
padding: 100px 0; /* Increase padding for more space on smaller screens */
}
.menu-content {
max-width: 800px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.menu-text{
flex-grow: 1;
padding: 20px;
background-color: rgb(204, 153, 102);
border-radius: 10px;
margin: 10px;
}
@media (max-width: 768px) {
.menu-content {
flex-direction: column;
align-items: center;
}
.menu-text {
width: fit-content;
}
}
@media (max-width: 576px) {
.menu-content {
flex-direction: column;
align-items: center;
}
.menu-text{
width: fit-content;
}
}
.menu {
padding: 50px 0;
background-color: #ffc07d;
}
.menu-card {
height: 350px; /* Adjust the height as needed */
background-color: #f9f9f9;
border-radius: 10px;
padding: 20px;
text-align: center;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
margin-bottom: 20px;
}
.menu-card:hover {
transform: scale(1.05);
}
.menu-card h2 {
font-size: 1.5em;
margin-bottom: 10px;
}
.menu-card i {
font-size: 3em;
color: #ff7f50;
background-color: #fff;
border-radius: 50%;
padding: 20px;
margin-bottom: 15px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.menu-card p {
font-size: 1em;
}
.menu-card ul {
list-style: none;
padding: 0;
margin: 20px 0;
}
.menu-card ul li {
position: relative;
padding-left: 30px;
margin-bottom: 10px;
text-align: left;
}
.menu-card ul li:before {
content: "\2022";
position: absolute;
left: 0;
color: #ff7f50;
font-size: 20px;
line-height: 1;
}
@media (max-width: 768px) {
.menu-card {
margin-bottom: 20px; /* Adjust the margin as needed */
}
}
</style>
<script>
function validation(){
var name=document.getElementById("name").value;
var phone=document.getElementById("number").value;
alert("We will get back to you soon!");
return true;
}
</script>
</head>
<body>
<nav>
<ul class="nav-flex-row">
<li class="nav-item">
<a href="home.html">Home</a>
</li>
<li class="nav-item">
<a href="about.html">About</a>
</li>
<li class="nav-item">
<a href="menu.html">Specialties</a>
</li>
<li class="nav-item">
<a href="contact.html">Contact Us</a>
</li>
</ul>
</nav>
<section class="menu-section">
<div class="menu-content">
<div class="menu-text">
<h2>Our Culinary Offerings:</h2>
<p>
Welcome to the heart and soul of Khaane-ki-Shaan's dining experience. Our menu is a carefully curated journey through the diverse and delectable landscape of Indian cuisine. Each dish is a symphony of flavors, crafted with passion and precision by our team of skilled chefs.
</p>
<p>
<strong>Chef's Special:</strong> Indulge in our Chef's culinary creations, where innovation meets tradition. Experience unique and imaginative dishes that showcase our chef's expertise and creativity.
</p>
<p>
<strong>Guests' Favorites:</strong> Dive into a selection of dishes that have won the hearts of our patrons. These are the beloved classics that have become a staple in our restaurant.
</p>
<p>
<strong>Kids' Favorites:</strong> Treat your little ones to a range of kid-friendly options that are both delicious and wholesome, catering to the tastes of our youngest connoisseurs.
</p>
<p>
<strong>Classics:</strong> Embark on a nostalgic journey with timeless dishes that have stood the test of time. These are the authentic flavors that have been enjoyed for generations.
</p>
<p>
Whether you're seeking bold spices, delicate aromas, or rich textures, our menu is designed to tantalize your taste buds and take you on a culinary adventure. Join us in savoring the essence of India's gastronomic heritage at Khaane-ki-Shaan.
</p>
<div class="text-center">
<a href="https://www.tajhotels.com/content/dam/restaurants/taj-falaknuma-palace-hyderabad/celeste-menu-final-01-07-22.pdf" class="btn btn-success" style="text-align: center;" target="_blank">View Menu</a>
</div>
<div class="my-2 text-center">
<a class="btn btn-info" style="text-align: center;" target="_blank" href="pay.html">Pay your bill here!</a>
</div>
</div>
</div>
</section>
<section class="menu">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="menu-card">
<h2>Chef's Special</h2>
<i class="fa fa-utensils"></i>
<ul>
<li>Paneer Tikka</li>
<li>Dal Baati</li>
<li>Grilled Veggie Platter</li>
<li>Spinach and Cheese Stuffed Shells</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="menu-card">
<h2>Guests' Favorites</h2>
<i class="fa fa-heart"></i>
<ul>
<li>Veg Biryani</li>
<li>Paneer Butter Masala</li>
<li>Gobi Manchurian</li>
<li>Veg Hakka Noodles</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="menu-card">
<h2>Kids' Favorites</h2>
<i class="fa fa-child"></i>
<ul>
<li>Cheesy Pasta</li>
<li>Veggie Pizza</li>
<li>French Fries</li>
<li>Mini Veg Burgers</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="menu-card">
<h2>Classics</h2>
<i class="fa fa-leaf"></i>
<ul>
<li>Aloo Paratha</li>
<li>Vegetable Pulao</li>
<li>Masala Dosa</li>
<li>Chana Masala</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row-flex">
<div class="flex-column-form">
<h3>
Make a booking
</h3>
<form class="media-centered" onsubmit="return validation()">
<div class="form-group">
<p>
Please leave your number we will call to make a reservation
</p>
<input type="name" class="form-control" id="name" aria-describedby="nameHelp" placeholder="Enter your name">
</div>
<div class="form-group">
<input type="number" class="form-control" id="number" placeholder="Enter your phone number">
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
<div class="opening-time">
<h3>
Opening times
</h3>
<p>
<span>Monday—Thursday: 08:00 — 22:00</span>
<span>Friday—Saturday: 09:00 — 23:00 </span>
<span>Sunday: 10:00 — 17:00</span>
</p>
</div>
<div class="contact-adress">
<h3>
Contact
</h3>
<p>
<span>Website: <a href="https://khaanekishaan.netlify.app" target="_blank">khaanekishaan.netlify.app</a></span>
<span>Mobile No: 9701368975</span>
<span>Email: khaanekishaan@gmail.com</span>
<span>Address:</span>
<span>4-1-105, Sunflower Street,</span>
<span>Hyderabad, Telangana</span>
<span>500001</span>
</p>
</div>
</div>
</div>
<footer class="footer mt-5">
<div class="container">
<div class="row">
<div class="col">
<p class="footer" style="text-align: center;">© Khaane-ki-Shaan.</p>
</div>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>