Updated site to scale better on small screens; Added clearfix css; Updated shadow feature to use css shadows instead of js/images.

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.
This commit is contained in:
Wynne Crisman
2016-10-26 14:48:11 -07:00
parent 33de2aa5d2
commit e82078174b
106 changed files with 29016 additions and 1971 deletions

View File

@@ -5,44 +5,41 @@
<div class="columned">
<div class="columnContent" onclick="window.location.hash='#!/farm-made-fare'">
<h2>Now Shipping</h2>
<img src="images/WeShip_v1.jpg" alt="" border="0" align="left"/>
<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 &amp; Visit</h2>
<img src="images/Driveway2_v2.jpg" alt="" border="0" align="left"/>
<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 src="images/Farm_Markets_v1.jpg" alt="" border="0" align="left"/>
<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 src="images/Farm_AboutUs_v1.jpg" alt="" border="0" align="left"/>
<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 src="images/FoodEggs_v1.jpg" alt="" border="0" align="left"/>
<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 src="images/Farm_Land_v1.jpg" alt="" border="0" align="left"/>
<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 src="images/Farm_Aquaponics_v1.jpg" alt="" border="0" align="left"/>
<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>
<runonce>
$('.shadow').buildShadow();
</runonce>
</div>