-
Notifications
You must be signed in to change notification settings - Fork 10
/
menu.html
559 lines (480 loc) · 17 KB
/
menu.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
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="images/favicon.ico">
<title>Square One | Menu</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Themify Icons-->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Bootstrap DateTimePicker -->
<link rel="stylesheet" href="css/bootstrap-datetimepicker.min.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style3.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
<style type="text/css">
body {font-family: Arial, Helvetica, sans-serif;}
/* Full-width input fields */
input[type=text], input[type=password] {
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
width: 500px;
}
/* Set a style for all buttons */
button {
background-color: #4CAF50;
color: white;
margin: 8px 0;
border: none;
cursor: pointer;
width: 250px;
}
button:hover {
opacity: 0.8;
width: 250px;
}
/* Extra styles for the cancel button */
.cancelbtn {
width: auto;
padding: 10px 18px;
background-color: #f44336;
}
/* Center the image and position the close button */
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
position: relative;
}
img.avatar {
width: 160px;
border-radius: 50%;
}
.container {
padding: 16px;
width: 800px;
}
span.psw {
float: left;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 100000; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
padding-top: 60px;
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
border: 1px solid #888;
width: 80%; /* Could be more or less, depending on screen size */
}
/* The Close Button (x) */
.close {
position: absolute;
right: 25px;
top: 0;
color: #000;
font-size: 35px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: red;
cursor: pointer;
}
/* Add Zoom Animation */
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)}
to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
.cancelbtn {
width: 100%;
}
}
</style>
</head>
<body>
<div class="gtco-loader"></div>
<div id="page">
<!-- <div class="page-inner"> -->
<nav class="gtco-nav" role="navigation">
<div class="gtco-container">
<div class="row">
<div class="col-sm-4 col-xs-12">
<div id="gtco-logo"><a href="index.html">Square one <em>.</em></a></div>
</div>
<div class="col-xs-8 text-right menu-1">
<ul>
<li></li>
<li>
<a href="menu.html">Menu</a>
</li>
<li>
<a href="index.html">Reservation</a>
</li>
<li><a href="contact.html">Contact</a></li>
<li class="btn-cta"><a href="#"><button class="signin" onclick="document.getElementById('id01').style.display='block'" style="width:auto;">Login</button></a></li>
</ul>
</div>
</div>
</div>
</nav>
<header id="gtco-header" class="gtco-cover gtco-cover-md" role="banner" style="background-image: url(images/img_bg_1.jpg)" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="gtco-container">
<div class="row">
<div class="row row-mt-15em">
<div class="col-md-12 col-md-offset-0 text-left">
<h1 class="cursive-font" align="center">All in good taste!</h1>
</header>
<div class="gtco-section">
<div class="gtco-container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center gtco-heading">
<h2 class="cursive-font primary-color"> MENU</h2>
<p>"If more of us valued food and cheer and song above hoarded gold, it would be a merrier world.” </p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="images/chole.jfif" class="fh5co-card-item image-popup">
<figure>
<div class="overlay"><em class="ti-plus"></em></div>
<img src="images/chole.jfif" alt="Image" class="img-responsive">
</figure>
<div class="fh5co-text">
<h2>CHOLE BHATURE</h2>
<p>A Mouthful Of Tangy Temptation, Chole-Bhature Is Definitely One Of India’s Most Delectable Foods.</p>
<p><span class="price cursive-font">40 RS</span></p>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="images/a.jfif" class="fh5co-card-item image-popup">
<figure>
<div class="overlay"><em class="ti-plus"></em></div>
<img src="images/a.jfif" alt="Image" class="img-responsive">
</figure>
<div class="fh5co-text">
<h2>PAV BHAJI</h2>
<p> Pav bhaji the most famous street food of Mumbai, it’s a delight and yumilicously delicious!! ...</p>
<p><span class="price cursive-font">50 RS</span></p>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="images/panner.jfif" class="fh5co-card-item image-popup">
<figure>
<div class="overlay"><i class="ti-plus"></i></div>
<img src="images/panner.jfif" alt="Image" class="img-responsive">
</figure>
<div class="fh5co-text">
<h2>SHAHI PANNER</h2>
<p>Love need to be like " Shahi Panner "
Unchangeable, unbeatable, Wonderfull & irresistible...</p>
<p><span class="price cursive-font">60 RS</span></p>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="images/aa.jpg" class="fh5co-card-item image-popup">
<figure>
<div class="overlay"><i class="ti-plus"></i></div>
<img src="images/aa.jpg" alt="Image" class="img-responsive">
</figure>
<div class="fh5co-text">
<h2>BUTTER PANNER</h2>
<p>I always say,'Eat clean to stay fit; have a burger to stay sane. ..</p>
<p><span class="price cursive-font">130 RS</span></p>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="images/bur1.jpg" class="fh5co-card-item image-popup">
<figure>
<div class="overlay"><i class="ti-plus"></i></div>
<img src="images/bur1.jpg" alt="Image" class="img-responsive">
</figure>
<div class="fh5co-text">
<h2>HEAVY WEIGHT</h2>
<p>At the base level, a burger is a piece of meat and a bun with something on it...</p>
<p><span class="price cursive-font">150 RS</span></p>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="images/french.jfif" class="fh5co-card-item image-popup">
<figure>
<div class="overlay"><i class="ti-plus"></i></div>
<img src="images/french.jfif" alt="Image" class="img-responsive">
</figure>
<div class="fh5co-text">
<h2>AFRICAN PRI FRIES</h2>
<p>I hate eating vegetables. The only vegetables I eat are lettuce on a burger...</p>
<p><span class="price cursive-font">180 RS</span></p>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="images/cake.jpg" class="fh5co-card-item image-popup">
<figure>
<div class="overlay"><i class="ti-plus"></i></div>
<img src="images/cake.jpg" alt="Image" class="img-responsive">
</figure>
<div class="fh5co-text">
<h2>NUTYBELGIUM</h2>
<p> I ain't no veggie, like my flesh to the bone, alive and licking on your ice cream cone. ...</p>
<p><span class="price cursive-font">80 RS</span></p>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="images/h.jpg" class="fh5co-card-item image-popup">
<figure>
<div class="overlay"><i class="ti-plus"></i></div>
<img src="images/h.jpg" alt="Image" class="img-responsive">
</figure>
<div class="fh5co-text">
<h2>COOKIE CREAM</h2>
<p>I'd rather be at home and eat ice cream than go out and get wasted. ...</p>
<p><span class="price cursive-font">100 RS</span></p>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="images/cup.png" class="fh5co-card-item image-popup">
<figure>
<div class="overlay"><i class="ti-plus"></i></div>
<img src="images/cup.png" alt="Image" class="img-responsive">
</figure>
<div class="fh5co-text">
<h2>TRIPLE SUNDAE</h2>
<p>I'd rather be at home and eat ice cream than go out and get wasted. ...</p>
<p><span class="price cursive-font">150 RS</span></p>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="images/panner.jfif" class="fh5co-card-item image-popup">
<figure>
<div class="overlay"><i class="ti-plus"></i></div>
<img src="images/m.jpg" alt="Image" class="img-responsive">
</figure>
<div class="fh5co-text">
<h2>CHEESI PIZZA</h2>
<p>You better cut the pizza in four pieces because I'm not hungry enough to eat six..</p>
<p><span class="price cursive-font">160 RS</span></p>
</div>
</a>
</div><div class="col-lg-4 col-md-4 col-sm-6">
<a href="images/l.jpg" class="fh5co-card-item image-popup">
<figure>
<div class="overlay"><i class="ti-plus"></i></div>
<img src="images/l.jpg" alt="Image" class="img-responsive">
</figure>
<div class="fh5co-text">
<h2>VEG LOADED</h2>
<p>I don't eat vegetables. I only eat food like cheeseburgers, Spam, hot dogs and pizza...</p>
<p><span class="price cursive-font">250 RS</span></p>
</div>
</a>
</div><div class="col-lg-4 col-md-4 col-sm-6">
<a href="images/n.jpg" class="fh5co-card-item image-popup">
<figure>
<div class="overlay"><i class="ti-plus"></i></div>
<img src="images/n.jpg" alt="Image" class="img-responsive">
</figure>
<div class="fh5co-text">
<h2>AMERICAN PIZZA</h2>
<p>I love pizza. I want to marry it, but it would just be to eat her family at the wedding...</p>
<p><span class="price cursive-font">320 RS</span></p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="gtco-cover gtco-cover-sm" style="background-image: url(images/img_bg_1.jpg)" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="gtco-container text-center">
<div class="display-t">
<div class="display-tc">
<h1>“ Our high quality of food makes you back over and over again!”</h1>
<p>— Square One..</p>
</div>
</div>
</div>
</div>
<div id="gtco-counter" class="gtco-section">
<div class="gtco-container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center gtco-heading animate-box">
<h2 class="cursive-font primary-color">Fun Facts</h2>
<p>The most expensive pizza in the world costs $12,000 and takes 72 hours to make....</p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 animate-box" data-animate-effect="fadeInUp">
<div class="feature-center">
<span class="counter js-counter" data-from="0" data-to="5" data-speed="5000" data-refresh-interval="50">1</span>
<span class="counter-label">Avg. Rating</span>
</div>
</div>
<div class="col-md-3 col-sm-6 animate-box" data-animate-effect="fadeInUp">
<div class="feature-center">
<span class="counter js-counter" data-from="0" data-to="43" data-speed="5000" data-refresh-interval="50">1</span>
<span class="counter-label">Food Types</span>
</div>
</div>
<div class="col-md-3 col-sm-6 animate-box" data-animate-effect="fadeInUp">
<div class="feature-center">
<span class="counter js-counter" data-from="0" data-to="32" data-speed="5000" data-refresh-interval="50">1</span>
<span class="counter-label">Chef Cook</span>
</div>
</div>
<div class="col-md-3 col-sm-6 animate-box" data-animate-effect="fadeInUp">
<div class="feature-center">
<span class="counter js-counter" data-from="0" data-to="2014" data-speed="5000" data-refresh-interval="50">1</span>
<span class="counter-label">Year Started</span>
</div>
</div>
</div>
</div>
</div>
<footer id="gtco-footer" role="contentinfo" style="background-image: url(images/img_bg_1.jpg)" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="gtco-container">
<div class="row row-pb-md">
<div class="col-md-12 text-center">
<div class="gtco-widget">
<h3>Get In Touch</h3>
<ul class="gtco-quick-contact">
<li><a href="#"><i class="icon-phone"></i> 9889898989</a></li>
<li><a href="#"><i class="icon-mail2"></i> [email protected]</a></li>
<li><a href="#"><i class="icon-chat"></i> Live Chat</a></li>
</ul>
</div>
<div class="gtco-widget">
<h3>Get Social</h3>
<ul class="gtco-social-icons">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-linkedin"></i></a></li>
<li><a href="#"><i class="icon-dribbble"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-12 text-center copyright">
<p><small class="block">© 2017 Square one. All Rights Reserved.</small>
<small class="block">Designed by 405 Found..</small></p>
</div>
</div>
</div>
</footer>
<!-- </div> -->
</div>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="icon-arrow-up"></i></a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- countTo -->
<script src="js/jquery.countTo.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<script src="js/moment.min.js"></script>
<script src="js/bootstrap-datetimepicker.min.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
<div id="id01" class="modal">
<form class="modal-content animate" action="/action_page.php">
<div class="imgcontainer">
<span onclick="document.getElementById('id01').style.display='none'" class="close" title="Close Modal">×</span>
<img src="images/images.jfif" alt="Avatar" class="avatar">
</div>
<div class="container" style="margin-left: 230px;">
<label for="uname" style="margin-right: 4px"><b>Username</b></label>
<input style="border-radius: 8px ;" type="text" placeholder="Enter Username" name="uname" required >
<p> </p>
<label for="psw" style="margin-right: 4px"><b>Password</b></label>
<input style="border-radius: 8px ;" type="password" placeholder="Enter Password" name="psw" required>
<p> </p>
<label>
<input type="checkbox" checked="checked" name="remember"> Remember me
</label>
<p> </p>
<a id="popup-login" href="indexin.html"><img src="images\login1.jpg"/></a>
</div>
</form>
</div>
<script>
// Get the modal
var modal = document.getElementById('id01');
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
</body>
</html>