-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenuu.html
More file actions
364 lines (358 loc) · 24.6 KB
/
menuu.html
File metadata and controls
364 lines (358 loc) · 24.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Malai Thai || Restaurant</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Archivo+Narrow|Julius+Sans+One" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-md fixed-top navbar-dark navbar-custom">
<a class="navbar-brand" href="index.html"><img src="img/sacgeo1.png">MaLai Thai</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav mr-4">
<li class="nav-item">
<a class="nav-link" data-value="hrloc" href="hrloc.html">Hours & Location</a></li>
<li class="nav-item">
<a class="nav-link " data-value="abtus" href="abtus.html">About Us</a>
</li>
<li class="nav-item active">
<a class="nav-link " data-value="menuu" href="menuu.html">Menu</a></li>
</ul>
</div>
</nav>
<!-- Menu -->
<div class="container menu">
<div class="row">
<div class="col">
<h3 class="pb-3 menu-title">Menu</h3>
</div>
</div>
<div class="row">
<div class="col">
<div class="menu">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="app-tab" data-toggle="tab" href="#app" role="tab" aria-controls="app" aria-selected="true">Appetizers</a>
</li>
<li class="nav-item">
<a class="nav-link" id="soup-tab" data-toggle="tab" href="#soup" role="tab" aria-controls="soup" aria-selected="false">Soups</a>
</li>
<li class="nav-item">
<a class="nav-link" id="salad-tab" data-toggle="tab" href="#salad" role="tab" aria-controls="salad" aria-selected="false">Thai Salads</a>
</li>
<li class="nav-item">
<a class="nav-link" id="curry-tab" data-toggle="tab" href="#curry" role="tab" aria-controls="curry" aria-selected="false">Tasty Curries</a>
</li>
<li class="nav-item">
<a class="nav-link" id="noodlefr-tab" data-toggle="tab" href="#noodlefr" role="tab" aria-controls="noodlefr" aria-selected="false">Noodles & Fried Rice</a>
</li>
<li class="nav-item">
<a class="nav-link" id="entrees-tab" data-toggle="tab" href="#entrees" role="tab" aria-controls="entrees" aria-selected="false">Entrees</a>
</li>
<li class="nav-item">
<a class="nav-link" id="drinks-tab" data-toggle="tab" href="#drinks" role="tab" aria-controls="drinks" aria-selected="false">Drinks</a>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="app" role="tabpanel" aria-labelledby="app-tab">
<h6 class="pt-3">Fresh Mango Rolls <span>$5.95</span></h6>
<p>Mangoes, tofu, cucumber, glass noodles, carrots, cilantro, green leaf lettuce,
<br> together and served in our special peanut sauce</p>
<h6>Spring Rolls <span>$5.00</span></h6>
<p>Crispy fried rolls with cabbage, carrots, glass noodle, celery, black mushroom,
<br> and served with sweet and sour sauce</p>
<h6>Chicken Satay <span>$6.95</span></h6>
<p>Marinated chicken grilled to perfection on wooden skewers served with peanut sauce
<br> and cucumber salad</p>
<h6>Angel Wings <span>$7.95</span></h6>
<p>Golden fried chicken wings stuffed with glass noodles, black mushroom, onion, and celery,
<br>served with sweet and sour sauce</p>
<h6>Shrimp Rolls <span>$6.95</span></h6>
<p>Shrimp wrapped in a wonton and fried golden brown, with sweet and sour sauce
</p>
<h6>Chicken Wings <span>$5.95</span></h6>
<p>Breaded and fried chicken wings served with sweet and sour sauce
</p>
<h6>Crab puff <span>$6.95</span></h6>
<p>Golden fried wonton stuffed with crab meat, cream cheese, onion, celery,
<br>and served with sweet and sour sauce</p>
<h6>Golden Squid <span>$6.95</span></h6>
<p>Breaded and fried squid served with sweet and sour sauce
</p>
<h6>MaLai Combo <span>$9.95</span></h6>
<p>Spring rolls, shrimp rolls, and crab puffs all together with their special sauces
</p>
</div>
<div class="tab-pane fade" id="soup" role="tabpanel" aria-labelledby="soup-tab">
<table class="table">
<thead>
<tr>
<th scope="col">Your Choice of</th>
<th scope="col">Small</th>
<th scope="col">Large</th>
</tr>
</thead>
<tbody>
<tr>
<th>Chicken, Pork, or Tofu</th>
<th>$4.95</th>
<th>$8.95</th>
</tr>
<tr>
<th>Shrimp or Squid</th>
<th>$6.95</th>
<th>$10.95</th>
</tr>
</tbody>
</table>
<h6 class="pt-3">Tom Yum</h6>
<p>Hot sweet and sour soup with lemongrass, galangal, thai chili, onion,
<br>tomato, mushrooms, and cilantro</p>
<h6>Tom Khar</h6>
<p>Spicy coconut soup with galangal, lemongrass, mushrooms, tomato, thai chili,
<br>onion, cilantro, and fresh lime juice</p>
<h6 class="pt-3">Glass Noodle Soup <span>$10.95</span></h6>
<p>Mild soup with shrimp, chicken, glass noodles, mushrooms, carrots, onion, napa and cilantro.
<h6>Potak (Tom Yum Seafood Pot) <span>$13.95</span></h6>
<p>Tom yum soup prepared with Thai style seafood, including shrimp, squid, scallop, green
<br>mussel and basil</p>
</div>
<div class="tab-pane fade" id="salad" role="tabpanel" aria-labelledby="salad-tab">
<h6 class="pt-3">Thai Salad <span>$7.95</span></h6>
<p>Fresh greens from the garden with cucumber, tomato, onion, tofu, hard boiled eggs,
<br>and chicken. Served with peanut dressing</p>
<h6>Num Tok <span>$9.95</span></h6>
<p>Grilled sliced beef with Thai chili, fresh lime juice, tomato, cucumber, onion,
<br>ground roasted rice, and fresh mint leaves, served on a bed of lettuce</p>
<h6>Larb Chicken <span>$8.95</span></h6>
<p>Hand ground pork or chicken mixed with roasted rice, Thai chili, onion, cilantro,
<br>fresh mint leaves, and lime juice.</p>
<h6>Yum Woon Sen <span>$10.95</span></h6>
<p>Spicy glass noodle salad with ground chicken, shrimp, onion, tomato, carrots, cilantro,
<br>in a special lime chili dressing</p>
<h6>Yum Goong <span>$12.95</span></h6>
<p>Grilled shrimp, celery, mint, onion, lemongrass, cilantro, tomato, and chili lime dressing
<br>on a bed of lettuce</p>
<h6>Sum Tom <span>$8.95</span></h6>
<p>Green papaya salad with grilled shrimp, tomato, carrots, and a home made sauce
</p>
</div>
<div class="tab-pane fade" id="curry" role="tabpanel" aria-labelledby="curry-tab">
<table class="pt-3 table">
<thead>
<tr>
<th scope="col">Your Choice of</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<th>Beef, Chicken, Pork, or Tofu</th>
<th>$8.95</th>
</tr>
<tr>
<th>Shrimp or Squid</th>
<th>$10.95</th>
</tr>
<tr>
<th>Combination Seafood</th>
<th>$13.95</th>
</tr>
<tr>
<th>Extra Jasmine Rice</th>
<th>$1.50</th>
</tr>
</tbody>
</table>
<h6 class="pt-3">Panang Curry</h6>
<p>Carrots, bell peppers, peas, sweet basil</p>
<h6>Red Curry</h6>
<p>Bamboo shoots, eggplant, bell pepper, and basil</p>
<h6>Green Curry</h6>
<p>Bamboo shoots, eggplant, bell pepper, and basil</p>
<h6>Yellow Curry</h6>
<p>Onion, potato, and carrots</p>
<h6>Masaman Curry</h6>
<p>Onion, potato, carrots, and peanuts</p>
<h6>Pumpkin Curry</h6>
<p>Thai pumpkin, bell peppers, sweet basil in red curry</p>
</div>
<div class="tab-pane fade" id="noodlefr" role="tabpanel" aria-labelledby="noodlefr-tab">
<table class="pt-3 table">
<thead>
<tr>
<th scope="col">Your Choice of</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<th>Beef, Chicken, Pork, or Tofu</th>
<th>$8.95</th>
</tr>
<tr>
<th>Shrimp or Squid</th>
<th>$10.95</th>
</tr>
<tr>
<th>Combination Seafood</th>
<th>$13.95</th>
</tr>
</tbody>
</table>
<h4 class="pt-3">Noodles</h4>
<h6 class="pt-3">Pad Thai</h6>
<p>Stir fried noodles with tofu, bean sprouts, green onion, egg, with ground peanuts, chilies, and sugar</p>
<h6>Spicy Noodles</h6>
<p>Hot and spicy stir fried wide fresh rice noodles with garlic, chili, eggs, bell pepper, onion, broccoli, and basil</p>
<h6>Pad Se-Ew</h6>
<p>Flat rice noodles pan fried with sweet soy sauce, egg, broccoli, and carrots</p>
<h6>Noodle Pad Gai</h6>
<p>Stir fried wide fresh noodles with chicken, egg, ginger, bean sprouts, and green onion</p>
<h6>Silver Noodles</h6>
<p>Glass noodles pan fried with onion, egg, and garden vegetables</p>
<h6>Tom Yum Noodle Soup</h6>
<p>Spicy and sour with bean sprouts, onion, roasted garlic, cilantro and ground peanuts</p>
<h6>Thai Style Noodle Soup</h6>
<p>Thai rice noodles, bean sprouts, onion, cilantro, and roasted garlic</p>
<h4 class="py-3">Fried Rice</h4>
<h6>MaLai Fried Rice</h6>
<p>Thai fried rice with onion, peas, carrots, and egg</p>
<h6>Spicy Fried Rice</h6>
<p>Hot and spicy fried rice with egg, garlic, Thai chili, onion, carrots, bell peppers, and sweet basil</p>
<h6>Pineapple Fried Rice <span>$11.95</span></h6>
<p>Chicken and shrimp with cashew nuts, pineapple, raisins, onion, peas, and carrots</p>
<h6>Crab Fried Rice <span>$11.95</span></h6>
<p>Crab meat with tomatoes, green onion, cilantro, and egg</p>
</div>
<div class="tab-pane fade" id="entrees" role="tabpanel" aria-labelledby="entrees-tab">
<table class="pt-3 table">
<thead>
<tr>
<th scope="col">Your Choice of</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<th>Beef, Chicken, Pork, or Tofu</th>
<th>$8.95</th>
</tr>
<tr>
<th>Shrimp or Squid</th>
<th>$10.95</th>
</tr>
<tr>
<th>Combination Seafood</th>
<th>$13.95</th>
</tr>
<tr>
<th>Extra Jasmine Rice</th>
<th>$1.50</th>
</tr>
</tbody>
</table>
<h6 class="pt-3">Pad Gra Prow</h6>
<p>Stir fried garlic, chilies, bell peppers, onion, carrots, and basil</p>
<h6>Pad Puk</h6>
<p>Stir fried seasonal vegetables with oyster sauce</p>
<h6>Fresh Ginger Roots</h6>
<p>Stir fried fresh ginger with onion, garlic, mushroom, bell peppers, and carrots</p>
<h6>Garlic Peppers</h6>
<p>Stir fried onion and black pepper with onion and our special sauce</p>
<h6>Spicy Cashew Nuts</h6>
<p>Stir fried cashew nuts with onion, bell peppers, and Thai chili sauce</p>
<h6>Spicy Fresh Chili</h6>
<p>Your meat pan fried with jalapeno peppers, garlic, onion, and bell peppers</p>
<h6>Sweet and Sour</h6>
<p>Pineapple, onion, bell pepper, cucumber, carrots, tomatoes, and green peas</p>
<h6>Spicy Eggplant</h6>
<p>Stir fry with Thai chili, eggplant, basil, onion, and bell pepper</p>
<h6>Pra Ram</h6>
<p>Steamed spinach, broccoli, and carrots topped with peanut sauce</p>
<h6>Pad Ped</h6>
<p>Bamboo shoots, green beans, bell peppers with red curry paste, coconut milk, and basil</p>
<h6>Pad Prik Khing</h6>
<p>Stir fried green beans and carrots with prik khing curry paste</p>
</div>
<div class="tab-pane fade" id="drinks" role="tabpanel" aria-labelledby="drinks-tab">
<h6 class="pt-3">Thai Iced Tea <span>$2.95</span></h6>
<h6 class="pt-3">Thai Iced Coffee <span>$2.95</span></h6>
<h6 class="pt-3">Thai Tea Hot Pot <span>$2.00</span></h6>
<h6 class="pt-3">Regular Iced Tea <span>$1.75</span></h6>
<h6 class="pt-3">Sodas <span>$1.95</span></h6>
<p><i>Dr.Pepper, Pepsi, Diet Pepsi, Mountain Dew, Sierra Mist, Mug Root Beer</i></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container-fluid">
<div class="row">
<div id="left-footer" class="col-sm-12 col-md-8">
<h3 class="pt-3">Quick Links</h3>
<p>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="abtus.html">About</a>
</li>
<li>
<a href="hrloc.html">Hours & Location</a>
</li>
<li>
<a href="menuu.html">Menu</a>
</li>
</ul>
</p>
</div>
<div id="right-footer" class="col-sm-12 col-md-4">
<h3 class="pt-3">Follow us on</h3>
<div id="social-media-footer">
<ul>
<li>
<a href="#">
<i class="fab fa-facebook"></i>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-yelp"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col">
<p class="font-italic">Developed by Leslie Orellana</p>
</div>
</div>
</div>
</footer>
<script src="main.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>