Initial commit. Transferred from an Eclipse/Brainstorm environment to NodeJS.
This commit is contained in:
43
public/farm.html
Normal file
43
public/farm.html
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
<div id="farm" class="page submenu">
|
||||
<div class="columnContainer">
|
||||
<h1>Farm</h1>
|
||||
<div class="columned">
|
||||
<div class="columnContent" onclick="window.location.hash='#!/visiting'">
|
||||
<h2>Contact & Visit</h2>
|
||||
<img src="images/Driveway2_v2.jpg" alt="" border="0" align="left"/>
|
||||
<p>Give us a call, write us an email, or just stop by and say hi. We would love to have you visit our farm... </p>
|
||||
</div>
|
||||
<div class="columnContent" onclick="window.location.hash='#!/markets'">
|
||||
<h2>Markets</h2>
|
||||
<img src="images/Farm_Markets_v1.jpg" alt="" border="0" align="left"/>
|
||||
<p>For many years now we've sold our produce at farmers' markets. Currently you'll find us...</p>
|
||||
</div>
|
||||
<div class="columnContent" onclick="window.location.hash='#!/us'">
|
||||
<h2>About Us</h2>
|
||||
<img src="images/Farm_AboutUs_v1.jpg" alt="" border="0" align="left"/>
|
||||
<p>Our jobs on the farm and our backgrounds...</p>
|
||||
</div>
|
||||
<!--
|
||||
<div class="columnContent" onclick="window.location.hash='#!/bios'">
|
||||
<h2>Farmer Bios</h2>
|
||||
<img src="images/FoodEggs_v1.jpg" alt="" border="0" align="left"/>
|
||||
<p>Our formal bios, focusing on our diverse background and experience. Check out where we come from in life!</p>
|
||||
</div>
|
||||
-->
|
||||
<div class="columnContent" onclick="window.location.hash='#!/land'">
|
||||
<h2>Farm Land</h2>
|
||||
<img src="images/Farm_Land_v1.jpg" alt="" border="0" align="left"/>
|
||||
<p>The land we own had been a ranch for generations, part of a much larger spread, and was still a small sheep ranch when we bought it in 2004. In 2011 we bought the neighboring property...</p>
|
||||
</div>
|
||||
<div class="columnContent" onclick="window.location.hash='#!/aquaponics'">
|
||||
<h2>Aquaponics</h2>
|
||||
<img src="images/Farm_Aquaponics_v1.jpg" alt="" border="0" align="left"/>
|
||||
<p>Aquaponics is a system of growing crops and fish in tandem. The water is recycled continuously and the fish...</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<runonce>
|
||||
$('.shadow').buildShadow();
|
||||
</runonce>
|
||||
Reference in New Issue
Block a user