-
Notifications
You must be signed in to change notification settings - Fork 1
/
MealDeals.html
346 lines (307 loc) · 13.8 KB
/
MealDeals.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
<!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">
<title>Meal Deals</title><link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./stylesheets/Meals.css">
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="stylesheet" href="./styles/footer.css">
</head>
<body>
<div id="navbar"></div>
<div id="topsection">
<div>
<div id="topheading">
<h2>Meat-Free Deals</h2>
<p>Restaurants In Malaysia</p>
</div>
<div>
<p>Browse delicious meat-free, vegetarian deals from top restaurants and cafes! Just click on "Get Free Coupon" to obtain instant discounts and dine at the restaurants.</p>
<p>No upfront payment, booking or printing is needed. If you share it on social media, you'll even DOUBLE your discount!</p>
<p>Download our mobile app now to easily get coupons and start dining in a few seconds. Effortlessly save lives, health, environment and money now!</p>
</div>
<div id="input">
<input type="text" placeholder="Search Shop or Deal Name" oninput="search()" id="search">
<select id="SortDiscount" onchange="SortDiscount()">
<option value="select">Sort By Discount</option>
<option value="asc">Ascending</option>
<option value="desc">Descending</option>
</select>
<select id="SortExpiry" onchange="SortExpiry()">
<option>Sort By Expiry</option>
<option value="asc">Ascending</option>
<option value="desc">Descending</option>
</select>
<button >Search Deals</button>
<button>Browse Restaurants</button>
</div>
</div>
</div>
<div id="middlesection">
<img src="https://www.kindmeal.my/images/banner_directory.jpg" alt="advertisement">
<div id="container"></div>
</div>
<div id="downad">
<img src="https://www.kindmeal.my/images/how_kindmeal_works.png" alt="">
</div>
<div id="footer"></div>
</body>
</html>
<script type="module">
import DishplayNavbar from "./components/navbar.js"
import dishplayFooter from "./components/footer.js"
let Navbar = document.querySelector("#navbar")
Navbar.innerHTML = DishplayNavbar()
let Footer = document.querySelector("#footer")
Footer.innerHTML = dishplayFooter()
</script>
<script src="./scripts/Meals.js"></script>
<script>
let Data = [
{
Image : "https://www.kindmeal.my/photos/deal/7/720-5195-l.jpg",
Discount : "10",
Name : "Yishensu Groceries Ipoh",
Desc : "Yishensu Groceries, Ipoh offers you a wide range of healthy, nutritious and tasty vegetarian products! We develop our own exclus..",
Expires : "5",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
},
{
Image : "https://www.kindmeal.my/photos/deal/6/649-3919-l.jpg",
Discount : "15",
Name : "Vegelab — Cheras, Kuala Lumpur",
Desc : "Experience our delectable selection of fusion Western cuisine, crafted with heart to promote a healthy and compassionate eating li..",
Expires : "6",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
},
{
Image : "https://www.kindmeal.my/photos/deal/7/712-5119-l.jpg",
Discount : "20",
Name : "Hijau — Kuala Lumpur, Wilayah Persekutuan",
Desc : "Indulge in Malay-Indo fusion cuisine, a plant-based comfort food and healthy pleasure! Hijau is your go-to, where you can embrac..",
Expires : "8",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
},
{
Image : "https://www.kindmeal.my/photos/deal/4/403-1390-l.jpg",
Discount : "15",
Name : "Jamaica Blue — Shah Alam & 1 Branch",
Desc : "Serving classic dishes with a contemporary twist, using the freshest and seasonal ingredients. Select from any of our meat-free i..",
Expires : "1",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
},
{
Image : "https://www.kindmeal.my/photos/deal/5/529-2478-l.jpg",
Discount : "10",
Name : "Dining Bowl — Kuala Lumpur, Wilayah Persekutuan",
Desc : "Dining Bowl — Kuala Lumpur, Wilayah Persekutuan",
Expires : "3",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
},
{
Image : "https://www.kindmeal.my/photos/deal/6/610-3386-l.jpg",
Discount : "15",
Name : "Vegelab — Cheras, Kuala Lumpur",
Desc : "Experience our delectable selection of fusion Western cuisine, crafted with heart to promote a healthy and compassionate eating li..",
Expires : "9",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
},
{
Image : "https://www.kindmeal.my/photos/deal/6/649-3919-l.jpg",
Discount : "14",
Name : "Vegelab — Cheras, Kuala Lumpur",
Desc : "Experience our delectable selection of fusion Western cuisine, crafted with heart to promote a healthy and compassionate eating li..",
Expires : "6",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
},
{
Image : "https://www.kindmeal.my/photos/deal/7/712-5119-l.jpg",
Discount : "24",
Name : "Hijau — Kuala Lumpur, Wilayah Persekutuan",
Desc : "Indulge in Malay-Indo fusion cuisine, a plant-based comfort food and healthy pleasure! Hijau is your go-to, where you can embrac..",
Expires : "8 ",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
},
{
Image : "https://www.kindmeal.my/photos/deal/4/403-1390-l.jpg",
Discount : "11",
Name : "Jamaica Blue — Shah Alam & 1 Branch",
Desc : "Serving classic dishes with a contemporary twist, using the freshest and seasonal ingredients. Select from any of our meat-free i..",
Expires : "9",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
},
{
Image : "https://www.kindmeal.my/photos/deal/5/591-3151-l.jpg",
Discount : "18",
Name : "Dining Bowl — Kuala Lumpur, Wilayah Persekutuan",
Desc : "Dining Bowl — Kuala Lumpur, Wilayah Persekutuan",
Expires : "3",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
},
{
Image : "https://www.kindmeal.my/photos/deal/7/717-5054-l.jpg",
Discount : "14",
Name : "Vegelab — Cheras, Kuala Lumpur",
Desc : "Experience our delectable selection of fusion Western cuisine, crafted with heart to promote a healthy and compassionate eating li..",
Expires : "6",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
},
{
Image : "https://www.kindmeal.my/photos/deal/6/664-4296-m.jpg",
Discount : "10",
Name : "Hijau — Kuala Lumpur, Wilayah Persekutuan",
Desc : "Indulge in Malay-Indo fusion cuisine, a plant-based comfort food and healthy pleasure! Hijau is your go-to, where you can embrac..",
Expires : "8",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
},
{
Image : "https://www.kindmeal.my/photos/deal/4/403-1390-l.jpg",
Discount : "25",
Name : "Jamaica Blue — Shah Alam & 1 Branch",
Desc : "Serving classic dishes with a contemporary twist, using the freshest and seasonal ingredients. Select from any of our meat-free i..",
Expires : "7",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
},
{
Image : "https://www.kindmeal.my/photos/deal/5/529-2478-l.jpg",
Discount : "30",
Name : "Dining Bowl — Kuala Lumpur, Wilayah Persekutuan",
Desc : "Dining Bowl — Kuala Lumpur, Wilayah Persekutuan",
Expires : "3",
Logo1 : "https://www.kindmeal.my/images/icon_egg.png",
Logo2 : "https://www.kindmeal.my/images/icon_milk.png",
Logo3 : "https://www.kindmeal.my/images/icon_alcohol.png"
}
]
let Container = document.querySelector("#container")
display(Data)
function display(Data){
Container.innerHTML = null
Data.forEach((el)=>{
let Division = document.createElement("div")
let Image = document.createElement("img")
Image.src = el.Image;
let Discount = document.createElement("div")
Discount.setAttribute("id","discount")
Discount.innerText = el.Discount + "%"
let Division1 = document.createElement("div")
let Title = document.createElement("p")
Title.setAttribute("id","title")
Title.innerText = el.Name;
let Desc = document.createElement("p")
Desc.setAttribute("id","desc")
Desc.innerText = el.Desc
Division1.append(Title,Desc)
let Button = document.createElement("button")
Button.innerText = "Get FREE Coupon"
let Division2 = document.createElement("div")
Division2.setAttribute("id","bottom")
let Discount2 = document.createElement("p")
Discount2.style.textAlign = "center"
Discount2.innerText = "KindMeal Discount" + "\n" + el.Discount + "% Off"
Discount2.style.fontSize = "18px"
let Days = document.createElement("h4")
Days.innerText = "Expire In" + "\n" + el.Expires + " Days"
let Division3 = document.createElement("div")
Division3.setAttribute("id","logo")
let Logo1 = document.createElement("img")
Logo1.src = el.Logo1
let Logo2 = document.createElement("img")
Logo2.src = el.Logo2
let Logo3 = document.createElement("img")
Logo3.src = el.Logo3
Division3.append(Logo1,Logo2,Logo3)
Division2.append(Division3,Discount2,Days)
Division.append(Image,Discount,Division1,Button,Division2)
Container.append(Division)
})
}
function SortDiscount(){
let newData = Data;
let Sort = document.querySelector("#SortDiscount");
let sortData = newData.sort((a,b)=>{
if(Sort.value == "asc"){
if(a.Discount>b.Discount){
return 1
}
if(b.Discount>a.Discount){
return -1
}
return 0
}
else if(Sort.value == "desc"){
if(a.Discount>b.Discount){
return -1
}
if(b.Discount>a.Discount){
return 1
}
return 0
}
})
display(sortData)
}
function SortExpiry(){
let newData = Data;
let sort = document.querySelector("#SortExpiry");
let sortData = newData.sort((a,b)=>{
if(sort.value == "asc"){
if(a.Expires>b.Expires){
return 1
}
if(b.Expires>a.Expires){
return -1
}
return 0
}
else if(sort.value == "desc"){
if(a.Expires>b.Expires){
return -1
}
if(b.Expires>a.Expires){
return 1
}
return 0
}
})
display(sortData)
}
function search(){
let inputvalue = document.querySelector("#search")
let newData = Data;
let sortData = newData.filter((el)=>{
return el.Name.includes(inputvalue.value)
})
display(sortData)
}
</script>