-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
363 lines (327 loc) · 22.7 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>
Welcome to SpiceFusion Cafeteria
</title>
<link rel="shortcut icon" href="https://img.icons8.com/color/48/000000/chili-pepper.png" type="image/jpeg">
<meta charset="UTF-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Manasi Wader-Web Developer">
<script src="https://kit.fontawesome.com/81c2c05f29.js" crossorigin="anonymous"></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 rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="./node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="./node_modules/bootstrap-social/bootstrap-social.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Encode Sans Expanded' rel='stylesheet'>
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel="stylesheet" href="./css/bootstrap-social.css">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/style.css">
<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>
</head>
<body class="parallax">
<nav class="navbar navbar-dark navbar-expand-sm fixed-top" style="background: #191970">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#Navbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="Navbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a class="nav-link" href="index.html"><span class="fa fa-home fa-lg"></span> Home</a></li>
<li class="nav-item"><a class="nav-link" href="./html/about.html"><span class="fa fa-info fa-lg"></span> About Us</a></li>
<li class="nav-item"><a class="nav-link" href="./html/menu.html"><span class="fas fa-utensils fa-lg"></span> Place Order</a></li>
<li class="nav-item"><a class="nav-link" href="./html/contact.html"><span class="fa fa-id-card fa-lg"></span> Contact Us</a></li>
</div>
</nav>
<header class="jumbotron">
<div class="container">
<div class="row row-header">
<div class="col-12 col-sm-6">
<h1><b>SpiceFusion Cafeteria<img src="https://img.icons8.com/color/48/000000/chili-pepper.png"></b></h1>
<p>We take inspiration from the World's best cuisines, and create a unique fusion experience. Our lipsmacking creations will tickle your culinary senses!</p>
</div>
<div class="col-12 col-sm">
<img src="https://img.icons8.com/color/48/000000/noodles.png"/>
</div>
<div class="col-10 col-sm align-self-center">
<button type="button" style="background:#DC143C;" class="btn btn-lg" id="res"><a data-toggle="modal" data-target="#form" class="text-white">Reserve Table</a></button>
</div>
</div>
</div>
</header>
<div class="container">
<div id="form" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg" role="content">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" data-target="#form" data-toggle="modal" id="res">Reserve a Table</h3>
<button type="button" class="close" data-dismiss="modal">
×
</button>
</div>
<div class="modal-body">
<form>
<div class="form-group row">
<label for="num" class="col-md-2 col-form-label">Number of Guests </label>
<div class="col-md-10">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="one" id="one" value="option1">
<label class="form-check-label" for="one">1</label>
</div>
<div class="form-check form-check-inline col-xs-2">
<input class="form-check-input" type="radio" name="two" id="two" value="option2">
<label class="form-check-label " for="two">2</label>
</div>
<div class="form-check form-check-inline ">
<input class="form-check-input" type="radio" name="three" id="three" value="option3">
<label class="form-check-label" for="three">3</label>
</div>
<div class="form-check form-check-inline col-xs-2">
<input class="form-check-input" type="radio" name="four" id="four" value="option4">
<label class="form-check-label" for="four">4</label>
</div>
<div class="form-check form-check-inline col-xs-2">
<input class="form-check-input" type="radio" name="five" id="five" value="option5">
<label class="form-check-label" for="five">5</label>
</div>
<div class="form-check form-check-inline col-xs-2">
<input class="form-check-input" type="radio" name="six" id="six" value="option6">
<label class="form-check-label" for="six">6</label>
</div>
</div>
</div>
<div class="form-group row">
<label for="sect" class="col-12 col-md-2 col-form-label">Section </label>
<div class="btn-group col-md" role="group">
<a role="button" class="btn btn-success active">Non-Smoking</a>
<a role="button" class="btn btn-danger text-white">Smoking</a>
</div>
</div>
<div class="form-group row">
<label for="datetime" class="col-12 col-md-2 col-form-label">Date and Time </label>
<div class="col-12 col-md-3">
<input type="date" class="form-control" id="pickdate" name="datetime" placeholder="Date">
</div>
<div class="col-12 col-md-3">
<input type="datetime" class="form-control" id="datetime" name="datetime" placeholder="Time">
</div>
</div>
<div class="form-group row">
<div class="offset-md-2 col-md-10">
<button type="submit" class="btn btn-secondary">
Cancel
</button>
<button type="submit" class="btn btn-primary">
Reserve
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div id="mycarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="d-block img-fluid" src="https://www.dineout.co.in/blog/wp-content/uploads/2018/05/shutterstock_234903775-min-700x467.jpg" style="height: 190px;width: 230px;">
<div class="carousel-caption d-none d-md-block">
<h2>Grand Buffet <span class="badge badge-danger">NEW</span></h2>
<p class="d-none d-sm-block">Featuring mouthwatering combinations with a choice of five different salads, six enticing appetizers, six main entrees and five choicest desserts. Free flowing bubbly and soft drinks. All for just $19.99 per person </p>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" style="height: 190px;width: 230px;" src="https://www.budgetbytes.com/wp-content/uploads/2013/07/Creamy-Spinach-Tomato-Pasta-bowl.jpg"alt="pasta.png">
<div class="carousel-caption d-none d-md-block">
<h2>ItalianSpecial Pasta <span class="badge badge-success"> CREAMY</span></h2>
<p class="d-none d-sm-block">  Special Italian Pasta with both flavours Spicy Red Sauce and Creamy White sauce .</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="https://whites-foodequip.co.uk/wp-content/uploads/2016/03/farmhouse-Pizza.jpg" style="height: 190px;width: 230px;" alt="uthappizza">
<div class="carousel-caption d-none d-md-block">
<h2><!--margin zero-->Uthappizza <span class="badge badge-danger">HOT</span> <span class="badge badge-pill badge-secondary">Rs 139</span></h2>
<p class="d-none d-sm-block">A unique combination of Indian Uthappam (pancake) and Italian pizza, topped with Cerignola olives, ripe vine cherry tomatoes, Vidalia onion, Guntur chillies and Buffalo Paneer.</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" style="height: 190px;width: 210px;" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQ2Ulrt9WqFyWcZc2s6CDHG5ssPcUd1dzTrDVUtnybfM5ik2DAe&usqp=CAU"alt="buffet.png">
<div class="carousel-caption d-none d-md-block">
<h2>Nachos <span class="badge badge-danger">NEW</span></h2>
<p class="d-none d-sm-block">    Featuring mouthwatering combinations with a Mexican choice with Four types of spicy dips</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="https://www.cookwithmanali.com/wp-content/uploads/2014/11/Hakka-Noodles-1.jpg" style="height: 190px;width: 230px;" alt="alberto.png">
<div class="carousel-caption d-none d-md-block">
<h2>Hot Chinnese Cuisine <span class="badge badge-danger">LIPSMACKING</span></h2>
<p class="d-none d-sm-block"></p>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT-n8PqJc0oVgsUaT9UhNr9soGIGKIp_5KWUsZ_V2IcWM_H9w6d&usqp=CAU" style="height: 190px;width: 230px;" alt="alberto.png">
<div class="carousel-caption d-none d-md-block">
<h2>Bhutani Momos <span class="badge badge-danger">NEW</span></h2>
<p class="d-none d-sm-block"></p>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" style="height: 190px;" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRNix3UgNBnTzHC4bbSGMZOyxCZP-436PzGVViDZsgt6JAiQ4RF&usqp=CAU" alt="alberto.png">
<div class="carousel-caption d-none d-md-block">
<h2>Spicy Paneer Tikka <span class="badge badge-danger">NEW</span></h2>
<p class="d-none d-sm-block"></p>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="https://i1.wp.com/flavouroma.com/wp-content/uploads/2018/01/garlic-naan-recipe.jpg?resize=840%2C560&ssl=1" style="height: 190px;width: 230px;" alt="alberto.png">
<div class="carousel-caption d-none d-md-block">
<h2>Garlic Kulcha <span class="badge badge-danger">HOT</span></h2>
<p class="d-none d-sm-block"></p>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcST6fuDKy8n7rDrQOxuEcSe_h_INA6HTH7Nt_T7heqi0JAD_HJn&usqp=CAU">
<div class="carousel-caption d-none d-md-block">
<h4>Executive Chef</h4>
<p>Award winning three-star Michelin chef with wide International experience having worked closely with whos-who in the culinary world, he specializes in creating mouthwatering Indo-Italian fusion experiences. </p>
</div>
</div>
<ol class="carousel-indicators">
<li data-target="#mycarousel" data-slide-to="0" class="active">
</li>
<li data-target="#mycarousel" data-slide-to="1">
</li>
<li data-target="#mycarousel" data-slide-to="2">
</li>
<li data-target="#mycarousel" data-slide-to="3">
</li>
<li data-target="#mycarousel" data-slide-to="4">
</li>
<li data-target="#mycarousel" data-slide-to="5">
</li>
<li data-target="#mycarousel" data-slide-to="6">
</li>
</ol>
<a class="carousel-control-prev" href="#mycarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#mycarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
<button class="btn btn-danger btn-sm" id="carouselButton">
<span id="carousel-button-icon" class="fa fa-pause"></span>
</button>
</div>
</div><!--carousel-->
<div class="row row-content align-items-center aos-init aos-animate" data-aos="fade-right" data-aos-easing="linear" data-aos-duration="1300">
<div class="col-12 col-sm-4 order-sm-last col-md-3">
<h3>Our Lipsmacking Culinary Creations</h3>
</div>
<div class="col col-sm order-sm-first col-md">
<div class="media">
<img class="d-flex mr-3 img-thumbnail align-self-center" style="height: 190px;width: 230px;" src="https://whites-foodequip.co.uk/wp-content/uploads/2016/03/farmhouse-Pizza.jpg" alt="uthappizza">
<div class="media-body">
<h2 class="mt=0"><!--margin zero-->Uthappizza <span class="badge badge-danger">HOT</span> <span class="badge badge-pill badge-secondary">Rs 139</span></h2>
<p class="d-none d-sm-block">A unique combination of Indian Uthappam (pancake) and Italian pizza, topped with Cerignola olives, ripe vine cherry tomatoes, Vidalia onion, Guntur chillies and Buffalo Paneer.</p>
</div>
</div>
</div>
</div>
<div class="row row-content align-items-center aos-init aos-animate" data-aos="fade-left" data-aos-easing="linear" data-aos-duration="1300">
<div class="col-12 col-sm-4 col-md-3">
<h3>This Month's Promotions</h3>
</div>
<div class="col col-sm col-md">
<div class="media">
<img class="d-flex mr-3 img-thumbnail align-right order-last" style="height: 190px;width: 230px;" src="https://www.dineout.co.in/blog/wp-content/uploads/2018/05/shutterstock_234903775-min-700x467.jpg" alt="buffet">
<div class="media-body">
<h2 class="mt 0">Weekend Grand Buffet <span class="badge badge-danger">NEW</span></h2>
<p class="d-none d-sm-block">Featuring mouthwatering combinations with a choice of five different salads, six enticing appetizers, six main entrees and five choicest desserts. Free flowing bubbly and soft drinks. All for just $19.99 per person </p>
</div>
</div>
</div>
</div>
<div class="row row-content align-items-center aos-init aos-animate" data-aos="fade-right" data-aos-easing="linear" data-aos-duration="1300" id="form">
<div class="col-12 col-sm-4 order-sm-last col-md-3">
<h3>Meet our Culinary Specialists</h3>
</div>
<div class="col col-sm order-sm-first col-md ">
<div class="media">
<img class="d-flex mr-3 img-thumbnail align-self-center" style="height: 190px;width: 230px;" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcST6fuDKy8n7rDrQOxuEcSe_h_INA6HTH7Nt_T7heqi0JAD_HJn&usqp=CAU" alt="alberto">
<div class="media-body">
<h2 class="mt-0">Alberto Somayya</h2>
<h4>Executive Chef</h4>
<p class="d-none d-sm-block">Award winning three-star Michelin chef with wide International experience having worked closely with whos-who in the culinary world, he specializes in creating mouthwatering Indo-Italian fusion experiences. </p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row set">
<div class="col-4 col-sm-2 offset-1">
<h5>Links</h5>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="./html/about.html">About Us</a></li>
<li><a href="./html/menu.html">Menu</a></li>
<li><a href="./html/contact.html">Contact</a></li>
</ul>
</div>
<div class="col-7 col-sm-2 ">
<h5>Our Address</h5>
<address>
Sector 24,Trunck Bar Road,<br>
Spline City,Koregoan Park<br>
PUNE<br>
<i class="fa fa-phone fa-lg"></i>: +852 1234 5678<br>
<i class="fa fa-fax fa-lg"></i>: +852 8765 4321<br>
</address>
</div>
<div class="col-12 col-sm-4 align-self-center">
<div class="text-center">
<a class="btn btn-social-icon btn-google" href="http://google.com/+"><i class="fa fa-google-plus fa-lg"></i></a>
<a class="btn btn-social-icon btn-facebook" href="http://www.facebook.com/profile.php?id="><i class="fa fa-facebook fa-lg"></i></a>
<a class="btn btn-social-icon btn-linkedin" href="http://www.linkedin.com/in/"><i class="fa fa-linkedin fa-lg"></i></a>
<a class="btn btn-social-icon btn-twitter" href="http://twitter.com/"><i class="fa fa-twitter fa-lg"></i></a>
<a class="btn btn-social-icon btn-youtube" href="http://youtube.com/"><i class="fa fa-youtube fa-lg"></i></a>
<a class="btn btn-social-icon" href="mailto:"><i class="fa fa-envelope fa-lg"></i></a>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-auto">
<p>© Copyright 2020 SpiceFusion Cafeteria</p>
<div style="background-color:lightskyblue">
<p><b> Designed with <i class="fa fa-heart" style="color: red;"></i> by Manasi Wader</b>
</p>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<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://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<script>
AOS.init();
</script>
</body>
</html>