-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvegaslegacy.html
321 lines (262 loc) · 14.6 KB
/
vegaslegacy.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LXVC2JQD1P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LXVC2JQD1P');
</script>
<!-- browser tab icon -->
<link rel="icon" href="icon.png">
<!-- title goes here -->
<title>Fruition Las Vegas</title>
<!-- social media card info -->
<meta name="twitter:card" content="summary" />
<meta property="og:url" content="http://lasvegas.fruitiondining.com" />
<meta property="og:title" content="Fruition Las Vegas" />
<meta property="og:description" content="Welcome to Fruition. We're a pop-up dining experience that gives fans the opportunity to eat in a setting they didn't think possible — alongside guests of honor for memorable conversation while being served dinner by a private chef they won't soon forget." />
<meta property="og:image" content="https://lasvegas.fruitiondining.com/logo_black.jpg"/>
<!-- description -->
<meta name="description" content="Welcome to Fruition. We're a pop-up dining experience that gives fans the opportunity to eat in a setting they didn't think possible — alongside guests of honor for memorable conversation while being served dinner by a private chef they won't soon forget." />
<meta charset="utf-8">
<!-- Latest compiled and minified CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Latest compiled JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- some fonts -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato:regular,bold&subset=Latin">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Tangerine" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Petrona" />
<link href="https://fonts.cdnfonts.com/css/azo-sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="lightmode.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- custom stylesheet stuff -->
<style>
</style>
</head>
<body>
<!-- header and navigation -->
<!-- <nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="logo_02.png" alt="" height="40px">
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="navtab" id="guests-nav"><a data-toggle="tab" href="#home">The Guests</a></li>
<li class="navtab" id="chef-nav"><a data-toggle="tab" href="#teaching">The Chef</a></li>
<li class="navtab" id="founder-nav"><a data-toggle="tab" href="#writing">The Founder</a></li>
<li class="navtab" id="location-nav"><a data-toggle="tab" href="#coding">The Location</a></li>
<li class="navtab" id="experience-nav"><a data-toggle="tab" href="#resume">The Experience</a></li>
</ul>
</div>
</div>
</nav> -->
<nav class="navbar navbar-expand-lg fixed-top bg-dark navbar-dark" style="border-bottom-width: 1px;border-bottom-style: solid;">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a href="#about" class="nav-link">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#guests">The Guests</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#chef">The Chef</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#founder">The Founder</a>
</li>
<li class="nav-item">
<a href="#menu" class="nav-link">The Menu</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#location">The Location</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience">Join Us</a>
</li>
</ul>
</div>
<!-- </div> -->
<a class="navbar-brand" href="#">
<img src="logo_white.png" alt="Fruition Logo" height="60px">
</a>
</nav>
<!-- <nav class="navbar navbar-expand-sm bg-dark navbar-dark fixed-top">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">The Guests</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">The Chef</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">The Founder</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">The Location</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Join Us</a>
</li>
</ul>
<a class="navbar-brand" href="#">
<img src="logo_white.png" alt="" height="60px">
</a>
</nav> -->
<!-- content sections -->
<div class="container-fluid" style="margin-top:75px; max-width:80%">
<div
class="text-center">
<img src="logo_vegas_black.png" alt="Fruition Logo" style="max-height:400px;" class="img-fluid mx-auto">
<p style="font-size:larger; margin-bottom:30px;">FRIDAY, OCTOBER 28, 8:00PM</p>
</div>
<div id="definition">
<!-- definition of fruition -->
<div class="container-fluid definition">
<img src="bordertop.png" alt="decorative border" class="img-fluid">
<p><strong>fru•ition</strong> <em>n</em> <strong> : </strong>enjoyment, as of something attained or realized</p>
<img src="borderbottom.png" alt="decorative border" class="img-fluid">
</div>
</div>
<!-- about -->
<a name="about"></a>
<div id="about" class="content">
<h3>About Us</h3>
<hr>
<div class="row">
<div class="col-12">
<p>Welcome to Fruition. We're a pop-up dining experience that gives fans the opportunity to eat in a setting they didn't think possible — alongside guests of honor for memorable conversation while being served dinner by a private chef they won't soon forget.</p>
<p>How's it all work? Scroll down just a tad to learn more.</p>
</div>
</div>
</div>
<!-- guests -->
<a name="guests"></a>
<div id="guests" class="content">
<h3>The Guests</h3>
<hr>
<div class="row">
<div class="col-12">
<img class="headshot img-fluid float-start" src="Gavin.jpg" alt="Gavin Verhey">
<h5>Gavin Verhey</h5>
<p>When Gavin Verhey was 11 years old, he wanted to work at Wizards of the Coast designing Magic cards. After a ten-year journey of following his dream by doing everything from playing at the professional level, to writing about the game, to studying Magic design, in 2011 he landed the job — one of the youngest to ever be hired into R&D.</p>
<p>Eleven years later, Gavin finds himself as one of the faces of Magic design. Having led products like <em>Battlebond</em>, <em>Mystery Booster</em>, <em>Commander Legends</em>, and most recently the <em>Brothers' War</em> Commander decks, he's kept busy not only designing cards but talking about them as well on his YouTube channel, Good Morning Magic.</p>
<p>Want to ask about the story of your favorite (or least favorite) card? Gavin's take on the best or worst mechanics ever? On how to come work designing cards yourself? Then this is the dinner for you.</p>
</div>
</div>
<div class="row" style="margin-top:30px;">
<div class="col-12">
<img class="img-fluid float-start headshot" src="Sheldon.jpg" alt="Sheldon Menery">
<h5>Sheldon Menery</h5>
<p>From being Judge Emeritus who changed the face of professional Magic to the creator of the format that changed the face of casual Magic, Sheldon Menery has constantly lived where the action is. After retiring from the Judge Program, he did a stint on the Pro Tour Coverage team in 2011-2013. He left that effort to return to school and finish two degrees, fueled by his benefits as a Gulf War veteran and 2004 US Air Force retiree. He earned a Master’s Degree in English Literature while undergoing treatment for throat cancer, a fight he continues today. He put a ribbon on his resume when he joined Wizards of the Coast to work as a designer on <em>Strixhaven: School of Mages.</em>
</p>
<p>Outside of the game, he's also famously known as a foodie, using the opportunity created by Magic event travel to eat in some of the world’s greatest restaurants. Self-taught in all areas, he was part owner and Wine Director of a gourmet market and wine shop from 2007-2009. His wine cellar at home stores nearly 800 bottles and represents holdings from all over the globe. He’s a fan of cognac, high-end bourbon, and its cousin anejo tequila.</p>
<p>As the oldest of all Magic personalities and face of the game’s most popular format, he has justly earned the title The Godfather of Commander. Come break bread with him, won't you?</p>
</div>
</div>
</div>
<!-- chef -->
<a name="chef"></a>
<div id="chef" class="content">
<h3>The Chef</h3>
<hr>
<div class="row">
<div class="col-12">
<img src="Shawn.jpg" alt="Shawn Phillips" class="img-fluid float-start headshot">
<h5>Shawn Phillips</h5>
<p>In the world of cuisine, Shawn Phillips has been around the block a time or two. With stints at La Taberna (Napa), The French Laundry (Yountville), AVEC (Chicago), Alinea (Chicago), Atelier Crenn (San Francisco) and SAISON (San Francisco), the only thing more vast than Shawn's experience is his palette (he's cooked and eaten a lot of different food in his life).
</p>
<p>But the daily grind of a restaurant takes its toll, no matter how strong willed one may be. So it was then that Shawn decided to take his talents to the world of being a private chef. Today, he cooks exclusively for tech giants in Northern California.
</p>
<p>Now he'll be cooking for you. You're in good hands. Promise.</p>
</div>
</div>
</div>
<a name="founder"></a>
<div id="founder" class="content">
<h3>The Founder</h3>
<hr>
<div class="row">
<div class="col-12">
<img src="Cedric.jpg" alt="Cedric Phillips" class="img-fluid float-start headshot">
<h5>Cedric Phillips</h5>
<p>In the world of Magic, there's nothing Cedric Phillips hasn't done. At age 22, he made Top 8 at Pro Tour Kyoto 2009, showcasing his ability to play the game at its highest level. At age 28, he began to revolutionize coverage of the game, with his ideas and wisdom still being implemented today. At age 33, he founded Coalesce Apparel + Design, a Magic-inspired streetwear brand for fans of the greatest card game of all time.</p>
<p>But his true passion has always been food. From making menus at age 5 to working a decade in the hospitality industry, if there's one thing Cedric hasn't done professionally that he's known he was always born to do, it was to create an experience unlike any other.</p>
<p>And now he gets to do so alongside his brother. A storybook ending if there ever was one.</p>
</div>
</div>
</div>
<a name="menu"></a>
<div id="menu" class="content">
<h3>The Menu</h3>
<hr>
<div class="row">
<div class="col-12">
<div class="container-fluid mx-auto menu">
<img src="bordertop.png" alt="decorative border" class="img-fluid" style="margin-bottom:10px;">
<p>Chawanmushi</p>
<p>Tartlet</p>
<p>Jamón ibérico liquid toast</p>
<p>Caviar, crème, brioche</p>
<p>Morcilla, oat, bbq onion</p>
<p>Intermezzo</p>
<p>Agnolotti del pin, white truffle</p>
<p>Mackerel, apple, radish, sauce vin juane</p>
<p>Intermezzo</p>
<p>Beef, sunchoke, black garlic, ash</p>
<p>Gelato</p>
<p>Mignardises</p>
<img src="borderbottom.png" alt="decorative border" class="img-fluid">
</div>
</div>
</div>
</div>
<a name="location"></a>
<div id="location" class="content">
<h3>The Location</h3>
<hr>
<div class="row">
<div class="col-12">
<img src="vegas.jpg" alt="cityscape of Las Vegas at night" class="img-fluid photo float-end">
<h5>Las Vegas</h5>
<p>Known as The Entertainment Capital of the World, Las Vegas will play host to the first ever Fruition dining experience. With a 3,135 square foot home to work with, space will be the least of your concerns. So prepare to kick your shoes off, put your feet up, and enjoy a night of memorable conversation alongside a meal you won't soon forget.</p>
</div>
</div>
</div>
<a name="experience"></a>
<div id="experience" class="content">
<h3>Join Us</h3>
<hr>
<div class="row">
<div class="col-12">
<p>Want to spend the evening with us?</p>
<ul>
<li>Six seats are available; price per seat is $500</li>
<li>Price of admission goes towards food, beverage, and staff</li>
<li>Tips are not required, but appreciated</li>
<li>Menu is subject to change at the discretion of chef as necessary</li>
<li>Proof of vaccination <strong>or</strong> negative Covid test is mandatory</li>
</ul>
<p>Please email <i><b>cedricaphillips at gmail dot com</b></i> to book your reservation.</p>
</div>
</div>
</div>
</div>
</body>
</html>