-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
392 lines (374 loc) · 14.6 KB
/
menu.html
File metadata and controls
392 lines (374 loc) · 14.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Cafe La fusion</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Space+Mono&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300;1,400;1,500&display=swap" rel="stylesheet">
<script async defer src="js/script.js"></script>
</head>
<body>
<!-- https://lebronbrian23.github.io/cafe_la_fusion/ -->
<!-- The header section -->
<header id="inner-header">
<!-- <div class="working-hours">
<div class="working-hours-desc1"><strong>© 2022</strong></div>
<div class="working-hours-desc2"><strong>Terms of use</strong><p>
<div class="working-hours-desc3"><strong>All rights reserved</strong></div>
</div>-->
<div class="nav-container">
<h1 id="logo"><a href="index.html"><img src="images/Logo.png" alt="cafe la fusion"> </a></h1>
<nav id="header-nav" aria-label="Main navigation">
<button class="menu-toggle" aria-label="Toggle menu" onclick="toggleMenu()"><i class="fa-solid fa-bars"></i></button>
<ul class="menu-links">
<li><a href="index.html"><strong>Home</strong></a></li>
<li><a href="about.html"><strong>About</strong></a></li>
<li class="active"><a href="menu.html"><strong>Menu</strong></a></li>
<li><a href="events.html"><strong>Events</strong></a></li>
<li><a href="gallery.html"><strong>Gallery</strong></a></li>
<li><a href="contact.html"><strong>Contact</strong></a></li>
<li><a href="book.html" id="book-table"><strong>BOOK A TABLE NOW</strong></a></li>
</ul>
</nav>
</div>
</header>
<!-- The main section -->
<main id="main">
<!-- The big banner section -->
<section id="inner-banner" class="menu-banner">
<div class="blue-banner">
<div class="banner-text">
<h2>view our menu</h2>
</div>
</div>
</section>
<!-- end of The big banner section -->
<!-- submenu navbar-->
<div class="submenu">
<ul class="submenu-links">
<li><a href="#brunch"><strong>Brunch</strong></a></li>
<li><a href="#appetizers"><strong>Appetizers</strong></a></li>
<li><a href="#all-day-specials"><strong>All Day Specials</strong></a></li>
<li><a href="#beverages"><strong>Beverages</strong></a></li>
<li><a href="#alcohol"><strong>Alcohol</strong></a></li>
</ul>
</div>
<!-- end of submenu menu navbar-->
<!-- The menu section -->
<section id="menu-list">
<!-- menu item 1 -->
<div id="brunch" class="menu-item-1">
<div class="menu-description-left">
<h3><strong>brunch</strong> <span>Mon-Fri 6AM to 2PM</span> </h3>
<p>The most delicious morning meal with these sweet and savory brunch ideas.</p>
<table>
<tr>
<td>Pancakes</td>
<td>$12</td>
</tr><tr>
<td>Waffles</td>
<td>$15</td>
</tr>
<tr>
<td>French Toast Souffle</td>
<td>$17</td>
</tr>
<tr>
<td>Omelettes</td>
<td>$9</td>
</tr>
<tr>
<td>Crepes</td>
<td>$16</td>
</tr>
<tr>
<td>Avacado</td>
<td>$17.5</td>
</tr>
</table>
</div>
<figure class="menu-page-image1"><img src="images/menu-images/brunch.png" alt="a plate of waffles"></figure>
</div>
<!-- end of menu item 1 -->
<!-- menu item 2 -->
<div id="appetizers" class="menu-item-2">
<figure class="menu-page-image2"><img src="images/menu-images/appetizers.png" alt="a plate of fruits "></figure>
<div class="menu-description-right">
<h3><strong>appetizers</strong></h3>
<p>Dips, finger foods and other tasty bites for a great start.</p>
<table>
<tr>
<td>Ailes de Poulet (Chicken wings)</td>
<td>$13.75</td>
</tr>
<tr>
<td>Le travers de porc (Pork Ribs)</td>
<td>$14</td>
</tr>
<tr>
<td>Mini-Croque Monsieur (Ham and Cheese Sandwich)</td>
<td>$10.25</td>
</tr>
<tr>
<td>Charcuterie</td>
<td>$18.75</td>
</tr>
<tr>
<td>Frites Bouclés (Curly fries)</td>
<td>$5.5</td>
</tr>
<tr>
<td>House Garden Salad</td>
<td>$8.5</td>
</tr>
<tr>
<td>Ceasar Salad</td>
<td>$9</td>
</tr>
<tr>
<td>Quiche + French Onion Soup (Combo)</td>
<td>$10.5</td>
</tr>
</table>
</div>
</div>
<!-- end of menu item 2 -->
<!-- menu item 3 -->
<div id="all-day-specials" class="menu-item-1">
<div class="menu-description-left">
<h3><strong>all day specials</strong></h3>
<p>Deals to enjoy every day of the week.</p>
<table>
<tr>
<td>Scalloped Potatoes</td>
<td>$13</td>
</tr><tr>
<td>Ratatouille</td>
<td>$19.75</td>
</tr>
<tr>
<td>Steak Frites</td>
<td>$25.5</td>
</tr>
<tr>
<td>Chicken Alfredo Pasta</td>
<td>$22.5</td>
</tr>
<tr>
<td>Spicy Bolognese </td>
<td>$20</td>
</tr>
<tr>
<td>Burger and Fries</td>
<td>$16.75</td>
</tr>
<tr>
<td>Pizza</td>
<td>$21</td>
</tr>
<tr>
<td>Bouef Bourguignon</td>
<td>$23.5</td>
</tr>
</table>
</div>
<figure class="menu-page-image1"><img src="images/menu-images/all-day-special.png" alt="a plate of fries and steak"></figure>
</div>
<!-- end of menu item 3 -->
<!-- menu item 4 -->
<div id="desserts" class="menu-item-4">
<figure class="menu-page-image4"><img src="images/menu-images/craft.png" alt="an icecream"></figure>
<div class="menu-description-right">
<h3><strong>crafted desserts</strong></h3>
<p>Fantastic desserts for effortless entertaining.</p>
<table>
<tr>
<td>Chocolate Mousse</td>
<td>$10</td>
</tr>
<tr>
<td>Crepes</td>
<td>$13</td>
</tr>
<tr>
<td>Ice cream</td>
<td>$4.5</td>
</tr>
<tr>
<td>Chocolate Brownie Lava Cake</td>
<td>$11</td>
</tr>
<tr>
<td>Apple Blossom with Ice Cream</td>
<td>$12</td>
</tr>
<tr>
<td> Tarte Tatin</td>
<td>$7</td>
</tr>
<tr>
<td>Macarons</td>
<td>$3</td>
</tr>
<tr>
<td>Souffle</td>
<td>$9</td>
</tr>
</table>
</div>
</div>
<!-- end of menu item 4 -->
<!-- menu item 5 -->
<div id="beverages" class="menu-item-1">
<div class="menu-description-left">
<h3><strong>beverages</strong></h3>
<p>A variety of fresh roasted and delighful coffees and other beverages .</p>
<table>
<tr>
<td> Un peu de simplicité (Espresso con panna) </td>
<td>$5</td>
</tr>
<tr>
<td>Caffè Capuccino</td>
<td>$6</td>
</tr>
<tr>
<td>Caffè Mocha</td>
<td>$4.5</td>
</tr>
<tr>
<td>Caffè Macchiato</td>
<td>$5</td>
</tr>
<tr>
<td>Caffè au lait (Coffee with milk)</td>
<td>$4</td>
</tr>
<tr>
<td>Orange Juice</td>
<td>$3</td>
</tr>
<tr>
<td>Lemonade</td>
<td>$3.5</td>
</tr>
<tr>
<td>Ice Tea</td>
<td>$3</td>
</tr>
<tr>
<td> Hot Tea</td>
<td>$2.5</td>
</tr>
<tr>
<td>Match Latte</td>
<td>$6</td>
</tr>
<tr>
<td>Juice (Assorted Flavours)</td>
<td>$3</td>
</tr>
</table>
</div>
<figure class="menu-page-image5"><img src="images/menu-images/beverages.png" alt="a green cup of milk coffee"></figure>
</div>
<!-- end of menu item 5 -->
<!-- menu item 6 -->
<div id="alcohol" class="menu-item-6">
<figure class="menu-page-image6"><img src="images/menu-images/drinks.png" alt="an icecream"></figure>
<div class="menu-description-right">
<h3><strong>Drinks & Cocktails</strong></h3>
<p>Best selection of Drinks and Cocktails</p>
<table>
<tr>
<td>Beer</td>
<td>$5</td>
</tr>
<tr>
<td>Martini</td>
<td>$11</td>
</tr>
<tr>
<td>Blanc Wine</td>
<td>$12</td>
</tr>
<tr>
<td>Rouge Wine (Porto)</td>
<td>$12.75</td>
</tr>
<tr>
<td>Porto</td>
<td>$7</td>
</tr>
<tr>
<td>Campari</td>
<td>$6</td>
</tr>
<tr>
<td>Whisky - Jack Daniels</td>
<td>$10.25</td>
</tr>
<tr>
<td>Sangria</td>
<td>$13.5</td>
</tr>
<tr>
<td> Pineapple or Passion fruit Mimosa</td>
<td>$15</td>
</tr>
</table>
</div>
</div>
<!-- end of menu item 6 -->
</section>
<!-- end of menu section -->
</main>
<!-- The footer section -->
<footer>
<div class="footer-section">
<div id="footer-logo">
<a href="index.html"><img src="images/Logo.png" alt="cafe la fusion"></a>
</div>
<div id="extra-links">
<ul class="footer-nav">
<li><a href="about.html">About us</a></li>
<li><a href="contact.html#business-partner">Partner with us</a></li>
<li><a href="contact.html#host-event">Host an event</a></li>
<li><a href="book.html">Table Reservations</a></li>
<li><a href="#">Rewards and offers</a></li>
<li><a href="#">Gift Cards</a></li>
<li><a href="contact.html#contact-form-vector">Contacts</a></li>
</ul>
</div>
<div id="address">
<p>Subscribe to our email newsletter below to stay up-to-date</p>
<form>
<div>
<input type="email" value="" name="email">
<input type="submit" value="join">
</div>
</form>
<p>754 Yonge St, Toronto, ON M4Y 2B6</p>
<p><span class="footer-working-hours">Sunday - Thursday</span> 11:00 AM to 10 PM</p>
<p><span class="footer-working-hours">Friday - 11:00</span> AM to 2 AM</p>
</div>
</div>
<div id="footer-bar">
<ul class="payment-options">
<li><i class="fa-brands fa-cc-visa"></i></li>
<li><i class="fa-brands fa-cc-mastercard"></i></li>
<li><i class="fa-brands fa-cc-apple-pay"></i></li>
</ul>
<ul class="footer-misc">
<li><a href="#"><strong>© 2022</strong></a></li>
<li><a href="#"><strong>Terms of use</strong></a></li>
<li><a href="#"><strong>All rights reserved</strong></a></li>
</ul>
</div>
</footer>
</body>
</html>