-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
562 lines (433 loc) · 19.7 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
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
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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>
</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>
<!-- navigation bar -->
<!---nil scrol img -->
<div class="slideshow-container">
<div class="mySlides fade">
<div class="numbertext12">
<h3 class="title-animated">Get Your Lunch Meal At <br><span class="text-large23">Rs 60*</span>
& Free
Delivery</h3> <button id="order-buttn"><a href="order-online.html"><span class="order-1">ORDER
NOW</span></a></button>
</div>
<img src="https://foodxprs.com/assets/images/slider/home-cooked-healthy-food-delivery-services-hyderabad.jpg" class="nil_img"
style="width:120%">
<div class="text21">Caption Text</div>
</div>
<div class="mySlides fade">
<div class="numbertext12">
<h3 class="title-animated">Get Your cashback <br><span class="text-large23">Rs 50*</span>
On Refral</h3> <button id="order-buttn"><a href="order-online.html"><span class="order-1">ORDER
NOW</span></a></button>
</div>
<img src="https://foodxprs.com/assets/images/slider/best-lunch-box-food-delivery-service-hyderabad.jpg"class="nil_img"
style="width:120%">
<div class="text21">Caption Text</div>
</div>
<a class="prev22" onclick="plusSlides(-1)">❮</a>
</div>
<br>
<div style="text-align:center;">
<span class="dot22" onclick="currentSlide(1)"></span>
<span class="dot22" onclick="currentSlide(2)"></span>
</div>
<!---nil scrol img -->
<!---jonsnow scrol img -->
<div id="jonsnow-edit-nil32">
<div id="jonsnow-edit-nil90">
<p class="top-title2345">ABOUT US</p>
</div>
<div id="jonsnow-edit-nil33">
<img src="https://foodxprs.com/assets/images/best-healthy-food-online-delivery-services-hyderabad.jpg"
class="jonsnow-edit-nil34">
</div>
<div id="jonsnow-edit-nil388">
<div id="jonsnow-edit-nil38">
<p class="jonsnow-edit-nil-p1">FoodXprs Lunch Services Pvt Ltd provides Lunch Services to meet the
<br>healthy
lunch requirements of employees and professionals who are unable <br> to prepare it themselves lunch
dueto hectic mornings.
</p>
</div>
<div id="jonsnow-edit-nil38">
<p class="jonsnow-edit-nil-p123">FoodXprs Lunch Services Pvt Ltd is an online Lunch Services provider
based out of <br> Hyderabad. At Food
Xprs we understand that freshly cooked food is both healthier and <br> tastier than food which has
been
prepared, kept & reheated. To maintain your health <br> always insist on having freshly cooked food.
For
optimum nutrition we should eat a varied <br> diet with different vegetables, fruit and grain. This
is
because each food contains different <br> nutrients by way of vitamins, minerals & trace elements.
By
eating a varied diet, the body <br> is able to selectively absorb those elements which it needs for
its
growth and well- being. <br> Here’s good news for people who are concerned about their health and
wish
to remain <br> healthy and well, people having nagging problems that are undermining the quality of
<br>
their lives, people with gastric problems that make your life miserable. Freshly cooked <br> food
help
in overcoming many of the above problems. FoodXprs Lunch Services Pvt Ltd <br> is started with an
objective to provide healthy lunch services at affordable prices.<br> Currently we are providing
services in <span class="nil-jonsnow-edit-anchor">Jubilee Hills, Hitech City, Madhapur, Kavuri<br>
Hills,
Ayyappa Society, Kondapur, Gachibowli, KPHB Colony.</span>
</p>
</div>
</div>
</div>
<div id="jonsnow-service-heading">
<p >OUR SERVICE</p>
<h1>What We Offer</h1>
</div>
<section id="jonsnow-service-sec">
<div class="jonsnow-icon-box">
<div class="jonsnow-icon-img">
<div class="small_num">1</div>
<div class="imgicon21"><i class="fa fa-laptop icon21 "></i></div>
</div>
<div class="jonsnow-icon-title">
<h2>Online Order</h2>
</div>
<div class="jonsnow-icon-desc">
<p>Log on to foodxprs.com and select food type. Subscribe to monthly package of your choice</p>
</div>
</div>
<div class="jonsnow-icon-box">
<div class="jonsnow-icon-img">
<div class="small_num">2</div>
<div class="imgicon21"><i class="fa fa-truck icon21 "></i></div>
</div>
<div class="jonsnow-icon-title">
<h2>Fast Delivery</h2>
</div>
<div class="jonsnow-icon-desc">
<p>The food will be delivered hot in steel boxes straight from the kitchen within 45 minutes of cooking
</p>
</div>
</div>
<div class="jonsnow-icon-box">
<div class="jonsnow-icon-img">
<div class="small_num">3</div>
<div class="imgicon21"><i class="fa fa-apple icon21 "></i></div>
</div>
<div class="jonsnow-icon-title">
<h2>Hygienic Food</h2>
</div>
<div class="jonsnow-icon-desc">
<p>The food will be prepared from the freshly sourced vegetables every morning with daily rotation of
menu</p>
</div>
</div>
<div class="jonsnow-icon-box">
<div class="jonsnow-icon-img">
<div class="small_num">4</div>
<div class="imgicon21"><i class="fa fa-leaf icon21 " ></i></div>
</div>
<div class="jonsnow-icon-title">
<h2>Freshly Cooked</h2>
</div>
<div class="jonsnow-icon-desc">
<p>In order to retain the freshness, taste, nutrients, the food is prepared and delivered right at the
Lunch .</p>
</div>
</div>
</section><br><br>
<!---jonsnow scrol img -->
<!---bhargav scrol img -->
<p class="top-title">Our best packeges</p>
<h3 class="title">Tasty And Good Price</h3>
<div id="layout">
<div id="box1" class="img-hover-zoom">
<img
class="image"
src="https://foodxprs.com/packageimages/xprs%20millet.jpeg"
alt="Food1"
/>
<h4 class="title2">Xprs Millet</h4>
<br />
<b class="data">Millet Roti,Millet Khichdi Dal,</b>
<br />
<b class="data">Curry,Salad</b>
</div>
<div id="box2" class="img-hover-zoom">
<img
class="image"
src="https://foodxprs.com/packageimages/image_5.jpeg"
alt="Food2"
/>
<h4 class="title2">Xprs Classic</h4>
<br />
<b class="data">Rice,2 Rotis,Dal,Curry,Salad</b>
</div>
<div id="box3" class="img-hover-zoom">
<img
class="image"
src="https://foodxprs.com/packageimages/image_541.jpeg"
alt="Food3"
/>
<h4 class="title2">Xprs Standard</h4>
<br />
<b class="data">4 Rotis,Dal,Curry,Salad</b>
</div>
<div id="box4" class="img-hover-zoom">
<img
class="image"
src="https://foodxprs.com/packageimages/image_656.jpeg"
alt="Food4"
/>
<h4 class="title2">Xprs Fresh</h4>
<br />
<b class="data">Veg Salad ,Fruits</b>
</div>
</div>
<div id="box5" class="img-hover-zoom">
<img
class="image"
src="https://foodxprs.com/packageimages/feb%2013.4.jpg"
alt="Food5"
/>
<h4 class="title2">Xprs Lite</h4>
<br />
<b class="data">Veg Sandwitch,Fruit Juice</b>
</div><br><br>
<!---bhargav scrol img -->
<!---nil part-2 -->
<a class="prev_buttn_678" onclick="sliders_nil()">❮</a>
<br />
<a class="next_buttn_98" onclick="sliders_nil2()">❯</a>
<div id="form_img_1" style="background-color: #658F39; width: 100%;">
<img src="https://i.postimg.cc/pdVrh2rq/kokate1.png" id="images_online_12">
</div>
<br />
<div style="text-align:center; margin-top: -80px;">
<span class="tod67" onclick="currentSlide_nilo()"></span>
<span class="tod67" onclick="currentSlide_nilo2()"></span>
<span class="tod67" onclick="currentSlide_nilo3()"></span>
<span class="tod67" onclick="currentSlide_nilo4()"></span>
</div>
<!-- <uhuhounoiipjipkl></uhuhounoiipjipkl> -->
<div id="whatsapp-btn8991">
<a href="https://api.whatsapp.com/send?phone=919966773320" target="_blank"><img
src="https://i2.wp.com/lawcorner.in/wp-content/uploads/2020/02/2018_social_media_popular_app_logo-whatsapp-512.png?fit=512%2C512&ssl=1"
class="wssp_img8962"></a>
</div>
<!--=================================== up arrow============================ -->
<a id="totop" href="#" class="animatedzoomIn" style="display: inline;"><i class="fa-fa-angle-double-up">↑</i></a>
<!--=================================== up arrow============================ -->
<!---nil part-2 -->
<div class="jon_box">
<div><img src="https://foodxprs.com/assets/images/background/bg5.png" alt="food-spoon"></div>
<div><h3>Order Now</h3><p>Get delicious lunch meals everyday from us</p></div>
<div><button id="order-buttn"><a href="order-online.html"><span class="order-1">ORDER ONLINE</span></a></button></div>
</div>
<!---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(){
// localStorage.clear();
localStorage.removeItem("user");
// if(document.querySelector("#topLogin").textContent === "LogOut"){
// // var remove = localStorage.getItem("user");
// // console.log(remove)
// localStorage.clear();
// console.log("jon")
// }
}
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>
// // ------nil js-----//
var slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) { slideIndex = 1 }
if (n < 1) { slideIndex = slides.length }
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex - 1].style.display = "block";
// dots[slideIndex - 1].className += " active";
}
// /* <page2niljssss></page2niljssss> */
// var hoof = ["https://i.postimg.cc/jdHG363D/fourth.png", "https://i.postimg.cc/5tVjdmbD/second.png", "https://i.postimg.cc/1XCy8GxR/sixxxx.jpg","https://i.postimg.cc/jdHG363D/fourth.png"]
// var pop = 0;
// function nilopp() {
// document.getElementById("images_online_12").src = hoof[pop];
// if (pop < (hoof.length - 1)) {
// pop++;
// }
// else {
// pop = 0;
// }
// }
// var seet = setInterval(nilopp, 1000)
// function currentSlide_nilo() {
// document.getElementById("images_online_12").src = hoof[0];
// }
// function currentSlide_nilo2() {
// document.getElementById("images_online_12").src = hoof[1];
// }
// function currentSlide_nilo3() {
// document.getElementById("images_online_12").src = hoof[2];
// }
// function currentSlide_nilo4() {
// document.getElementById("images_online_12").src = hoof[3];
// }
// function sliders_nil(j = 0){
// if(j == 0){
// document.getElementById("images_online_12").src = hoof[j];
// console.log(j)
// j++
// console.log(j)
// }
// }
// function sliders_nil2(j = 2){
// if(j == 2){
// document.getElementById("images_online_12").src = hoof[j];
// console.log(j)
// j++
// console.log(j)
// }
// }
// </script>
<script src="index.js"></script>
</body>
</html>