-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
351 lines (338 loc) · 13 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- CSS -->
<link rel="stylesheet" href="./scss/main.css" />
<!-- Js -->
<script src="./js/script.js" defer></script>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
/>
<link rel="icon" type="image/svg" href="./assets/food.svg" sizes="32x32" />
<title>Meal Map | Thoriq AS</title>
</head>
<body id="body">
<!-- Header Section Start -->
<header class="header">
<a href="#" class="logo"><i class="fas fa-utensils"></i> Meal Map</a>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#search">Search</a>
<a href="#category">Category</a>
<a href="#contact">Contact</a>
</nav>
<div class="icons">
<div id="menu-btn" class="fas fa-bars"></div>
<a href="#search" id="search-btn" class="fas fa-search"></a>
<a href="#category" class="fas fa-bowl-food"></a>
<a id="login-btn" class="fas fa-user" onclick="notify()"></a>
</div>
</header>
<!-- Header Section End -->
<!-- Home Section Start-->
<section class="home" id="home">
<div class="row">
<div class="content">
<h1>
Discover and Share <br />
Delicious Recipes Here!
</h1>
<p>
Welcome to Meal Map, your go-to destination for mouthwatering
recipes from across the globe. Whether you're a foodie or just love
to cook, our platform has something for everyone. From quick and
easy weeknight dinners to elaborate gourmet meals, our curated
collection of recipes has got you covered.
</p>
<a href="#search" class="btn"
><i class="fa fa-search-plus"></i> Browse Recipe</a
>
</div>
<div class="images">
<img src="./assets/homeImg.png" alt="" />
</div>
</div>
</section>
<!-- Home Section End -->
<section class="search-food">
<div class="container">
<h1 id="search">Search Your Favorite Dish Here</h1>
<form>
<input type="text" placeholder="Search Your Recipe..." />
<button>
<i type="button" class="fa fa-search" name="search"></i>
</button>
</form>
<div class="centerDiv">
<div id="loading"></div>
</div>
<div class="search-result">
<div class="item">
<img src="./assets/sadnwich.jpg" alt="" />
<div class="flex-container">
<h1 class="title">Southern Tomato Sandwich</h1>
<a
class="view-btn"
href="https://www.realsimple.com/food-recipes/browse-all-recipes/tomato-bacon-sandwich"
target="_blank"
>View Recipe</a
>
</div>
<p class="item-data">Calories: 1544.50</p>
<p class="item-data">Calories: Sandwiches</p>
<p class="list-ingredient">
Ingredient:
<li class="list-group-item">½ Cup Mayonnaise</li>
<li class="list-group-item">1 Tablespoon Fresh Lemon Juice</li>
<li class="list-group-item">1 Garlic Clove Finely Chopped</li>
<li class="list-group-item">1 Teaspoon Black Pepper</li>
<li class="list-group-item">
8 (1½-Inch-Thick) Pain De Mie Or White Bread Slices
</li>
<li class="list-group-item">
4 Large Heirloom Tomatoes Cut Into ½-Inch-Thick Slices
</li>
<li class="list-group-item">1 Teaspoon Kosher Salt</li>
</p>
</div>
<div class="item">
<img src="./assets/salmon.jpg" alt="" />
<div class="flex-container">
<h1 class="title">Foil Roasted Salmon with an Aromatic Jus</h1>
<a
class="view-btn"
href="https://food52.com/blog/1424-foil-roasted-salmon-with-an-aromatic-jus"
target="_blank"
>View Recipe</a
>
</div>
<p class="item-data">Calories: 2401.48</p>
<p class="item-data">Food Type: Main Course</p>
<p class="list-ingredient">
Ingredient:
<li class="list-group-item">2 pounds salmon filet</li>
<li class="list-group-item">1 large leek</li>
<li class="list-group-item">1 large shallot</li>
<li class="list-group-item">1 garlic clove, sliced thinly</li>
<li class="list-group-item">2 bay leaves</li>
<li class="list-group-item">
4 to 6 fresh tarragon or thyme stems
</li>
<li class="list-group-item">1 cup white wine</li>
<li class="list-group-item">Salt and pepper</li>
</p>
</div>
<div class="item">
<img src="./assets/ayam.png" alt="" />
<div class="flex-container">
<h1 class="title">AYAM™ BBQ Marinated Calamari</h1>
<a
class="view-btn"
href="https://mouthsofmums.com.au/recipe/ayam-bbq-marinated-calamari/"
target="_blank"
>View Recipe</a
>
</div>
<p class="item-data">Calories: 774.23</p>
<p class="item-data">Food Type: Startermain Main Course</p>
<p class="list-ingredient">
Ingredient:
<li class="list-group-item">400g Calamari Tubes</li>
<li class="list-group-item">2 Tbsp. AYAM™ Oyster Sauce</li>
<li class="list-group-item">2 Tbsp. AYAM™ Plum Sauce</li>
<li class="list-group-item">2 Cloves Garlic Crushed</li>
<li class="list-group-item">2 Tsp Grated Lemon Rind</li>
<li class="list-group-item">2 Tbsp. Olive Oil</li>
<li class="list-group-item">½ Red Capsicum Thinly Sliced</li>
<li class="list-group-item">1 red onion, cut into thin wedges</li>
</p>
</div>
</div>
</div>
</section>
<!-- Category Section Start -->
<section class="category">
<div class="container">
<h1 class="heading" id="category">
<span>food recipes by country</span>
</h1>
<!-- <h1 class="coming-soon">This Featur is Comming Soon!</h1> -->
<div class="box-container">
<div class="box">
<div class="image">
<img src="./assets/asian.jpg" alt="" />
</div>
<div class="content">
<h3>Asian Foods</h3>
<p>Exploring Tasty and Flavorful Asian Cuisine Recipes</p>
<a onclick="searchByCategory('Asian')" class="asia btn"
>read more</a
>
</div>
</div>
<div class="box">
<div class="image">
<img src="./assets/american.jpg" alt="" />
</div>
<div class="content">
<h3>American Foods</h3>
<p>Exploring Tasty and Flavorful American Cuisine Recipes</p>
<a onclick="searchByCategory('American')" class="btn"
>read more</a
>
</div>
</div>
<div class="box">
<div class="image">
<img src="./assets/japan.jpg" alt="" />
</div>
<div class="content">
<h3>Japan Foods</h3>
<p>Exploring Tasty and Flavorful Japan Cuisine Recipes</p>
<a onclick="searchByCategory('Japan')" class="btn">read more</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="./assets/korea.jpg" alt="" />
</div>
<div class="content">
<h3>Korea Foods</h3>
<p>Exploring Tasty and Flavorful Korea Cuisine Recipes</p>
<a onclick="searchByCategory('Korea')" class="btn">read more</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="./assets/italia.jpg" alt="" />
</div>
<div class="content">
<h3>Italia Foods</h3>
<p>Exploring Tasty and Flavorful Italia Cuisine Recipes</p>
<a onclick="searchByCategory('Italian')" class="btn">read more</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="./assets/india.jpg" alt="" />
</div>
<div class="content">
<h3>India Foods</h3>
<p>Exploring Tasty and Flavorful Indian Cuisine Recipes</p>
<a onclick="searchByCategory('Indian')" class="btn">read more</a>
</div>
</div>
</div>
</div>
<div id="load-more">load more</div>
</section>
<!-- Category Section End -->
<!-- Footer Start -->
<footer class="footer" id="footer">
<div class="main-content">
<div class="left box">
<h2>About us</h2>
<div class="content">
<p>
Welcome to Meal Map, your go-to destination for mouthwatering
recipes from across the globe. Whether you're a foodie or just
love to cook, our platform has something for everyone. From quick
and easy weeknight dinners to elaborate gourmet meals, our curated
collection of recipes has got you covered.
</p>
<br />
<p>
Explore our vast database of recipes from different countries and
regions, and learn about new ingredients and cooking techniques.
Share your favorite recipes with our community and get inspired by
what others have to offer.
</p>
<div class="social">
<a href="#footer"><span class="fab fa-facebook-f"></span></a>
<a href="#footer"><span class="fab fa-twitter"></span></a>
<a href="#footer"><span class="fab fa-instagram"></span></a>
<a href="#footer"><span class="fa-brands fa-youtube"></span></a>
</div>
</div>
</div>
<div class="center box" id="contact">
<h2>Address</h2>
<div class="content">
<div class="place">
<span class="fas fa-map-marker-alt"></span>
<span class="text">Indonesia, Earth</span>
</div>
<div class="phone">
<span class="fas fa-phone-alt"></span>
<span class="text">+6282-1234-5678</span>
</div>
<div class="email">
<span class="fas fa-envelope"></span>
<span class="text">[email protected]</span>
</div>
</div>
</div>
<div class="right box">
<h2>Contact us</h2>
<div class="content">
<form action="">
<div class="email">
<div class="text">Email</div>
<input type="email" placeholder="Email address..." required />
</div>
<div class="msg">
<div class="text">Message</div>
<input type="text" placeholder="Your message..." required />
</div>
<div class="btn-msg">
<button type="submit" onclick="notify()">Send</button>
</div>
</form>
</div>
</div>
</div>
<div class="bottom">
<span class="credit"
>Copyright <span class="far fa-copyright"></span> 2022
</span>
<span>
<a href="https://github.com/Muhthoriqas" target="_blank">Thoriq AS</a>
| All rights reserved.</span
>
</div>
</footer>
<!-- Footer End -->
<!-- Coming Soon Section Start -->
<div class="form-notify">
<h2>This Featur Is <br />Comming Soon!</h2>
<div class="centerDiv">
<input type="submit" value="Okay ☕" onclick="notify()" />
<i class="fa-solid fa-xmark" onclick="notify()"></i>
</div>
</div>
<!-- Coming Soon Section End-->
<!-- Not Found Section Start-->
<div class="form-notify2">
<h2>Upss Data Not Found!!! <br />Search Another Recep</h2>
<div class="centerDiv">
<input type="submit" value="Okay 🍟" onclick="notify2()" />
<i class="fa-solid fa-xmark" onclick="notify2()"></i>
</div>
</div>
<!-- Not Found Section End -->
<!--Success Alert Start-->
<div class="form-notify3">
<h2>Sucess Get Recipes</h2>
<div class="centerDiv">
<input type="submit" value="Okay 🌮" onclick="notify3()" />
<i class="fa-solid fa-xmark" onclick="notify3()"></i>
</div>
</div>
<!--Success Alert End -->
</body>
</html>