-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-5.html
883 lines (820 loc) · 52 KB
/
index-5.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
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Page Title -->
<title> Lovly Wedding - Responsive Wedding Template </title>
<!-- Favicon and Touch Icons -->
<link href="images/favicon/favicon.png" rel="shortcut icon" type="image/png">
<link href="images/favicon/apple-touch-icon.png" rel="apple-touch-icon">
<link href="images/favicon/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/favicon/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114">
<link href="images/favicon/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144">
<!-- Icon fonts -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/flaticon.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Plugins for this template -->
<link href="css/animate.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<link href="css/slick.css" rel="stylesheet">
<link href="css/slick-theme.css" rel="stylesheet">
<link href="css/owl.transitions.css" rel="stylesheet">
<link href="css/jquery.fancybox.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="home">
<!-- start page-wrapper -->
<div class="page-wrapper">
<!-- start preloader -->
<div class="preloader">
<div class="inner">
<span class="icon"><i class="fi flaticon-two"></i></span>
</div>
</div>
<!-- end preloader -->
<!-- strat music-box -->
<div class="music-box">
<button class="music-box-toggle-btn">
<i class="fa fa-music"></i>
</button>
<div class="music-holder">
<iframe src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/102137206&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
</div>
</div>
<!-- end music box -->
<!-- start of hero -->
<section class="hero">
<div class="static-hero"></div>
<div id="spirit-header" class="spirit-header">
<canvas id="spirit-canvas"></canvas>
</div>
<div class="wedding-announcement">
<div class="couple-name-merried-text">
<h2 class="wow slideInUp" data-wow-duration="1s">Suntina & Famico</h2>
<div class="married-text wow fadeIn" data-wow-delay="1s">
<h4 class="">
<span class=" wow fadeInUp" data-wow-delay="1.05s">W</span>
<span class=" wow fadeInUp" data-wow-delay="1.10s">e</span>
<span class=" wow fadeInUp" data-wow-delay="1.15s">'</span>
<span class=" wow fadeInUp" data-wow-delay="1.20s">r</span>
<span class=" wow fadeInUp" data-wow-delay="1.25s">e</span>
<span> </span>
<span class=" wow fadeInUp" data-wow-delay="1.30s">g</span>
<span class=" wow fadeInUp" data-wow-delay="1.35s">e</span>
<span class=" wow fadeInUp" data-wow-delay="1.40s">t</span>
<span class=" wow fadeInUp" data-wow-delay="1.45s">t</span>
<span class=" wow fadeInUp" data-wow-delay="1.50s">i</span>
<span class=" wow fadeInUp" data-wow-delay="1.55s">n</span>
<span class=" wow fadeInUp" data-wow-delay="1.60s">g</span>
<span> </span>
<span class=" wow fadeInUp" data-wow-delay="1.65s">m</span>
<span class=" wow fadeInUp" data-wow-delay="1.70s">a</span>
<span class=" wow fadeInUp" data-wow-delay="1.75s">r</span>
<span class=" wow fadeInUp" data-wow-delay="1.80s">r</span>
<span class=" wow fadeInUp" data-wow-delay="1.85s">i</span>
<span class=" wow fadeInUp" data-wow-delay="1.90s">e</span>
<span class=" wow fadeInUp" data-wow-delay="1.95s">d</span>
</h4>
</div>
<!-- <i class="fa fa-heart"></i> -->
</div>
<div class="save-the-date">
<h4>Save the date</h4>
<span class="date">25 DEC 2017</span>
</div>
</div>
</section>
<!-- end of hero slider -->
<!-- Start header -->
<header id="header" class="site-header header-style-1">
<nav class="navigation navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="open-btn">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="couple-logo">
<h1><a href="#home">S <i class="fi flaticon-shape-1"></i> F</a></h1>
</div>
</div>
<div id="navbar" class="navbar-collapse collapse navbar-right navigation-holder">
<button class="close-navbar"><i class="fa fa-close"></i></button>
<ul class="nav navbar-nav">
<li><a href="#home">Home</a></li>
<li><a href="#couple">Couple</a></li>
<li><a href="#story">Story</a></li>
<li><a href="#events">Events</a></li>
<li><a href="#people">People</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#rsvp">RSVP</a></li>
<li class="menu-item-has-children">
<a href="javascript:void(0);">Blog</a>
<ul class="sub-menu">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-details.html">Blog Details</a></li>
<li class="menu-item-has-children">
<a href="#Level3">Thidr level</a>
<ul class="sub-menu">
<li><a href="#">Level3</a></li>
<li><a href="#">Level3</a></li>
<li><a href="#">Level3</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div><!-- end of nav-collapse -->
</div><!-- end of container -->
</nav>
</header>
<!-- end of header -->
<!-- start wedding-couple-section -->
<section class="wedding-couple-section section-padding" id="couple">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="gb groom">
<div class="img-holder wow fadeInLeftSlow">
<img src="images/couple/img-1.jpg" alt>
</div>
<div class="details">
<div class="details-inner">
<h3>The groom</h3>
<p>Hi I am suntina , dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries.</p>
<span class="signature">Suntina</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="gb bride">
<div class="details">
<div class="details-inner">
<h3>The Bride</h3>
<p>Hi I am suntina , dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries.</p>
<span class="signature">Famico</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
<div class="img-holder wow fadeInRightSlow">
<img src="images/couple/img-2.jpg" alt>
</div>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end wedding-couple-section -->
<!-- start count-down-section -->
<section class="count-down-section section-padding parallax" data-bg-image="images/countdown-bg.jpg" data-speed="7">
<div class="container">
<div class="row">
<div class="col col-md-4">
<h2><span>We are waiting for.....</span> The adventure</h2>
</div>
<div class="col col-md-7 col-md-offset-1">
<div class="count-down-clock">
<div id="clock">
</div>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end count-down-section -->
<!-- start story-section -->
<section class="story-section section-padding" id="story">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="section-title">
<div class="vertical-line"><span><i class="fi flaticon-two"></i></span></div>
<h2>Our love story</h2>
</div>
</div>
</div> <!-- end section-title -->
<div class="row">
<div class="col col-xs-12">
<div class="story-timeline">
<div class="row">
<div class="col col-md-6">
<div class="story-text right-align-text">
<h3>First meet</h3>
<span class="date">Jan 12 2017</span>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, </p>
</div>
</div>
<div class="col col-md-6">
<div class="img-holder">
<img src="images/story/img-1.jpg" alt class="img img-responsive">
</div>
</div>
</div>
<div class="row">
<div class="col col-md-6">
<div class="img-holder right-align-text story-slider">
<img src="images/story/img-2.jpg" alt class="img img-responsive">
<img src="images/story/img-3.jpg" alt class="img img-responsive">
</div>
</div>
<div class="col col-md-6 text-holder">
<span class="heart">
<i class="fa fa-heart"></i>
</span>
<div class="story-text">
<h3>First date</h3>
<span class="date">Feb 14 2017</span>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, </p>
</div>
</div>
</div>
<div class="row">
<div class="col col-md-6 text-holder right-heart">
<span class="heart">
<i class="fa fa-heart"></i>
</span>
<div class="story-text right-align-text">
<h3>Proposal</h3>
<span class="date">Apr 14 2017</span>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, </p>
</div>
</div>
<div class="col col-md-6">
<div class="img-holder right-align-text story-slider">
<img src="images/story/img-7.jpg" alt class="img img-responsive">
<img src="images/story/img-5.jpg" alt class="img img-responsive">
</div>
</div>
</div>
<div class="row">
<div class="col col-md-6">
<div class="img-holder video-holder">
<img src="images/story/img-8.jpg" alt class="img img-responsive">
<a href="https://www.youtube.com/embed/XSGBVzeBUbk?autoplay=1" data-type="iframe" class="video-play-btn">
<i class="fa fa-play"></i>
</a>
</div>
</div>
<div class="col col-md-6 text-holder">
<span class="heart">
<i class="fa fa-heart"></i>
</span>
<div class="story-text">
<h3>Enagagement</h3>
<span class="date">Jul 14 2017</span>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, </p>
</div>
</div>
</div>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end story-section -->
<!-- start cta -->
<section class="cta section-padding parallax" data-bg-image="images/cta-bg.jpg" data-speed="7">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<h2><span>We are going to...</span> Celebrate Our Love</h2>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end cta -->
<!-- start events-section -->
<section class="events-section section-padding" id="events">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="section-title">
<div class="vertical-line"><span><i class="fi flaticon-two"></i></span></div>
<h2>Wedding events</h2>
</div>
</div>
</div> <!-- end section-title -->
<div class="row">
<div class="col col-lg-10 col-lg-offset-1">
<div class="event">
<div class="img-holder">
<img src="images/events/img-1.jpg" alt class="img img-responsive">
</div>
<div class="details">
<h3>The reception</h3>
<ul>
<li><i class="fa fa-map-marker"></i> 32 big bro road, Chanpai, London.</li>
<li><i class="fa fa-clock-o"></i> Nov 25 2017, 9AM - 5PM</li>
</ul>
<p>when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
<a class="see-location-btn popup-gmaps" href="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d25211.21212385712!2d144.95275648773628!3d-37.82748510398018!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad642af0f11fd81%3A0x5045675218ce7e0!2zTWVsYm91cm5lIFZJQyAzMDA0LCDgpoXgprjgp43gpp_gp43gprDgp4fgprLgpr_gpq_gprzgpr4!5e0!3m2!1sbn!2sbd!4v1503742051881">
See location <i class="fa fa-angle-right"></i>
</a>
</div>
</div>
<div class="event">
<div class="img-holder">
<img src="images/events/img-2.jpg" alt class="img img-responsive">
</div>
<div class="details">
<h3>Wedding party</h3>
<ul>
<li><i class="fa fa-map-marker"></i> 32 big bro road, Chanpai, London.</li>
<li><i class="fa fa-clock-o"></i> Nov 25 2017, 9AM - 5PM</li>
</ul>
<p>when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
<a class="see-location-btn popup-gmaps" href="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3152.0160484383277!2d144.99053291585201!3d-37.81309307975254!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad642ef89a7e023%3A0xb1353055e38c1ab8!2sNew+York+Tomato+Cafe!5e0!3m2!1sbn!2sbd!4v1503743893919">
See location <i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end events-section -->
<!-- start inportant-people-section -->
<section class="inportant-people-section section-padding" id="people">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="section-title">
<div class="vertical-line"><span><i class="fi flaticon-two"></i></span></div>
<h2>Groomsmen & Bridesmaid</h2>
</div>
</div>
</div> <!-- end section-title -->
<div class="row">
<div class="col col-xs-12">
<div class="inportant-people-content">
<div class="tablist">
<ul class="nav">
<li class="active">
<a href="#groomsmen" data-toggle="tab">Groomsmen</a>
</li>
<li>
<a href="#bridesmaid" data-toggle="tab">Bridesmaid</a>
</li>
</ul>
</div>
<div class="tab-content">
<div class="tab-pane fade in active grid-wrapper" id="groomsmen">
<div class="grid">
<div class="img-holder">
<a href="images/groomsmen/img-1.jpg" class="popup-image">
<img src="images/groomsmen/img-1.jpg" alt class="img img-responsive">
</a>
</div>
<div class="details">
<h3>Jhon Michel</h3>
<span>Best man</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
</ul>
</div>
</div>
<div class="grid">
<div class="img-holder">
<a href="images/groomsmen/img-2.jpg" class="popup-image">
<img src="images/groomsmen/img-2.jpg" alt class="img img-responsive">
</a>
</div>
<div class="details">
<h3>Chasmoos jhon</h3>
<span>Best friden</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
</ul>
</div>
</div>
<div class="grid">
<div class="img-holder">
<a href="images/groomsmen/img-3.jpg" class="popup-image">
<img src="images/groomsmen/img-3.jpg" alt class="img img-responsive">
</a>
</div>
<div class="details">
<h3>Kaiste pate</h3>
<span>Friend</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
</ul>
</div>
</div>
<div class="grid">
<div class="img-holder">
<a href="images/groomsmen/img-4.jpg" class="popup-image">
<img src="images/groomsmen/img-4.jpg" alt class="img img-responsive">
</a>
</div>
<div class="details">
<h3>Hatu Michel</h3>
<span>Friend</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
</ul>
</div>
</div>
<div class="grid">
<div class="img-holder">
<a href="images/groomsmen/img-5.jpg" class="popup-image">
<img src="images/groomsmen/img-5.jpg" alt class="img img-responsive">
</a>
</div>
<div class="details">
<h3>Michel doin</h3>
<span>Friend</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
</ul>
</div>
</div>
<div class="grid">
<div class="img-holder">
<a href="images/groomsmen/img-6.jpg" class="popup-image">
<img src="images/groomsmen/img-6.jpg" alt class="img img-responsive">
</a>
</div>
<div class="details">
<h3>Topper jone</h3>
<span>Friend</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="tab-pane fade grid-wrapper" id="bridesmaid">
<div class="grid">
<div class="img-holder">
<a href="images/bridesmaid/img-1.jpg" class="popup-image">
<img src="images/bridesmaid/img-1.jpg" alt class="img img-responsive">
</a>
</div>
<div class="details">
<h3>Rachel Li</h3>
<span>Made of honor</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
</ul>
</div>
</div>
<div class="grid">
<div class="img-holder">
<a href="images/bridesmaid/img-2.jpg" class="popup-image">
<img src="images/bridesmaid/img-2.jpg" alt class="img img-responsive">
</a>
</div>
<div class="details">
<h3>Male Vign</h3>
<span>Best friend</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
</ul>
</div>
</div>
<div class="grid">
<div class="img-holder">
<a href="images/bridesmaid/img-3.jpg" class="popup-image">
<img src="images/bridesmaid/img-3.jpg" alt class="img img-responsive">
</a>
</div>
<div class="details">
<h3>Jonny Mich</h3>
<span>Friend</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
</ul>
</div>
</div>
<div class="grid">
<div class="img-holder">
<a href="images/bridesmaid/img-4.jpg" class="popup-image">
<img src="images/bridesmaid/img-4.jpg" alt class="img img-responsive">
</a>
</div>
<div class="details">
<h3>Brodd Wid</h3>
<span>Friend</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
</ul>
</div>
</div>
<div class="grid">
<div class="img-holder">
<a href="images/bridesmaid/img-5.jpg" class="popup-image">
<img src="images/bridesmaid/img-5.jpg" alt class="img img-responsive">
</a>
</div>
<div class="details">
<h3>Nokshal bedi</h3>
<span>Friend</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
</ul>
</div>
</div>
<div class="grid">
<div class="img-holder">
<a href="images/bridesmaid/img-6.jpg" class="popup-image">
<img src="images/bridesmaid/img-6.jpg" alt class="img img-responsive">
</a>
</div>
<div class="details">
<h3>Holly Fie</h3>
<span>Friend</span>
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end inportant-people-section -->
<!-- start gallery-section -->
<section class="gallery-section section-padding" id="gallery">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="section-title">
<div class="vertical-line"><span><i class="fi flaticon-two"></i></span></div>
<h2>Our gallery</h2>
</div>
</div>
</div> <!-- end section-title -->
<div class="row">
<div class="col col-xs-12 sortable-gallery">
<div class="gallery-filters">
<ul>
<li><a data-filter="*" href="#" class="current">All</a></li>
<li><a data-filter=".wedding" href="#">Wedding</a></li>
<li><a data-filter=".ceremony" href="#">Ceremony</a></li>
<li><a data-filter=".party" href="#">Party</a></li>
</ul>
</div>
<div class="gallery-container gallery-fancybox masonry-gallery">
<div class="grid wedding">
<a href="images/gallery/img-1.jpg" class="fancybox" data-fancybox-group="gall-1">
<img src="images/gallery/img-1.jpg" alt class="img img-responsive">
</a>
</div>
<div class="grid wedding ceremony">
<a href="images/gallery/img-2.jpg" class="fancybox" data-fancybox-group="gall-1">
<img src="images/gallery/img-2.jpg" alt class="img img-responsive">
</a>
</div>
<div class="grid ceremony eudcation">
<a href="images/gallery/img-3.jpg" class="fancybox" data-fancybox-group="gall-1">
<img src="images/gallery/img-3.jpg" alt class="img img-responsive">
</a>
</div>
<div class="grid wedding party">
<a href="images/gallery/img-4.jpg" class="fancybox" data-fancybox-group="gall-1">
<img src="images/gallery/img-4.jpg" alt class="img img-responsive">
</a>
</div>
<div class="grid ceremony">
<a href="images/gallery/img-5.jpg" class="fancybox" data-fancybox-group="gall-1">
<img src="images/gallery/img-5.jpg" alt class="img img-responsive">
</a>
</div>
<div class="grid party">
<a href="images/gallery/img-6.jpg" class="fancybox" data-fancybox-group="gall-1">
<img src="images/gallery/img-6.jpg" alt class="img img-responsive">
</a>
</div>
<div class="grid wedding">
<a href="images/gallery/img-7.jpg" class="fancybox" data-fancybox-group="gall-1">
<img src="images/gallery/img-7.jpg" alt class="img img-responsive">
</a>
</div>
<div class="grid ceremony">
<!-- <a href="images/gallery/img-8.jpg" class="fancybox" data-fancybox-group="gall-1">
<img src="images/gallery/img-8.jpg" alt class="img img-responsive">
</a> -->
<a href="https://www.youtube.com/embed/XSGBVzeBUbk?autoplay=1" data-type="iframe" class="video-play-btn">
<img src="images/gallery/img-8.jpg" alt class="img img-responsive">
<i class="fa fa-play"></i>
</a>
</div>
<div class="grid ceremony">
<a href="images/gallery/img-9.jpg" class="fancybox" data-fancybox-group="gall-1">
<img src="images/gallery/img-9.jpg" alt class="img img-responsive">
</a>
</div>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end gallery-section -->
<!-- start rsvp-section -->
<section class="rsvp-section section-padding parallax" data-bg-image="images/rsvp-bg.jpg" data-speed="7" id="rsvp">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="section-title-white">
<div class="vertical-line"><span><i class="fi flaticon-two"></i></span></div>
<h2>Join our party</h2>
</div>
</div>
</div> <!-- end section-title -->
<div class="row content">
<div class="col col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<p>Please reserve before December 16th, 2017.</p>
<form id="rsvp-form" class="form validate-rsvp-form row" method="post">
<div class="col col-sm-6">
<input type="text" name="name" class="form-control" placeholder="Your Name*">
</div>
<div class="col col-sm-6">
<input type="email" name="email" class="form-control" placeholder="Your Email*">
</div>
<div class="col col-sm-6">
<select class="form-control" name="guest" >
<option disabled selected>Number Of Guest*</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
</select>
</div>
<div class="col col-sm-6">
<select class="form-control" name="events" >
<option disabled selected>I Am Attending*</option>
<option>Al events</option>
<option>Wedding ceremony</option>
<option>Reception party</option>
</select>
</div>
<div class="col col-sm-12">
<textarea class="form-control" name="notes" placeholder="Your Message*"></textarea>
</div>
<div class="col col-sm-12 submit-btn">
<button type="submit" class="submit">Send Invitation</button>
<span id="loader"><i class="fa fa-refresh fa-spin fa-3x fa-fw"></i></span>
</div>
<div class="col col-md-12 success-error-message">
<div id="success">Thank you</div>
<div id="error"> Error occurred while sending email. Please try again later. </div>
</div>
</form>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end rsvp-section -->
<!-- start getting-there-section -->
<section class="getting-there-section section-padding">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="section-title-white">
<div class="vertical-line"><span><i class="fi flaticon-two"></i></span></div>
<h2>Getting there</h2>
</div>
</div>
</div> <!-- end section-title -->
<div class="row content">
<div class="col col-md-6">
<h3>Transportation</h3>
<p> industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s</p>
</div>
<div class="col col-md-6">
<h3>Accommodations</h3>
<p> industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s</p>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end getting-there-section -->
<!-- start gift-registration-section -->
<section class="gift-registration-section section-padding">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="section-title">
<div class="vertical-line"><span><i class="fi flaticon-two"></i></span></div>
<h2>Gift registration</h2>
</div>
</div>
</div> <!-- end section-title -->
<div class="row content">
<div class="col col-lg-10 col-lg-offset-1">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iure, cupiditate, repudiandae. A ab sit laboriosam quis distinctio dignissimos, nemo cum sed hic, deleniti maiores rem iste labore commodi perferendis cumque.repudiandae. A ab sit laboriosam quis distinctio dignissimos, nemo cum sed hic.</p>
<div class="gif-registration-slider">
<div class="register">
<img src="images/gift/img-1.jpg" alt class="img img-responsive">
</div>
<div class="register">
<img src="images/gift/img-2.jpg" alt class="img img-responsive">
</div>
<div class="register">
<img src="images/gift/img-3.jpg" alt class="img img-responsive">
</div>
<div class="register">
<img src="images/gift/img-1.jpg" alt class="img img-responsive">
</div>
<div class="register">
<img src="images/gift/img-2.jpg" alt class="img img-responsive">
</div>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end gift-registration-section -->
<!-- start footer -->
<footer class="site-footer">
<div class="back-to-top">
<a href="#" class="back-to-top-btn"><span><i class="fi flaticon-cupid"></i></span></a>
</div>
<div class="container">
<div class="row">
<div class="col col-xs-12">
<h2>Forever and Always Our Love</h2>
<span>- Mick (The groom)</span>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</footer>
<!-- end footer -->
</div>
<!-- end of page-wrapper -->
<!-- All JavaScript files
================================================== -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Plugins for this template -->
<script src="js/jquery-plugin-collection.js"></script>
<script src="js/spirit.js"></script>
<!-- Custom script for this template -->
<script src="js/script.js"></script>
</body>
</html>