-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
530 lines (418 loc) · 23.3 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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" 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="css/index.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Yellowtail">
<title>Nazakat: home</title>
</head>
<body>
<!-- week2 -->
<!-- 1.button= to take a button
2.nav-toggler: for smaller screen size use toggle button
3.data-toggle=js componets
4.NavBar:
5:span:
6:navbar-toggler-icon : to get that tag
7:
-->
<!--1. navbar == to creat navigation bar
2.navbar-expand-sm : when screen size is small than toggle button will appear
3.container: to give whole website same width
4.navbar-header: nav-bar heading
5.navbar-brand: website name in nav bar
6.navbar-nav:use with ul tag
7.mr-auto : margin right we can specify
8. active: on which page are you we make it active
-->
<!-- here we put this link inside toggle button for smaller screen
1. collapse , nav-collapse": use it inside the div
2. use the id NavBar
-->
<nav class="navbar navbar-expand-sm navbar-dark bg-dark">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#NavBar">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="Assignment1/logo/restaurant_logo.png" width="40px"></a>
</div>
<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"></span> HOME</a></li>
<li class="nav-item "><a class="nav-link" href="Assignment1/aboutus.html"><span class="fa fa-info "></span> About us</a></li>
<li class="nav-item"><a class="nav-link" href="Assignment1/menu.html"><span class="fa fa-list"></span> Menu</a></li>
<li class="nav-item"><a class="nav-link" href="Assignment1/contact.html"><span class="fa fa-id-card"></span> Contact</a></li>
<li class="navbar-text login" id="dialogJS">
<a><span class="fa fa-sign-in"></span>Log in</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="loginmodalJS" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg" role="content">
<!--1. modal content
2.times; is sign of cross
3. .sr-only :Screenreaders
Use screenreader utilities to hide elements on all devices except screen readers. -->
<div class="modal-content">
<div class="modal-header logHeader">
<h4 class="modal-title">Log in</h4>
<button type="button" class="close" id="close">×</button>
</div>
<div class="modal-body logBody">
<form>
<div class="form-row">
<div class="form-group ">
<label for="email" class="col-3 ">Email:</label>
<input type="text" placeholder="Enter your Email" required>
</div>
<div class="form-group">
<label for="password" class="col-4">Password: </label>
<input type="password" placeholder="Enter your Password " required>
</div>
<div class="col-sm-auto">
<div class="form-check">
<input class="form-check-input" type="checkbox">
<label for="form-check-label"> Remember me</label>
</div>
</div>
</div>
<div class="form-row logButton">
<button class="btn btn-primary btn-sm ml-3" type="submit">Submit</button>
<button class="btn btn-danger btn-sm ml-2" data-dismiss="modal">Cancel</button>
</div>
</form>
</div>
</div>
</div>
</div>
<header class=" jumbotron">
<div class="container">
<div class="row row-header ">
<div class="col-sm-12 col-md-2 align-self-center ">
<img src="Assignment1/logo/restaurant_logo.png " alt="logo " width="150 ">
</div>
<div class="col-12 col-sm-6">
<h1 style="font-family: yellowtail; ">Nazakat : The finest food</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-sm-5 col-md-4 align-self-center btn-group" role="group">
<!-- <a class="nav-link btn btn-warning " role="button " data-toggle="tooltip " data-html="true " title="Or Call us on <br><strong>9974967074</strong>" data-placement="bottom" href="#Reserve">Reserve Table</a> -->
<button class="btn btn-warning" id="resModal">Reserve Table</button>
</div>
</div>
</div>
</header>
<!-- reserve table modal -->
<div id="ReserveModal" class="modal fade" role="dialog">
<div class="modal-dialog" role="content">
<div class="modal-content">
<div class="modal-header resHeader">
<h4 class="modal-title ">Reserve a Table</h4>
<button type="button" class="close" id="closeRes">×</button>
</div>
<div class="modal-body resBody">
<form>
<div class="form-row">
<label for="form-control-label" class="col-3"><h6>Number of Guests: </h6></label>
<div class="form-group">
<div class="form-check form-check-inline">
<input type="radio" name="group">
<label for="for-control-radio"> 1</label>
</div>
<div class="form-check form-check-inline">
<input type="radio" name="group">
<label for="for-control-radio"> 2</label>
</div>
<div class="form-check form-check-inline">
<input type="radio" name="group">
<label for="for-control-radio"> 3</label>
</div>
<div class="form-check form-check-inline">
<input type="radio" name="group">
<label for="for-control-radio"> 4</label>
</div>
<div class="form-check form-check-inline">
<input type="radio" name="group">
<label for="for-control-radio"> 5</label>
</div>
<div class="form-check form-check-inline">
<input type="radio" name="group">
<label for="for-control-radio"> 6</label>
</div>
</div>
</div>
<div class="form-row">
<label for="form-control-label" class="col-3"><h6>Section:</h6></label>
<div class="form-group">
<div class="btn-group btn-group-toggle">
<label for="form-control-check" class="btn btn-success btn-sm active">
<input type="radio" name="area" checked >Non-Smoking
</label>
<label for="form-check-label" class="btn btn-danger btn-sm">
<input type="radio" name="area">Smoking
</label>
</div>
</div>
</div>
<div class=" form-row ">
<label for="form-control-label " class="col-3 "><h6>Date and Time:</h6></label>
<small><input type="date" placeholder="Date" class="mr-2"></small>
<small><input type="time" placeholder="Time"></small>
</div>
<div class="form-row buttonRes">
<button type="submit" class="btn btn-primary offset-3 btn-sm mr-1 ">Grab the Sit</button>
<button type="reset" class="btn btn-secondary btn-sm" class=" close ">Cancel</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- carousel -->
<div class="container">
<div class="row row-content">
<div class="col">
<div id="mycarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="img-fluid" src="Assignment1/logo/uthappizza.png " alt="uthappizza ">
<div class="carousel-caption d-none d-md-block">
<h2>Uthappizza <span class="badge badge-danger">HOT</span> <span class="badge badge-pill badge-secondary ">$1.39</span></h2>
<p> 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 src="Assignment1/logo/buffet.png " alt="buffet " class="d-block img-fluid ">
<div class="carousel-caption d-none d-md-block ">
<h2>Weekend Grand Buffet <span class="badge badge-danger ">NEW</span></h2>
<p>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 src="Assignment1/logo/alberto.png " alt="alberto ">
<div class="carousel-caption d-none d-md-block ">
<h2>Alberto Somayya</h2>
<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 class="active " data-target="#mycarousel " data-slide-to="0 "></li>
<li data-target="#mycarousel " data-slide-to="1 "></li>
<li data-target="#mycarousel " data-slide-to="2 "></li>
</ol>
<a class="carousel-control-prev " href="#mycarousel " role="button " data-slide="prev ">
<span class="carousel-control-prev-icon "></span>
</a>
<a href="#mycarousel " data-slide="next " class="carousel-control-next ">
<span class="carousel-control-next-icon "></span>
</a>
<button class="btn btn-danger btn-sm" id="carouselButton"><span class="fa fa-pause "></span></button>
</div>
</div>
</div>
</div>
<div class="row row-content align-items-center ">
<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 " src="Assignment1/logo/uthappizza.png " alt="Uthappizza ">
<div class="media-body ">
<h2 class="mt-0 ">Uthappizza <span class="badge badge-danger ">HOT</span> <span class="badge badge-pill badge-secondary ">$1.39</span></h2>
<p> 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 ">
<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 ">
<div class="media-body ">
<h2>Weekend Grand Buffet <span class="badge badge-danger ">NEW</span></h2>
<p>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>
<img class="d-flex ml-3 img-thumbnail align-self-center " src="Assignment1/logo/buffet.png " alt="buffet ">
</div>
</div>
</div>
<div class="row row-content ">
<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 " src="Assignment1/logo/alberto.png " alt="me " width=105px height="105px ">
<div class="media-body ">
<h2>Alberto Somayya</h2>
<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>
</div>
</div>
</div>
<!-- <div class="container " id="Reserve ">
<div class="col-9 offset-2 ">
<div class="card ">
<div class="card-header bg-warning ">
<h3>Reserve a Table</h3>
</div>
<div class="card-body form-group row ">
<label for="no of guests " class="control-label col-sm-8 col-md-3 ">
<h6>Number of Guests</h6>
</label>
<div class="form-group col-md ">
<div class="form-check form-check-inline ">
<input type="radio " class="form-check-input " name="radioGroup " value="1st ">
<label for="one ">1</label>
</div>
<div class="form-check form-check-inline ">
<input type="radio " class="form-check-input " name="radioGroup " value="2nd ">
<label for="two ">2</label>
</div>
<div class="form-check form-check-inline ">
<input type="radio " class="form-check-input " name="radioGroup " value="3rd ">
<label for="three ">3</label>
</div>
<div class="form-check form-check-inline ">
<input type="radio " class="form-check-input " name="radioGroup " value="4th ">
<label for="four ">4</label>
</div>
<div class="form-check form-check-inline ">
<input type="radio " class="form-check-input " name="radioGroup " value="5th ">
<label for="five ">5</label>
</div>
<div class="form-check form-check-inline ">
<input type="radio " class="form-check-input " name="radioGroup " value="6th ">
<label for="six ">6</label>
</div>
</div>
comment date and time
<div class="card-body form-group row ">
<label for=" DateNTime " class="control-label col-sm-8 col-md-3 "><h6>Date and Time</h6></label>
<div class="col-md-3 ">
<input type="number " name="dateNTime " id="d&t " placeholder="date ">
</div>
<div class="col-md-4 ">
<input type="text " placeholder="time ">
</div>
</div>
comment Reserved Button
<div class="col-2 offset-3 ">
<a type="submit " class="btn btn-primary " href="# ">Reserve</a>
</div>
</div>
</div>
</div>
</div>
-->
<br>
<footer>
<div class="container ">
<div class="row ">
<div class="col col-sm-2 col-md-4 ">
<h5><u>Links</u></h5>
<ul class="list-unstyled text-white ">
<li><a href="index.html "><span class="fa fa-home "></span> Home</a></li>
<li><a href="Assignment1/aboutus.html "><span class="fa fa-info "></span> About</a></li>
<li><a href="Assignment1/menu.html"><span class="fa fa-list "></span> Menu</a></li>
<li><a href="Assignment1/contact.html "><span class="fa fa-id-card "></span> Contact</a></li>
</ul>
</div>
<div class="col col-sm-5 col-md-4 ">
<h5><u>Our Address</u></h5>
<address>
121, Clear Water Bay Road<br>
Clear Water Bay, Kowloon<br>
HONG KONG<br>
<span class="fa fa-phone fg-lg "></span>: +852 1234 5678<br>
<span class="fa fa-fax fa-lg "></span>: +852 8765 4321<br>
Email: <a href="mailto:[email protected] ">[email protected]</a>
</address>
</div>
<div class="col col-sm-5 col-md-3 ">
<div class="handle ">
<h5><u>Handles</u></h5>
<a href="http://google.com/+ " class="dark-back "><span class="fa fa-google "></span></a>
<a href="http://www.facebook.com/profile.php?id=" class=" dark-back "><span class="fa fa-facebook "></span></a>
<a href=" http://www.linkedin.com/in/ "><span class="fa fa-linkedin "></span></a>
<a href="http://twitter.com/ "><span class="fa fa-twitter "></span></a>
<a href="http://youtube.com/ "><span class="fa fa-youtube "></span></a>
<a href="mailto: "><span class="fa fa-envelope "></span></a>
</div>
</div>
</div>
<div class="row justify-content-center" style="">
<div class="col-7 copyright">
<p>© Copyright 2021 Nazakat: The Finest Food <span class="fa fa-cutlery fa-spin"></span></p>
</div>
</div>
</div>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS. -->
<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>
<!-- jquary syntax -->
<!-- <script>
$(document).ready(function() {
$('[data-toggle="tooltip "]').tooltip();
});
</script> -->
<script>
$(document).ready(function() {
$("#mycarousel ").carousel({
interval: 1000
});
$("#carouselButton ").click(function() {
if ($("#carouselButton ").children("span").hasClass('fa-pause')) {
$("#mycarousel ").carousel('pause');
$("#carouselButton ").children("span").removeClass('fa-pause');
$("#carouselButton ").children("span").addClass('fa-play');
} else if ($("#carouselButton ").children("span").hasClass('fa-play')) {
$("#mycarousel ").carousel('cycle');
$("#carouselButton ").children("span").removeClass('fa-play');
$("#carouselButton ").children("span").addClass('fa-pause');
}
});
});
</script>
<script>
//log in button action
$(document).ready(function() {
$("#dialogJS ").click(function() {
$("#loginmodalJS ").modal();
});
//close log in
$("#close").click(function() {
$("#loginmodalJS").modal('hide');
});
});
//reserve table button action
$(document).ready(function() {
$("#resModal").click(function() {
$("#ReserveModal").modal();
});
//close reserve table
$("#closeRes").click(function() {
$("#ReserveModal").modal('hide');
});
});
</script>
</body>
</html>