-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.html
263 lines (252 loc) · 10.3 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
<!doctype html>
<html>
<head>
<title>Foodie</title>
<!-- Bootstrap CSS -->
<meta name="viewport" content="width=device-width, initial-scal=1.0, maximum-scale=1.0, user-scalable=no">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-glyphicons.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/styles.css" rel="stylesheet">
<!-- modernizr -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<div class="container-fluid" id="main">
<div class="navbar navbar-default navbar-fixed-top" id="header">
<div class="navbar-header">
<a href="/" class="navbar-brand">
<span class="logo">Foodie</span>
</a><!-- end navbar-brand -->
<button class="navbar-toggle" data-target=".navbar-responsive-collapse" data-toggle="collapse" type="button">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button><!-- end navbar-toggle -->
<a href="/" class="navbar-brand" id="small-logo">
<span class="logo">Foodie</span>
</a><!-- end navbar-brand -->
</div><!-- End navbar-header -->
<a href="#myModal" id="cart" role="button" class="btn pull-right" data-toggle="modal">
<img src="images/cart.jpg" alt="cart">
</a><!-- end cart -->
<div class="navbar-collapse collapse navbar-responsive-collapse pull-right">
<ul class="nav navbar-nav">
<li>
<a href="/">Home</a>
</li>
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Menu <strong class="caret"></strong></a>
<ul class="dropdown-menu">
<li class="dropdown-header">We serve at</li>
<li class="active"><a href="#">Bangalore</a></li>
<li><a href="#">Hyderabad</a></li>
<li><a href="#">Delhi</a></li>
<li><a href="#">Pune</a></li>
</ul><!-- end dropdown-menu -->
</li><!-- end dropdown -->
<li>
<a href="#">Gallery</a>
</li>
<li class="more-expanded">
<a href="#">Reviews</a>
</li><!-- end more-expanded -->
<li class="more-expanded">
<a href="#">Blog</a>
</li><!-- end more-expanded -->
<li class="more-expanded">
<a href="#">About Us</a>
</li><!-- end more-expanded -->
<li class="more-hidden dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">More <strong class="caret"></strong></a>
<ul class="dropdown-menu">
<li><a href="#">Reviews</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">About Us</a></li>
</ul><!-- end dropdown-menu -->
</li><!-- end dropdown -->
</ul><!-- end nav -->
</div><!-- End navbar-collapse -->
</div><!-- End navbar -->
<div class="container" id="menu">
<div class="row">
<div class="item col-md-4 col-xs-12 col-sm-6 col-lg-3">
<div class="well">
<img src="images/breakfast.png" alt="Breakfast">
<div>
<h3>Breakfast</h3>
<p>We assure you that our breakfasts - yes, there is sausage and eggs, aloo paratha and more- will make you feel really, really good!</p>
</div>
</div><!-- End Well -->
</div><!-- End item -->
<div class="item col-md-4 col-xs-12 col-sm-6 col-lg-3">
<div class="well">
<img src="images/lunch.png" alt="Lunch">
<div>
<h3>Lunch</h3>
<p>We say Lunch has to be the most crucial meal of the day. Why? Because you already had a meeting and you are going in one that'll last for hours. The least a human deserves is the power of great meals to make him superman like through the day. Take a look at our delish meals </p>
</div>
</div><!-- End Well -->
</div><!-- End item -->
<div class="clearfix visible-sm-block"></div>
<div class="item col-md-4 col-sm-6 col-xs-12 col-lg-3">
<div class="well">
<img src="images/tea.png" alt="Tea">
<div>
<h3>Tea</h3>
<p>India wouldn't be half as cool without its array of snacks. We've got that covered- from essentially Indian to very pardesi- all of it, delivered at yours.</p>
</div>
</div><!-- End Well -->
</div><!-- End item -->
<div class="clearfix visible-md-block"></div>
<div class="item col-md-4 col-sm-6 col-xs-12 col-lg-3">
<div class="well">
<img src="images/breakfast.png" alt="Breakfast">
<div>
<h3>Breakfast</h3>
<p>We assure you that our breakfasts - yes, there is sausage and eggs, aloo paratha and more- will make you feel really, really good!</p>
</div>
</div><!-- End Well -->
</div><!-- End item -->
<div class="clearfix visible-sm-block visible-lg-block"></div>
<div class="item col-md-4 col-sm-6 col-xs-12 col-lg-3">
<div class="well">
<img src="images/lunch.png" alt="Lunch">
<div>
<h3>Lunch</h3>
<p>We say Lunch has to be the most crucial meal of the day. Why? Because you already had a meeting and you are going in one that'll last for hours. The least a human deserves is the power of great meals to make him superman like through the day. Take a look at our delish meals </p>
</div>
</div><!-- End Well -->
</div><!-- End item -->
<div class="item col-md-4 col-xs-12 col-sm-6 col-lg-3">
<div class="well">
<img src="images/tea.png" alt="Tea">
<div>
<h3>Tea</h3>
<p>India wouldn't be half as cool without its array of snacks. We've got that covered- from essentially Indian to very pardesi- all of it, delivered at yours.</p>
</div>
</div><!-- End Well -->
</div><!-- End item -->
<div class="clearfix visible-sm-block visible-md-block"></div>
<div class="item col-md-4 col-sm-6 col-xs-12 col-lg-3">
<div class="well">
<img src="images/breakfast.png" alt="Breakfast">
<div>
<h3>Breakfast</h3>
<p>We assure you that our breakfasts - yes, there is sausage and eggs, aloo paratha and more- will make you feel really, really good!</p>
</div>
</div><!-- End Well -->
</div><!-- End item -->
<div class="item col-sm-6 col-xs-12 col-md-4 col-lg-3">
<div class="well">
<img src="images/lunch.png" alt="Lunch">
<div>
<h3>Lunch</h3>
<p>We say Lunch has to be the most crucial meal of the day. Why? Because you already had a meeting and you are going in one that'll last for hours. The least a human deserves is the power of great meals to make him superman like through the day. Take a look at our delish meals </p>
</div>
</div><!-- End Well -->
</div><!-- End item -->
<div class="clearfix visible-sm-block visible-lg-block"></div>
<div class="item col-md-4 col-sm-6 col-xs-12 col-lg-3">
<div class="well">
<img src="images/tea.png" alt="Tea">
<div>
<h3>Tea</h3>
<p>India wouldn't be half as cool without its array of snacks. We've got that covered- from essentially Indian to very pardesi- all of it, delivered at yours.</p>
</div>
</div><!-- End Well -->
</div><!-- End item -->
</div><!-- End row -->
</div><!-- End container -->
</div><!-- End main Container -->
<div class="modal fade" id="myModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Your Cart</h4>
</div><!-- end modal-header -->
<div class="modal-body">
<h4>Your Shopping cart is empty</h4>
</div><!-- end modal-body -->
<div class="modal-footer">
<button class="btn btn-default" data-dismiss="modal" type="button">Close</button>
<button class="btn btn-primary disabled" type="button">Go to Payment</button>
</div><!-- end modal-footer -->
</div><!-- end modal-content -->
</div><!-- end modal-dialog -->
</div><!-- end myModal -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-3 col-xs-6">
<ul>
<li>
<a href="/">
<h1 class="logo">Foodie</h1>
</a>
</li>
<li>
<a href="#">About us</a>
</li>
<li>
<a href="#">Carrers</a>
</li>
<li>
<a href="#">Blog</a>
</li>
</ul>
</div><!-- End column -->
<div class="col-sm-3 col-xs-6">
<ul>
<li><h5>We serve at</h5></li>
<li><a href="#">Bangalore</a></li>
<li><a href="#">Hyderabad</a></li>
<li><a href="#">Delhi</a></li>
<li><a href="#">Pune</a></li>
</ul>
</div><!-- End column -->
<div class="col-sm-3 follow col-xs-6">
<h5>Follow us at</h5>
<ul>
<li>
<a href="#">
<img src="images/facebook-32.png" alt="facebook">
</a>
</li>
<li>
<a href="#">
<img src="images/twitter-32.png" alt="Twitter">
</a>
</li>
<li>
<a href="#">
<img src="images/youtube-32.png" alt="Youtube">
</a>
</li>
<li>
<a href="#">
<img src="images/google_plus-32.png" alt="Instagram">
</a>
</li>
</ul>
</div><!-- End column -->
<div class="col-sm-3 col-xs-6">
<ul>
<li><h5>HeadQuarters</h5></li>
<li>Koramanagala</li>
<li>Bangalore<br><br></li>
<li>Phone no: 9123251343</li>
<li>Email: [email protected]</li>
</ul>
</div><!-- End column -->
</div><!-- End row -->
</div><!-- End footer container -->
</footer>
<script>window.jQuery || document.write('<script src="js/jquery-1.11.3.min.js"><\/script>')</script>
<!-- Bootstrap JS -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- Custom JS -->
<script src="js/script.js"></script>
</body>
</html>