-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathindex.html
803 lines (718 loc) · 35.8 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
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./Utils\20240921_154411.png">
<title>Tiffin Fusion</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="menu-toggle.css">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
</head>
<body>
<!-- Loader -->
<div class="loader" id="preloader">
<div class="pulse">
<img src="Utils/tififn fusion.jpg" alt="">
<div class="ring"></div>
<div class="ring"></div>
<div class="ring"></div>
<div class="ring"></div>
</div>
</div>
<!-- Loader Section Ends -->
<div id="main-content">
<!-- Navbar -->
<nav class="navbar bg-light border-bottom border-body navbar-expand-lg">
<div class="container-fluid">
<!-- Logo -->
<a class="navbar-brand text-black" href="./index.html">
<img src="Utils/20240921_154411.png" alt="Tiffin Fusion Logo" style="height: 40px; margin-right: 8px;">
Tiffin Fusion
</a>
<!-- Mobile Toggler -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar Links -->
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<!-- Home Link -->
<li class="nav-item">
<a class="nav-link mx-2" href="#home">Home</a>
</li>
<!-- View Menu Link -->
<li class="nav-item">
<a class="nav-link mx-2" href="#menu-section">View Menu</a>
</li>
<!-- Meal Plan Dropdown -->
<li class="nav-item dropdown meal-plan">
<a class="nav-link mx-2" href="#" id="mealPlanToggle" role="button" aria-expanded="false">
Meal Plans
</a>
<ul class="dropdown-menu" id="mealPlanMenu">
<li><a class="dropdown-item" href="#student-plan">Student Plan</a></li>
<li><a class="dropdown-item" href="corporateplans.html">Corporate Plan</a></li>
<li><a class="dropdown-item" href="dailyplans.html">Daily Plan</a></li>
</ul>
</li>
<!-- About Link -->
<li class="nav-item">
<a class="nav-link mx-2" href="#who-we-are">About</a>
</li>
<!-- Contact Us Link -->
<li class="nav-item">
<a class="nav-link mx-2" href="#contact-us">Contact Us</a>
</li>
<!-- Contributors Link -->
<li class="nav-item">
<a href="./contributors/contributor.html" class="nav-link mx-2">Contributors</a>
</li>
<!-- Dark Mode Toggle Button -->
<li class="nav-item">
<button id="dark-mode-toggle" class="btn btn-outline-dark mx-2">
<i class="fas fa-moon"></i> <!-- Dark mode icon -->
</button>
</li>
<!-- Cart Icon in Navbar -->
<li class="nav-item">
<a href="./menu-page/checkout.html" id="cart-icon" class="nav-link mx-2">
<i class="fas fa-shopping-cart"></i> Cart <span id="cart-count">(0)</span>
</a>
</li>
<!-- Sign In Link -->
<li class="nav-item">
<a href="./signin.html" class="nav-link mx-2 signinbtn">Sign In </a>
</li>
</ul>
</div>
</nav>
<!-- Hero Section in Home -->
<section id="home" class="hero-section">
<div class="hero-overlay">
<div class="hero-content">
<h1>Delicious Homemade Meals</h1>
<p>Freshly made tiffin delivered to your doorstep every day!</p>
<a href="#menu-section" class="btn btn-primary mt-3">View Menu</a>
</div>
</div>
</section>
<!-- Menu -->
<section id="menu-section">
<div class="men-head">
<h2><b>Our Menu</b></h2>
</div>
<section class="menu-section">
<div class="menu-item">
<div class="menu-content">
<div class="menu-text">
<div class="menu-header">
<h3>Steamed Rice</h3>
<span class="price">₹150</span>
</div>
<p>
Indigenous, Aromatic, Superior long grain rice, served with a
mixture of jeera
</p>
<h4>Half | Full</h4>
</div>
<div class="menu-image">
<img src="./menu-page/menu_images/steamedrice.jpg" alt="steamed_rice" />
</div>
</div>
</div>
<div class="menu-item">
<div class="menu-content">
<div class="menu-text">
<div class="menu-header">
<h3>Dal Tadka</h3>
<span class="price">₹100 </span>
</div>
<p>
Perfectly Cooked Trio of lentils, tempered with cumin and red
chilli with ghee
</p>
<h4>Quarter | Half | Full</h4>
</div>
<div class="menu-image">
<img src="./menu-page/menu_images/DalTadka.jpg" alt="Dal_Tadka" />
</div>
</div>
</div>
<div class="menu-item">
<div class="menu-content">
<div class="menu-text">
<div class="menu-header">
<h3>Dal Makhani</h3>
<span class="price">₹130 </span>
</div>
<p>
A creamy and indulgent dish of slow-cooked black lentils and
kidney beans, enriched with butter, cream, and aromatic spices
</p>
<h4>Quarter | Half | Full</h4>
</div>
<div class="menu-image">
<img src="./menu-page/menu_images/DalMakhani.jpg" alt="Dal_Makhani" />
</div>
</div>
</div>
<div class="menu-item">
<div class="menu-content">
<div class="menu-text">
<div class="menu-header">
<h3>Vegetable Curry</h3>
<span class="price">₹150 </span>
</div>
<p>
A wholesome blend of garden-fresh vegetables simmered in a rich,
spiced gravy infused with aromatic herbs and spices.
</p>
<h4>Half | Full</h4>
</div>
<div class="menu-image">
<img src="./menu-page/menu_images/VegetableCurry.jpg" alt="Vegetable_Curry" />
</div>
</div>
</div>
<div class="menu-item">
<div class="menu-content">
<div class="menu-text">
<div class="menu-header">
<h3>Mixed Vegetable</h3>
<span class="price">₹110 </span>
</div>
<p>
A colorful assortment of sautéed seasonal vegetables, lightly
seasoned with spices for a simple and flavorful delight.
</p>
</div>
<div class="menu-image">
<img src="./menu-page/menu_images/Mixed Vegetables.jpg" alt="Mixed_Vegetable" />
</div>
</div>
</div>
<div class="menu-item">
<div class="menu-content">
<div class="menu-text">
<div class="menu-header">
<h3>Aloo Gobhi</h3>
<span class="price">₹70 </span>
</div>
<p>
A classic combination of tender potatoes and cauliflower,
stir-fried with fragrant spices and garnished with fresh
coriander.
</p>
<h4>Half | Full</h4>
</div>
<div class="menu-image">
<img src="./menu-page/menu_images/AlooGobi.jpg" alt="Aloo_Gobi" />
</div>
</div>
</div>
<div class="menu-item">
<div class="menu-content">
<div class="menu-text">
<div class="menu-header">
<h3>Chapati</h3>
<span class="price">₹15 </span>
</div>
<p>
Soft and wholesome whole wheat flatbread, freshly cooked on a
griddle for a perfect complement to any meal.
</p>
</div>
<div class="menu-image">
<img src="./menu-page/menu_images/Chapati.jpg" alt="Chapati" />
</div>
</div>
</div>
<div class="menu-item">
<div class="menu-content">
<div class="menu-text">
<div class="menu-header">
<h3>Raita</h3>
<span class="price">₹30 </span>
</div>
<p>
A cool and creamy yogurt-based side dish, blended with spices and
fresh ingredients like cucumber or boondi for a refreshing touch.
</p>
</div>
<div class="menu-image">
<img src="./menu-page/menu_images/Raita.jpg" alt="Raita" />
</div>
</div>
</div>
<div class="menu-item">
<div class="menu-content">
<div class="menu-text">
<div class="menu-header">
<h3>Salad</h3>
<span class="price">₹45 </span>
</div>
<p>
A crisp and refreshing mix of fresh vegetables, tossed with a
tangy dressing for a light and healthy bite.
</p>
</div>
<div class="menu-image">
<img src="./menu-page/menu_images/Salad.jpg" alt="Salad" />
</div>
</div>
</div>
<div class="menu-item">
<div class="menu-content">
<div class="menu-text">
<div class="menu-header">
<h3>Fruit Salad</h3>
<span class="price">₹65 </span>
</div>
<p>
A vibrant medley of fresh, seasonal fruits, lightly tossed with a
drizzle of honey and a hint of mint for a refreshing twist.
</p>
</div>
<div class="menu-image">
<img src="./menu-page/menu_images/FruitSalad.jpg" alt="Fruit_Salad" />
</div>
</div>
</div>
</section>
<div class="back-clr">
<a href="menu-page/menu.html" class="full-menu-button">View Full Menu</a>
</div>
</section>
<!-- Services -->
<section id="menu" class="section-menu">
<div class="container text-center">
<h2 class="section-menu-h2">Why Tiffin Fusion?</h2>
<br />
<div class="row">
<div class="col-md-3 circle-container">
<div class="circle">
<i class="fas fa-utensils"></i>
</div>
<p>Easy Ordering</p>
</div>
<div class="col-md-3 circle-container">
<div class="circle">
<i class="fas fa-clock"></i>
</div>
<p>Timely Delivery</p>
</div>
<div class="col-md-3 circle-container">
<div class="circle">
<i class="fas fa-heart"></i>
</div>
<p>Healthy Options</p>
</div>
<div class="col-md-3 circle-container">
<div class="circle">
<i class="fas fa-users"></i>
</div>
<p>Community Focused</p>
</div>
<div class="col-md-3 circle-container">
<div class="circle">
<i class="fa-solid fa-pizza-slice"></i>
</div>
<p>Daily Variety</p>
</div>
<div class="col-md-3 circle-container">
<div class="circle">
<i class="fa-solid fa-mug-hot"></i>
</div>
<p>Served Hot</p>
</div>
<div class="col-md-3 circle-container">
<div class="circle">
<i class="fa-solid fa-star"></i>
</div>
<p>Flexibility</p>
</div>
<div class="col-md-3 circle-container">
<div class="circle">
<i class="fa-solid fa-face-grin-beam"></i>
</div>
<p style="display: inline-flex;">No Daily Hassless</p>
</div>
</div>
</div>
</section>
<section id="student-plan" class="student-plan-section">
<h2 class="section-title" style="font-family: 'Cosmic Sans MS', cursive, sans-serif;"><b>Student Plan</b></h2>
<div class="student-plan-container">
<!-- Plan 1 -->
<div class="student-plan-box">
<div class="flip-card">
<div class="flip-card-inner">
<!-- Front Side -->
<div class="flip-card-front">
<img src="Utils/st-1.jpg" alt="Healthy Food" class="student-plan-image">
<div class="student-plan-details">
<h3>Healthy Meal Plan</h3>
<p>Includes fresh fruits, vegetables, and grains.</p>
<p class="price">₹200</p>
</div>
</div>
<!-- Back Side -->
<div class="flip-card-back">
<h3>What's Inside?</h3>
<p>Fresh fruits, green veggies, multigrain chapatis, and quinoa rice.</p>
</div>
</div>
</div>
<button class="add-btn" onclick="addToCart('../Utils/st-1.jpg','Healthy Meal Plan','Student Meal' , 200)">Add +</button>
</div>
<!-- Plan 2 -->
<div class="student-plan-box">
<div class="flip-card">
<div class="flip-card-inner">
<!-- Front Side -->
<div class="flip-card-front">
<img src="Utils/st-2.jpg" alt="Tiffin Service" class="student-plan-image">
<div class="student-plan-details">
<h3>Classic Tiffin</h3>
<p>Includes rice, dal, curry, salad, and dessert.</p>
<p class="price">₹150</p>
</div>
</div>
<!-- Back Side -->
<div class="flip-card-back">
<h3>What's Inside?</h3>
<p>Delicious homemade meals with a balance of taste and nutrition.</p>
</div>
</div>
</div>
<button class="add-btn" onclick="addToCart('../Utils/st-2.jpg','Classic Tiffin', 'Student Meal' ,150)">Add +</button>
</div>
<!-- Plan 3 -->
<div class="student-plan-box">
<div class="flip-card">
<div class="flip-card-inner">
<!-- Front Side -->
<div class="flip-card-front">
<img src="Utils/st-3.jpg" alt="Affordable Meal" class="student-plan-image">
<div class="student-plan-details">
<h3>Budget Meal Plan</h3>
<p>Includes chapati, vegetables, and curry.</p>
<p class="price">₹100</p>
</div>
</div>
<!-- Back Side -->
<div class="flip-card-back">
<h3>What's Inside?</h3>
<p>A simple, affordable, and filling meal for students on a budget.</p>
</div>
</div>
</div>
<button class="add-btn" onclick="addToCart('../Utils/st-3.jpg','Budget Meal Plan','Student Meal' , 100)">Add +</button>
</div>
<!-- View More Button -->
<div class="view-more-container">
<a href="studentplan.html" class="view-more-button">View More</a>
</div>
</section>
<section id="who-we-are" class="who-we-are">
<div class="content">
<h2><b>Who are we?</b></h2>
<div class="red-line"></div>
<p>
We are three friends who founded Tiffin Fusion to connect customers with local tiffin centers, providing a
seamless and delightful dining experience. Our shared passion for food and community drives us to bring
quality meals directly to your doorstep.
</p>
</div>
<div class="blog-section">
<h2><b>From our blog</b></h2>
<p>Explore our blog for insightful articles, personal reflections, impactful resources, and ideas that inspire
us.</p>
</div>
<div class="cards-container">
<div class="card">
<img src="Utils/1.jpg" alt="Our History">
<h3>Our Journey</h3>
<p>Read about how we built Tiffin Fusion from the ground up and the hurdles we overcame to reach success.</p>
<a href="blog.html" class="read-more-button">See our blog</a>
</div>
<div class="card">
<img src="Utils/2.jpg" alt="Our Services">
<h3>Future Plans</h3>
<p>Learn about our upcoming projects and how we plan to scale our operations to reach more people.</p>
<a href="blog.html" class="read-more-button">See our blog</a>
</div>
<div class="card">
<img src="Utils/3.png" alt="Our Mission">
<h3>Food Revolution</h3>
<p>Discover the innovations in the food delivery industry and how we’re contributing to the food revolution.
</p>
<a href="blog.html" class="read-more-button">See our blog</a>
</div>
</div>
</section>
<section id="contact-us">
<div class="contact-header">
<h2><b>We would love to hear from you!</b></h2>
</div>
<div class="contact-container">
<div class="contact-form">
<form id="feedbackForm">
<!-- Web3Forms access key -->
<input type="hidden" name="access_key" value="24c2d733-3b85-4b25-9d33-ee0fdb1040d8">
<select name="query">
<option value="" disabled selected hidden>How can we help you?*</option>
<option value="order">Issue with an Order</option>
<option value="feedback">Feedback</option>
<option value="other">Other Queries</option>
</select>
<input type="text" name="name" placeholder="Full Name*" required>
<input type="email" name="email" placeholder="Email Address*" required>
<input type="text" name="mobile" placeholder="Mobile Number (optional)">
<textarea name="message" placeholder="Type text*" required></textarea>
<button class="btn submit-btn" type="submit">
<span>
Submit Feedback
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
<g stroke-width="0" id="SVGRepo_bgCarrier"></g>
<g stroke-linejoin="round" stroke-linecap="round" id="SVGRepo_tracerCarrier"></g>
<g id="SVGRepo_iconCarrier">
<path fill="#ffffff"
d="M20.33 3.66996C20.1408 3.48213 19.9035 3.35008 19.6442 3.28833C19.3849 3.22659 19.1135 3.23753 18.86 3.31996L4.23 8.19996C3.95867 8.28593 3.71891 8.45039 3.54099 8.67255C3.36307 8.89471 3.25498 9.16462 3.23037 9.44818C3.20576 9.73174 3.26573 10.0162 3.40271 10.2657C3.5397 10.5152 3.74754 10.7185 4 10.85L10.07 13.85L13.07 19.94C13.1906 20.1783 13.3751 20.3785 13.6029 20.518C13.8307 20.6575 14.0929 20.7309 14.36 20.73H14.46C14.7461 20.7089 15.0192 20.6023 15.2439 20.4239C15.4686 20.2456 15.6345 20.0038 15.72 19.73L20.67 5.13996C20.7584 4.88789 20.7734 4.6159 20.7132 4.35565C20.653 4.09541 20.5201 3.85762 20.33 3.66996ZM4.85 9.57996L17.62 5.31996L10.53 12.41L4.85 9.57996ZM14.43 19.15L11.59 13.47L18.68 6.37996L14.43 19.15Z">
</path>
</g>
</svg>
</span>
<span>
Sure ?
</span>
<span>
Done !
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
<g stroke-width="0" id="SVGRepo_bgCarrier"></g>
<g stroke-linejoin="round" stroke-linecap="round" id="SVGRepo_tracerCarrier"></g>
<g id="SVGRepo_iconCarrier">
<path stroke-linecap="round" stroke-width="2" stroke="#ffffff"
d="M8.00011 13L12.2278 16.3821C12.6557 16.7245 13.2794 16.6586 13.6264 16.2345L22.0001 6"></path>
<path fill="#ffffff"
d="M11.1892 12.2368L15.774 6.63327C16.1237 6.20582 16.0607 5.5758 15.6332 5.22607C15.2058 4.87635 14.5758 4.93935 14.226 5.36679L9.65273 10.9564L11.1892 12.2368ZM8.02292 16.1068L6.48641 14.8263L5.83309 15.6248L2.6 13.2C2.15817 12.8687 1.53137 12.9582 1.2 13.4C0.868627 13.8419 0.95817 14.4687 1.4 14.8L4.63309 17.2248C5.49047 17.8679 6.70234 17.7208 7.381 16.8913L8.02292 16.1068Z"
clip-rule="evenodd" fill-rule="evenodd"></path>
</g>
</svg>
</span>
</button>
</form>
</div>
</div>
</section>
<!-- Sign In Section -->
<!-- footer-section -->
<div class="footer-section newsletter">
<!-- Left Image -->
<img class="tiffin-left" src="Utils/tiffin1.png" alt="Tiffin Left">
<!-- Right Image -->
<img class="tiffin-right" src="Utils/tiffin.png" alt="Tiffin Right">
<!-- Newsletter Content -->
<h2>
<b>Subscribe to Our Newsletter</b>
</h2>
<p>Get the latest updates on our Tiffin services directly in your inbox.</p>
<form class="newsletter-form" id="subscribeForm">
<input type="email" id="email" placeholder="Enter your email" required>
<button type="submit" class="subscribe-btn">Subscribe</button>
</form>
<script>
document.getElementById('subscribeForm').addEventListener('submit', function (event) {
event.preventDefault();
const email = document.getElementById('email').value;
fetch('http://localhost:3000/subscribe', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({ email: email })
})
.then(response => {
if (response.ok) {
alert('Thank you for subscribing!');
} else {
return response.text().then(text => {
alert(text); // Show any error message received from the server
});
}
})
.catch(error => {
alert('Error subscribing. Please try again later.');
console.error('Error subscribing:', error);
});
});
</script>
</div>
<!-- Divider Line -->
<div style="height: 1px; background-color: #000; opacity: 0.1;"></div>
<!-- Footer Section -->
<footer>
<div class="footer-content"
style="display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; padding: 20px; background-color: white; color: black;">
<!-- About Section -->
<div class="footer-section about"
style="flex: 2; min-width: 300px; display: flex; align-items:flex-start; margin: 10px; transition: transform 0.3s ease-in-out;"
onmouseover="this.style.transform='scale(1.02)'" onmouseout="this.style.transform='scale(1)'">
<img src="Utils/20240921_154411.png" alt="Tiffin Fusion Logo" style="width: 100px; margin-right: 20px;">
<p style="margin: 0;">Tiffin Fusion connects customers with local tiffin centers, providing a seamless and
delightful dining experience. Our shared passion for food and community drives us to bring quality meals
directly to your doorstep.</p>
</div>
<!-- Tiffin Fusion Links -->
<div class="footer-section services" style="flex: 1; min-width: 150px; margin: 10px;">
<h2 style="font-size: 18px; margin-bottom: 10px; transition: color 0.3s ease;"
onmouseover="this.style.color='#e67e22'" onmouseout="this.style.color='black'">Tiffin Fusion</h2>
<ul style="list-style: none; padding: 0;">
<li><a href="whoweare.html" style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Who We Are</a></li>
<li><a href="blog.html" style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Blog</a></li>
<li><a href="work_with_us/work-with-us.html"
style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Work With Us</a></li>
<li><a href="investor-relations.html"
style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Investor Relations</a></li>
<li><a href="#contact-us" style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Contact Us</a></li>
<li><a href="report-fraud/report-fraud.html" style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Report Fraud</a></li>
</ul>
</div>
<!-- Tiffin Plans Links -->
<div class="footer-section services" style="flex: 1; min-width: 150px; margin: 10px;">
<h2 style="font-size: 18px; margin-bottom: 10px; transition: color 0.3s ease;"
onmouseover="this.style.color='#e67e22'" onmouseout="this.style.color='black'">Tiffin Plans</h2>
<ul style="list-style: none; padding: 0;">
<li><a href="dailyplans.html" style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Daily Plan</a></li>
<li><a href="studentplan.html" style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Student Plan</a></li>
<li><a href="corporateplans.html" style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Corporate Plan</a></li>
</ul>
<!--payment options-->
<div class="payments" class="footer-section services" style="flex: 1; min-width: 150px; margin: -2px;">
<h2 style="font-size: 18px; margin-bottom: 10px; transition: color 0.3s ease;"
onmouseover="this.style.color='#e67e22'" onmouseout="this.style.color='black'">we Accept</h2>
<a href="https://pay.google.com/intl/en_in/about/" style="color: black; text-decoration: none; transition: all 0.3s ease; font-size:27px" onmouseover="this.style.color='#e67e22';" onmouseout="this.style.color='black'";><i class="fa-brands fa-google-pay" title="Google pay" style="padding: 2px;"></i></a>
<a href="https://www.apple.com/apple-pay/"style="color: black; text-decoration: none; transition: all 0.3s ease; font-size:27px"onmouseover="this.style.color='#e67e22';" onmouseout="this.style.color='black'";><i class="fa-brands fa-apple-pay" title="Apple pay" style="padding: 2px;"></i></a>
<a href="https://www.visa.co.in/"style="color: black; text-decoration: none; transition: all 0.3s ease; font-size:25px" onmouseover="this.style.color='#e67e22';" onmouseout="this.style.color='black'";><i class="fa-brands fa-cc-visa" title="Visa pay" style="padding: 2px;"></i></a>
<a href="https://www.mastercard.co.in/en-in.html"style="color: black; text-decoration: none; transition: all 0.3s ease; font-size:25px" onmouseover="this.style.color='#e67e22';" onmouseout="this.style.color='black'";><i class="fa-brands fa-cc-mastercard" title="Master card" style="padding: 2px;"></i></a>
</div>
</div>
<!-- Learn More Links -->
<div class="footer-section learn-more" style="flex: 1; min-width: 150px; margin: 10px;">
<h2 style="font-size: 18px; margin-bottom: 10px; transition: color 0.3s ease;"
onmouseover="this.style.color='#e67e22'" onmouseout="this.style.color='black'">Learn More</h2>
<ul style="list-style: none; padding: 0;">
<li><a href="privacy.html" style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Privacy Policy</a></li>
<li><a href="security.html" style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Security</a></li>
<li><a href="Terms.html" style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Terms of Service</a></li>
<li><a href="lodgecomplaint.html" style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Lodge Complaint</a></li>
<li><a href="testimonial.html" style="color: black; text-decoration: none; transition: all 0.3s ease;"
onmouseover="this.style.color='#e67e22'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='black'; this.style.paddingLeft='0'">Testimonials</a></li>
</ul>
</div>
<!-- Social Media Links -->
<div class="footer-section social-links" style="flex: 1; min-width: 150px; margin: 10px;">
<h2 style="font-size: 18px; margin-bottom: 10px; transition: color 0.3s ease;"
onmouseover="this.style.color='#e67e22'" onmouseout="this.style.color='black'">Follow Us</h2>
<ul class="social-icons" style="list-style: none; padding: 0; display: flex; gap: 10px;">
<li><a href="https://www.instagram.com/yourprofile" target="_blank" rel="noopener noreferrer"
style="color: black; text-decoration: none; font-size: 24px; transition: all 0.3s ease;"
aria-label="Instagram"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/yourprofile" target="_blank" rel="noopener noreferrer"
style="color: black; text-decoration: none; font-size: 24px; transition: all 0.3s ease;"
aria-label="Facebook"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/in/saismrutiranjan/" target="_blank" rel="noopener noreferrer"
style="color: black; text-decoration: none; font-size: 24px; transition: all 0.3s ease;"
aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://x.com/sai_smruti18" target="_blank" rel="noopener noreferrer"
style="color: black; text-decoration: none; font-size: 24px; transition: all 0.3s ease;"
aria-label="Twitter"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/yourchannel" target="_blank" rel="noopener noreferrer"
style="color: black; text-decoration: none; font-size: 24px; transition: all 0.3s ease;"
aria-label="YouTube"><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom" style="margin:10px; padding: 10px; text-align: center;">
<p style="margin: 0; color: black; transition: color 0.3s ease;" onmouseover="this.style.color='#e67e22'"
onmouseout="this.style.color='black'">© 2025 Tiffin Fusion. All rights reserved.</p>
</div>
</footer>
<!-- Scroll to Top Button -->
<button id="scrollToTopBtn" title="Go to top" aria-label="Scroll to top">
<i class="fa-solid fa-arrow-up"></i>
</button>
<script src="//code.tidio.co/epwvpk9pxkdgt0y8ztovm88l1jlp1df6.js" async></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="app.js"></script>
<script src="submitQuery.js"></script>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"
integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="index.js"></script>
<script>
if (localStorage.getItem("authToken")) {
console.log("user logged in")
} else {
console.log("not logged in")
}
</script>
<script>
const btn = document.getElementById("signinoutbtn")
if (localStorage.getItem("authToken")) {
btn.innerText = "Sign Out"
} else {
btn.innerText = "Sign In"
}
btn.addEventListener("click", () => {
if (localStorage.getItem("authToken")) {
localStorage.removeItem("authToken")
console.log("loggedout success")
window.location.href = "/"
} else {
window.location.href = "/signin.html"
}
})
</script>
<script src="./menu-page/cart.js" defer></script>
<script src="./menu-page/checkout.js"></script>
<script src="dark-mode.js"></script>
<script src="https://kit.fontawesome.com/YOUR-FONT-AWESOME-KIT.js" crossorigin="anonymous"></script>
</body>
</html>