-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplan-my-meal.html
475 lines (421 loc) · 16.8 KB
/
plan-my-meal.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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
<!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" />
<link
rel="shortcut icon"
href="https://foodxprs.com/assets/images/favicon.png"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="index.css" />
<title>FoodXprs Lunch Services Pvt Ltd | Hyderabad</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<style>
.top-title3 {
/* margin: 50px auto; */
color: black;
text-align: center;
margin-top: 20px;
margin-bottom: -30px;
max-width: 600px;
position: relative;
font-family: "Rancho", cursive;
font-size: 35px;
text-transform: capitalize;
}
.top-title3:before {
content: "";
display: block;
width: 60px;
height: 2px;
background: #5c7f36;
left: 70%;
top: 50%;
position: absolute;
}
.top-title3:after {
content: "";
display: block;
width: 60px;
height: 2px;
background: #5c7f36;
right: 70%;
top: 50%;
position: absolute;
}
.content_middle,
#list_items {
font-size: 20px;
color: rgb(70, 64, 64);
line-height: 30px;
margin-left: 20px;
}
#list_items {
margin-left: 60px;
}
#customer_data {
width: 60%;
height: 450px;
margin-left: 40px;
border: 4px solid rgb(228, 222, 222);
margin-top: 20px;
display: block;
border-radius: 20px;
/* margin-right: auto; */
}
/* input filed symbol */
.input-container {
display: -ms-flexbox; /* IE10 */
display: flex;
width: 400px;
margin-bottom: 15px;
margin-top: 30px;
}
.icon69:hover {
color: rgb(32, 26, 26);
}
.icon69 {
fill: #000;
background: #5c7f36;
}
.icon69 {
padding: 10px;
background: rgb(173, 169, 169);
color: white;
min-width: 50px;
text-align: center;
}
.input-field {
width: 650px;
padding: 10px;
outline: none;
}
.input-field:focus {
border: 2px solid lightgrey;
}
/* Set a style for the submit button */
.note {
color: grey;
}
.note2 {
color: rgb(29, 28, 28);
}
#button_online {
padding: 20px;
margin-top: 20px;
margin-left: 100px;
color: #5c7f36;
color: white;
}
#button_submit {
height: 50px;
width: 150px;
border-radius: 50px;
background-color:dodgerblue;
color: white;
/* margin-left: 100px; */
}
#button_submit > a {
margin: 0 10px;
padding-top: 100px;
text-decoration: none;
font-size: 15px;
color: white;
cursor: pointer;
transition: all 0.3s ease;
}
#button_submit > a:hover {
padding-bottom: 10px;
border-bottom: 3px solid darkolivegreen;
padding-top: 50px;
}
/* Container holding the image and the text */
.order_online {
width: 100%;
margin-top: 20px;
height: 300px;
}
.container {
position: relative;
text-align: center;
font-family: "Rancho", cursive;
color:orange;
font-size: 60px;
}
/* Centered text */
.centered {
margin-left: 70px;
position: absolute;
top: 30%;
left: 55%;
transform: translate(-50%, -50%);
}
/* centere bottom content text */
.small_data {
margin-top: 80px;
color: aliceblue;
font-size: 30px;
position: absolute;
top: 50%;
left: 55%;
transform: translate(-50%, -50%);
}
</style>
</head>
<body>
<!-- navigation bar -->
<div>
<div class="nav_top">
<div class="rtext"><a href="#"><i class="fa fa-envelope icon"></i></a><span> </span> [email protected]</div>
<div class="ltext"><a href="#"><i class="fa fa-phone icon"></i></a><span> </span> +919966773320</div>
<div></div>
<div class="rtext"><a href="https://www.facebook.com/HealthMealDelivery/"><i class="fa fa-facebook icon top_img"></i> </a></div>
<div class="ltext"><a href="https://twitter.com/Food_Xprs"><i class="fa fa-twitter icon top_img"></i></a></div>
<div class="ltext"><a href="https://in.pinterest.com/foodxprs/"><i class="fa fa-pinterest icon top_img"></i></a></div>
<div class="ltext"><a href="https://www.instagram.com/foodxprs/"><i class="fa fa-instagram icon top_img"></i></a></div>
<div class="ltext"><a href="https://www.linkedin.com/company/food-xprs"><i class="fa fa-linkedin icon top_img"></i></a></div>
<div class="ltext"><div style="height: 15px; border-left: 1px solid white;border-right: 1px solid white; text-align: center;"><a href="register.html"><i class="fa fa-user icon top_img"></i></a><span> </span><span id="topRegister"></span> </div></div>
<div class="ltext" ><a href="login.html"><i class="fa fa-user icon top_img"></i></a><span> </span><span id="topLogin"></span></div>
</div>
</div>
<div id="header">
<header>
<div class="logo">
<a href="index.html"><img src="https://foodxprs.com/assets/images/food-xprs.png" class="lozad2"
alt="Food Xprs"></a>
</div>
<nav class="nav_bar">
<a href="index.html">HOME </a>
<a href="about.php.html">ABOUT US</a>
<a href="why-us.php.html">WHY US</a>
<a href="packaging-part.html">PACKAGES</a>
<a href="order-online.html">ORDER ONLINE</a>
<a href="contact-us.html">CONTACT US</a>
</nav>
<div class="nav_icon">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAAYFBMVEX///8AAADPz89LS0uWlpb39/eCgoKQkJCxsbH29vZiYmI4ODh0dHTX19empqbFxcXr6+sQEBDh4eEbGxu7u7s0NDR6enpXV1egoKDJyclvb28ODg6IiIhcXFwfHx8ZGRnwNjATAAACZUlEQVR4nO3dCW7CMBCFYRdIw75vbSm9/y2rqKgUVRo72NJoxv93gveUkGBj7BAAAAAAAAAAAAAAAAAAoAKrdjq0Y9qu+tVbH1/sOa7TC7baYZ/UJvZrZtpJnzZrkgputHNm2KRUPGinzHKIF3zVzpjpNVZwq50w2zbScKodMNtULjjRzlfARGw41o5XwFhsONeOV8BcbGj3ZX83Extqpyui8oY77XQFXMWGJ+14BZzEhlbHTX/JY6iBdrwCFmJDD48auWBYaufLtow0NP803cUKhoV2xEyRT6H9+zR6j3bO2ikznFMKhrDSzvm05GnhxuYgap40l3izHlmbcpuNekx53y7kdmDHts/lAwAAAAAAAAAAxjRvy5Edy7e+P1zsh9q/JfU23PfoN7hqx33KdZBa0O5i9ugy9h+f2jkzfKYUfNdOmeU9XtD6Sm95lXfwsFhfXqofwkU7YLZLpKF2vgLkgnYXC93Jy4bsvgrv5JeivS9r/w3Fhh/a8QrYiA210xVR+TX0/zn0/yz1/z708KiRC1bwvdT+2CI6JeV+fFjBGL+CeRrLT5vEubYK5kuD/znvjvffLQAAAAAAAAAAgCHO94myt9fXoddeXxOj+7XFFkD/srtsKHHPPff7Jrrf+9L//qVf2hEzRfegtX2PdmL3qXa+AuSC/vfz9r8nu/999a3v5t2Rn6ba6YqovKH/c2ZsDpseyWcFWV/l3ZFXettfqh/9I7D7c9cqODvP/H+7EhazW5tke5RwhmVoLI+Bk84h9X+WbLA7hko9DzhUcKZzx/m53AAAAAAAAAAAAAAAAABg0zfn21Nf0tdOJAAAAABJRU5ErkJggg=="
alt="">
</div>
</header>
</div><br><br><br>
<!-- navigation bar -->
<div class="container" >
<img
class="order_online"
src="https://thumbs.dreamstime.com/b/close-up-woman-ordering-food-online-internet-concept-order-food-close-up-woman-ordering-food-online-internet-concept-order-122655244.jpg"
alt=" plan my Meal"
/>
<div class="centered">PLAN MY MEAL</div>
<p class="small_data">
We bring to you the unforgetable moment with our delicious dishes
</p>
</div>
<p class="top-title3" >Plan My Meal</p>
<br />
<div id="customer_data">
<form action="/action_page.php" style="max-width: 500px; margin: auto">
<div class="input-container" id="resp1">
<i class="fa fa-user icon69"></i>
<input
class="input-field"
type="text"
placeholder="Username"
name="user_name"
id="uname"
/>
</div>
<div class="input-container" id="resp4">
<i class="material-icons icon69"></i>
<input class="input-field" type="date" id="data_order" />
</div>
<div class="input-container" id="resp3">
<i class="material-icons icon69"></i>
<select name="Receipe" class="input-field" id="food_type" >
<option value="Select Your Meal Preference">Select Your Meal Preference</option>
<option value="Xprs Millet">Xprs Millet</option>
<option value="Xprs Classic">Xprs Classic</option>
<option value="Xprs Standard">Xprs Standard</option>
<option value="Xprs Fresh">Xprs Fresh</option>
<option value="Xprs Lite">Xprs Lite</option>
</select>
</div>
<div class="input-container" id="resp2">
<i class="material-icons icon69"></i>
<select name="location" class="input-field " id="location1" >
<option value="Select Your Location">Select Your Location</option>
<option value="Hitech City">Hitech City</option>
<option value="Madhapur">Madhapur</option>
<option value="Kavuri hills">Kavuri hills</option>
<option value="Kondapur">Kondapur</option>
<option value="Gachibowli">Gachibowli</option>
<option value="Jubilee Hills Road No 1">Jubilee Hills Road No 1</option>
<option value="Jubilee Hills Road No 10">Jubilee Hills Road No 10</option>
<option value="Jubilee Hills Road No 36">Jubilee Hills Road No 36</option>
<option value="KPHB Colony">KPHB Colony</option>
</select>
</div>
<p class="note"><b class="note2">Note:</b>We Accept only Online payment</p>
</form>
<div id="button_online">
<button id="button_submit"><a href="nil-online.html"><span class="online_order12">Confirm
</span></a></button>
</div>
</div> <br><br><br>
<!--footer-->
<div class="footer-box">
<div class="footer">
<div id="f_about" class="f_box">
<div><h3>ABOUT US</h3></div>
<div>
<p>
FoodXprs Lunch Services Pvt Ltd provides Lunch box Services to
meet the healthy lunch requirements of employees and professionals
who are unable to prepare it themselves lunch due to hectic
mornings.
</p>
</div>
<div>
<div><i class="fa fa-facebook iconb top_img"></i></div>
<div><i class="fa fa-twitter iconb top_img"></i></div>
<div><i class="fa fa-pinterest iconb top_img"></i></div>
<div><i class="fa fa-instagram iconb top_img"></i></div>
<div><i class="fa fa-linkedin iconb top_img"></i></div>
</div>
</div>
<div id="f_imp" class="f_box">
<div><h3>IMPORTANT LINK</h3></div>
<div>
<ul>
<li>
<a href="#"
><span style="color: #fff">Terms & Conditions</span>
</a>
</li>
<li>
<a href="#"><span style="color: #fff">Privacy Policy</span> </a>
</li>
<li>
<a href="#"
><span style="color: #fff"
>How Healthy Is Your Lifestyle</span
>
</a>
</li>
</ul>
</div>
<div>
<img
src="https://foodxprs.com/assets/images/fssai.png"
alt="fssai"
/>
</div>
<p>Lic No: 13619013001552</p>
<div>
<div>
<a
href="https://play.google.com/store/apps/details?id=com.foodxprs&hl=en"
></a
><img
src="https://foodxprs.com/assets/images/play-store.png"
alt="play-store"
/>
</div>
<div>
<a
href="https://apps.apple.com/us/app/foodxprs/id1484597519?ls=1"
></a
><img
src="https://foodxprs.com/assets/images/app-store.png"
alt="app-store"
/>
</div>
</div>
</div>
<div id="f_location" class="f_box">
<div><h3>LOCATE US</h3></div>
<div class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m12!1m8!1m3!1d15225.955834271379!2d78.412183!3d17.436296!3m2!1i1024!2i768!4f13.1!2m1!1s8-2-293%2F82%2FB%2F49%2C%20Gayatri%20Hills%2C%20Jubilee%20Hills%20Road%20No%2010C%2C%20Hyderabad-500033!5e0!3m2!1sen!2sin!4v1615377627901!5m2!1sen!2sin"
width="250"
height="250"
style="border: 0"
allowfullscreen=""
loading="lazy"
></iframe>
</div>
</div>
<div id="f_contact" class="f_box">
<div><h3>CONTACT DETAILS</h3></div>
<div style="margin-bottom: 0px; font-weight: bold">
<p>ADDRESS</p>
</div>
<div>
<div>
<div><i class="fa fa-map-marker icon"></i></div>
<div>
<span
>FOODXPRS LUNCH SERVICES PVT LTD, 8-2-293/82/B/48, Gayathri
Hills, Jubilee Hills Road No 10C, Hyderabad-500033</span
>
</div>
</div>
<div></div>
<div>
<div><i class="fa fa-envelope icon"></i></div>
<div><span>[email protected]</span></div>
</div>
</div>
</div>
</div>
</div>
<!--footer-->
<script>
if (localStorage.getItem("user") === null) {
document.querySelector("#topRegister").textContent = "Register";
document.querySelector("#topLogin").textContent = "Login";
} else {
document.querySelector("#topRegister").textContent = localStorage.getItem("user");
document.querySelector("#topLogin").textContent = "LogOut";
}
function reset(){
if(document.querySelector("#topLogin").textContent === "LogOut"){localStorage.clear();}
}
document.querySelector("#topLogin").addEventListener("click", reset);
function sticky() {
var head = document.querySelector("#header");
head.classList.add("sticky");
if (scrollY < 100) {
head.classList.remove("sticky");
}
}
var cnt = 0;
function navber() {
var nav = document.querySelector("#n_bar");
var mobile = document.querySelector(".mobile_nav");
if (cnt % 2 == 0) {
nav.style.display = "none";
mobile.style.display = "none";
} else {
nav.style.display = "flex";
mobile.style.display = "block";
}
cnt++;
console.log(nav);
}
window.addEventListener("scroll", sticky);
document.querySelector(".nav_icon").addEventListener("click", navber);
</script>
<script src="plan-my-order-module.js"></script>
</body>
</html>