Added code to the admin part of the site - still non-functional. Need to fix JSON streaming over HTTP such that native types (boolean, Date, int) are preserved for the DB; Need to finish the restore functionality & the hide/show of the edit, delete, and restore buttons on each editor page.
45 lines
2.2 KiB
HTML
45 lines
2.2 KiB
HTML
|
|
<div id="farm" class="page submenu">
|
|
<div class="columnContainer">
|
|
<h1>Farm</h1>
|
|
<div class="columned">
|
|
<div class="columnContent" onclick="window.location.hash='#!/farm-made-fare'">
|
|
<h2>Now Shipping</h2>
|
|
<img class="shadow" src="images/WeShip_v1.jpg" alt="" border="0" align="left"/>
|
|
<p>We now ship our farm-made fare.</p>
|
|
</div>
|
|
<div class="columnContent" onclick="window.location.hash='#!/visiting'">
|
|
<h2>Contact & Visit</h2>
|
|
<img class="shadow" 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 class="shadow" 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 class="shadow" 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 class="shadow" 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 class="shadow" 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 class="shadow" 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> |