This repository has been archived by the owner on Apr 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
378 lines (375 loc) · 21.8 KB
/
aboutus.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1,shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<!-- build:css css/main.css -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="node_modules/bootstrap-social/bootstrap-social.css">
<!-- endbuild -->
<title>Ristorante FuCheng: About Us</title>
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-sm fixed-top">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#NavBar">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand mr-auto" href="index.html">
<img src="src/logo_small.jpg" style="height:30px;width:40px;">
</a>
<div class="collapse navbar-collapse" id="NavBar">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a href="index.html" class="nav-link"><span class="fa fa-home fa-lg"></span> Home</a>
</li>
<li class="nav-item active">
<a href="aboutus.html" class="nav-link"><span class="fa fa-info fa-lg"></span> About</a>
</li>
<li class="nav-item">
<a href="index.html" class="nav-link"><span class="fa fa-list fa-lg"></span> Menu</a>
</li>
<li class="nav-item">
<a href="contactus.html" class="nav-link"><span class="fa fa-address-card fa-lg"></span> Contact</a>
</li>
</ul>
<span class="navbar-text">
<a id="loginButton">
<span class="fa fa-sign-in"></span> Login
</a>
</span>
</div>
</div>
</nav>
<div id="loginModal" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg" role="content">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Login</h4>
<button type="button" class="close" id="closeBtnLogin">
×
</button>
</div>
<div class="modal-body">
<form>
<div class="form-row">
<div class="form-group col-sm-4">
<label class="sr-only" for="exampleInputEmail3">Email address</label>
<input type="email" class="form-control form-control-sm mr-1" id="exampleInputEmail3" placeholder="Enter email">
</div>
<div class="form-group col-sm-4">
<label class="sr-only" for="exampleInputPassword3">Password</label>
<input type="password" class="form-control form-control-sm mr-1" id="exampleInputPassword3" placeholder="Password">
</div>
<div class="col-sm-auto">
<div class="form-check">
<input class="form-check-input" type="checkbox">
<label class="form-check-label"> Remember me
</label>
</div>
</div>
</div>
<div class="form-row">
<button type="button" class="btn btn-secondary btn-sm ml-auto" data-dismiss="modal">Cancel</button>
<button type="submit" class="btn btn-primary btn-sm ml-1" data-dismiss="modal">Sign in</button>
</div>
</form>
</div>
</div>
</div>
</div>
<header class="jumbotron">
<div class="container">
<div class="row row-header">
<div class="col-12 col-sm-6">
<h1>Restaurant FuCheng</h1>
<p>We take inspiration from the China's best cuisines, and create a unique North-West Chinese experience. Our lipsmacking creations will tickle your culinary senses!</p>
</div>
<div class="col-12 col-sm align-self-center">
<img src="src/logo.jpg" style="width:150px;height:100px;" class="img-fluid">
</div>
<div class="col-12 col-sm align-self-center">
<a role="button" class="btn btn-sm nav-link btn-block btn-warning" id="reserveButton">Reserve Table</a>
</div>
<div class="modal fade" id="modalReserve" role="dialog">
<div class="modal-dialog text-body" role="content">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Reserve a Table</h4>
<button type="button" class="close" id="reserveCloseBtn">
×
</button>
</div>
<div class="modal-body">
<form>
<fieldset class="form-group">
<div class="row">
<legend class="col-form-label col-sm-2 pt-0">Number of Guests </legend>
<div class="col-sm-10">
<div class="form-check-inline form-check">
<input class="form-check-input" type="radio" name="guestNumber" id="gridRadios1" value="1">
<label class="form-check-label" for="gridRadios1">
1
</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="guestNumber" id="gridRadios2" value="2">
<label class="form-check-label" for="gridRadios2">
2
</label>
</div>
<div class="form-check-inline form-check">
<input class="form-check-input" type="radio" name="guestNumber" id="gridRadios3" value="3">
<label class="form-check-label" for="gridRadios3">
3
</label>
</div>
<div class="form-check-inline form-check">
<input class="form-check-input" type="radio" name="guestNumber" id="gridRadios4" value="4">
<label class="form-check-label" for="gridRadios4">
4
</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="guestNumber" id="gridRadios5" value="5">
<label class="form-check-label" for="gridRadios5">
5
</label>
</div>
<div class="form-check-inline form-check">
<input class="form-check-input" type="radio" name="guestNumber" id="gridRadios6" value="6">
<label class="form-check-label" for="gridRadio6">
6
</label>
</div>
</div>
</div>
</fieldset>
<div class="form-group row">
<label for="DateAndTime" class="col-12 col-md-3 col-form-label">Date and Time</label>
<div class="col-12 col-sm-4">
<input type="DateAndTime" name="date" class="form-control" id="date" placeholder="Date">
</div>
<div class="col-12 col-sm-4">
<input type="DateAndTime" name="time" class="form-control" id="time" placeholder="Time">
</div>
</div>
</form>
<section>
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-danger">
<input type="radio" name="options" id="smoke" autocomplete="off"> Smoking
</label>
<label class="btn btn-success active">
<input type="radio" name="options" id="smoke" autocomplete="off" checked> None-Smoking
</label>
</div>
</section>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-primary" data-dismiss="modal">Reserve</button>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row">
<ol class="col-12 breadcrumb">
<li class="breadcrumb-item"> <a href="index.html">Home</a></li>
<li class="breadcrumb-item active"> About</li>
</ol>
<div class="col-12">
<h3>About Us</h3>
<hr>
</div>
</div>
<div class="row row-content">
<div class="col-12 col-sm-6">
<h2>Our History</h2>
<p>Started in 2010, Ristorante con Fusion quickly established itself as a culinary icon par excellence in Hong Kong. With its unique brand of world fusion cuisine that can be found nowhere else, it enjoys patronage from the A-list clientele in Hong Kong. Featuring four of the best three-star Michelin chefs in the world, you never know what will arrive on your plate the next time you visit us.</p>
<p>The restaurant traces its humble beginnings to <em>The Frying Pan</em>, a successful chain started by our CEO, Mr. Peter Pan, that featured for the first time the world's best cuisines in a pan.</p>
</div>
<div class="col-sm">
<div class="card">
<h3 class="text-white card-header bg-success">
Facts About Me
</h3>
<div class="card-body">
<dl class="row">
<dt class="col-6">
Birth Date
</dt>
<dd class="col-6">
27 Oct. 1994
</dd>
<dt class="col-6">
Name
</dt>
<dd class="col-6">
Liyang Wang
</dd>
<dt class="col-6">
Hobby
</dt>
<dd class="col-6">
Muay Thai
</dd>
</dl>
</div>
</div>
</div>
<div class="col-12">
<div class="card card-body bg-light">
<blockquote class="blockquote" cite="https://www.pornhub.com">
<p class="mb-0">You better put the pizza in four pieces because I'm not hungry enough to eat six.</p>
<footer class="blockquote-footer">
Liyang Wang,
<cite title="Source Title">Why Do God Punish Us</cite>
</footer>
</blockquote>
</div>
</div>
</div>
<div class="row row-content">
<div class="col-12">
<h2>Corporate Leadership</h2>
<div id="accordion">
<div class="card">
<div class="card-header" role="tab" id="peterhead">
<h3 class="mb-0"> <a data-toggle="collapse" data-target="#peter">Peter Pan <small>Chief Epicurious Officer</small></a></h3>
</div>
<div role="tabpanel" class="collapse show" data-parent="#accordion" id="peter">
<div class="card-body">
<p>Our CEO, Peter, credits his hardworking East Asian immigrant parents who undertook the arduous journey to the shores of America with the intention of giving their children the best future. His mother's wizardy in the kitchen whipping up the tastiest dishes with whatever is available inexpensively at the supermarket, was his first inspiration to create the fusion cuisines for which <em>The Frying Pan</em> became well known. He brings his zeal for fusion cuisines to this restaurant, pioneering cross-cultural culinary connections.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" role="the" id="dannyhead">
<h3 class="mb-0">
<a class="collapsed" data-toggle="collapse" data-target="#danny">
Dhanasekaran Witherspoon <small>Chief Food Officer</small>
</a>
</h3>
</div>
<div class="collapse" id="danny" data-parent="#accordion">
<div class="card-body">
<p>Our CFO, Danny, as he is affectionately referred to by his colleagues, comes from a long established family tradition in farming and produce. His experiences growing up on a farm in the Australian outback gave him great appreciation for varieties of food sources. As he puts it in his own words, <em>Everything that runs, wins, and everything that stays, pays!</em></p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" role="tab" id="agumbehead">
<h3 class="mb-0">
<a class="collapsed" data-toggle="collapse" data-target="#agumbe">
Agumbe Tang <small>Chief Taste Officer</small>
</a>
</h3>
</div>
<div class="collapse" id="agumbe" data-parent="#accordion">
<div class="card-body">
<p>Blessed with the most discerning gustatory sense, Agumbe, our CTO, personally ensures that every dish that we serve meets his exacting tastes. Our chefs dread the tongue lashing that ensues if their dish does not meet his exacting standards. He lives by his motto, <em>You click only if you survive my lick.</em></p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" role="tab" id="liyanghead">
<h3 class="mb-0"><a class="collapsed" data-toggle="collapse" data-target="#liyang">Liyang Wang <small>Executive Chef</small></a></h3>
</div>
<div class="collapse" id="liyang" data-parent="#accordion">
<div class="card-body">
<p>Award winning three-star Michelin chef with wide International experience having worked closely with whos-who in the culinary world, he specializes in creating mouthwatering North-West Chinese experiences. He says, <em>Bootstrap is merely programming.</em> </p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row row-content">
<div class="col-12 col-sm-9">
<h2>Facts & Figures</h2>
<div class="table-responsive">
<table class="table table-striped">
<thead class="thead-dark">
<tr>
<th> </th>
<th>2016</th>
<th>2017</th>
<th>2018</th>
</tr>
</thead>
<tbody>
<tr>
<th>GPA</th>
<th>10.5</th>
<th>11</th>
<th>11.5</th>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-12 col-sm-3">
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-4 offset-1 col-sm-2">
<h5>Links</h5>
<ul class="list-unstyled">
<li><a href="index.html" target="_blank">Home</a></li>
<li><a href="aboutus.html" target="_blank">About</a></li>
<li><a href="#" target="_blank">Menu</a></li>
<li><a href="contactus.html" target="_blank">Contact</a></li>
</ul>
</div>
<div class="col-7 col-sm-5">
<h5>Our Address</h5>
<address>
88 Radford Street
<br> Hamilton, L8S 3E5
<br> Ontario
<br>
<i class="fa fa-phone fa-lg"></i>: +647 633 5866
<br>
<i class="fa fa-fax fa-lg"></i>: +647 633 5866
<br>
<i class="fa fa-envelope fa-lg"></i>: <a href="mailto:[email protected]">[email protected]</a>
</address>
</div>
<div class="col-12 col-sm-4 align-self-center">
<div class="text-center">
<a href="http://google.com/+" class="btn btn-social-icon btn-google"><i class="fa fa-google-plus fa-lg"></i></a>
<a href="https://www.facebook.com/liyang.wang.144" class="btn btn-social-icon btn-facebook"><i class="fa fa-facebook fa-lg"></i></a>
<a href="https://www.linkedin.com/in/liyang-wang-743917a2/" class="btn btn-social-icon btn-linkedin"> <i class="fa fa-linkedin fa-lg"></i></a>
<a class="btn btn-social-icon btn-twitter" href="http://twitter.com/"><i class="fa fa-twitter fa-lg"></i></a>
<a class="btn btn-social-icon btn-youtube" href="http://youtube.com/"><i class="fa fa-youtube fa-lg"></i></a>
<a class="btn btn-social-icon" href="mailto:"><i class="fa fa-envelope fa-lg"></i></a>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-auto">
<p>© Copyright 2018 Restaurant ChengFu</p>
</div>
</div>
</div>
</footer>
<!-- build:js JavaScript/main.js -->
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="JavaScript/script.js"></script>
<!-- endbuild -->
</body>
</html>