-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdirectoy.html
434 lines (383 loc) · 13.2 KB
/
directoy.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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!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>Directory</title>
<style>
#nav {
display: flex;
/* margin-top: 200px; */
justify-content: space-evenly;
background-color: green;
color: white;
height: 60px;
}
#top {
display: flex;
}
#logo {
margin-right: 80px;
width: 200px;
height: 80px;
}
#sub-1>img {
width: 50px;
height: 50px;
margin-right: 30px;
}
#sub-1 {
display: flex;
margin: 5px 20px 5px 0px;
}
#sub-2 {
display: flex;
margin-left: 200px;
margin-top: 20px;
}
#sub-2>button,
button {
width: 80px;
height: fit-content;
}
#nav>h4:hover {
background-color: rgb(4, 82, 4);
}
/* //////////Nav barr csss part */
body{
margin: 0px;
padding: 0px;
background-color: white;
}
#md1{
margin: auto;
}
.md1a{
text-align: center;
}
.md1b{
text-decoration: double;
text-align: center;
}
.md1b button{
background-color: rgb(150, 228, 228);
border-radius: 10px;
width: 100px;
/* margin-right: 10px; */
}
#md1 img{
justify-self:center ;
width: 90%;
margin-left: 50px;
}
#md2{
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 40px;
}
#md2 div{
/* border: red solid; */
height: 550px;
text-align: center;
margin: 20px 40px ;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
/* text-align: center; */
}
#md2 div>img{
width: 98%;
/* margin-left: 50px; */
height: 50%;
}
a{
text-decoration: none;
}
#bottom{
margin-top: 50px;
display: flex;
justify-content:space-between;
height: 300px;
background-color: rgb(28, 131, 28);
}
#bottom div{
width: 20%;
height: 100px;
font-size: small;
border: 2px red;
}
</style>
</head>
<body>
<!-- nav bar part start -->
<div id="top">
<img id="logo" src="./logs.png" alt="">
<div id="sub-1">
<a href="./savelives.html">
<img src="https://www.kindmeal.my/images/follow_blog_grey.png" alt="">
</a>
<a href="https://www.facebook.com/KindMeal.my">
<img src="https://www.kindmeal.my/images/follow_facebook_grey.png" alt="">
</a>
<a href="https://twitter.com/KindMeal">
<img src="https://www.kindmeal.my/images/follow_twitter_grey.png" alt="">
</a>
</div>
<div id="sub-2">
<button id="before_login"> <a href="./login.html"> Email</a></button>
<button id="before_signup"><a href="./signup.html"> sign-up</a></button>
<button onclick="logout()"> <a href="#"></a> Sign out</button>
<button>Facebook</button>
</div>
<h4 id="user_name"> </h4>
</div>
<div id="nav">
<h4> <a href="./index.html"> Home </a></h4>
<h4> <a href="./mealdeal.html">Meal Deals</a> </h4>
<h4> <a href="./kindmoment.html"> KindMoments</a></h4>
<h4> <a href="./hotpick.html"> Hot Picks </a></h4>
<h4> <a href="./recipe.html"> Recipes</a></h4>
<h4> <a href="./directoy.html"> Directory </a></h4>
<h4> <a href="./articles.html"> Articles </a></h4>
<h4> <a href="./help.html"> Help</a></h4>
</div>
<!-- Nav bar part end -->
<div id="md1">
<div class="md1a"><h2> Vegetarian Restaurants In Malaysia</h2>
<h5>Looking for even more delicious choices? Explore hundreds of vegetarian and vegan restaurants in Malaysia. <br>
Are you a restaurant or cafe owner? Boost your business with an attractive KindMeal profile and deals for FREE.
Find out more or contact us now.
</div>
<div class="md1b"> <input type="text" placeholder="Search Shop Name">
<select name="all catagory" id="">
<option value="">All Shops In Malaysia</option>
<option value="pizza">pizza</option>
<option value="burger">burger</option>
<option value="pasta">pasta</option>
<option value="salad">salad</option>
</select>
<select name="all location" id="">
<option value="">All location</option>
<option value="Maharastra">Maharastra</option>
<option value="rajstan">rajstan</option>
<option value="hydrabad">hydrabad</option>
<option value="kerla">kerla</option>
</select>
<button >Search Shops</button>
<button >Add Shop </button>
</div>
</div>
<div id="md2">
<div>
<img src="./staticmap (1).png" alt="">
<h2>Alam N-Ion</h2>
<p>
We serve delicious home-cooked vegetarian meals, crafted with the healthiest
ingredients and plenty of love. We also sell natural, handmade clay and wooden Buddhist
crafts, health suppleme… show more</p>
<h5>Address <br>
15, Jalan 12/144A, Taman Bukit Cheras , 56000 Kuala Lumpur, Wilayah Persekutuan
Phone <br>
019-275 9973
Opening Hours <br>
Fri - Wed: 9am - 4pm; Thu: Closed</h5>
</div>
<div>
<img src="./staticmap (2).png" alt="">
<h2>All Vegetarian Mart</h2>
<p>
All Vegetarian Mart is a cafe-style vegetarian mart, with selected vegan options available.
We delight you with a delicious range of Asian and Western cuisines, complemented with an assort… show more</p>
<h5>Address <br>
15, Jalan 12/144A, Taman Bukit Cheras , 56000 Kuala Lumpur, Wilayah Persekutuan
Phone <br>
019-275 9973
Opening Hours <br>
Fri - Wed: 9am - 4pm; Thu: Closed</h5>
</div>
<div>
<img src="./staticmap (3).png" alt="">
<h2>Alam N-Ion</h2>
<p>
We serve delicious home-cooked vegetarian meals, crafted with the healthiest
ingredients and plenty of love. We also sell natural, handmade clay and wooden Buddhist
crafts, health suppleme… show more</p>
<h5>Address <br>
15, Jalan 12/144A, Taman Bukit Cheras , 56000 Kuala Lumpur, Wilayah Persekutuan
Phone <br>
019-275 9973
Opening Hours <br>
Fri - Wed: 9am - 4pm; Thu: Closed</h5>
</div>
<div>
<img src="./staticmap (4).png" alt="">
<h2>Alam N-Ion</h2>
<p>
We serve delicious home-cooked vegetarian meals, crafted with the healthiest
ingredients and plenty of love. We also sell natural, handmade clay and wooden Buddhist
crafts, health suppleme… show more</p>
<h5>Address <br>
15, Jalan 12/144A, Taman Bukit Cheras , 56000 Kuala Lumpur, Wilayah Persekutuan
Phone <br>
019-275 9973
Opening Hours <br>
Fri - Wed: 9am - 4pm; Thu: Closed</h5>
</div>
<div>
<img src="./staticmap (5).png" alt="">
<h2>Alam N-Ion</h2>
<p>
We serve delicious home-cooked vegetarian meals, crafted with the healthiest
ingredients and plenty of love. We also sell natural, handmade clay and wooden Buddhist
crafts, health suppleme… show more</p>
<h5>Address <br>
15, Jalan 12/144A, Taman Bukit Cheras , 56000 Kuala Lumpur, Wilayah Persekutuan
Phone <br>
019-275 9973
Opening Hours <br>
Fri - Wed: 9am - 4pm; Thu: Closed</h5>
</div>
<div>
<img src="./staticmap (6).png" alt="">
<h2>Alam N-Ion</h2>
<p>
We serve delicious home-cooked vegetarian meals, crafted with the healthiest
ingredients and plenty of love. We also sell natural, handmade clay and wooden Buddhist
crafts, health suppleme… show more</p>
<h5>Address <br>
15, Jalan 12/144A, Taman Bukit Cheras , 56000 Kuala Lumpur, Wilayah Persekutuan
Phone <br>
019-275 9973
Opening Hours <br>
Fri - Wed: 9am - 4pm; Thu: Closed</h5>
</div>
<div>
<img src="./staticmap (7).png" alt="">
<h2>Alam N-Ion</h2>
<p>
We serve delicious home-cooked vegetarian meals, crafted with the healthiest
ingredients and plenty of love. We also sell natural, handmade clay and wooden Buddhist
crafts, health suppleme… show more</p>
<h5>Address <br>
15, Jalan 12/144A, Taman Bukit Cheras , 56000 Kuala Lumpur, Wilayah Persekutuan
Phone <br>
019-275 9973
Opening Hours <br>
Fri - Wed: 9am - 4pm; Thu: Closed</h5>
</div>
<div>
<img src="./staticmap (8).png" alt="">
<h2>Alam N-Ion</h2>
<p>
We serve delicious home-cooked vegetarian meals, crafted with the healthiest
ingredients and plenty of love. We also sell natural, handmade clay and wooden Buddhist
crafts, health suppleme… show more</p>
<h5>Address <br>
15, Jalan 12/144A, Taman Bukit Cheras , 56000 Kuala Lumpur, Wilayah Persekutuan
Phone <br>
019-275 9973
Opening Hours <br>
Fri - Wed: 9am - 4pm; Thu: Closed</h5>
</div>
<div>
<img src="./staticmap (9).png" alt="">
<h2>Alam N-Ion</h2>
<p>
We serve delicious home-cooked vegetarian meals, crafted with the healthiest
ingredients and plenty of love. We also sell natural, handmade clay and wooden Buddhist
crafts, health suppleme… show more</p>
<h5>Address <br>
15, Jalan 12/144A, Taman Bukit Cheras , 56000 Kuala Lumpur, Wilayah Persekutuan
Phone <br>
019-275 9973
Opening Hours <br>
Fri - Wed: 9am - 4pm; Thu: Closed</h5>
</div>
<div>
<img src="./staticmap (10).png" alt="">
<h2>Alam N-Ion</h2>
<p>
We serve delicious home-cooked vegetarian meals, crafted with the healthiest
ingredients and plenty of love. We also sell natural, handmade clay and wooden Buddhist
crafts, health suppleme… show more</p>
<h5>Address <br>
15, Jalan 12/144A, Taman Bukit Cheras , 56000 Kuala Lumpur, Wilayah Persekutuan
Phone <br>
019-275 9973
Opening Hours <br>
Fri - Wed: 9am - 4pm; Thu: Closed</h5>
</div>
</div>
<div id="bottom">
<div>General<br>
Homebr <br>
Sign Up <br>
Businesses / Restaurateurs <br>
Advertising <br>
About KindMeal.my<br>
Help & FAQ<br>
Terms & Conditions<br>
Inspiring Partners<br>
Lifestyle Ambassadors<br>
Jobs & Careers<br>
Contact Us</div>
<div>Features<br>
Meat-Free Deals<br>
Tasty Menus<br>
Kind Moments<br>
Meat-Free Recipes<br>
Member Recommendations<br>
Featured Restaurants<br>
Vegetarian & Vegan Directory<br>
Food Map<br>
Become A Superhero<br>
Vegan News & Vegetarian Articles<br>
Latest Comments</div>
<div>Social Media<br>
KindMeal Widget<br>
Facebook<br>
Twitter<br>
Instagram</div>
<div>Mobile<br>
iPhone & iPod App<br>
Android App<br>
Exciting Promos<br>
Gadhimai: Ending Mass Slaughter<br>
Free Meals<br>
Food Bloggers<br>
Uber CHIRP<br>
Jane Goodall Contest<br>
Win Digi iPhone 6<br>
Feed The Poor<br>
Win Superhero Gifts<br>
Win an iPad Mini 3</div>
<div>PetFinder.my<br>
Adopt A Pet<br>
Smartphone Apps<br>
WAGazine<br>
Discussion Forum<br>
Medical Fund</div>
</div>
</body>
</html>
<script>
var hidden = false;
let login_detail = JSON.parse(localStorage.getItem("signup_details"));
let login_status=localStorage.getItem("login_status")
// console.log(login_status);exit();
if(login_status=='true'){
document.getElementById("user_name").innerText=login_detail.name
hidden=true
// var x=document.getElementsById("before_login")
document.getElementById("before_login").style.visibility="hidden";
document.getElementById("before_signup").style.visibility="hidden";
}else{
document.getElementById("before_login").style.visibility="visible";
document.getElementById("before_signup").style.visibility="visible";
window.location = "login.html";
}
function logout(){
localStorage.setItem("login_status",false)
window.location = "login.html";
}
</script>