-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·595 lines (575 loc) · 34.1 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
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
<!doctype html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WWX9VDM');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>Joseph & Jordan are getting married!</title>
<meta name="description" content="We invite you to come celebrate with us!">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Joseph & Jordan's Wedding">
<meta property="og:description" content="We invite you to come celebrate with us!">
<meta property="og:image" content="/img/KM_Background.jpg">
<meta property="og:type" content="website">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000000">
<link rel="manifest" href="favicons/site.webmanifest">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/styles.min.css">
<link rel="stylesheet" href="css/queries.css">
<link rel="stylesheet" href="node_modules/animate.css/animate.min.css">
<link rel="stylesheet" href="/assets/fontawesome-free-6.6.0-web/css/fontawesome.min.css">
<link href="/assets/fontawesome-free-6.6.0-web/css/solid.css" rel="stylesheet">
<link href="/assets/fontawesome-free-6.6.0-web/css/brands.css" rel="stylesheet">
<link href="/assets/fontawesome-free-6.6.0-web/css/v4-shims.css" rel="stylesheet" />
<link rel="preload" as="image" href="img/St_Armands_Proposal_Centered.JPG">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body id="top">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WWX9VDM"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<section class="hero">
<section class="navigation nav_hover">
<header>
<div class="header-content">
<div class="logo"><a href="#"><img src="img/logo.png" alt="Logo"></a></div>
<div class="header-nav">
<nav>
<ul class="primary-nav">
<li><a data-analytics_click="nav_thankyou" href="#thankyou">Thank You</a></li>
<li><a data-analytics_click="nav_pictures" href="#pictures">PICTURES!!</a></li>
<!-- <li><a data-analytics_click="nav_video" href="#ceremony_video">Ceremony Video</a></li>-->
<li><a data-analytics_click="nav_photography" href="#photography">Disposable Camera (POV)</a></li>
<li><a data-analytics_click="nav_venues" href="#venues">Venues</a></li>
</ul>
<ul class="member-actions">
<li><a data-analytics_click="nav_honeyfund" href="https://link.km.wedding/honeyfund" id="head_rsvp_btn" class="btn-white btn-small">Honeyfund!</a></li>
<!-- <li><a data-analytics_click="nav_rsvp" href="#rsvp" id="head_rsvp_btn" class="btn-white btn-small">RSVP</a></li>-->
</ul>
</nav>
</div>
<div class="navicon">
<a data-analytics_click="nav_OPEN" class="nav-toggle" href="#"><span></span></a>
</div>
</div>
</header>
</section>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="hero-content text-center">
<img src="img/logo-lg.png" alt="">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4 hidden-xs"></div>
<div class="col-sm-4 hidden-xs text-center">
<!-- <a href="#rsvp" class="btn btn-accent btn-large rsvp-btn">RSVP</a>-->
</div>
<div class="col-sm-4 hidden-xs"></div>
</div>
</div>
<div class="down-arrow floating-arrow"><a href="#invitation"><i class="fa fa-angle-down"></i></a></div>
</section>
<section id="thankyou" class="thankyou section-padding">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h3>
Thank You!!!!
</h3>
<p> We sincerely appreciate everyone (in-person and afar) that joined us to celebrate our marriage.
<br>
You all made it a perfect day, and we hope everyone enjoyed themselves as much as we did! We look forward to seeing you when we return from our Honeymoon! :)
</p>
</div>
</div>
</div>
</section>
<section id="pictures" class="pictures section-padding">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h3>
Pictures (They're Here!)
</h3>
<h4>Use the following link to view the gallery and add your own pictures or videos!</h4>
<h4><a href="https://link.km.wedding/pictures" target="_blank">https://link.km.wedding/pictures</a></h4>
<p>
There's over 1,400 pictures! About 300 are from the POV camera and 1,100 are from our photographers.<br>Feel free to download any that you'd like to keep for yourselves or share any additional!
</p>
</div>
</div>
</div>
</section>
<!--
<section id="ceremony_video" class="ceremony_video section-padding">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h3>
Video of Ceremony
</h3>
<h4>I am making the video available in the picture gallery!<br>Please visit the gallery and filter/sort by media type if you don't see it right away.</h4>
</div>
</div>
</div>
</section>
-->
<section id="photography" class="photography section-padding">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h3>Digital Disposable Camera</h3>
<p>
For those of you that contributed using POV, Thank You! We got nearly 300 pictures!
</p>
<p><u>For those that contributed:</u> To view the complete gallery, click the icon to open the camera or scan the QR code. This will take you back to the event using your account and you will be able to see the gallery.
<br>
<br>
<u>For everyone else:</u> These pictures will be included when I post all of the others!
</p>
<div class="row">
<div class="col-md-4 col-md-offset-4">
<div class="row">
<div id="povapp_box" class="col-lg-8">
<a data-analytics_click="pov_logo" id="povapp_img" class="" href="https://pov.camera/qr/E0D5D6C7-E8E4-4DC9-9EE2-8CAC6C2156DC" target="_blank">
<img data-analytics_click="pov_logo" src="img/pov-logo.png" alt="Open your POV Camera">
</a>
</div>
<div id="pov_qrcode" class="col-lg-4">
<a data-analytics_click="pov_QR" class="">
<img data-analytics_click="pov_QR" src="img/POV_QRCode.JPG" alt="QR Code">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="row pov_download_row">-->
<!-- <a aria-label="Download on the App Store" class="pov_apple_down_btn" href="https://apps.apple.com/us/app/pov-disposable-party-camera/id1636032890" rel="nofollow noreferrer" role="link" tabindex="0" target="_blank">-->
<!-- <img alt="Download on the App Store" class="pov_apple_down_img" src="img/apple_app_store_download.png">-->
<!-- </a>-->
<!-- <a aria-label="Get it on Google Play" class="pov_android_down_btn" href="https://play.google.com/store/apps/details?id=com.untitledshows.pov&hl=en_US&gl=US" rel="nofollow noreferrer" role="link" tabindex="0" target="_blank">-->
<!-- <img alt="Get it on Google Play" class="pov_android_down_img" src="img/google_play_download.png">-->
<!-- </a>-->
<!-- </div>-->
</div>
</section>
<section id="eng-pics" class="eng-pics section-padding">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 text-center">
<h3 class="header">Engagement Pics</h3>
</div>
</div>
<div class="row">
<div class="col-md-2">
<a data-analytics_click="pics-enlarge" class="fancybox" rel="group" href="img/eng_imgs/0012_lg.JPG">
<div class="img-wrap">
<div class="overlay">
<i class="fa fa-search"></i>
</div>
<img src="img/eng_imgs/0012_sm.JPG" alt=""/>
</div>
</a>
</div>
<div class="col-md-2">
<a data-analytics_click="pics-enlarge" class="fancybox" rel="group" href="img/eng_imgs/proposal_lg.JPG">
<div class="img-wrap">
<div class="overlay">
<i class="fa fa-search"></i>
</div>
<img src="img/eng_imgs/proposal_sm.JPG" alt=""/>
</div>
</a>
</div>
<div class="col-md-2">
<a data-analytics_click="pics-enlarge" class="fancybox" rel="group" href="img/eng_imgs/0084BW_lg.jpg">
<div class="img-wrap">
<div class="overlay">
<i class="fa fa-search"></i>
</div>
<img src="img/eng_imgs/0084BW_sm.jpg" alt=""/>
</div>
</a>
</div>
<div class="col-md-2">
<a data-analytics_click="pics-enlarge" class="fancybox" rel="group" href="img/eng_imgs/0128_lg.JPG">
<div class="img-wrap">
<div class="overlay">
<i class="fa fa-search"></i>
</div>
<img src="img/eng_imgs/0128_sm.JPG" alt=""/>
</div>
</a>
</div>
<div class="col-md-2">
<a data-analytics_click="pics-enlarge" class="fancybox" rel="group" href="img/eng_imgs/0057_lg.JPG">
<div class="img-wrap">
<div class="overlay">
<i class="fa fa-search"></i>
</div>
<img src="img/eng_imgs/0057_sm.JPG" alt=""/>
</div>
</a>
</div>
<div class="col-md-2">
<a data-analytics_click="pics-enlarge" class="fancybox" rel="group" href="img/eng_imgs/0143_lg.JPG">
<div class="img-wrap">
<div class="overlay">
<i class="fa fa-search"></i>
</div>
<img src="img/eng_imgs/0143_sm.JPG" alt=""/>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row hidden-lg hidden-md hidden-xs">
<div class="col-xs-12 section-border section-padding"></div>
</div>
</div>
</section>
<section id="venues" class="venues section-padding">
<div class="container">
<div class="row section-padding">
<h3 class="header text-center">Venues (addresses clickable)</h3>
<div class="col-md-6 col-sm-12 col-xs-12 leftcol text-center">
<div class="wp3">
<p><strong>Corpus Christi Catholic Church</strong></p>
<p class="address"><a href="https://maps.apple.com/?address=1050%20Celebration%20Ave,%20Celebration,%20FL%2034747,%20United%20States&auid=4086847638451592103&ll=28.312466,-81.547812&lsp=9902&q=Corpus%20Christi%20Catholic%20Church&_ext=CjIKBQgEEOIBCgQIBRADCgQIBhB9CgQIChAACgQIUhAHCgQIVRAPCgQIWRABCgUIpAEQARImKT+RJ0nXTjxAMTk28cRiY1TAOeLHPQIkUTxAQVljGpe7YlTAUAM%3D">1050 Celebration Ave, Celebration, FL 34747</a></p>
<div id="church_event_img" class="col-md-12">
<div class="img-wrap">
<img src="img/Corpuschristichurchlakeelevation.jpg" width="100%" alt="">
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12 rightcol text-center">
<div class="wp4">
<p><strong>Gaylord Palms Resort & Convention Center</strong></p>
<p class="address"><a href="https://maps.apple.com/?address=6000%20W%20Osceola%20Pkwy,%20Kissimmee,%20FL%20%2034746,%20United%20States&auid=8818934965671364271&ll=28.343084,-81.526052&lsp=9902&q=Gaylord%20Palms%20Resort%20%26%20Convention%20Center&_ext=CjIKBQgEEOIBCgQIBRADCgQIBhALCgQIChAACgQIUhADCgQIVRANCgQIWRABCgUIpAEQARImKTlunQauVjxAMSk6VHT+YVTAOTUZ6b76WDxAQf8DNDpXYVTAUAQ%3D">6000 W Osceola Parkway, Kissimmee, Florida 34746</a></p>
<div id="reception_event_image" class="col-md-12">
<div class="img-wrap">
<img src="img/GaylordConventionCenterFrontElevation.jpg" width="100%" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="map" class="map section-padding">
<div class="header text-center">
<h3>Local Map</h3>
</div>
<div id="map-canvas"></div>
<div id="map-content-wrapper" class="container pointer-events-none">
<div class="row">
<div class="col-xs-offset-1 col-xs-10 col-md-offset-3 col-md-6">
<div class="text-center">
<div data-analytics_click="map_return-btn" id="btn-show-content" class="toggle-map-content pointer-events-auto">
<i class="fa fa-info-circle"></i> Back to info
</div>
</div>
<div id="map-content" class="pointer-events-auto">
<div class="row">
<div class="col-md-6 text-center">
<h4>Ceremony</h4>
<h5>Corpus Christi<br>Catholic Church</h5>
<p><a data-analytics_click="map_export" href="https://maps.apple.com/?address=1050%20Celebration%20Ave,%20Celebration,%20FL%2034747,%20United%20States&auid=4086847638451592103&ll=28.312466,-81.547812&lsp=9902&q=Corpus%20Christi%20Catholic%20Church&_ext=CjIKBQgEEOIBCgQIBRADCgQIBhB9CgQIChAACgQIUhAHCgQIVRAPCgQIWRABCgUIpAEQARImKT+RJ0nXTjxAMTk28cRiY1TAOeLHPQIkUTxAQVljGpe7YlTAUAM%3D">1050 Celebration Ave,<br>Celebration, FL 34747</a></p>
<a data-analytics_click="map_show-ceremony" class="btn btn-accent btn-small" id="btn-show-ceremony"><i class="fa fa-map-marker"></i> Show on Map</a>
</div>
<div class="col-md-6 text-center">
<h4>Reception</h4>
<h5>Gaylord Palms<br>Resort</h5>
<p><a data-analytics_click="map_export" href="https://maps.apple.com/?address=6000%20W%20Osceola%20Pkwy,%20Kissimmee,%20FL%20%2034746,%20United%20States&auid=8818934965671364271&ll=28.343084,-81.526052&lsp=9902&q=Gaylord%20Palms%20Resort%20%26%20Convention%20Center&_ext=CjIKBQgEEOIBCgQIBRADCgQIBhALCgQIChAACgQIUhADCgQIVRANCgQIWRABCgUIpAEQARImKTlunQauVjxAMSk6VHT+YVTAOTUZ6b76WDxAQf8DNDpXYVTAUAQ%3D">6000 W Osceola Parkway,<br>Kissimmee, Florida 34746</a></p>
<a data-analytics_click="map_show-reception" class="btn btn-accent btn-small" id="btn-show-reception"><i class="fa fa-map-marker"></i> Show on Map</a>
</div>
</div>
<div class="row text-center">
<div class="col" style="padding: 25px 5px 5px;">
<a data-analytics_click="map_show-route" class="btn btn-accent btn-small" id="btn-show-both"><i class="fa fa-map-marker"></i> Show Both / Route</a>
<br><p style="margin-top: 10px; margin-bottom: 0; padding-bottom: 0">Click on the addresses above to put them into your device's GPS.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="GPH_map" class="gph_map section-padding">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 text-center">
<h3 class="header">Map of the Gaylord Palms Resort</h3>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<a data-analytics_click="pics-enlarge" class="fancybox" rel="group" href="img/GPH_map_ann_lg.jpeg">
<div class="img-wrap">
<div class="overlay">
<i class="fa fa-search"></i>
</div>
<img src="img/GPH_map_ann_sm.jpeg" style="max-width: 85vw" alt=""/>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="events" class="events section-padding">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12 col-xs-12 leftcol">
<div class="wp1">
<h3 class="header">Timeline (Eastern - EST)</h3>
<ul class="timeline">
<li class="timeline-inverted">
<div class="timeline-badge primary"><i class="fa-solid fa-church"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">11am - 11:45am: Ceremony</h4>
</div>
<div class="timeline-body">
<p><b>Location:</b> Corpus Christi Catholic Church</p>
<p><i>Ceremony will start promptly at 11:00am, please arrive no later than 10:45am (per Corpus Christi: Formal seating of guests is suspended fifteen minutes prior to the beginning of the ceremony and guests arriving later will be seated by the wedding day coordinator.)</i></p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge warning"><i class="glyphicon glyphicon-glass"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">12pm - 1pm: Cocktail Hour</h4>
</div>
<div class="timeline-body">
<p><i><b>Location:</b> "Wedding Pavilion" behind the fort replica in the main atrium of the Gaylord Palms Resort.</i></p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge success"><i class="fa-brands fa-fort-awesome"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">1pm - 5pm: Reception!</h4>
</div>
<div class="timeline-body">
<p><b>Location:</b> "Castillo de San Marcos Fort Replica" in the atrium of the Gaylord Palms Resort</p>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12 rightcol">
<div class="wp2">
<h3 class="header">Suggested Attire</h3>
<p><strong>Ladies</strong></p>
<p>
Wear your favorite below-the-knee dress, or a dressy skirt and top. Flowy fabrics and fun patterns encouraged. It’s Florida so sandals are always appropriate, but feel free to opt for heels or wedges if you prefer.
</p>
<p><strong>Gentlemen</strong></p>
<p>
Wear a suit if you’re feeling fancy, or opt for a collared shirt with khakis or slacks, with or without a sport coat. Ties optional.
</p>
</div>
</div>
</div>
<div class="row section-padding">
<div class="col-md-4 col-md-offset-4 text-center">
<a id="attire" class="btn btn-accent btn-small" data-toggle="modal" data-target="#dc-modal">
<i class="fa fa-barcode"></i> Suggested Attire
</a>
</div>
</div>
</div>
<div id="dc-modal" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span>×</span>
</button>
<h3 id="attire_header" class="text-center section-padding">Dress / Attire: <span id="general_attire">Semi-Formal / Dressy Casual</span></h3>
<h5>Ladies</h5>
<p>
Wear your favorite below-the-knee dress, or a dressy skirt and top. Flowy fabrics and fun patterns encouraged. It’s Florida so sandals are always appropriate, but feel free to opt for heels or wedges if you prefer.
</p>
<h5>Gentlemen</h5>
<p>
Wear a suit if you’re feeling fancy, or opt for a collared shirt with khakis or slacks, with or without a sport coat. Ties optional.
</p>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</section>
<section id="parking" class="parking section-padding">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 text-center">
<h3 class="header">Parking?</h3>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<h4>
Ceremony / Corpus Christi Catholic Church:
</h4>
<p>Corpus Christi church will have plenty of <u>free</u> parking available.</p>
<h4>
Reception / Gaylord Palms:
</h4>
<p>The Gaylord Palms Resort has two (2) options for parking:<br><u>Self-Parking (FREE w/ validation):</u> You can park in the "Key West" garage/lot. When exiting, you will need to VALIDATE YOUR PARKING BY PRESENTING YOUR VOUCHER!<br><b><u>An announcement will be made regarding the vouchers during the reception.<br></u></b><u>Valet ($35):</u> Valet at the front of the resort for the discounted rate of <i>$35</i> for the day.</p>
</div>
</div>
</div>
</section>
<section id="faqs" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h3>FAQ's</h3>
<button class="accordion">Wedding Registry / Gifts?</button>
<div class="panel">
<p>Due to very limited space for any physical items, Jordan and Joseph have opted for a honeymoon fund rather than a traditional registry.<br>The Honeyfund is available at the following link: <small>(If clicking the link doesn't work, copy and paste the URL into your browser's address bar.)</small><br><a data-analytics_click="faq_honeyfund" href="https://link.km.wedding/honeyfund">https://link.km.wedding/honeyfund</a><br>If you are thinking of giving a gift to help the couple on their way, a gift of cash towards their honeymoon would really make their day!</p>
</div>
<button class="accordion">Am I allowed to bring a plus one?</button>
<div class="panel">
<p>The Save-the-Date and Invitation you received list invited recipients.</p>
</div>
<button class="accordion">Am I allowed to bring my children?</button>
<div class="panel">
<p>The Save-the-Date and Invitation you received list invited recipients.</p>
</div>
<button class="accordion">Will any events be outdoors?</button>
<div class="panel">
<p>Aside from travel, the ceremony and reception will be held <u>indoors</u> in air-conditioned spaces.</p>
</div>
<button class="accordion">What food will be provided?</button>
<div class="panel">
<p>Brunch! A variety of food will be available including waffles, french-toast (and toppings), sausages, strip loin, caesar salad, fruit, and more! </p>
</div>
<button class="accordion">Is there an open bar?</button>
<div class="panel">
<p>Yes!</p>
</div>
<button class="accordion">When do I need to RSVP by?</button>
<div class="panel">
<p>Please RSVP by Sunday, 1-September-2024.<br>If you need a little more time, please just let us know as we need to report this to the reception venue.</p>
</div>
<button class="accordion">Will the ceremony be livestreamed?</button>
<div class="panel">
<p>Yes! We will have a live stream of the ceremony provided by the church. More details on this to come soon!</p>
</div>
<button class="accordion">Hotel Room Blocks / Accommodations?</button>
<div class="panel">
<p>Unfortunately, there are no room blocks available at the Gaylord Resort. However, there is a wide range of hotels in close proximity that vary widely in price.</p>
</div>
<button class="accordion">Parking?</button>
<div class="panel">
<p><b>Church:</b> Corpus Christi church will have plenty of <u>free</u> parking available.</p>
<p><b>Cocktail Hour / Reception:</b> The Gaylord Palms Resort has two (2) options for parking.<br><u>Self-Parking (FREE w/ validation):</u> You can park in the "Key West" garage/lot. When exiting, you will need to VALIDATE YOUR PARKING BY PRESENTING YOUR VOUCHER!<br><u>Valet ($35):</u> Valet at the front of the resort for the discounted rate of <i>$35</i> for the day.</p>
</div>
<!--<button class="accordion">Title</button>
<div class="panel">
<p>Text</p>
</div>-->
</div>
</div>
</div>
</section>
<!-- <section id="video-bg" class="hidden-sm hidden-xs">-->
<!-- <div id="bgndVideo" class="player"-->
<!-- data-property="{videoURL:'https://youtu.be/9giqL1H6yRs',containment:'#video-bg',autoPlay:true, mute:true, showControls:false, startAt:80, stopAt:259, opacity:1}">-->
<!-- </div>-->
<!-- <div id="video-content">-->
<!-- <h5>Kolkata</h5>-->
<!-- <p>City of joy</p>-->
<!-- </div>-->
<!-- </section>-->
<!-- <section id="invitation" class="invitation section-padding">-->
<!-- <div class="container">-->
<!-- <div class="row">-->
<!-- <div class="col-md-12 text-center">-->
<!-- <h3>We're getting married!</h3>-->
<!-- <p>The date is the 24<sup>th</sup> of October 2024 and we would like you to be a part of-->
<!-- it.</p>-->
<!-- <h4>Please note: This website is continually being updated. Check back again soon for updates on the Timeline, FAQ's, and more.</h4>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </section>-->
<!--
<section class="rsvp text-center section-padding" id="rsvp">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h3>We can't wait to see you!</h3>
<p>We would greatly appreciate if you could RSVP before 1st of September 2024</p>
</div>
</div>
<div class="row">
<div class="col">
<div class="rsvp_form">
<script type="text/javascript" src="https://km-wedding.rsvpify.com/embed"></script>
<div class="no_load">
<p>If this RSVP form does not load, please visit the following link to RSVP:<br>
<a data-analytics_click="rsvp-backup-link" href="https://km-wedding.rsvpify.com/">https://km-wedding.rsvpify.com/</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12 text-center content">
<span class="to-top-wrapper"><a href="#top" class="to-top"><i class="fa fa-angle-up"></i></a></span>
<p>Put together by Joe with <span class="fa fa-heart pulse2"></span> for Jordan</p>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/jquery.mb.YTPlayer.min.js"></script>
<script src="node_modules/waypoints/lib/jquery.waypoints.min.js"></script>
<script src="js/vendor/ouical.js"></script>
<script src="js/scripts.min.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCQYE7GCVtpkwmk2hw2tQxDEKKkhbQ8iuc&callback=initMap"></script>
</body>
</html>