-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
344 lines (174 loc) · 7.84 KB
/
index.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
333
334
335
336
337
338
339
340
341
342
343
344
<!DOCTYPE html>
<html>
<head>
<!--Browser title-->
<title>The Orchid</title>
<!--Meta tags-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width", initial-scale="1.0">
<!--Link CSS-->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!--Google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Judson&display=swap" rel="stylesheet">
</head>
<header>
<div class=navbar>
<a href="#menu-container">Menu</a>
<a href="#about-us-container">About us</a>
<a href="#the-team-container">The team</a>
</div>
</div>
</header>
<body>
<main>
<!--Hero image and intro to the restaurant-->
<div id="hero-display-container">
<div class="hero-text-container">
<h1>The <br>
Orchid</h1>
<h2>Masterful Thai Cuisine</h2>
</div>
</div>
<!--Four-item menu with the highest quality ingredients-->
<div id="menu-container">
<div class="menu-container-heading">
<h2>The Menu</h2>
<h3>Keeping it simple with only the best ingredients, made with passion for thai food. </h3>
</div>
<div class="menu-container-menu-items">
<div class="menu-items__top-left">
<div class="top-left__image">
<img src="images/egg dish.png">
</div>
<div class="top-left__text">
<h2>Spicy Pork Stir Fry</h2>
<h3>Try the delicious spicy pork stir fry if you’re looking for a whole meal. The dish is made from a top-secret, family
recipe that has been passed down in the head-chef’s family for generations. Choose how you want the egg on top to be
cooked. Be warned, the dish is very spicy.<br>
Allergens: peanuts, sesame</h3>
<h4>$20</h4>
</div>
</div>
<div class="menu-items__bottom-left">
<div class="bottom-left__image">
<img src="images/spring rolls.png">
</div>
<div class="bottom-left__text">
<h2>Spring Rolls</h2>
<h3>If you’re looking for a lighter meal that still provides a great culinary experience, try the spring rolls. They are
made from fresh ingredient every day, and are paired with the spiciest, most delicious sauce you’ve ever tried. Choose
between a pork or vegetarian option; or get one of each.<br>
Allergens: eggs, soy
</h3>
<h4>$10</h4>
</div>
</div>
<div class="menu-items__top-right">
<div class="top-right__image">
<img src="images/image circles.png">
</div>
<div class="top-right__text">
<h2>Beef Red Curry</h2>
<h3>A mainstay in Thai cooking are the different varieties of curries. We choose to bring you the spicy, flavorful red
curry. The meat is succulent, and the curry packs a punch. The dish also comes with the fluffiest jasmine rice you’ve
ever tasted; what more could you need?<br>
Allergens:</h3>
<h4>$20</h4>
</div>
</div>
<div class="menu-items__bottom-right">
<div class="bottom-right__image">
<img src="images/pad thai.png">
</div>
<div class="bottom-right__text">
<h2>Chicken Pad Thai</h2>
<h3>The classic pad Thai is one of the most iconic Thai dishes. We make the pad Thai, just as they do in the Asian street
markets, except that we use a couple secret ingredient to bring ever more life to this already vibrant dish. This is our
best dish.<br>
Allergens: eggs, peanuts</h3>
<h4>$20</h4>
</div>
</div>
</div>
</div>
<!--About the restaurant and why it's great-->
<div id="about-us-container">
<div class="about-us-container-heading">
<h2>Why We're The Best in Town</h2>
</div>
<div class="about-us-container-reasons">
<div class="container-reasons__1">
<div class="container-reasons-1__image">
<img src="icons/one.png" alt="icon showing the number one">
</div>
<div class="container-reasons-1__text">
<h2>Quality ingredients</h2>
<h3>We source only the highest quality ingredients from local suppliers. Everything you consume is sustainably sourced goods.</h3>
</div>
</div>
<div class="container-reasons__2">
<div class="2__image">
<img src="icons/two.png" alt="icon showing the number two">
</div>
<div class="2__text">
<h2>Years of experience</h2>
<h3>Matt, our head chef, has been making delicious thai food since was a toddler. His experience and passion shines through in his cooking. </h3>
</div>
</div>
<div class="container-reasons__3">
<div class="3__image">
<img src="icons/three.png" alt="icon showing the number three">
</div>
<div class="3_text">
<h2>A modern twist</h2>
<h3>Although we pay respect to the traditional way of making thai dishes, we also aren't afraid of trying new twists or new ingredients. </h3>
</div>
</div>
</div>
</div>
<!--Info about the founder, head chef, and manager-->
<div id="the-team-container">
<div class="the-team-container-heading">
<h2>The Team</h2>
</div>
<div class="the-team-container-employees">
<div class="container-employees__founder">
<div class="founder__image">
<img src="images/founder.png" alt="headshot image of restaurant founder">
</div>
<div class="founder__text">
<h2>Laurie Boulder, Founder</h2>
<h3>Laurie has a passion for thai food and high-end cuisine.
In 2013 she decided to pair those two passions by opening The Orchid.
You will most likely see her also serving customers if you come to the restaurant
as she also loves serving and meeting her customers.</h3>
</div>
</div>
<div class="container-employees__head-chef">
<div class="head-chef__image">
<img src="images/head-chef.png" alt="headshot image of head restaurant head chef">
</div>
<div class="head-chef__text">
<h2>Matt Wisconsin, Head chef</h2>
<h3>Matt loves anything that has to do with food.
Raised by a thai mother, Matt knows all the in's and out's of traditional thai cooking.
Besides making delicious thai food, Matt also enjoys surfing on the weekends.
</h3>
</div>
</div>
<div class="container-employees__manager">
<div class="manager__image">
<img src="images/manager.png" alt="headshot image of restaurant manager">
</div>
<div class="manager__text">
<h2>Diego Sanchez, Manager</h2>
<h3>What qualities do need to be a good restaurant manager? Charisma, structured thinking, ability to plan ahead, etc.? Diego has all those qualities. Without him, nothing would ever get done. You'll probably see him around when you visit.
</h3>
</div>
</div>
</div>
</div>
</main>
</body>
</html>