-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
446 lines (415 loc) · 32.7 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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Richard & Christy</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We invite you to celebrate with us. Kindly RSVP.">
<meta name="author" content="">
<meta property="og:image" content="https://richardandchristy.com/assets/images/hero-bg-2.jpg">
<meta property="og:description" content="We invite you to celebrate with us. Kindly RSVP.">
<meta property="og:title" content="Richard and Christy. Celebrate Love!">
<meta property="og:url" content="https://richardandchristy.com/">
<meta property="og:type" content="article" />
<link rel="shortcut icon" href="assets/images/favicon.png">
<link href="//fonts.googleapis.com/css?family=Great+Vibes" rel="stylesheet">
<link href='//fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/plugins/love-icons/style.css">
<link rel="stylesheet" href="assets/plugins/animate-css/animate.min.css">
<link rel="stylesheet" href="assets/plugins/Gallery/css/blueimp-gallery.min.css">
<link rel="stylesheet" href="assets/plugins/Bootstrap-Image-Gallery/css/bootstrap-image-gallery.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll">
<!-- fb root -->
<!-- ******HEADER****** -->
<header id="header" class="header navbar-fixed-top">
<div class="container ">
<nav class="main-nav" role="navigation">
<div class="navbar-header text-center">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-collapse">
<span class="toggle-title">Menu</span>
<span class="icon-bar-wrapper">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</span><!--//icon-bar-wrapper-->
</button><!--//nav-toggle-->
</div><!--//navbar-header-->
<div id="navbar-collapse" class="navbar-collapse collapse text-center">
<ul class="nav navbar-nav center-block">
<li class="nav-item"><a class="scrollto" href="#wedding">The Wedding</a></li>
<li class="nav-item"><a class="scrollto" href="#story">Our Story</a></li>
<li class="nav-item"><a class="scrollto" href="#gallery">Gallery</a></li>
<li class="nav-item"><a class="scrollto" href="#gift">Registries</a></li>
<li class="nav-item"><a href="#" data-toggle="modal" data-target="#rsvp-modal">RSVP</a></li>
</ul><!--//nav-->
</div><!--//navabr-collapse-->
</nav><!--//main-nav-->
</div><!--//container-->
</header><!--//header-->
<div id="hero" class="hero-section">
<div class="container text-center">
<div class="row">
<div class="hero-box col-md-5 col-sm-7 col-xs-12">
<h1 class="headline script">
<span class="names display-block">Richard <div style="color: red; margin-left: 40px; margin-right: 40px; font-size: 36px;"><i class="fa fa-heart fa-beat" aria-hidden="true"></i></div> Christy</span>
<span class="statement display-block">
<span class="swirl-left"></span>
<span class="statement-text">are getting married</span>
<span class="swirl-right"></span>
<div id="audioplayer" class="hide">
<script>
setTimeout(function() {
document.getElementById("audioplayer").innerHTML = '<audio id="myAudio" src="assets/mp3/itmightbeyou.mp3" preload="auto" loop="loop" autoplay="autoplay"/>';
// document.getElementById("audioplayer").innerHTML = '<audio id="myAudio" preload="auto" loop="loop" autoplay="autoplay"><source src="assets/mp3/itmightbeyou.mp3" type="audio/mpeg"></audio>';
}, 2000);
</script>
</div>
</span><!--//statement-->
</h1><!--/headline-->
<div class="date">
<span class="date-text">March 3, 2018</span>
</div><!--//date-->
<a class="btn btn-primary btn-rsvp" href="#" data-toggle="modal" data-target="#rsvp-modal">RSVP Now</a>
</div><!--//hero-box-->
</div>
</div><!--//container-->
<div class="curve-holder"></div>
</div><!--//hero-section-->
<!-- ******Wedding Section****** -->
<section id="wedding" class="wedding-section section">
<div class="container text-center">
<h3 class="title script"><span class="title-deco-left"></span><span class="title-text">The Wedding</span><span class="title-deco-right"></span></h3>
<div id="countdown-box" class="countdown-box">
</div><!--//countdown-box-->
<div class="section-parents">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="parents text-center wow fadeIn" style="font-weight: 600; visibility: visible; animation-name: fadeIn;">
<div style="text-transform: uppercase; font-size: 15px;">Parents of the Groom</div>
<h3 style="border-top: 1px solid #8a1f53; border-bottom: 1px solid #8a1f53; padding-top: 15px; padding-bottom: 10px; margin-top: 5px; font-family: 'Great Vibes', cursive; color: #8a1f53; font-size: 36px;">Mr. and Mrs. Renato Juevesano</h3>
</div><!-- parents -->
</div><!-- col 4 -->
<div class="col-md-6 col-sm-6">
<div class="parents text-center wow fadeIn" style="font-weight: 600; visibility: visible; animation-name: fadeIn;">
<div style="text-transform: uppercase; font-size: 15px;">Parents of the Bride</div>
<h3 style="border-top: 1px solid #8a1f53; border-bottom: 1px solid #8a1f53; padding-top: 15px; padding-bottom: 10px; margin-top: 5px; font-family: 'Great Vibes', cursive; color: #8a1f53; font-size: 36px;">Mrs. Nenita Ocariza</h3>
</div><!-- parents -->
</div><!-- col 4 -->
</div><!-- row -->
<div class="row wedding-entourage">
<div class="action-wrapper">
<a class="btn btn-primary" href="#" data-toggle="modal" data-target="#entourage-modal">Wedding Entourage</a>
</div><!--//action-wrapper-->
</div>
</div><!-- container -->
</div>
<div class="row cols-wrapper">
<div class="ceremony-col col-xs-12 col-sm-6">
<div class="col-inner">
<h4 class="subtitle">Ceremony</h4>
<p class="intro">We are getting married at Corona del Mar's Clubhouse.</p>
<ul class="meta-list list-unstyled text-left center-block">
<li>
<span class="icon-calendar love-icon"></span>Saturday - March 3, 2018
</li>
<li>
<span class="icon-clock love-icon"></span>4:00pm - 5:00pm
</li>
<li>
<span class="icon-map love-icon"></span>Corona del Mar, Pooc, Talisay City, Cebu
<br>
<span class="direction-info display-block list-link">
<a href="#" data-toggle="modal" data-target="#direction-modal">How to get there</a>
</span>
</li>
</ul><!--//meta-list-->
</div><!--//col-inner-->
</div><!--//ceremony-col-->
<div class="reception-col col-xs-12 col-sm-6">
<div class="col-inner">
<h4 class="subtitle">Reception</h4>
<p class="intro">The party will take place after the ceremony.</p>
<ul class="meta-list list-unstyled text-left center-block">
<li>
<span class="icon-calendar love-icon"></span>Saturday - March 3, 2018
</li>
<li>
<span class="icon-clock love-icon"></span>5:00pm - 9:00pm
</li>
<li>
<span class="icon-map love-icon"></span>Corona del Mar, Pooc, Talisay City, Cebu
<br>
<span class="direction-info display-block list-link">
<a href="#" data-toggle="modal" data-target="#direction-modal">How to get there</a>
</span>
</li>
</ul><!--//meta-list-->
</div><!--//col-inner-->
</div><!--//ceremony-col-->
</div><!--//row-->
<div class="action-wrapper">
<a class="btn btn-primary" href="#" data-toggle="modal" data-target="#rsvp-modal">RSVP Now</a>
</div><!--//action-wrapper-->
</div><!--//container-->
<div id="map" class="map-container">
</div><!--//map-container-->
</section><!--//wedding-section-->
<!-- ******Story Section****** -->
<section id="story" class="story-section section">
<div class="container text-center">
<div class="row">
<div class="story-box col-md-push-5 col-sm-push-0 col-xs-push-0 col-xs-12 col-md-7">
<!-- <h3 class="title script title-reversed"> -->
<h3 class="title script">
<span class="title-deco-left"></span>
<span class="title-text">Our Story</span>
<span class="title-deco-right"></span>
</h3>
<div class="content-container text-left">
<div id="story-carousel" class="story-carousel carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#story-carousel" data-slide-to="0" class="active"></li>
<li data-target="#story-carousel" data-slide-to="1"></li>
<li data-target="#story-carousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<h4 class="item-title text-center"><span class="icon-couple love-icon"></span>How we met</h4>
<p>It all happened in the municipality of Medellin. It was one fine Sunday morning. Being a servant of God, Richard prepared his daily task at church. He made sure church instruments are well tuned, more importantly his guitar. Christy, on the other hand, was new in town. She didn’t know anyone around and was hoping a Sunday Fellowship will help her familiarize the people and its place.</p>
<p>Christy was introduced to everyone which made her very welcome. Right after the church service, she met Richard and the rest of the church members. Little did they know, it was the start of something new and exciting. Richard made moves to contact Christy after that moment. Good thing, the town was small that almost everyone knows each other.</p>
<p>With Christy’s two-months stay in town, everything happened so quickly. Richard got her attention, and they both started to know each other. It was a whole new experience learning their differences and enjoying things they love to do.</p>
</div><!--//item-->
<div class="item">
<h4 class="item-title text-center"><span class="icon-jar love-icon"></span>Five years on</h4>
<p>The first year of their relationship was not a walk in the park. Sacrifices has been made in terms of time and effort. Richard had to travel about 3 hours every weekend, from Medellin to Cebu City just to see Christy. He was also able to manage his studies and his love life. This only shows what love can do.</p>
<p>As they started to build their career, they were very supportive with each other. Richard pursue his love for web development at Symph and Christy ended up focusing with digital marketing at 180 Marketing. Work life balance helped them discover more about themselves. Church activities and travels also keep the couple occupied and strengthen their relationship to God.</p>
<p>Five years has passed, and they are still so in love with each other. They learned to accept each individuality and see it as an asset to their relationship. They surpassed the challenges that come to their way. With the help of their friends and family, both showed resilience and faith.</p>
</div><!--//item-->
<div class="item">
<h4 class="item-title text-center"><span class="icon-glasses love-icon"></span>The proposal</h4>
<p>The time has come when they both decided to be one. Richard planned out the proposal for Christy with the help of their churchmates and friends. It was one of the most significant moment of their life. The venue was well-prepared and everyone knows what their role is. While Christy, did not have any hint at all.</p>
<p>The evening of December 1, 2017 was very calm when Richard kneeled in front of Christy and asked the big question, “Will you marry me?”. He was shaking and was really hoping to get her positive response. Everyone was anticipating and was relieved to hear her clear “Yes!”. With their new puppy, Sky, they embraced another chapter of their life. The night was then filled with love and sweet memories.</p>
<p>Celebrated with food and laughter, the proposal was a huge success. The great ambience on the mountaintop stretching the view towards the city lights below sealed the night. As engaged couple, Richard and Christy are excited to unlock their next adventures.</p>
</div><!--//item-->
</div><!--//carousel-inner-->
</div><!--//story-carousel-->
</div>
</div><!--//story-box-->
</div><!--//row-->
</div><!--//container-->
</section><!--//story-section-->
<!-- ******Gallery Section****** -->
<section id="gallery" class="gallery-section section">
<div class="container text-center">
<h3 class="title script"><span class="title-deco-left"></span><span class="title-text">Gallery</span><span class="title-deco-right"></span></h3>
<div class="gallery-container">
<div id="photos-wrapper" class="photos-wrapper">
<div class="item"><a href="assets/images/gallery/a.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/a.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/b.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/b.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/c.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/c.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/d.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/d.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/e.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/e.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/f.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/f.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/g.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/g.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/h.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/h.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/i.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/i.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/j.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/j.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/k.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/k.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/l.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/l.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/m.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/m.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/n.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/n.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/o.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/o.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/p.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/p.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/q.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/q.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/r.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/r.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/s.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/s.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/t.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/t.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/u.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/u.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/v.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/v.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/w.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/w.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/x.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/x.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/y.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/y.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/z.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/z.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/1.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/1.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/2.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/2.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/3.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/3.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/4.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/4.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/5.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/5.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/6.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/6.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/7.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/7.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/8.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/8.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/9.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/9.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/10.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/10.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/11.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/11.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/12.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/12.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/13.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/13.jpg" alt="" /></a></div>
<div class="item"><a href="assets/images/gallery/14.jpg" data-gallery><img class="img-responsive" src="assets/images/gallery/14.jpg" alt="" /></a></div>
</div><!--//photos-wrapper-->
</div><!--//gallery-container-->
</div><!--//container-->
</section><!--//gallery-section-->
<!-- ******Video Section****** -->
<section id="video" class="video-section section">
<div class="container text-center">
<h3 class="title script"><span class="title-deco-left"></span><span class="title-text">Video</span><span class="title-deco-right"></span></h3>
<div class="embed-responsive embed-responsive-16by9">
<a href="//youtu.be/VQ51XscnX7g" target="_blank" style="z-index: 1; background: #ff000000; color:white; display:block; position:absolute; top:0; right:0; bottom:0; left:0; text-align:center;"></a>
<iframe class="embed-responsive-item" src="//www.youtube-nocookie.com/embed/VQ51XscnX7g" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
</div>
</div>
</section><!--//gallery-section-->
<!-- ******Gift Section****** -->
<section id="gift" class="gift-section section">
<div class="container text-center">
<h3 class="title script"><span class="title-deco-left"></span><span class="title-text"><span class="hidden-xs">Gift</span> Registries</span><span class="title-deco-right"></span></h3>
<div class="message-container">
<div class="message-inner center-block">
<div class="intro">The most important gift to us is your presence on our special day.<br /><br />With all that we have, we’ve been truly blessed. But if you were thinking of giving a gift to help us on our way, a gift of cash towards our house and lifelong task would really make our day. However, if you prefer to purchase a gift, feel free to surprise us in your own way.</div>
<div class="thank-you script">Thank you so much! :)</div>
<div class="signature script">Richard & Christy</div>
<div class="couple-profile"></div>
</div><!--//message-inner-->
</div><!--//message-container-->
</div><!--//container-->
</section><!--//gift-section-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="footer-content text-center">
<div class="container">
<div class="copyright">Copyright © All Rights Reserved.</a></div>
</div><!--//container-->
</div><!--//footer-content-->
</footer><!--//footer-->
<!-- The Bootstrap Image Gallery lightbox -->
<div id="blueimp-gallery" class="blueimp-gallery" data-use-bootstrap-modal="false">
<!-- The container for the modal slides -->
<div class="slides"></div>
<!-- Controls for the borderless lightbox -->
<h3 class="title"></h3>
<a class="prev">‹</a>
<a class="next">›</a>
<a class="close">×</a>
<a class="play-pause"></a>
<ol class="indicator"></ol>
<!-- The modal dialog, which will be used to wrap the lightbox content -->
<div class="modal fade" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" aria-hidden="true">×</button>
<h4 class="modal-title"></h4>
</div>
<div class="modal-body next"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-left prev">
<i class="glyphicon glyphicon-chevron-left"></i>
Previous
</button>
<button type="button" class="btn btn-primary next">
Next
<i class="glyphicon glyphicon-chevron-right"></i>
</button>
</div>
</div>
</div>
</div>
</div><!--blueimp-gallery-->
<!-- RSVP Modal -->
<div id="rsvp-modal" class="modal modal-rsvp" tabindex="-1" role="dialog" aria-labelledby="rsvpModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h2 id="rsvpModalLabel" class="modal-title text-center">
<span class="title script display-block"><span class="title-deco-left"></span><span class="title-text">RSVP</span><span class="title-deco-right"></span></span>
<span class="subtitle display-block">Come and celebrate with us! <br> Please RSVP on or before February 9, 2018</span>
</h2>
</div><!--//modal-header-->
<div class="modal-body text-center">
<p>Our venue is exclusive and has a strict security policy. Please let us know if you can or cannot come. Thank you! We hope to celebrate love with you.</p>
<br />
<a class="btn btn-primary btn-rsvp" href="//www.facebook.com/events/1752584898106475/" target="_blank">RSVP NOW</a>
</div><!--//modal-body-->
</div><!--//modal-content-->
</div><!--//modal-dialog-->
</div><!--//modal-->
<!-- Entourage Modal -->
<div id="entourage-modal" class="modal modal-rsvp" tabindex="-1" role="dialog" aria-labelledby="rsvpModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h2 id="rsvpModalLabel" class="modal-title text-center">
<span class="title script display-block">
<span class="title-deco-left"></span>
<span class="title-text">Wedding Entourage</span>
<span class="title-deco-right"></span>
</span>
</h2>
</div><!--//modal-header-->
<div class="modal-body text-center">
<p>
<img src="assets/images/entourage.png?v=1" style="width: 100%; height: 100%;"/>
</p>
</div><!--//modal-body-->
</div><!--//modal-content-->
</div><!--//modal-dialog-->
</div><!--//modal-->
<!-- Direction Modal-->
<div id="direction-modal" class="direction-modal modal" tabindex="-1" role="dialog" aria-labelledby="directionModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title text-center" id="directionModalLabel">How to get to the events</h4>
</div><!--//modal-header-->
<div class="modal-body">
<div class="row">
<img style="width: 100%" src="assets/images/map.jpg" />
</div><!--//row-->
</div><!--//modal-body-->
</div><!--//modal-content-->
</div>
</div><!--//modal-->
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/back-to-top.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-placeholder/jquery.placeholder.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-inview/jquery.inview.min.js"></script>
<script type="text/javascript" src="assets/plugins/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript" src="assets/plugins/packery.pkgd.min.js"></script>
<script type="text/javascript" src="assets/plugins/audiojs/audio.min.js"></script>
<!--//Google map related JS -->
<script type="text/javascript" src="//maps.google.com/maps/api/js?key=AIzaSyAUhdB03Qo0gjIvhlVS5iJzBCWAtAf5mhk"></script>
<script type="text/javascript" src="assets/plugins/gmaps/gmaps.js"></script>
<!--//Image Gallery related JS -->
<script type="text/javascript" src="assets/plugins/Gallery/js/jquery.blueimp-gallery.min.js"></script>
<script type="text/javascript" src="assets/plugins/Bootstrap-Image-Gallery/js/bootstrap-image-gallery.min.js"></script>
<!-- Form iOS fix -->
<script type="text/javascript" src="assets/plugins/isMobile/isMobile.min.js"></script>
<!-- Animations-->
<script type="text/javascript" src="assets/js/animations.js"></script>
<script type="text/javascript" src="assets/js/main.min.js"></script>
</body>
</html>