-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfood.html
327 lines (269 loc) · 12 KB
/
food.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Find Meal For Your Ingredients</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<link rel = "stylesheet" href = "food.css">
</head>
<body>
<div class = "container">
<div class = "meal-wrapper">
<div class = "meal-search">
<h2 class = "title">Find Meals For Your Ingredients</h2>
<blockquote>Real food doesn't have ingredients, real food is ingredients.<br>
<cite>- Jamie Oliver</cite>
</blockquote>
<div class = "meal-search-box">
<input type = "text" class = "search-control" placeholder="Enter an ingredient" id = "search-input">
<button type = "submit" class = "search-btn btn" id = "search-btn">
<i class = "fas fa-search"></i>
</button>
</div>
</div>
<header>
<h1>Delicious Food Menu</h1>
</header>
<section>
<div class="menuItem">
<img src="https://vismaifood.com/storage/app/uploads/public/8b4/19e/427/thumb__1200_0_0_0_auto.jpg" alt="Food 1">
<div class="info">
<h3>Dosa</h3>
<p>Make super crispy Masala Dosa at home with this step by step recipe! Best enjoyed with sambar </p>
</div>
</div>
<div class="menuItem">
<img src="https://cdn.pixabay.com/photo/2017/06/16/11/38/breakfast-2408818_960_720.jpg" alt="Food 2">
<div class="info">
<h3>Idle</h3>
<p>Idli Sambar Taste Of Kerala</p>
</div>
</div>
<div class="menuItem">
<img src="https://static.toiimg.com/photo/97008744.cms" alt="Food 2">
<div class="info">
<h3>vada</h3>
<p>medu vada | south indian medu vada | urad dal vada | garelu vada | uzhunnu vada |</p>
</div>
</div>
<!-- Add more menu items as needed -->
</section>
<section>
<div class="menuItem">
<img src="https://www.licious.in/blog/wp-content/uploads/2023/01/Shutterstock_2047827035.jpg" alt="Food 1">
<div class="info">
<h3>biryani</h3>
<p>chicken biryani</p>
</div>
</div>
<div class="menuItem">
<img src="https://www.kitchensanctuary.com/wp-content/uploads/2022/09/Air-Fryer-Chicken-Curry-square-FS-36.jpg" alt="Food 2">
<div class="info">
<h3>chicken curry</h3>
<p>Air Fryer Chicken Curry</p>
</div>
</div>
<div class="menuItem">
<img src="https://i.ytimg.com/vi/3CVDrAkhDmI/maxresdefault.jpg" alt="Food 2">
<div class="info">
<h3>Chicken Fry</h3>
<p>kfg chicken fry</p>
</div>
</div>
<!-- Add more menu items as needed -->
</section>
<section>
<div class="menuItem">
<img src="https://static.toiimg.com/thumb/61051454.cms?imgsize=1180189&width=800&height=800" alt="Food 1">
<div class="info">
<h3>pongal</h3>
<p>Ven Pongal Recipe (Khara Pongal) | Ghee Pongal Recipe</p>
</div>
</div>
<div class="menuItem">
<img src="https://www.indianveggiedelight.com/wp-content/uploads/2023/03/lemon-rice-stovetop-featured.jpg" alt="Food 2">
<div class="info">
<h3>lemon rice</h3>
<p>Lemon Rice Recipe - Instant Pot & Stovetop</p>
</div>
</div>
<div class="menuItem">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/Tradtional_Thali.jpg/220px-Tradtional_Thali.jpg" alt="Food 2">
<div class="info">
<h3>Thali</h3>
<p>The Indian thali has gained popularity over the last few years. This chicken thali is simple</p>
</div>
</div>
<!-- Add more menu items as needed -->
</section>
<section>
<div class="menuItem">
<img src="https://static.toiimg.com/thumb/61051454.cms?imgsize=1180189&width=800&height=800" alt="Food 1">
<div class="info">
<h3>pongal</h3>
<p>Ven Pongal Recipe (Khara Pongal) | Ghee Pongal Recipe</p>
</div>
</div>
<div class="menuItem">
<img src="https://www.indianveggiedelight.com/wp-content/uploads/2023/03/lemon-rice-stovetop-featured.jpg" alt="Food 2">
<div class="info">
<h3>lemon rice</h3>
<p>Lemon Rice Recipe - Instant Pot & Stovetop</p>
</div>
</div>
<div class="menuItem">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/Tradtional_Thali.jpg/220px-Tradtional_Thali.jpg" alt="Food 2">
<div class="info">
<h3>Thali</h3>
<p>The Indian thali has gained popularity over the last few years. This chicken thali is simple</p>
</div>
</div>
<!-- Add more menu items as needed -->
</section>
<section>
<div class="menuItem">
<img src="https://static.toiimg.com/thumb/61051454.cms?imgsize=1180189&width=800&height=800" alt="Food 1">
<div class="info">
<h3>pongal</h3>
<p>Ven Pongal Recipe (Khara Pongal) | Ghee Pongal Recipe</p>
</div>
</div>
<div class="menuItem">
<img src="https://www.indianveggiedelight.com/wp-content/uploads/2023/03/lemon-rice-stovetop-featured.jpg" alt="Food 2">
<div class="info">
<h3>lemon rice</h3>
<p>Lemon Rice Recipe - Instant Pot & Stovetop</p>
</div>
</div>
<div class="menuItem">
<img src="" alt="">
<div class="info">
<h3>Thali</h3>
<p>The Indian thali has gained popularity over the last few years. This chicken thali is simple</p>
</div>
</div>
<!-- Add more menu items as needed -->
</section>
<section>
<div class="menuItem">
<img src="https://www.licious.in/blog/wp-content/uploads/2020/12/Hyderabadi-chicken-Biryani.jpg" alt="Food 1">
<div class="info">
<h3>Hyderabad birayani</h3>
<p>Make super hyderabad biriyani at home with this step by step recipe! Best enjoyed with gravy </p>
</div>
</div>
<div class="menuItem">
<img src="https://b.zmtcdn.com/data/pictures/chains/8/3600018/a6f9d24581cae5f83a6ea282ca018f62.jpg?fit=around|750:500&crop=750:500;*,*" alt="Food 2">
<div class="info">
<h3>KFC Mandi moholla</h3>
<p>crispy KFC mandi Moholla Taste Of mysore</p>
</div>
</div>
<div class="menuItem">
<img src="https://www.cubesnjuliennes.com/wp-content/uploads/2022/12/Tandoori-Chicken-Recipe.jpg" alt="Food 2">
<div class="info">
<h3>Chicken tandoori</h3>
<p>Tandoori Chicken is an iconic restaurant style smoky grilled chicken dish</p>
</div>
</div>
<!-- Add more menu items as needed -->
</section>
<section>
<div class="menuItem">
<img src="https://www.indianhealthyrecipes.com/wp-content/uploads/2022/04/kadai-paneer-recipe.jpg" alt="Food 1">
<div class="info">
<h3>Paneer Kadai</h3>
<p>Kadai Paneer – paneer (Indian cottage cheese) and bell peppers cooked in a spicy masala.</p>
</div>
</div>
<div class="menuItem">
<img src="https://tiffinandteaofficial.com/wp-content/uploads/2020/12/IMG_7579-1-scaled.jpg" alt="Food 2">
<div class="info">
<h3>tawa chicken</h3>
<p>Tawa Chicken Recipe. Quick, fragrant and warming indian chicken dish that comes together on a hot tawa(griddle).</p>
</div>
</div>
<div class="menuItem">
<img src="https://www.hungrytau.com/wp-content/uploads/2019/12/Plain-Naan.jpg" alt="Food 2">
<div class="info">
<h3>Plain Naan</h3>
<p>Planning a lunch, brunch or dinner party? Follow this easy Naan recipe with step by step photos.</p>
</div>
</div>
<!-- Add more menu items as needed -->
</section>
<section>
<div class="menuItem">
<img src="https://www.indianhealthyrecipes.com/wp-content/uploads/2020/12/poori-puri-recipe.jpg" alt="Food 1">
<div class="info">
<h3>Puri</h3>
<p>perfect Poori (Puri) recipe, a popular Indian fried bread that is puffy, crispy, and delicious.</p>
</div>
</div>
<div class="menuItem">
<img src="https://s3-ap-south-1.amazonaws.com/betterbutterbucket-silver/vasusvegkitchen-vasusvegkitchen20180801210057743.jpeg" alt="Food 2">
<div class="info">
<h3>Uggani bajji</h3>
<p>Mirchi bajji(mirapakaya bajji in telugu) is good combination for uggani.</p>
</div>
</div>
<div class="menuItem">
<img src="https://media.istockphoto.com/id/1334115358/photo/cabbage-manchurian.jpg?s=612x612&w=0&k=20&c=lZvW1lWr03mQszDbx4v59IAnxWacQ_Ti275hjj18hcE=" alt="Food 2">
<div class="info">
<h3>Gobi manchurian</h3>
<p>Cauliflower is coated with a flour batter and fried till crispy. Crispy cauliflower is then tossed in a spicy, sweet and tangy sauce.</p>
</div>
</div>
<!-- Add more menu items as needed -->
</section>
<section>
<div class="menuItem">
<img src="https://images.unsplash.com/photo-1585032226651-759b368d7246?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nnx8bm9vZGxlc3xlbnwwfHwwfHx8MA%3D%3D">
<div class="info">
<h3>noodles</h3>
<p>Veg Noodles or Vegetable noodles is a simple yet delicious Indo-Chinese recipe where boiled noodles are stir-fried with colorful vegetables and Chinese sauces </p>
</div>
</div>0
<div class="menuItem">
<img src="https://i0.wp.com/www.bharatzkitchen.com/wp-content/uploads/2019/03/aloo-fry-3.jpg?fit=800%2C450&ssl=1" alt="Food 2">
<div class="info">
<h3>FRy potato</h3>
<p>Crispy Potato Fry | Aloo Fry | The Best Aloo Methi Fry | Best Every Crispy Potato Fry Recipe |</p>
</div>
</div>
<div class="menuItem">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQeEDxOh2p10BdmL_bgExWzu-y5dufqJ9Ws3Fx57J5uew&s" alt="Food 2">
<div class="info">
<h3>Jeera Rice</h3>
<p>Jeera Rice is a simple and popular rice recipe</p>
</div>
</div>
<!-- Add more menu items as needed -->
</section>
<section>
<div class="menuItem">
<img src="https://www.shutterstock.com/image-photo/poznan-poland-may-19-2017-260nw-648584629.jpg" alt="Food 1">
<div class="info">
<h3>Cool drinks</h3>
<p>Coca-Cola is hands down the most popular soft drinks brand! </p>
</div>
</div>
<div class="menuItem">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQQ9bv1yu9F1g_ZqMyVb26X3VhxCnvuZnsYs-cEPhrdVg&s" alt="Food 2">
<div class="info">
<h3>Ice creams</h3>
<p>ice-cream-composition-on-a-bowl-royalty</p>
</div>
</div>
<div class="menuItem">
<img src="https://media.istockphoto.com/id/1339612454/photo/cocktails-drinks-classic-alcoholic-long-drink-or-mocktail-highballs-with-berries-lime-herbs.jpg?s=612x612&w=0&k=20&c=de984cto9Naa6gS8904y_A4wWNG0HSJCgACbFXmlqXk=" alt="Food 2">
<div class="info">
<h3>MOctail</h3>
<p>Virgin Mojito. At number one (but in no particular order) is the alcohol-free Mojito.</p>
</div>
</div>
<!-- Add more menu items as needed -->
</section>
</body>
</html>