-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
332 lines (298 loc) · 11.6 KB
/
menu.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
<!DOCTYPE html>
<!-- Used resources: https://www.jqueryscript.net/demo/modern-photo-gallery/ & https://www.jqueryscript.net/demo/minimalist-responsive-photo/ !-->
<html lang="en">
<head>
<title>TechBites Malta</title>
<link rel="stylesheet" href="css.css">
<link rel="stylesheet" href="gallery.css">
<link rel="icon" type="image/x-icon" href="img/BannerLogo.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
</head>
<body>
<div id="container">
<nav>
<ul>
<li>
<a href="index.html">Home</a>
<a href="bookings.html">Bookings</a>
<a href="gallery.html">Gallery</a>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</nav>
<section class="main">
<section class="photobg">
<!-- Copy-Paste for ease of access
<h2 class="LandingHeaderText"></h2>
<div class="foodItem">
<h3>
</h3>
<br>
<p>
</p>
<br>
<p class="price">
€
</p>
</div>
<div class="foodItem">
<h3>
</h3>
<br>
<p>
</p>
<br>
<p class="price">
€
</p>
</div>
<div class="foodItem">
<h3>
</h3>
<br>
<p>
</p>
<br>
<p class="price">
€
</p>
</div>
!-->
<h2 class="LandingHeaderText">Appetizers</h2>
<div class="foodItem">
<h3>
Truffle Parmesan Fries
</h3>
<br>
<p>
Crispy fries tossed in truffle oil and parmesan cheese served with garlic aioli, and prepared using state-of-the-art air-fryer technology.
</p>
<p class="price">
€7
</p>
</div>
<div class="foodItem">
<h3>
Shrimp Ceviche
</h3>
<br>
<p>
Fresh shrimp marinated in lime juice, red onion, cilantro, and jalapeño, served with tortilla chips and prepared using molecular gastronomy techniques.
</p>
<br>
<p class="price">
€11
</p>
</div>
<div class="foodItem">
<h3>
Crispy Pork Belly Bites
</h3>
<br>
<p>
Slow-cooked pork belly bites with a crispy exterior, served with a sweet and spicy glaze and cooked to perfection using sous vide technology.
</p>
<br>
<p class="price">
€9
</p>
</div>
<h2 class="LandingHeaderText">Salads</h2>
<div class="foodItem">
<h3>
Caesar Salad
</h3>
<br>
<p>
Romaine lettuce tossed in Caesar dressing, topped with croutons and parmesan cheese, and served with a side of focaccia bread baked using a high-tech bread oven.
</p>
<br>
<p class="price">
€7
</p>
</div>
<div class="foodItem">
<h3>
Beet and Goat Cheese Salad
</h3>
<br>
<p>
Mixed greens, roasted beets, candied pecans, and goat cheese, dressed with a balsamic vinaigrette and prepared using hydroponics farming techniques.
</p>
<br>
<p class="price">
€11
</p>
</div>
<div class="foodItem">
<h3>
Asian Ginger Salad
</h3>
<br>
<p>
Mixed greens, carrots, red pepper, and cucumbers, topped with crispy wontons and a ginger soy dressing, and prepared using vertical farming technology.
</p>
<br>
<p class="price">
€9
</p>
</div>
<h2 class="LandingHeaderText">Entrees</h2>
<div class="foodItem">
<h3>
Pan-Seared Salmon
</h3>
<br>
<p>
Fresh salmon fillet served with a lemon butter sauce, roasted vegetables, and garlic mashed potatoes, and cooked to perfection using precision cooking technology.
</p>
<br>
<p class="price">
€20
</p>
</div>
<div class="foodItem">
<h3>
Grilled Wagyu Steak
</h3>
<br>
<p>
12 oz Wagyu A5 steak grilled and basted to perfection, served with sautéed mushrooms and onions, garlic mashed potatoes, and a red wine reduction, and cooked using high-tech laser grills.
</p>
<br>
<p class="price">
€115 or €25 for Ribeye Instead
</p>
</div>
<div class="foodItem">
<h3>
Vegetable Pad Thai
</h3>
<br>
<p>
Rice noodles stir-fried with mixed vegetables, eggs, and a sweet and sour tamarind sauce, topped with peanuts and cilantro, and prepared using robotic cooking technology.
</p>
<br>
<p class="price">
€15
</p>
</div>
<h2 class="LandingHeaderText">Desserts</h2>
<div class="foodItem">
<h3>
Crème Brûlée
</h3>
<br>
<p>
Classic French dessert with a caramelized sugar top and a creamy vanilla custard base, and prepared using modern molecular gastronomy techniques.
</p>
<br>
<p class="price">
€7
</p>
</div>
<div class="foodItem">
<h3>
Chocolate Lava Cake
</h3>
<br>
<p>
Warm chocolate cake with a molten chocolate center, served with vanilla ice cream and prepared using cutting-edge 3D food printing technology.
</p>
<br>
<p class="price">
€9
</p>
</div>
<div class="foodItem">
<h3>
Assorted Cheesecake
</h3>
<br>
<p>
A variety of cheesecake flavors, served with whipped cream and fresh berries, and prepared using advanced pastry-making techniques.
</p>
<br>
<p class="price">
€11
</p>
</div>
<h2 class="LandingHeaderText">Drinks</h2>
<div class="drinkItem">
<h3>
Soda
</h3>
<br>
<p>
Coke, Diet Coke, Sprite, Ginger Ale.
</p>
<br>
<p class="price">
€3
</p>
</div>
<div class="drinkItem">
<h3>
Lemonade
</h3>
<br>
<p>
Fresh squeezed lemonade with a hint of mint, and served in a high-tech self-chilling glass.
</p>
<br>
<p class="price">
€4
</p>
</div>
<div class="drinkItem">
<h3>
Iced Tea
</h3>
<br>
<p>
Choice of sweetened or unsweetened, and served using robotic beverage dispensing technology.
</p>
<br>
<p class="price">
€3
</p>
</div>
<div class="drinkItem">
<h3>
Beer
</h3>
<br>
<p>
Assorted local and imported beers, served at the perfect temperature using a high-tech beer dispensing system.
</p>
<br>
<p class="price">
Prices vary.
</p>
</div>
<div class="drinkItem">
<h3>
Wine
</h3>
<br>
<p>
Assorted red, white, and sparkling wines, served at the perfect temperature using an advanced wine preservation system.
</p>
<br>
<p class="price">
Prices vary.
</p>
</div>
<h2 class="LandingHeaderText">We look forward to your custom!</h2>
<section class="ServicesHyperlink">
<a href="bookings.html" class="ServicesHyperlink">Feel free to check out our services!</a>
</section>
</section>
</section>
<br>
</div>
</body>
<footer class="footer">
<h2>© TechBites 2023 - by Gabriel Jackson</h2>
</footer>
</html>