-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathmenu.html
More file actions
220 lines (201 loc) · 10.6 KB
/
menu.html
File metadata and controls
220 lines (201 loc) · 10.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Menu - ChaatBazar</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="img/logo.png" type="image/png" />
</head>
<body>
<header>
<div class="header-inner container" role="banner">
<a href="index.html" class="logo" aria-label="ChaatBazaar Home"><img src="img/logo.png" alt="ChaatBazaar Logo" class="navbar-logo-img" />ChaatBazaar</a>
<nav role="navigation" aria-label="Primary Navigation">
<a href="index.html" class="nav-link">Home</a>
<div class="dropdown" tabindex="0" aria-haspopup="true" aria-expanded="false">
<a href="menu.html" class="dropdown-toggle nav-link active">Menu</a>
<div class="dropdown-menu" role="menu" aria-label="Menu Categories">
<a href="menu.html?filter=All#filters" role="menuitem" tabindex="-1" class="menu-filter" data-filter="All">All</a>
<a href="menu.html?filter=Snacks#filters" role="menuitem" tabindex="-1" class="menu-filter" data-filter="Snacks">Snacks</a>
<a href="menu.html?filter=Chaat#filters" role="menuitem" tabindex="-1" class="menu-filter" data-filter="Chaat">Chaat</a>
<a href="menu.html?filter=Beverages#filters" role="menuitem" tabindex="-1" class="menu-filter" data-filter="Beverages">Beverages</a>
</div>
</div>
<a href="about.html" class="nav-link">About</a>
<a href="favorites.html" class="nav-link">Favorites (<span id="fav-count">0</span>)</a>
<a href="orders.html" class="nav-link">Orders</a>
<a href="cart.html" class="nav-link cart-btn-modern" id="cart-open-btn" aria-label="Cart">
<span class="cart-icon-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" class="cart-svg-icon"><circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path></svg>
<span id="cart-count" class="cart-badge">0</span>
</span>
<span class="cart-text">Cart</span>
</a>
<div class="search-bar" role="search">
<input type="search" placeholder="Search menu..." aria-label="Search menu" id="search-input" autocomplete="off" />
<button aria-label="Search" id="search-btn">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="search-svg"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
</button>
<div class="search-suggestions" id="search-suggestions" style="display: none;"></div>
</div>
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle Theme">
<span class="theme-toggle-track">
<span class="theme-toggle-icon sun-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line></svg>
</span>
<span class="theme-toggle-icon moon-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>
</span>
<span class="theme-toggle-thumb"></span>
</span>
</button>
<div id="authNavItem" class="auth-nav-item">
<a href="login.html" class="login-btn-nav">Login</a>
</div>
</nav>
</div>
</header>
<section class="menu-page container">
<h1>Our Menu</h1>
<!-- Recently Viewed Section -->
<section id="recently-viewed" class="recently-viewed" role="region" aria-label="Recently Viewed Items" style="display: none;">
<h2 class="section-title">Recently Viewed</h2>
<div class="cards" id="recently-viewed-cards">
<!-- Recently viewed cards will be injected here -->
</div>
</section>
<div id="filters" class="filter-buttons" role="toolbar" aria-label="Filter menu categories" tabindex="-1">
<button class="filter-btn active" data-filter="All" aria-pressed="true">All</button>
<button class="filter-btn" data-filter="Snacks" aria-pressed="false">Snacks</button>
<button class="filter-btn" data-filter="Chaat" aria-pressed="false">Chaat</button>
<button class="filter-btn" data-filter="Beverages" aria-pressed="false">Beverages</button>
</div>
<div class="filter-toggle-container">
<button class="btn-filter-toggle" id="filter-toggle-btn" aria-expanded="false" aria-controls="advanced-filters">
<span>⚙️ Advanced Filters</span>
</button>
</div>
<div class="advanced-filters" id="advanced-filters" style="display: none;">
<div class="filter-grid">
<!-- Price Range Slider -->
<div class="filter-group">
<label for="price-range-slider">Max Price: <span id="price-slider-val">₹100</span></label>
<input type="range" id="price-range-slider" min="10" max="100" step="5" value="100" aria-valuemin="10" aria-valuemax="100" aria-valuenow="100" />
</div>
<!-- Spice Level Selector -->
<div class="filter-group">
<label for="spice-level-select">Spice Level</label>
<select id="spice-level-select">
<option value="All">All Spice Levels</option>
<option value="Low">🌶️ Low</option>
<option value="Medium">🌶️🌶️ Medium</option>
<option value="High">🌶️🌶️🌶️ High</option>
</select>
</div>
<!-- Rating Selector -->
<div class="filter-group">
<label for="rating-select">Minimum Rating</label>
<select id="rating-select">
<option value="All">All Ratings</option>
<option value="4.6">⭐ 4.6+ Stars</option>
<option value="4.8">⭐⭐ 4.8+ Stars</option>
<option value="4.9">⭐⭐⭐ 4.9+ Stars</option>
</select>
</div>
<!-- Dietary Preferences -->
<div class="filter-group dietary-group">
<label>Dietary Preferences</label>
<div class="checkbox-container">
<label class="custom-checkbox">
<input type="checkbox" id="dietary-vegan" />
<span class="checkbox-label">🌱 Vegan</span>
</label>
<label class="custom-checkbox">
<input type="checkbox" id="dietary-gf" />
<span class="checkbox-label">🌾 Gluten-Free</span>
</label>
</div>
</div>
</div>
<!-- Reset Filters Button -->
<div class="filter-actions">
<button class="btn-reset-filters" id="reset-filters-btn">Reset All Filters</button>
</div>
</div>
<div class="menu-container" id="menu-container" aria-live="polite" aria-relevant="additions removals">
<!-- JS will dynamically load items -->
</div>
</section>
<footer>
<div class="footer-container">
<div class="footer-column brand-col">
<div class="footer-brand"><img src="img/logo.png" alt="ChaatBazaar Logo" class="footer-logo-img" />ChaatBazaar</div>
<p class="footer-desc">Your ultimate destination for authentic and mouth-watering Indian street food - from crispy golgappas to hot samosas. Hassle-free delivery right to your doorstep.</p>
</div>
<div class="footer-column">
<h3>ChaatBazar</h3>
<ul class="footer-links">
<li><a href="index.html">Home</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="orders.html">Orders</a></li>
<li><a href="favorites.html">Favorites</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div>
<div class="footer-column">
<h3>For Partners</h3>
<ul class="footer-links">
<li><a href="#">Partners With Us</a></li>
<li><a href="#">Apps For You</a></li>
<li><a href="#">Franchise Consulting</a></li>
<li><a href="#">Advertise With Us</a></li>
<li><a href="#">Sell On ChaatBazar</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Learn More</h3>
<ul class="footer-links">
<li><a href="#">Privacy & Security</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Help & Support</a></li>
<li><a href="#">Report a Fraud</a></li>
</ul>
</div>
<div class="footer-column">
<div class="footer-social-wrapper">
<h3>Connect Us</h3>
<div class="footer-social-icons">
<a href="https://instagram.com" target="_blank" rel="noopener noreferrer" aria-label="Instagram"><i class="fa-brands fa-instagram"></i></a>
<a href="https://youtube.com" target="_blank" rel="noopener noreferrer" aria-label="YouTube"><i class="fa-brands fa-youtube"></i></a>
<a href="https://whatsapp.com" target="_blank" rel="noopener noreferrer" aria-label="WhatsApp"><i class="fa-brands fa-whatsapp"></i></a>
<a href="https://twitter.com" target="_blank" rel="noopener noreferrer" aria-label="Twitter"><i class="fa-brands fa-twitter"></i></a>
</div>
</div>
<h3>Contact Us</h3>
<ul class="footer-contact-info">
<li><strong>Email:</strong> support@chaatbazar.com</li>
<li><strong>Phone:</strong> +91 98765 43210</li>
<li><strong>Headquarter:</strong> Bhavnagar, Gujarat, 364001</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 ChaatBazar. All rights reserved.</p>
</div>
</footer>
<div id="toast-notification" class="toast-notification"></div>
<script src="js/cart-manager.js"></script>
<script src="js/recently-viewed.js"></script>
<script src="js/delivery-tracker.js"></script>
<script src="js/geolocation.js"></script>
<script src="js/sanitization.js"></script>
<script src="js/loyalty.js"></script>
<script src="js/main.js"></script>
<script src="js/auth.js"></script>
</body>
</html>