-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhub.html
348 lines (287 loc) · 14.6 KB
/
hub.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
<!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 Dining</title>
<!-- social media card info -->
<meta name="twitter:card" content="summary" />
<meta property="og:url" content="http://www.fruitiondining.com" />
<meta property="og:title" content="Fruition Dining" />
<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://www.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>
:target {
scroll-margin-top:230px;
}
</style>
<script>
// if the contact form has been submitted, display a success popup
window.onload = function contactSuccess() {
let params = window.location.href.split('?')[1];
let paramsObject = new URLSearchParams(params);
if (paramsObject.get('contact') === 'true') {
document.getElementById('contactSuccess').innerHTML = '<p>Message sent</p>';
setTimeout( () => {document.getElementById('contactSuccess').innerHTML = ''}, 5000);
}
else if (paramsObject.get('contact') === 'false') {
document.getElementById('contactSuccess').innerHTML = '<p>Error. Please try again.</p>';
setTimeout( () => {document.getElementById('contactSuccess').innerHTML = ''}, 5000);
}
};
</script>
</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> -->
<div class="hero-image">
</div>
<nav class="home-nav 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="#chef">The Chef</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#founder">The Founder</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#upcoming">Future Events</a>
</li>
<li class="nav-item">
<a href="#past" class="nav-link">Past Events</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="#contact">Contact Us</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:225px; max-width:80%">
<div
class="text-center">
<img src="fruition-logo_01.png" alt="Fruition Logo" style="max-height:400px;" class="img-fluid mx-auto">
</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 -->
<!-- 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="upcoming"></a>
<div id="upcoming" class="content">
<h3>Upcoming Events</h3>
<hr>
<div class="row">
<div class="col-xl-6" style="text-align:center;">
<img class="photo-column img-fluid mx-auto" src="philly.jpg" alt="Philadelphia skyline">
<br/><h5>Philadelphia</h5>
<p>February 18th, 2023</p>
<p><a href="https://philly.fruitiondining.com"><button class="btn btn-dark">Event Page</button></a></p>
</div>
<div class="col-xl-6" style="text-align:center;">
<img class="photo-column img-fluid mx-auto" src="minneapolis.avif" alt="Minneapolis skyline">
<br/><h5>Minneapolis</h5>
<p>May 6th, 2023</p>
<p><a href="https://minneapolis.fruitiondining.com"><button class="btn btn-dark">Event Page</button></a></p>
</div>
</div>
</div>
<a name="past"></a>
<div id="past" class="content">
<h3>Past Events</h3>
<hr>
<div class="row">
<div class="col-12">
<img src="vegas.jpg" alt="cityscape of Las Vegas at night" class="img-fluid photo-left float-start" style="max-width:47%;">
<h5>Las Vegas</h5>
<p>October 28th, 2022</p>
<p>An unforgettable time in an unforgettable city, featuring special guests Gavin Verhey and Sheldon Menery. Check out the event page for photos, menu, and more!</p>
<p><a href="https://lasvegas.fruitiondining.com"><button class="btn btn-dark">Event Page</button></a></p>
</div>
</div>
</div>
<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>
<a name="contact"></a>
<div id="contact" class="content">
<h3>Contact Us</h3>
<hr>
<div id="contactSuccess" class="contact-success bg-dark"></div>
<div class="row">
<div class="col-12">
<form action="processmessage.php" method="post">
<!-- <form action="https://api.sheetmonkey.io/form/5HmAZ3X1PMvzSsCNpCGhgs" method="post"> -->
<!-- Put HTML input fields in here and see how they fill up your sheet -->
<div class="form-group" style="margin-bottom:20px; max-width:200px;">
<label for="name">Your Name:</label>
<input type="text" class="form-control" id="name" name="name" required>
</div>
<div class="form-group" style="margin-bottom:20px; max-width:200px;">
<label for="email">Your Email:</label>
<input type="email" class="form-control" id="email" name="email" required>
</div>
<div class="form-group" style="margin-bottom:20px;">
<label for="message">Your Message:</label>
<textarea name="message" id="message" class="form-control" rows="6" required></textarea>
</div>
<input type="hidden" name="date" value="x-sheetmonkey-current-date-time" />
<button type="submit" class="btn btn-dark" style="margin-bottom:20px;" name="submit" id="submit" value="submit">Submit</button>
</form>
</div>
</div>
</div>
</div>
</body>
</html>