-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·276 lines (194 loc) · 5.62 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
---
layout: default
title: Pageo Lavender Farm
---
<style>
#home_hero {
background-image: url("images/home/main_hero_BG.jpg");
}
</style>
<script src="js/javascript.js"></script>
<script src="js/dist/index.global.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
var calendarEl = document.getElementById('calendar');
var calendar = new FullCalendar.Calendar(calendarEl, {
initialView: 'dayGridMonth'
});
calendar.render();
});
</script>
</head>
<body>
<!--------------- NAVIGATION –––––––––––––––––––––––-->
{% include nav.html %}
<!--------------- HERO –––––––––––––––––––––––-->
<div id="home_hero">
<div class="hero_info">
<div class="logo_hero_home">
<img src="images/global/logo.svg"/>
</div>
<!--
<article>
<h2 style="color:#FFFFFF; text-align:center;">
Central valley’s premiere <br> lavender farm and venue.
</h2>
</article>
-->
<div id="button_group_home">
<a href="weddings.html">
<div class="button_home">
Weddings & Events
</div>
</a>
<a href="giftshop.html">
<div class="button_home">
Gift Shop & Services
</div>
</a>
</div>
</div>
<center>
</center>
</div>
<!-- ANNOUNCEMENT CONTAINER -->
<section class="tout1">
<h3 style='text-align:center'>
Contact us for event inquiries, tour of the venue or to schedule a free consultation.
</h3>
<h5 style='text-align:center'>
Gift Shop & Lunches:<br>
<b>209-262-0131</b>
</h5>
<h5 style='text-align:center'>
Weddings & Events:<br>
<b>209-632-5052</b>
</h5>
<h5 style='text-align:center'>
Wednesday & Thursday: 10am to 4pm<br>
Friday & Saturday: 9am to 2pm
</h5>
<h5 style='text-align:center'>
11573 Golf Road, Turlock, Ca, 95380<br>
</h5>
</section>
<!-- PARALLAX -->
<div id="parallax">
<section>
<div id="parallax_04">
<img src="images/phm/phm_logo.svg"/>
</div>
</section>
<section>
<div id="parallax_02_block">
<p>
We are proud to announce the 8th annual Pageo Holiday Market taking place on November 30th.
</p>
<p>
<a href="https://www.pageoholiday.com" target="_blank"><button class="button_parallax" style="background-color:#44F4B3">MORE INFO</button></a>
</p>
<hr>
</div>
</section>
<section>
<div id="parallax_01">
<div class="parallax_card">
<h1>EVENTS</h1>
</div>
</div>
</section>
<section>
<div id="parallax_01_block">
<p>
A picturesque landscape with rows of green and lavender that provide an ideal backdrop for your wedding. Let us help you create a day that is truly unforgettable.
</p>
<p><a href="weddings.html"><button class="button_parallax" style="background-color:#E4F4E9">SEE MORE</button></a></p>
<hr>
</div>
</section>
<section>
<div id="parallax_02">
<h1>SHOP</h1>
</div>
</section>
<section>
<div id="parallax_02_block">
<p>
With a wide array of handmade lavender products – everything from pillows to beard oil – we provide anything you might need to pamper yourself properly.
</p>
<p>
<a href="giftshop.html#products"><button class="button_parallax" style="background-color:#EFDED4">VIEW PRODUCTS</button></a>
</p>
<hr>
</div>
</section>
<section>
<div id="parallax_03">
<div class="parallax_card">
<h1>LUNCHES</h1>
</div>
</div>
</section>
<section>
<div id="parallax_03_block">
<p>
Spend your afternoon dining with us. Our seasonal menus are complete with a selection of dishes prepared on-site by our catering team.
</p>
<p><a href="giftshop.html#lunch"><button class="button_parallax">VIEW MENU</button></a>
</p>
<hr>
</div>
</section>
</div>
<!-- AWARDS -->
<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>
<!--------------- 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 %}
</body>
</html>