-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·541 lines (521 loc) · 48.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135129448-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135129448-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Cong & Margi - #CongGetsMargied</title>
<link rel="manifest" href="/manifest.json">
<link href="https://necolas.github.io/normalize.css/8.0.0/normalize.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/scrolling-nav.css" rel="stylesheet">
<link href="css/cong-and-margi.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet">
<link rel="icon" type="image/png" href="/img/favicon.png"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css" />
</head>
<body id="page-top" class="cong-and-margi">
<!-- Navigation -->
<nav class="navbar navbar-expand-md navbar-light bg-pink fixed-top" id="mainNav">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#page-top">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#our-story">Our Story</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#details">Details</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#wedding-party">Wedding Party</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#photos">Photos</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#rsvp">RSVP</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="text-primary header" id="header">
<div class="header-text">
<h1>Cong & Margi</h1>
</div>
<div class="header-subtext">
<h3>#May112019 #CongGetsMargied</h3>
</div>
<img class="header-img" src="https://res.cloudinary.com/congandmargi/image/upload/v1537766972/main.jpg" alt="engagement-photo" sizes="100vw"/>
</div>
<section id="our-story" class="bg-pink-flower">
<div class="container">
<div class="row">
<div class="col-md-11 mx-auto">
<h2>Our Story</h2>
<br/>
<div class="polaroid-timeline">
<div class="polaroid-photo">
<div class="polaroid-img">
<img src="https://res.cloudinary.com/congandmargi/image/upload/c_scale,w_800/c_crop,h_350,w_350,x_175,y_100/v1547712162/our_story/margi_cong_meeting_post.jpg" alt="boston-hotpot-buffet"/>
<div class="polaroid-img-shadow"></div>
</div>
<div class="polaroid-header"><span class="date">Jun 23, 2013</span> - Meeting</div>
<div class="polaroid-caption">
Cong and Margi met at an All-You-Can-Eat hotpot in Boston through Allie. After a quick introduction, Cong proceeded to get his money’s worth of meat. Margi did interact with him by teaching him how to make a crane chopstick holder though. We took a group photo that day. Notice Cong’s awkward hand on Margi’s shoulder.
</div>
</div>
<div class="polaroid-photo">
<div class="polaroid-img">
<img src="https://res.cloudinary.com/congandmargi/image/upload/c_scale,w_375/c_crop,h_350,w_350,x_20,y_40/v1547712145/our_story/hitting_it_off_post.png" alt="summer-in-nyc"/>
<div class="polaroid-img-shadow"></div>
</div>
<div class="polaroid-header"><span class="date">Jun 30, 2013</span> - Hitting it off</div>
<div class="polaroid-caption">
Before Allie moved to CA, she wanted to go clubbing in NYC. She brought Margi and another friend. That night, Cong and Margi drank and hit it off. Cong was very drunk. Margi was fine. Cong thought Margi was a tank. (Margi actually poured herself ⅕ shots) Cong and Margi started talking soon after :)
</div>
</div>
<div class="polaroid-photo">
<div class="polaroid-img">
<img src="https://res.cloudinary.com/congandmargi/image/upload/c_scale,w_400/a_0/c_crop,g_face,h_350,w_350/v1547712157/our_story/started_going_out_post.jpg" alt="asking-her-out"/>
<div class="polaroid-img-shadow"></div>
</div>
<div class="polaroid-header"><span class="date">Oct 4, 2013</span> - “Be my GF?”</div>
<div class="polaroid-caption">
At the end of summer, Cong went back to Berkeley to finish his last year in college, while Margi started working in Boston. Still, they couldn't stop talking! When Margi visited Cong for the first time, he took her to the hills near Lawrence Hall of the Science, and asked her out with a letter and a jar of origami cranes. She said yes!
</div>
</div>
<div class="polaroid-photo">
<div class="polaroid-img">
<img src="https://res.cloudinary.com/congandmargi/image/upload/c_scale,w_350/c_crop,h_350,w_350/v1547712146/our_story/south_bay_life_post.png" alt="south-bay-life"/>
<div class="polaroid-img-shadow"></div>
</div>
<div class="polaroid-header"><span class="date">Aug 2014</span> - South Bay life</div>
<div class="polaroid-caption">
After a year of skyping and flying to each other, Margi moved out to CA as Cong began his new job in Mountain View! Over the next 4 years, they settled into the typical-but-blissful, surburbian South Bay life. They played board games (favorite being Dominion), hung out and travelled with friends, and occasionally celebrated at fancy restaurants.
</div>
</div>
<div class="polaroid-photo">
<div class="polaroid-img">
<img src="https://res.cloudinary.com/congandmargi/image/upload/a_auto_right,c_scale,w_600/c_crop,h_350,w_350,x_100,y_200/v1547712148/our_story/ring_shopping_post.jpg" alt="ring-shopping"/>
<div class="polaroid-img-shadow"></div>
</div>
<div class="polaroid-header"><span class="date">May 2017</span> - Ring shopping</div>
<div class="polaroid-caption">
After some thinking, Cong decided to grow up and embark on the next step of adult life. First, Cong and his friend Boss embarked on this journey of understanding “engagement rings”. Cong learned about the 4 C’s, while Boss booked appointments at very fancy jewelry shops for Cong. After 6 months, Cong finally bought the ring!
</div>
</div>
<div class="polaroid-photo">
<div class="polaroid-img">
<img src="https://res.cloudinary.com/congandmargi/image/upload/c_scale,h_350/c_crop,h_350,w_350/v1549759707/our_story/the_hills.png" alt="proposal-planning"/>
<div class="polaroid-img-shadow"></div>
</div>
<div class="polaroid-header"><span class="date">Jul 2017</span> - Proposal planning</div>
<div class="polaroid-caption">
Next was the actual proposal. Cong chose to propose at the hills near Lawrence Hall of the Science, just like before! He invited friends, including Margi’s two best friends from college, to show up. The weekend before, they scouted out the location, established optimal location for photos, and finalized details (i.e. which knee to propose on). Cong (secretly) prepared and practiced his speech all week.
</div>
</div>
<div class="polaroid-photo">
<div class="polaroid-img">
<img src="https://res.cloudinary.com/congandmargi/image/upload/c_scale,w_500/c_crop,h_350,w_350,x_115/v1547712373/our_story/proposal_post.png" alt="proposal"/>
<div class="polaroid-img-shadow"></div>
</div>
<div class="polaroid-header"><span class="date">Dec 9, 2017</span> - The proposal</div>
<div class="polaroid-caption">
Everything went relatively to plan - Cong and Margi had lunch in Berkeley, and headed up to the hills where Margi spotted a table with a letter and flowers. Cong delivered the crappiest version of his speech, but Margi still said yes. Friends came out of hiding to join the couple, and she cried when she saw Susie and Yukun. (Yes, more than when Cong proposed). We celebrated at dinner together with everyone.
</div>
</div>
<div class="polaroid-photo">
<div class="polaroid-img">
<img src="https://res.cloudinary.com/congandmargi/image/upload/c_scale,w_500/c_crop,h_350,w_350,x_60,y_240/v1547712170/our_story/bought_house_post.jpg" alt="engagement-life"/>
<div class="polaroid-img-shadow"></div>
</div>
<div class="polaroid-header"><span class="date">Dec 2017</span> - Engaged!</div>
<div class="polaroid-caption">
Fiancé(e) was a strange term that Cong and Margi soon got used to saying. Wedding planning began and it was more stressful than they imagined. A year after Cong and Margi got engaged, they bought a house and finally moved in together! They were excited for home ownership. But, they're even more elated for their future wedding festivities with their dear friends and family.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="details" class="bg-pink">
<div class="row">
<div class="col-md-6">
<img class="nestldown-img" src="https://res.cloudinary.com/congandmargi/image/upload/v1537766979/nestldown.png" alt="nestldown"/>
</div>
<div class="col-md-6 content">
<h2>Details</h2>
<br/>
<div class="container">
<div class="location">
<h4>Location</h4>
<h5>Nestldown</h5>
<p class="text-center">22420 Old Santa Cruz Highway, Los Gatos, CA 95033, USA</p>
</div>
<hr/>
<div class="schedule">
<h4>Schedule</h4>
<h5>Saturday, May 11, 2019</h5>
<div class="row">
<div class="col-md-6 time">
3:30pm
</div>
<div class="col-md-6 event">
Doors open
</div>
</div>
<div class="row">
<div class="col-md-6 time">
4:00pm
</div>
<div class="col-md-6 event">
Ceremony
</div>
</div>
<div class="row">
<div class="col-md-6 time">
4:30pm
</div>
<div class="col-md-6 event">
Cocktail hour w/ hors d'oeurves
</div>
</div>
<div class="row">
<div class="col-md-6 time">
6:00pm
</div>
<div class="col-md-6 event">
Dinner & Dancing
</div>
</div>
<div class="row">
<div class="col-md-6 time">
9:30pm
</div>
<div class="col-md-6 event">
Farewell
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="wedding-party" class="bg-green-leaf">
<div class="container">
<div class="row">
<div class="col-md-8 mx-auto">
<h2>Wedding Party</h2>
<div class="row">
<div class="col-md-6 mx-auto text-align-center">
<div class="wedding-party-image">
<img alt="Sahee Kim - Maid of Honor" src="https://res.cloudinary.com/congandmargi/image/upload/v1546384088/wedding_party/sahee.png" />
</div>
<h4>Sahee Kim</h4>
<p>Maid of Honor</p>
</div>
<div class="col-md-6 mx-auto text-align-center">
<div class="wedding-party-image">
<img alt="Boss Nunta - Best Man" src="https://res.cloudinary.com/congandmargi/image/upload/v1546384088/wedding_party/boss.png" />
</div>
<h4>Boss Nunta</h4>
<p>Best Man</p>
</div>
</div>
<div class="row">
<div class="col-md-6 mx-auto text-align-center">
<div class="wedding-party-image">
<img alt="Allie Ahn - Bridesmaid" src="https://res.cloudinary.com/congandmargi/image/upload/v1546384088/wedding_party/allie.png" />
</div>
<h4>Allie Ahn</h4>
<p>Bridesmaid</p>
</div>
<div class="col-md-6 mx-auto text-align-center">
<div class="wedding-party-image">
<img alt="Ian Ackerman - Groomsman" src="https://res.cloudinary.com/congandmargi/image/upload/v1546384088/wedding_party/ian.png" />
</div>
<h4>Ian Ackerman</h4>
<p>Groomsman</p>
</div>
</div>
<div class="row">
<div class="col-md-6 mx-auto text-align-center">
<div class="wedding-party-image">
<img alt="Susie Ahn - Bridesmaid" src="https://res.cloudinary.com/congandmargi/image/upload/v1546384088/wedding_party/susie.png" />
</div>
<h4>Susie Ahn</h4>
<p>Bridesmaid</p>
</div>
<div class="col-md-6 mx-auto text-align-center">
<div class="wedding-party-image">
<img alt="Andrew Chen - Groomsman" src="https://res.cloudinary.com/congandmargi/image/upload/v1546384088/wedding_party/andrew.png" />
</div>
<h4>Andrew Chen</h4>
<p>Groomsman</p>
</div>
</div>
<div class="row">
<div class="col-md-6 mx-auto text-align-center">
<div class="wedding-party-image">
<img alt="Yukun Gao - Bridesmaid" src="https://res.cloudinary.com/congandmargi/image/upload/v1546384089/wedding_party/yukun.png" />
</div>
<h4>Yukun Gao</h4>
<p>Bridesmaid</p>
</div>
<div class="col-md-6 mx-auto text-align-center">
<div class="wedding-party-image">
<img alt="Jason Chen - Groomsman" src="https://res.cloudinary.com/congandmargi/image/upload/v1546384088/wedding_party/jason.png" />
</div>
<h4>Jason Chen</h4>
<p>Groomsman</p>
</div>
</div>
<div class="row">
<div class="col-md-6 mx-auto text-align-center">
<div class="wedding-party-image">
<img alt="Kimberly Shen - Bridesmaid" src="https://res.cloudinary.com/congandmargi/image/upload/v1546384088/wedding_party/kim.png" />
</div>
<h4>Kimberly Shen</h4>
<p>Bridesmaid</p>
</div>
<div class="col-md-6 mx-auto text-align-center">
<div class="wedding-party-image">
<img alt="Lance Zheng - Groomsman" src="https://res.cloudinary.com/congandmargi/image/upload/v1546384088/wedding_party/lance.png" />
</div>
<h4>Lance Zeng</h4>
<p>Groomsman</p>
</div>
</div>
<div class="row">
<div class="col-md-6 mx-auto text-align-center">
<div class="wedding-party-image">
<img alt="Rachael Kim - Junior Bridesmaid" src="https://res.cloudinary.com/congandmargi/image/upload/v1546384088/wedding_party/rachael.png" />
</div>
<h4>Rachael Kim</h4>
<p>Junior Bridesmaid</p>
</div>
<div class="col-md-6 mx-auto text-align-center">
<div class="wedding-party-image">
<img alt="Joe Xu - Groomsman" src="https://res.cloudinary.com/congandmargi/image/upload/c_scale,w_200/v1548619173/wedding_party/joe.jpg" />
</div>
<h4>Joe Xu</h4>
<p>Groomsman</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="photos">
<div class="mx-auto">
<h2>Photos</h2>
<div class="photo-gallery">
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_010.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_010.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_020.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_020.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_030.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_030.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849152/couple_photos/IMG_040.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_040.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_050.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_050.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_060.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_060.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_070.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_070.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_080.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_080.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_090.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_090.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_100.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_100.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_110.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_110.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_120.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_120.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_130.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_130.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_140.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_140.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_150.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_150.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_160.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_160.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_170.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_170.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_180.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_180.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_190.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_190.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_700.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_700.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_200.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_200.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_210.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_210.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_220.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_220.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_230.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_230.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_240.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_240.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_250.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_250.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_260.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_260.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_270.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_270.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_280.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_280.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_290.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_290.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_300.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_300.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_310.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_310.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_320.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_320.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_330.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_330.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_340.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_340.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_350.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_350.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_360.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_360.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_680.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_680.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_690.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_690.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_370.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_370.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_380.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_380.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_390.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_390.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_400.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_400.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_410.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_410.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_420.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_420.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_430.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_430.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_440.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_440.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_450.png"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_450.png"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_460.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_460.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_470.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_470.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_480.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_480.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_490.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_490.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_500.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_500.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_510.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_510.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_520.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_520.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_530.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_530.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_540.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_540.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_550.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_550.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_560.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_560.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_570.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_570.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_580.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_580.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_590.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_590.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_600.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_600.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_610.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_610.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_620.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_620.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_630.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_630.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_640.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_640.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_650.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_650.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_660.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_660.jpg"></a>
<a class="photo" data-fancybox="gallery" href="https://res.cloudinary.com/congandmargi/image/upload/c_fit,h_1536,w_2048/v1549849142/couple_photos/IMG_670.jpg"><img class="lazy" alt="photo of cong & margi" src="https://res.cloudinary.com/congandmargi/image/upload/c_fill,f_auto,g_faces,h_150,q_auto,w_150/v1549849142/couple_photos/IMG_670.jpg"></a>
</div>
</div>
</section>
<section id="faq" class="bg-pink">
<div class="container">
<div class="row">
<div class="col-md-8 mx-auto">
<h2>FAQ</h2>
<div class="q-and-a">
<div class="question">
❀ What time should I arrive at the ceremony?
</div>
<div class="answer">
Doors open at 3:30pm so please arrive then to ensure that there's enough time to park and walk to the ceremony site. The ceremony will begin promptly at 4:00pm.
</div>
</div>
<div class="q-and-a">
<div class="question">
❀ When should I RSVP by?
</div>
<div class="answer">
Check the <a class="js-scroll-trigger" href="#rsvp">RSVP</a> section of our website! :)
</div>
</div>
<div class="q-and-a">
<div class="question">
❀ Can I bring a plus one?
</div>
<div class="answer">
We can only accommodate the individual(s) named on the invitation envelope. No plus ones unless clearly designated, but we can make exceptions on a case by case basis if you contact us directly.
</div>
</div>
<div class="q-and-a">
<div class="question">
❀ What's the dress code?
</div>
<div class="answer">
We recommend semi-formal/cocktail attire, but it is not required. Ladies - please note that part of the day's festivities is outdoors and may involve walking on lawns and hilly areas, so choose your footwear accordingly! It may also be chilly so please consider bringing warm layers and jackets.
</div>
</div>
<div class="q-and-a">
<div class="question">
❀ Is there parking for the ceremony/reception?
</div>
<div class="answer">
There is plenty of parking available on site. But we do recommend carpooling so you can safely enjoy the booze at our wedding!
</div>
</div>
<div class="q-and-a">
<div class="question">
❀ Is Wi-Fi available?
</div>
<div class="answer">
Feel free to connect to wi-fi 'nestldown' as some carriers may have poor connection at the venue.
</div>
</div>
<div class="q-and-a">
<div class="question">
❀ Should I take an Uber/Lyft to the venue?
</div>
<div class="answer">
Sure! Keep in mind that Uber/Lyft do not pick up from Nestldown at night. We will provide a shuttle accommodation to Los Gatos for those who Uber/Lyft.
Please fill out this information in the RSVP so we know in advance.
</div>
</div>
<div class="q-and-a">
<div class="question">
❀ Do you guys have a hotel block?
</div>
<div class="answer">
As of February 2019, we do not. We are asking our guests about their accommodation plans in the RSVP form in order to ascertain the need for one. If we end up creating a hotel block, we will update our website & reach out to those who requested assistance with booking a hotel. So please RSVP sooner rather than later!
</div>
</div>
<div class="q-and-a">
<div class="question">
❀ Is there a registry?
</div>
<div class="answer">
At the moment, we both have more than enough stuff. Instead of adding to this collection, we plan on saving for a nice honeymoon later this year.
If you’re able, you can contribute as much or as little as you can. We'll have a box for accepting contributions at our venue. For our friends and family who have embraced technology so lovingly, here's our venmo handle (<a href="https://www.venmo.com/congchen5">@congchen5</a>) and paypal (<a href="https://www.paypal.me/congchen5">paypal.me/congchen5</a>). However, your presence at our wedding is all the gift we could ever want.
Additionally, we'll have a guestbook and a box for cards if you would like to leave us a note!
</div>
</div>
Got a question we haven’t answered? Email us at <strong>[email protected]</strong>
</div>
</div>
</div>
</section>
<section id="rsvp" >
<div class="container">
<div class="row">
<div class="col-md-8 mx-auto">
<h2>RSVP</h2>
Please RSVP by <strong>April 1, 2019</strong> through our <a href="https://goo.gl/forms/pQ0MxVKjUyO8U80r1" target="_blank">Google form</a>! However, the earlier you RSVP, the better as we ask some additional questions regarding transportation & accommodations that may impact our planning.
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-5 bg-green">
<div class="container">
<h2>See you at our wedding! ❤️</h2>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom JavaScript for this theme -->
<script src="js/scrolling-nav.js"></script>
<script src="//code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
</body>
</html>