-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweddings.html
executable file
·683 lines (540 loc) · 23.5 KB
/
weddings.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
---
layout: default
title: Weddings & Events
---
<style>
#hero_weddings {
background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url("images/weddings/hero_weddings2.jpg");
}
</style>
</head>
<body>
<!--------------- NAVIGATION –––––––––––––––––––––––-->
{% include nav.html %}
<!--------------- HERO –––––––––––––––––––––––-->
<div id="hero_weddings">
<div class="hero_info">
<header> <a class="logo" href="#"></a> </header>
<div>
<br><br>
<h1 style='color:white'>
Weddings & Events
</h1>
<hr style='background-color:white; width:280px; height:2px'>
<h3 style="color:#FFFFFF; text-align:center;">Lavender Fields,<br>Timeless Celebrations.</h3>
<br><br>
<!--<p style='color:white; text-align:center'>Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.</p> -->
</div>
<!-- <div id="button_group_weddings">
<a href="#">
<div class="button_weddings">
Book a consultation
</div>
</a>
</div> -->
</div>
<section id="awards">
<div class="awards_content">
<div class="award_row1">
<div class="award"><img src="images/awards/award_tj.svg" class="award_filter"/></div>
<div class="award"><img src="images/awards/award_209b.svg" class="award_filter"/></div>
</div>
<div class="award_row1">
<div class="award"><img src="images/awards/award_knot6.svg" class="award_filter"/></div>
<div class="award"><img src="images/awards/award_ww3.svg" class="award_filter"/></div>
</div>
</div>
</section>
</div>
<!--------------- OUR SERVICES –––––––––––––––––––––––-->
<div class="divider">
<div id="services">Our Services</div>
</div>
<div class="our_services">
<h5>At Pageo Lavender Farm, we strive for excellence in our picturesque venue and exceptional service. Our commitment to making your wedding day unforgettable shines through in every detail.</h5>
<div class="services1">
<div class="services1_left"><img src="images/weddings/icons/coordination.svg"/>
<h6 style='color:#6219FF'>COORDINATION</h6>
<p style='text-align:center'>Our skilled coordinators will bring your vision to life, guiding you through the planning process so you can focus on cherishing your special day. We ensure a seamless experience from start to finish.</p>
</div>
<div class="services1_center"><img src="images/weddings/icons/dining.svg"/>
<h6 style='color:#6219FF'>DINNING</h6>
<p style='text-align:center'>Pageo's culinary team provides various dining and beverage options tailored to your preferences. Our attentive staff commits to accommodating you and your guests' tastes, crafting a personalized and memorable dining experience.</p>
</div>
<div class="services1_right"><img src="images/weddings/icons/design.svg"/>
<h6 style='color:#6219FF'>DESIGN</h6>
<p style='text-align:center'>With an array of customizable options, our event team collaborates with you to refine every detail, creating a layout that perfectly aligns with your vision. Your dream wedding comes to life at Pageo Lavender Farm.</p>
</div>
</div>
</div>
<!--------------- ABOUT US –––––––––––––––––––––––-->
<section id="weddings_about_us">
<div class="divider">
<div id="about">About Us</div>
</div>
<div id="parallax">
<section>
<div id="parallax_01">
<div class="parallax_card">
<h1>Our Story</h1>
</div>
</div>
</section>
<section>
<div id="parallax_01_block">
<p>Located in the heart of California's Central Valley on five acres of beautifully restored farmland and surrounded by the relaxing, floral aroma of lavender, Pageo is a unique place of enchantment and rustic charm.<br><br>
Established in 2006, Pageo warmly welcomes you, your family, and your guests to spend a day that you'll always remember.</p>
</div>
</section>
<section>
<div id="parallax_02">
<h1>The Farm</h1>
</div>
</section>
<section>
<div id="parallax_02_block">
<p>Surround yourself with lush green landscaping, charming farmhouses, and soothing scents. Whether you're planning a wedding, shower, or fund-raiser, Pageo is the premier outdoor venue for rustic ambience and simple sophistication.<br><br>
Pageo is a working farm that grows and harvests lavender that is used in handmade products sold onsite. Guests may wander through the breathtaking fields or unwind in the restored farm building.</p>
</div>
</section>
</div>
</section>
<!--------------- TESTIMONIALS –––––––––––––––––––––––-->
<div class="divider">
<div id="test">Testimonials</div>
</div>
<div id='testimonials'>
<!--––––––– CONTAINER_1 -->
<div class="container1">
<div class="row">
<div class="quote_1">
<img src="images/weddings/quote.svg" align="left">
<br><br>
<p>Our wedding was truly magical and we couldn’t have asked for a better venue and overall experience. I highly recommend Pageo Lavender Farm to anyone looking for a beautiful venue in the Central Valley. It’s run by wonderful (and organized) people, who truly care, and will do everything they can to make you feel at ease during one of the biggest moments in your life. I am so glad we chose Pageo for our Wedding Day, and I promise that you will too.”</p>
<br>
<div class="caption">
<div>
<p>Sydnee & Emilio</p>
<p>Married on September 18th</p>
</div>
</div>
</div>
<div class="photo_1">
<div>
<img src="images/weddings/testimonials/01.jpg">
</div>
</div>
</div>
</div>
<!--––––––– CONTAINER_2 -->
<div class="container2">
<div class="row">
<div class="photo_2">
<div>
<img src="images/weddings/testimonials/02.jpg">
</div>
</div>
<div class="quote_2">
<img src="images/weddings/quote.svg" align="left">
<br><br>
<p>Our wedding was truly magical and we couldn't have asked for a better venue and overall experience. I highly recommend Pageo Lavender Farm to anyone looking for a beautiful venue in the Central Valley. It's run by wonderful (and organized) people, who truly care, and will do everything they can to make you feel at ease during one of the biggest moments in your life. I am so glad we chose Pageo for our Wedding Day, and I promise that you will too!”</p>
<br>
<div class="caption">
<div>
<p>Sarah & Tyler</p>
<p>Married on September 12th</p>
</div>
</div>
</div>
</div>
</div>
<!--––––––– CONTAINER_3 -->
<div class="container3">
<div class="row">
<div class="quote_3">
<img src="images/weddings/quote.svg" align="left">
<br><br>
<p>Pageo and their staff are the REAL DEAL. Such a dream team to work with. They made everything so easy and took so much off of my plate as a bride that thought I had to do and coordinate. Our day (and many days leading up to it) were amazing because of Pageo.
We are consistently complimented on our venue choice. From getting ready in the gorgeous bridal suite to the last minutes of our sparkler send-off, it was a dream!”</p>
<br>
<div class="caption">
<div>
<p>Lexi & Logan</p>
<p>Married on June 13th</p>
</div>
</div>
</div>
<div class="photo_3">
<div>
<img src="images/weddings/testimonials/03.jpg">
</div>
</div>
</div>
</div>
<!--––––––– CONTAINER_4 -->
<div class="container4">
<div class="row">
<div class="photo_4">
<div>
<img src="images/weddings/testimonials/04.jpg">
</div>
</div>
<div class="quote_4">
<img src="images/weddings/quote.svg" align="left">
<br><br>
<p>We had our wedding here in June and the weather was perfect. I would highly recommend this venue for a wedding. All the staff were very friendly, helpful and professional. They tended to our every need and made sure that all our guests were taken care of. This is the perfect place for an intimate wedding. The food and lavender margarita were delicious. Everything was well organized and exceeded my expectations. The venue and vendors all communicated with each other to make sure that things ran smoothly. The best part I loved was they had all the furniture that I wanted for a rustic wedding. You can’t go wrong if you book with them.”</p>
<br>
<div class="caption">
<div>
<p>Molly & Justin</p>
<p>Married on June 17th</p>
</div>
</div>
</div>
</div>
</div>
<!--––––––– CONTAINER_5 -->
<div class="container5">
<div class="row">
<div class="quote_5">
<img src="images/weddings/quote.svg" align="left">
<br><br>
<p>We recently had the pleasure of working with the Pageo team on our wedding, and we were beyond impressed with their service and attention to detail. From the moment we first toured the property, we knew that Pageo was the perfect place for our wedding. The grounds are absolutely stunning, and the staff is incredibly friendly and helpful. They made everything so easy for us, and they were always willing to go the extra mile to make sure that our day was perfect.”</p>
<br>
<div class="caption">
<div>
<p>Doris</p>
<p>Married on March 22nd</p>
</div>
</div>
</div>
<div class="photo_5">
<div>
<img src="images/weddings/testimonials/06.jpg">
</div>
</div>
</div>
</div>
<!--––––––– CONTAINER_6 -->
<div class="container6">
<div class="row">
<div class="photo_6">
<div>
<img src="images/weddings/testimonials/05.jpg">
</div>
</div>
<div class="quote_6">
<img src="images/weddings/quote.svg" align="left">
<br><br>
<p>So so amazing. The team at Pageo were always on top of it and made our wedding seamless. From start to finish they were always super helpful and made us feel so relaxed and never had a single worry! The venue is STUNNING and that’s because I can’t find another word to describe it better. It’s just so picturesque and more than we could ask for, our fantasy themed wedding fit perfectly!”</p>
<br>
<div class="caption">
<div>
<p>Grayson</p>
<p>Married on December 18th</p>
</div>
</div>
</div>
</div>
</div>
<div class="more_reviews_intro">
View More Reviews
</div>
<div class="more_reviews">
<div class="more_reviews_btn">
<a href="http://www.theknot.com">
<img src="images/global/logo_theknot_white.svg" height="40px">
</a>
</div>
<div class="more_reviews_btn">
<a href="http://www.weddingwire.com">
<img src="images/global/logo_weddingwire_white.svg" width="170px">
</a>
</div>
</div>
</div>
<!--––––––– SNAPSHOTS GALLERY -->
<div class="divider">
Snapshots
</div>
<div class="gallery_grid">
<div class="gallery_row">
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/001.jpg" style="width:100%" onclick="openModal();current_slide(1)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/002.jpg" style="width:100%" onclick="openModal();current_slide(2)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/003.jpg" style="width:100%" onclick="openModal();current_slide(3)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/004.jpg" style="width:100%" onclick="openModal();current_slide(4)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/005.jpg" style="width:100%" onclick="openModal();current_slide(5)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/006.jpg" style="width:100%" onclick="openModal();current_slide(6)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/007.jpg" style="width:100%" onclick="openModal();current_slide(7)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/008.jpg" style="width:100%" onclick="openModal();current_slide(8)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/009.jpg" style="width:100%" onclick="openModal();current_slide(9)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/010.jpg" style="width:100%" onclick="openModal();current_slide(10)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/011.jpg" style="width:100%" onclick="openModal();current_slide(11)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/012.jpg" style="width:100%" onclick="openModal();current_slide(12)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/013.jpg" style="width:100%" onclick="openModal();current_slide(13)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/014.jpg" style="width:100%" onclick="openModal();current_slide(14)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/015.jpg" style="width:100%" onclick="openModal();current_slide(15)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/016.jpg" style="width:100%" onclick="openModal();current_slide(16)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/017.jpg" style="width:100%" onclick="openModal();current_slide(17)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/018.jpg" style="width:100%" onclick="openModal();current_slide(18)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/019.jpg" style="width:100%" onclick="openModal();current_slide(19)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/020.jpg" style="width:100%" onclick="openModal();current_slide(20)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/021.jpg" style="width:100%" onclick="openModal();current_slide(21)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/022.jpg" style="width:100%" onclick="openModal();current_slide(22)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/023.jpg" style="width:100%" onclick="openModal();current_slide(23)" class="gallery_hover gallery_cursor">
</div>
<div class="gallery_column">
<img src="images/gallery_snapshots/thumbs/024.jpg" style="width:100%" onclick="openModal();current_slide(24)" class="gallery_hover gallery_cursor">
</div>
</div>
</div>
<div id="gallery_modal" class="modal">
<span class="close cursor" onclick="closeModal()"><img src="images/global/icon/close_large.svg"></span>
<div class="gallery_modal_content">
<div class="gallery_slides_container">
<div class="slides">
<div class="gallery_slide_number">1 / 24</div>
<div class="gallery_credit">Briana Calderon Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_001.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">2 / 24</div>
<div class="gallery_credit">Briana Calderon Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_002.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">3 / 24</div>
<div class="gallery_credit">Julie Cahill Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_003.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">4 / 24</div>
<div class="gallery_credit">Olivia Marshall Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_004.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">5 / 24</div>
<div class="gallery_credit">Kaitlin Elliott Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_005.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">6 / 24</div>
<div class="gallery_credit">Bogdan Condor Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_006.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">7 / 24</div>
<div class="gallery_credit">Kelly Boitano Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_007.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">8 / 7224</div>
<div class="gallery_credit">Kaitlin Elliott Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_008.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">9 / 24</div>
<div class="gallery_credit">Kaitlin Elliott Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_009.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">10 / 24</div>
<div class="gallery_credit">Kaitlin Elliott Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_010.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">11 / 24</div>
<div class="gallery_credit">Kaitlin Elliott Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_011.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">12 / 24</div>
<div class="gallery_credit">Kaitlin Elliott Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_012.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">13 / 24</div>
<div class="gallery_credit">Kaitlin Elliott Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_013.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">14 / 24</div>
<div class="gallery_credit">Kaitlin Elliott Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_014.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">15 / 24</div>
<div class="gallery_credit">Karissa Wright Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_015.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">16 / 24</div>
<div class="gallery_credit">Kelly Boitano Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_016.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">17 / 24</div>
<div class="gallery_credit">Olivia Marshall photography</div>
<img src="images/gallery_snapshots/large/gallery_large_017.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">18 / 24</div>
<div class="gallery_credit">Briana Calderon Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_018.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">19 / 24</div>
<div class="gallery_credit">Kelly Boitano Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_019.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">20 / 24</div>
<div class="gallery_credit">Kelly Boitano Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_020.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">21 / 24</div>
<div class="gallery_credit">Marilyn Days Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_021.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">22 / 24</div>
<div class="gallery_credit">Oliva Marshall Photography</div>
<img src="images/gallery_snapshots/large/gallery_large_022.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">23 / 24</div>
<div class="gallery_credit">Valley Images</div>
<img src="images/gallery_snapshots/large/gallery_large_023.jpg" style="width:100%">
</div>
<div class="slides">
<div class="gallery_slide_number">24 / 24</div>
<div class="gallery_credit">Valley Images</div>
<img src="images/gallery_snapshots/large/gallery_large_024.jpg" style="width:100%">
</div>
<a class="prev_slide" onclick="plus_slides(-1)"><img src="images/global/prev_arrow.svg"></a>
<a class="next_slide" onclick="plus_slides(1)"><img src="images/global/next_arrow.svg"></a>
<div class="gallery_caption_container">
<p id="gallery_caption"></p>
</div>
</div>
</div>
</div>
<!-- AWARDS -->
<!--------------- GET IN TOUCH –––––––––––––––––––––––-
<div class="divider">
Get in Touch
</div>
<div class="getintouch_background">
<div class="getintouch">
<div class="getintouch_left">
<div class='arrow'>
<img style='max-width:400px' src="images/global/arrow.png"/>
</div>
<h4>
<ol>
<li> Fill out the inquiry form and submit.</li>
<li> Receive pricing information and availability dates.</li>
<li> Book a tour of the venue for a free consultation.</li>
</ol>
</h4>
</div>
<div class="getintouch_right">
<div>
<form action="/action_page.php">
<input type="text" id="fname" name="firstname" placeholder="Full Name">
<input type="text" id="lname" name="lastname" placeholder="Email Address">
<input type="text" id="lname" name="lastname" placeholder="Event Type (Wedding, Shower, etc.)">
<input type="text" id="lname" name="lastname" placeholder="Date(s) of Interest)">
<input type="text" id="lname" name="lastname" placeholder="Est. Number of Guests">
<input type="text" id="lname" name="lastname" placeholder="Days of the week that you are open to">
<input type="submit" value="Submit">
</form>
</div>
</div>
</div>
</div>
-->
<!--------------- FOOTER –––––––––––––––––––––––-->
{% include footer.html %}
<script src="js/javascript.js"></script>
<!-- ++++++++++ ESCAPE KEY TO EXIT ++++++++++ -->
<script>
document.addEventListener('keyup',function(e){
if (e.key === "Escape") {
// hide modal code
closeModal()
}
});
</script>
<!-- ++++++++++ ARROW KEYS TO NAVIGATE ++++++++++ -->
<script>
window.addEventListener("keydown", (e) => {
if (e.key === "ArrowLeft"){
plus_slides(-1);
} else if (e.key === "ArrowRight"){
plus_slides(1);
}
});
</script>
<!-- ++++++++++ DISABLE SCROLLBAR ++++++++++ -->
<script>
$(".gallery_column").click(function(){
$('body').css("overflow", "hidden");
});
$(".close").click(function(){
$('body').css("overflow", "visible");
});
$(document).keyup(function(e) {
if (e.key === "Escape") {
$('body').css("overflow", "visible");
}
});
</script>
</body>
</html>