-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
216 lines (173 loc) · 9.49 KB
/
menu.html
File metadata and controls
216 lines (173 loc) · 9.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="menu.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Menu — Order Now!</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css">
<link rel="icon" type="image/png" href="images/flavicon.svg">
<link href='https://fonts.googleapis.com/css?family=League+Spartan' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header class="header">
<a href="index.html" class="logo">
<img src="images/misoheaderbeige.svg" alt="Miso Logo">
</a>
<ul class="navbar">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT US</a></li>
<li><a href="menu.html">MENU</a></li>
<li><a href="reviews.html">REVIEWS</a></li>
<li><a href="#footer">CONTACT</a></li>
</ul>
<div class="cta-button">
<button id="cart-btn">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 13.5V9a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h1.217L5.07 1.243a.5.5 0 0 1 .686-.172zM2 9v4.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V9zM1 7v1h14V7zm3 3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 4 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 8 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5"/>
</svg>
</button>
</div>
<div class="toggle-btn">
<i class="fa-solid fa-bars"></i>
</div>
<div class="dropdown-menu">
<button class="close-btn">×</button>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT US</a></li>
<li><a href="menu.html">MENU</a></li>
<li><a href="reviews.html">REVIEWS</a></li>
<li><a href="#footer">CONTACT</a></li>
<li>
<button id="cart-btn-dropdown">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 13.5V9a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h1.217L5.07 1.243a.5.5 0 0 1 .686-.172zM2 9v4.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V9zM1 7v1h14V7zm3 3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 4 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 8 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5"/>
</svg>
</button>
</li>
</ul>
</div>
</header>
<!-- Swiper Carousel -->
<div class="swiper">
<div class="swiper-wrapper">
<!-- Slide 1 -->
<div class="swiper-slide" style="background-image: url('./images/menu4.png')">
<div class="overlay"></div>
<div class="content">
<h1>Now Serving Ramen</h1>
<p>Discover our new menu with rich flavors and fresh ingredients.</p>
<a href="#ramen" class="button">Order Now</a>
</div>
</div>
<!-- Slide 2 -->
<div class="swiper-slide" style="background-image: url('./images/menu1.png');">
<div class="overlay"></div>
<div class="content">
<h1>Authentic Japanese Experience</h1>
<p>Enjoy the taste of Japan with every bowl.</p>
<a href="#appetizers" class="button">Order Now</a>
</div>
</div>
<!-- Slide 3 -->
<div class="swiper-slide" style="background-image: url('./images/menu2.png');">
<div class="overlay"></div>
<div class="content">
<h1>Warm, Savory, Delicious</h1>
<p>Your comfort food, crafted with perfection.</p>
<a href="#appetizers" class="button">Order Now</a>
</div>
</div>
</div>
<!-- Navigation Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<!-- Minimal Navbar for Menu Categories -->
<nav class="menu-navbar">
<ul>
<li><a href="#appetizers">Appetizers</a></li>
<li><a href="#sushi">Sushi</a></li>
<li><a href="#ramen">Ramen</a></li>
<li><a href="#drinks">Drinks</a></li>
<li><a href="#dessert">Desserts</a></li>
</ul>
</nav>
<!-- Menu Section -->
<div id="menu">
<!-- Menu items will be loaded dynamically from menu.xml -->
</div>
<!-- FOOTER -->
<footer id = "footer">
<div class="footer-container">
<div class="footer-section brand">
<h1 class="footer-logo">MISO</h1>
<br><br><br><br>
<h3>SOCIALS</h3>
<div class="social-icons">
<a href="https://www.facebook.com/misoyacolombo" target="_blank" rel="noopener noreferrer" aria-label="Visit us on Facebook">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://www.instagram.com/ramenmisoyacolombo?utm_source=ig_web_button_share_sheet&igsh=ZDNlZDc0MzIxNw==" target="_blank" rel="noopener noreferrer" aria-label="Visit us on Instagram">
<i class="fab fa-instagram"></i>
</a>
<a href="https://youtube.com/@japanesefoodnoodles?si=_fqz9mg9hdC-YV2X" target="_blank" rel="noopener noreferrer" aria-label="Visit us on YouTube">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
<div class="footer-section">
<h3>SITEMAP</h3><br>
<ul>
<li><a href="index.html">Index</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="about.html">About</a></li>
<li><a href="reviews.html">Review</a></li>
</ul>
</div>
<div class="footer-section">
<h3>LOCATION</h3><br>
<p>123 Trelawny Street, Bambalapitiya, Colombo 04</p>
<p>Phone: (123) 456-7890</p>
<br><br><br>
<h3>RESERVATIONS</h3><br>
<p>Please contact us to place your reservations:</p>
<p>Phone: (123) 456-7888</p>
</div>
<div class="footer-section full-width">
<p>We honor the rich traditions of Japanese cuisine, bringing authentic flavors to your table with every dish, crafted with respect and care for the culture.</p>
</div>
</div>
<div class="footer-bottom">
<p>© MISO RESTAURANT 2025. ALL RIGHTS RESERVED.</p>
</div>
</footer>
<!-- Cart Popup -->
<div id="cart-popup" class="hidden">
<div class="cart-header">
<h2>Your Cart</h2>
<button id="close-cart" class="close-cart-btn">×</button>
</div>
<div id="cart-items">
<!--(JS will populate this):-->
</div>
<div class="cart-footer">
<p>Total: LKR <span id="cart-total">0.00</span></p>
<button class="checkout-btn">Checkout</button>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<script src="menu.js" defer></script>
<script src="cart.js" defer></script>
<script src="script.js" defer></script>
<!-- Back to Top Button -->
<button id="back-to-top" class="back-to-top-btn">
↑
</button>
</body>
</html>