-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOrder_Now.html
230 lines (178 loc) · 6.37 KB
/
Order_Now.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
<!DOCTYPE html>
<html>
<head>
<title>Order Now</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/sidebar.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jPushMenu.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script type="text/javascript">
$(window).load(function() {
$(".loader").fadeOut("slow");
})
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="loader"></div>
<style>
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
</style>
<header>
<div class="top-heading">
<div class="container">
<div class="contact-info pull-left">
<a href="#"><span class="fa fa-phone"></span>6366304818</a>
</div>
<ul class="social-icons pull-right">
<li><a href="#" class="icon fa fa-facebook"></a></li>
<li><a href="#" class="icon fa fa-twitter"></a></li>
<li><a href="#" class="icon fa fa-pinterest-p"></a></li>
<li><a href="#" class="icon fa fa fa-google-plus"></a></li>
</ul>
</div>
</div>
<nav class="navbar-default navbar-static-top" id="navbar-default" style="border-radius:0;">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle toggle-menu menu-left push-body" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="About_Us.html">About Us</a></li>
<li><a href="Gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="Order_Now.html"><span>Order Now</span></a></li>
</ul>
</div>
</div>
</nav>
<style>
.navbar-default {
background: #F5F5F5;
}
.navbar-default .navbar-nav li a {
color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
background: #000;
}
.navbar-nav {
float: right;
}
@media screen and (max-width: 768px) {
.navbar-nav {
float: left;
}
}
</style>
</header>
<div class="container">
<ul class="breadcrumb">
<li><a href="index.html">Home</a> <span class="divider">/</span></li>
<li class="active">Order Now</li>
</ul>
</div>
<div class="pricing-table">
<div class="container">
<div class="table">
<div >
<div class="block">
<div class="cost">
<img src="images/logo1.png" alt="">
</div>
<div class="info">
<ul class="item-list">
<li>Search Your Delivery Location</li>
<br>
<select class="zxc"><option >Bangalore</option></select>
<select class="zxc"><option >All</option></select>
<select class="zxc"><option >Leisure Square Grub & Wine</option></select>
<select class="zxc"><option >Home Delivery</option></select>
<li><a href="#"><button type="button">Order Now</button></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="col-md-6 col-sm-8">
<h3>About Us</h3>
<hr>
<p>We at Leisure Square Grub & Wine would love to serve you yummy dishes straight from our kitchen ready for you. We will fulfil you hunger needs and ensure that we leave you licking your fingers and asking for more yummy dishes!</p>
</div>
<div class="col-md-6 col-sm-8">
<h3>Contact Info</h3>
<hr>
<ul class="contact-list">
<li>
<p>
<i class="fa fa-home"></i>
178/6 14th main road, 20th, 50th Main Rd, Kumaraswamy Layout, Bengaluru, Karnataka 560078
</p>
<p>
<i class="fa fa-phone"></i>
6366304818
</p>
<p>
<i class="fa fa-envelope-o"></i>
leisuresquare8384@gmail.com
</p>
</li>
</ul>
</div>
</div>
</footer>
<div class="copyright-part">
<p>© 2022 <span>leisuresquare</span> All Rights Reserved</p>
</div>
<script type="text/javascript">
$(document).ready(function(){
$('.toggle-menu').jPushMenu({closeOnClickLink: false});
$('.dropdown-toggle').dropdown();
});
</script>
<script type="text/javascript">
$(function () {
$.scrollUp({
scrollName: 'scrollUp', // Element ID
topDistance: '300', // Distance from top before showing element (px)
topSpeed: 600, // Speed back to top (ms)
animation: 'fade', // Fade, slide, none
animationInSpeed: 200, // Animation in speed (ms)
animationOutSpeed: 200, // Animation out speed (ms)
activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF'
scrollImg: true,
});
});
</script>
</body>
</html>