forked from khushi-joshi-05/Food-ordering-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.html
261 lines (233 loc) · 11.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link
href="https://fonts.googleapis.com/css2?family=Fuggles&family=Mooli&family=Oswald:wght@600&family=Roboto:wght@100;300&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhai|Bree+Serif&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="content.css">
</head>
<body>
<div class="head_container">
<header>
<nav class="navbar">
<ul id="header-items">
<li><a href="index.html" target="_blank">Home</a></li>
<li><a href="menu.html" target="_blank">Menu</a></li>
<li><a href="content/services.html" target="_blank">Services</a></li>
<li><a href="content/contact.html" target="_blank">Contact us</a></li>
<li><a href="content/cart.html" target="_blank">Cart</a></li>
</ul>
</nav>
</header>
<div class="mainhead">
<h1>M E N U</h1>
<!-- <h2>"Get ready to explore our delicious range of dishes!"</h2> -->
<!-- <p>"Welcome to a world of culinary delights where every bite tells a flavorful story. Explore our diverse
menu and savor the essence of exquisite dining." </p> -->
<!-- <button class="butt">View all Menu</button> -->
</div>
</div>
<section class="menu_container">
<h2>Snacks</h2>
<div class="menu_items">
<div class="items">
<img
src="https://www.mumbailive.com/images/media/images/thali_1635502261446jpeg?bg=08394e&crop=5328%2C2991.157894736842%2C0%2C504.42105263157896&fit=crop&fm=webp&h=432.2807017543859&height=4000&w=770&width=5328">
<h3>Indian Thali</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://imgmediagumlet.lbb.in/media/2018/04/5acf822418a23c0efc21496b_1523548708582.jpg?fm=webp&w=750&h=500&dpr=1">
<h3>Dessert</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://imgmediagumlet.lbb.in/media/2019/07/5d27585dc18a2b0ed5739eb5_1562859613517.jpg?fm=webp&w=750&h=500&dpr=1">
<h3>Snacks</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img src="https://static.india.com/wp-content/uploads/2017/04/Juices-Delhi.jpg">
<h3>Juices</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
</div>
<div class="menu_items">
<div class="items">
<img
src="https://www.mumbailive.com/images/media/images/thali_1635502261446jpeg?bg=08394e&crop=5328%2C2991.157894736842%2C0%2C504.42105263157896&fit=crop&fm=webp&h=432.2807017543859&height=4000&w=770&width=5328">
<h3>Indian Thali</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://imgmediagumlet.lbb.in/media/2018/04/5acf822418a23c0efc21496b_1523548708582.jpg?fm=webp&w=750&h=500&dpr=1">
<h3>Dessert</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://imgmediagumlet.lbb.in/media/2019/07/5d27585dc18a2b0ed5739eb5_1562859613517.jpg?fm=webp&w=750&h=500&dpr=1">
<h3>Snacks</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img src="https://static.india.com/wp-content/uploads/2017/04/Juices-Delhi.jpg">
<h3>Juices</h3>
<p>$10.20</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
</div>
</section>
<section class="menu_container">
<h2>Juices</h2>
<div class="menu_items">
<div class="items">
<img
src="https://www.mumbailive.com/images/media/images/thali_1635502261446jpeg?bg=08394e&crop=5328%2C2991.157894736842%2C0%2C504.42105263157896&fit=crop&fm=webp&h=432.2807017543859&height=4000&w=770&width=5328">
<h3>Indian Thali</h3>
<p>$5.10</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://imgmediagumlet.lbb.in/media/2018/04/5acf822418a23c0efc21496b_1523548708582.jpg?fm=webp&w=750&h=500&dpr=1">
<h3>Dessert</h3>
<p>$5.10</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://imgmediagumlet.lbb.in/media/2019/07/5d27585dc18a2b0ed5739eb5_1562859613517.jpg?fm=webp&w=750&h=500&dpr=1">
<h3>Snacks</h3>
<p>$5.10</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img src="https://static.india.com/wp-content/uploads/2017/04/Juices-Delhi.jpg">
<h3>Juices</h3>
<p>$5.10</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
</section>
<section class="menu_container">
<h2>Indian Thali</h2>
<div class="menu_items">
<div class="items">
<img
src="https://www.mumbailive.com/images/media/images/thali_1635502261446jpeg?bg=08394e&crop=5328%2C2991.157894736842%2C0%2C504.42105263157896&fit=crop&fm=webp&h=432.2807017543859&height=4000&w=770&width=5328">
<h3>Indian Thali</h3>
<p>$15.80</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://imgmediagumlet.lbb.in/media/2018/04/5acf822418a23c0efc21496b_1523548708582.jpg?fm=webp&w=750&h=500&dpr=1">
<h3>Dessert</h3>
<p>$15.80</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img
src="https://imgmediagumlet.lbb.in/media/2019/07/5d27585dc18a2b0ed5739eb5_1562859613517.jpg?fm=webp&w=750&h=500&dpr=1">
<h3>Snacks</h3>
<p>$15.80</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
<div class="items">
<img src="https://static.india.com/wp-content/uploads/2017/04/Juices-Delhi.jpg">
<h3>Juices</h3>
<p>$15.80</p>
<!-- <button class="but">Add to Cart</button> -->
<button class="butt">Order Now</button>
</div>
</section>
<!-- footer -->
<footer>
<div class="foot-panel2">
<ul class="footer-colums">
<p>Our Pages</p>
<a>Home</a>
<a>Menu</a>
<a>Services</a>
<a>Contact</a>
<a>Cart</a>
</ul>
<ul class="footer-colums">
<p> Exclusive Offers</p>
<a>Foodie Discounts</a>
<a>Limited-Time Promotions</a>
<a>Special Event Packages</a>
<a>Membership Benefits</a>
<a>Early Access to New Recipes</a>
<a>VIP Foodie Events</a>
<a>Personalized Culinary Experiences</a>
</ul>
<ul class="footer-colums">
<p>Payment Products</p>
<a>Secure Checkout</a>
<a>Credit/Debit Cards</a>
<a>Online Payment</a>
<a>Mobile Wallets</a>
<a>Contactless Payments</a>
</ul>
<form id="contactForm">
<h3>Contact Us!</h3>
<!-- <label for="name">Name:</label> -->
<!-- <input type="text" id="name" name="name" placeholder="Your Name" required>
-->
<!-- <label for="email">Email:</label> -->
<input type="email" id="email" name="email" placeholder="Your Email" required>
<!-- <label for="message">Message:</label> -->
<textarea id="message" name="message" placeholder="Your Message" required></textarea>
<button id="butt" type="submit">Send Message</button>
</form>
</div>
<div class="foot_panel4">
<div class="pages">
<h4>Follow Us</h4>
<div class="social-icons">
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-twitter"></i>
</div>
<p>Stay connected with us on social media for the latest updates, recipes, and foodie adventures.
</p>
<div class="copyright">
© 2023 Foodies . All Rights Reserved. | Developed by Khushi Joshi</p>
</div>
</div>
</footer>
</body>
</html>