-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
510 lines (413 loc) · 21 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
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
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!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/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Latest compiled JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/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="#photos" class="nav-link">The Photos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#testimonials">The Testimonials</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>
</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, 2022</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>
<!-- photo gallery -->
<a name="photos"></a>
<div id="photos" class="content">
<h3>The Photos</h3>
<hr>
<div class="row">
<div class="col-12">
<div class="cover">
<button class="left" onclick="leftScroll()">
<img src="leftarrow.png" alt="" style="max-height:50px;">
</button>
<div class="gallery">
<img src="photos/lv1.jpg" onclick="openModal();currentSlide(1)" class="hover-shadow cursor">
<img src="photos/lv2.jpg" onclick="openModal();currentSlide(2)" class="hover-shadow cursor">
<img src="photos/lv3.jpg" onclick="openModal();currentSlide(3)" class="hover-shadow cursor">
<img src="photos/lv4.jpg" onclick="openModal();currentSlide(4)" class="hover-shadow cursor">
<img src="photos/lv5.jpg" onclick="openModal();currentSlide(1)" class="hover-shadow cursor">
<img src="photos/lv6.jpg" onclick="openModal();currentSlide(2)" class="hover-shadow cursor">
<img src="photos/lv7.jpg" onclick="openModal();currentSlide(3)" class="hover-shadow cursor">
<img src="photos/lv8.jpg" onclick="openModal();currentSlide(4)" class="hover-shadow cursor">
<img src="photos/lv9.jpg" onclick="openModal();currentSlide(2)" class="hover-shadow cursor">
<img src="photos/lv10.jpg" onclick="openModal();currentSlide(3)" class="hover-shadow cursor">
<img src="photos/lv11.jpg" onclick="openModal();currentSlide(4)" class="hover-shadow cursor">
</div>
<button class="right" onclick="rightScroll()"><img src="rightarrow.png" alt="" style="max-height:50px;"></button>
</div>
<div id="myModal" class="modal mx-auto">
<span class="close cursor" onclick="closeModal()">×</span>
<div class="modal-content">
<div class="mySlides">
<div class="numbertext">1 / 11</div>
<img src="photos/lv1.jpg" style="width:100%" class="mx-auto">
</div>
<div class="mySlides">
<div class="numbertext">2 / 11</div>
<img src="photos/lv2.jpg" style="width:100%" class="mx-auto">
</div>
<div class="mySlides">
<div class="numbertext">3 / 11</div>
<img src="photos/lv3.jpg" style="width:100%" class="mx-auto">
</div>
<div class="mySlides">
<div class="numbertext">4 / 11</div>
<img src="photos/lv4.jpg" style="width:100%" class="mx-auto">
</div>
<div class="mySlides">
<div class="numbertext">5 / 11</div>
<img src="photos/lv5.jpg" style="width:100%" class="mx-auto">
</div>
<div class="mySlides">
<div class="numbertext">6 / 11</div>
<img src="photos/lv6.jpg" style="width:100%" class="mx-auto">
</div>
<div class="mySlides">
<div class="numbertext">7 / 11</div>
<img src="photos/lv7.jpg" style="width:100%" class="mx-auto">
</div>
<div class="mySlides">
<div class="numbertext">8 / 11</div>
<img src="photos/lv8.jpg" style="width:100%" class="mx-auto">
</div>
<div class="mySlides">
<div class="numbertext">9 / 11</div>
<img src="photos/lv9.jpg" style="width:100%" class="mx-auto">
</div>
<div class="mySlides">
<div class="numbertext">10 / 11</div>
<img src="photos/lv10.jpg" style="width:100%" class="mx-auto">
</div>
<div class="mySlides">
<div class="numbertext">11 / 11</div>
<img src="photos/lv11.jpg" style="width:100%" class="mx-auto">
</div>
<span class="prev" onclick="plusSlides(-1)"><img src="leftarrowwhite.png" alt="" class="pointer"></span>
<span class="next" onclick="plusSlides(1)"><img src="rightarrowwhite.png" alt="" class="pointer"></span>
<!-- <div class="column">
<img class="demo cursor" src="photos/lv1.jpg" style="width:100%" onclick="currentSlide(1)" alt="Nature and sunrise">
</div>
<div class="column">
<img class="demo cursor" src="photos/lv2.jpg" style="width:100%" onclick="currentSlide(2)" alt="Snow">
</div>
<div class="column">
<img class="demo cursor" src="photos/lv3.jpg" style="width:100%" onclick="currentSlide(3)" alt="Mountains and fjords">
</div>
<div class="column">
<img class="demo cursor" src="photos/lv4.jpg" style="width:100%" onclick="currentSlide(4)" alt="Northern Lights">
</div> -->
</div>
</div>
</div>
</div>
</row>
</div>
<!-- testimonials -->
<a name="testimonials"></a>
<div id="testimonials" class="content">
<h3>The Testimonials</h3>
<hr>
<div class="row">
<div class="col-xl-6">
<div class="testimonial">
<p class="quote">"Cedric and the entire Fruition crew deliver on an unforgettable experience. A meal where every single dish tells a story and leaves you completely satisfied. A dining experience you will never forget, filled with conversation and joy."</p>
<p class="signed">―Justin Waterfield</p>
</div></div>
<div class="col-xl-6">
<div class="testimonial testimonial-right">
<p class="quote">"This dream duo of Magic and food artistry create something that neither could on their own. Between the delightful food, exquisite presentation, and excellent drink pairings, it made for a special evening over tableside chatter about all things Magic. Don't miss this lifelong journey of theirs come to fruition - your taste buds will thank you!"</p>
<p class="signed">―Gavin Verhey</p>
</div>
</div>
</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>
<script>
function openModal() {
document.getElementById("myModal").style.display = "block";
}
function closeModal() {
document.getElementById("myModal").style.display = "none";
}
var slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("demo");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
}
function leftScroll() {
const left = document.querySelector(".gallery");
left.scrollBy(-300, 0);
}
function rightScroll() {
const right = document.querySelector(".gallery");
right.scrollBy(300, 0);
}
</script>
</html>