forked from Jacob-Terrado/wild-willow-farm-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
452 lines (450 loc) · 19.4 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
<!DOCTYPE HTML>
<html>
<head>
<title>Wild Willow Farm</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--[if lte IE 8]>
<script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/main.css"/>
<link rel="stylesheet" href="assets/css/home.css"/>
<!--[if lte IE 8]>
<link rel="stylesheet" href="assets/css/ie8.css"/><![endif]-->
</head>
<body class="homepage">
<div id="page-wrapper">
<!-- Header -->
<div id="header-wrapper">
<div id="header">
<!-- Logo -->
<h1>Wild Willow Farm</h1>
<!-- Nav -->
<nav id="nav">
<ul>
<!--<li>
<img src="images/wwf-logo.jpg" alt="cat" height="62px" width="50px" align:"top">
</li>-->
<li class="current"><a href="index.html">Home</a></li>
<li>
<a href="#">Get Informed</a>
<ul>
<li><a href="Events.html">Events</a></li>
<li><a href="#">Class Schedule</a></li>
</ul>
</li>
<li>
<a href="#">Get Involved</a>
<ul>
<li><a href="farmSchoolWithSidebar.html">Farm School</a></li>
<li><a href="#">Volunteer</a></li>
<li><a href="#">Farmshare</a></li>
</ul>
</li>
<li>
<a href="#">Group Activities</a>
<ul>
<li><a href="#">Tours</a></li>
<li><a href="#">Field Trips</a></li>
<li><a href="#">Venue Rental</a></li>
</ul>
</li>
<li>
<a href="#">Support</a>
<ul>
<li><a href="#">Donate</a></li>
</ul>
</li>
<li><a href="#">About Us</a></li>
<!--<li><a href="left-sidebar.html">Left Sidebar</a></li>
<li><a href="right-sidebar.html">Right Sidebar</a></li>
<li><a href="no-sidebar.html">No Sidebar</a></li>-->
</ul>
</nav>
<!-- Banner -->
<div id="main-carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#main-carousel" data-slide-to="0" class="active"></li>
<li data-target="#main-carousel" data-slide-to="1"></li>
<!--<li data-target="#main-carousel" data-slide-to="2"></li> -->
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active carousel-pic">
<img src="images/WWF-F101-Class-Photo.jpg" alt="cat">
<div class="carousel-caption">
Caption #1
</div>
</div>
<div class="item carousel-pic">
<img src="images/april12-potluck.jpg" alt="caaat">
<div class="carousel-caption">
Caption #2
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#main-carousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#main-carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<!-- Intro -->
<section id="intro" class="container">
<div class="row">
<div class="4u 12u(mobile)">
<section class="first">
<img src="images/grow.png" class="iconpic" alt="learn">
<header>
<h2>Agriculture.</h2>
</header>
<p>GROW FOOD and teach others who want to grow their own food.</p>
</section>
</div>
<div class="4u 12u(mobile)">
<section class="second">
<img src="images/learn.png" class="iconpic" alt="learn">
<header>
<h2>Education.</h2>
</header>
<p>EDUCATE AND TRAIN the next generation of local farmers and gardeners though classes, workshops and
training.</p>
</section>
</div>
<div class="4u 12u(mobile)">
<section class="third">
<img src="images/involve.png" class="iconpic" alt="learn">
<header>
<h2>Community.</h2>
</header>
<p>PROMOTE COMMUNITY as an effective means to change to a healthier, locally based food system.</p>
</section>
</div>
</div>
</section>
<!-- Main -->
<div id="main-wrapper">
<div class="container">
<div class="12u">
<header class="major">
<h2>Get Involved</h2>
</header>
<div class="row">
<!-- **************** TWO COLUMNS!! ************
<div class="row">
<div class="12u">
<section>
<div class="row">
<div class="6u 12u(mobile)">
<section class="box">
<a href="#" class="image featured"><img
src="http://www.sandiegoroots.org/farm/2013-img-bin/irc-field-trip.jpg" alt=""/></a>
<header>
<h3>Education</h3>
<p>Learn more about our School for Sustainable Farming, Field Trips, and Classes</p>
</header>
<p>Lorem ipsum dolor sit amet sit veroeros sed et blandit consequat sed veroeros lorem et blandit
adipiscing feugiat phasellus tempus hendrerit, tortor vitae mattis tempor, sapien sem feugiat
sapien, id suscipit magna felis nec elit. Class aptent taciti sociosqu ad litora torquent per
conubia nostra, per inceptos lorem ipsum dolor sit amet.</p>
<footer>
<ul class="actions">
<li><a href="#" class="button icon fa-file-text">Continue Reading</a></li>
</ul>
</footer>
</section>
</div>
<div class="6u 12u(mobile)">
<section class="box">
<a href="#" class="image featured"><img
src="http://www.sandiegoroots.org/farm/2015-img-bin/volunteers-getting-corny.jpg" alt=""/></a>
<header>
<h3>Community</h3>
<p>Interested to see what happens on our farm? Come take a tour and get involved!</p>
</header>
<p>Lorem ipsum dolor sit amet sit veroeros sed et blandit consequat sed veroeros lorem et blandit
adipiscing feugiat phasellus tempus hendrerit, tortor vitae mattis tempor, sapien sem feugiat
sapien, id suscipit magna felis nec elit. Class aptent taciti sociosqu ad litora torquent per
conubia nostra, per inceptos lorem ipsum dolor sit amet.</p>
<footer>
<ul class="actions">
<li><a href="#" class="button icon fa-file-text">Continue Reading</a></li>
</ul>
</footer>
</section>
</div>
</div>
</section>
</div>
</div>-->
<div class="row">
<div class="4u 12u(mobile)">
<section class="box secondary">
<a href="#" class="image featured"><img
src="http://www.sandiegoroots.org/farm/2015-img-bin/give10-lavender.jpg" alt=""/></a>
<header>
<h3>Support Wild Willow Farm</h3>
</header>
<h4>Giving small makes a big difference to our farm.<br><i>Just $10 changes the way a whole project is
manifested by our volunteers, students, and farmers.</i></h4>
<br>
<p>So, how does $10 help our farm grow food, farmers, and community?</p>
<footer>
<a href="#" class="button alt">Click here to find out</a>
</footer>
</section>
</div>
<div class="4u 12u(mobile)">
<section class="box secondary">
<a href="#" class="image featured"><img
src="http://www.sandiegoroots.org/img-bin/Farmshare-This-Week.jpg"
alt=""/></a>
<header>
<h3>Join the Wild Willow Farmshare CSA</h3>
</header>
<h4>Now enrolling for Full and Half Shares<br><i>Pickups in Imperial Beach, Chula Vista, Mission Hills
and
Talmadge</i></h4>
<br>
<p>Each weekly or bi-weekly Share includes a seasonal selection of farm-fresh vegetables with occasional
fruits, cut flowers, and herbs -- the equivalent of about one grocery bag full of just-harvested
produce.</p>
<footer>
<a href="#" class="button alt">Click here to join</a>
</footer>
</section>
</div>
<div class="4u 12u(mobile)">
<section class="box secondary">
<a href="#" class="image featured"><img
src="http://www.sandiegoroots.org/farm/2015-img-bin/amaranth-hands.jpg" alt=""/></a>
<header>
<h3>Volunteer at our Farm</h3>
</header>
<h4>Saturdays 10AM to 3PM <br><i>Come to the farm and participate in your food system as we grow Wild
Willow Farm. </i></h4>
<br>
<p>Often the best way to learn is by doing, and you'll get a taste of the myriad things a farmer does
while preparing and growing San Diego seasonal plantings of vegetables, greens, medicinal and culinary
herbs and cover crops.</p>
<footer>
<a href="#" class="button alt">Find out more info</a>
</footer>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- look in main.html -->
<!-- Secondary section -->
<div class="secondary-section">
<section id="events" class="container">
<div class="row">
<div class="8u 12u(mobile)">
<section>
<header>
<h2>Events</h2>
</header>
<ul class="dates">
<li>
<span class="date">Jan <strong>23</strong></span>
<h3><a href="http://northparkmainstreet.com/events/farmers-market" target="_blank">North Park Farmers
Market</a></h3>
<p>Come join us at the farmers market on Thursdays from 3pm to 7pm. Feed your family produce right from
the farm!</p>
</li>
<li>
<span class="date"> May <strong>21</strong></span>
<h3><a href="#">Our first potluck!</a></h3>
<p>Our farm is all about community, so what better way to say that than by hosting a monthly community
gathering? On third Saturdays each month from March through October, we host volunteer opportunities,
tours, a grand potluck meal, and bonfire.</p>
</li>
<li>
<span class="date">June <strong>11</strong></span>
<h3><a href="#">Sundown Brew Run at 5PM.</a></h3>
<p>Come celebrate our Sixth Birthday fundraising event for AGRICULTURE • EDUCATION • COMMUNITY @ Wild
Willow Farm & Education Center</p>
</li>
<h3> UPCOMING FARM SCHOOL CLASSES</h3>
<li>
<span class="date">July <strong>4</strong></span>
<h3><a href="#">Farming 102: Vegetable Plant Families</a></h3>
<p>This is a 6-week course and begins July 4!</p>
</li>
<li>
<span class="date">July <strong>23</strong></span>
<h3><a href="#">Farming 101: Introduction to Small Scale Farming</a></h3>
<p>6-week session begins July 23</p>
</li>
</ul>
</section>
</div>
<div class="4u 12u(mobile)">
<section>
<header>
<h2>Sign up for our Newsletter!</h2>
</header>
<form method="post" action="http://oi.vresp.com?fid=5ba3988957">
<div class="row">
<div class="6u 6u(mobile)">
<input type="text" name="first_name" placeholder="First Name">
</div>
<div class="6u 6u(mobile) form">
<input type="text" name="last_name" placeholder="Last Name">
</div>
</div>
<input type="text" name="email_address" placeholder="Email*" required>
<input type="text" name="postalcode" placeholder="Zip Code">
<input type="text" name="HowHear" placeholder="How did you hear about us?">
<p class="small">Email & Social Media Marketing by <a title="Email & Social Media Marketing by VerticalResponse" href="http://www.verticalresponse.com" rel="nofollow">VerticalResponse</a></p>
<div style="text-align: center;">
<input type="submit" value="Join Now" class="button1" name="submit">
</div>
</form>
<p>
<img style="float:right; vertical-align:middle;" height="50%" width="50%" src="http://www.sandiegoroots.org/farm/farm_img_bin/wwf-logo.jpg" alt="alt text">
<b>Wild Willow Farm & Education Center</b> is a six-acre working farm located in the southwest corner of
the United States, less than three miles from the Pacific Ocean and two-thirds mile north of the Mexican
Border. The farm is nestled along the banks of the scenic Tijuana River, and borders the river's
stunningly beautiful estuary nature preserve. We're a 15-minute drive from downtown San Diego, with easy
and quick access from most of urban south San Diego County.
</p>
<footer>
<div style="text-align: center;">
<a href="#" class="button" style="margin: 0px auto">Find out more</a>
</div>
</footer>
</section>
</div>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer-wrapper">
<section id="footer" class="container">
<div class="row">
<div class="3u 12u(mobile)">
<section>
<header>
<h2>Get Connected!</h2>
</header>
<ul class="divided">
<b><li><a href="#">Make a Donation</a></li>
<li><a href="#">Volunteer</a></li>
<li><a href="#">Apply for CSA</a></li>
<li><a href="#">Attend an Event</a></li>
<li><a href="#">Sign Up for a Class</a></li>
<li><a href="#">Sign Up for our Newsletter</a></li></b>
</ul>
</section>
</div>
<div class="3u 12u(mobile)">
<section>
<header>
<h2>Site Map</h2>
</header>
<ul class="divided">
<b><li><a href="#">About</a></li>
<li><a href="#">Calendar</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">CSA</a></li>
<li><a href="#">Donate</a></li>
<li><a href="#">Farm School</a></li>
<li><a href="#">Get Involved</a></li>
<li><a href="#">Newsletter</a></li></b>
</ul>
</section>
</div>
<div class="3u 12u(mobile)">
<section>
<column>
<header>
<h2>Contact Us!</h2>
</header>
</column>
<ul class="social">
<li><a class="icon fa-facebook" href="https://www.facebook.com/wildwillowfarm"><span class="label">Facebook</span></a>
</li>
<li><a class="icon fa-twitter" href="https://twitter.com/WildWillowFarm"><span
class="label">Twitter</span></a></li>
<li><a class="icon fa-instagram" href="http://instagram.com/wildwillowfarm"><span
class="label">Instagram</span></a></li>
</ul>
<ul class="contact">
<li>
<h3>Address</h3>
<p><b>
2550 Sunset Avenue<br/>
San Diego, CA 92154</b>
</p>
</li>
<li>
<h3>Mailing</h3>
<p> <b>
Wild Willow Farm<br/>
PO Box 33285<br/>
San Diego, CA 92163 </b>
</p>
</li>
<li>
<!--<h3>Email</h3>
<p>Volunteer</p>[email protected]
<h4>Volunteers:</h4>
<h4>Group Activities/Field Trips</h4>[email protected]
<h4>Farmshare</h4>[email protected]
<h4>Farm School</h4>[email protected] -->
</li>
</ul>
</section>
</div>
<div class="3u 12u(mobile)">
<section>
<div class="tweets"><a class="twitter-timeline" href="https://twitter.com/WildWillowFarm"
data-widget-id="350630880122916864" height="250">Tweets by @WildWillowFarm</a>
<script>!function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + "://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");</script>
</div>
<iframe class="maps"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3362.799466586218!2d-117.08189798487017!3d32.55819680241771!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80d94bfd77bd90f3%3A0x2cf02dd20ef314e9!2s2550+Sunset+Ave%2C+San+Diego%2C+CA+92154!5e0!3m2!1sen!2sus!4v1462907043747"
frameborder="0" style="border:0" allowfullscreen></iframe>
</column>
</section>
</div>
<p class="small copyright">© Wild Willow Farm 2016. All rights reserved.</p>
</div>
</section>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
crossorigin="anonymous"></script>
<!--[if lte IE 8]>
<script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</div>
</body>
</html>