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

@@ -22,17 +22,14 @@
<div class="columnContent" onclick="window.location.hash='#!/yaks'">
<h2>Yaks</h2>
<img src="images/AnimalsYaks_v1.jpg" alt="" border="0" align="left"/>
<img src="images/AnimalsYaks_v1.jpg" class="shadow" alt="" border="0" align="left"/>
<p>We have our own herd of semi-wild yaks that attract the attention of visitors, and we have Cica, a rather human friendly yak that hangs out in our front yard. Stop by and hang out with the yaks, and try your hand at talking 'yak'.</p>
</div>
<div class="columnContent" onclick="window.location.hash='#!/aquaponics'">
<h2>Fish</h2>
<img src="images/Animals_Fish_v1.jpg" alt="" border="0" align="left"/>
<img src="images/Animals_Fish_v1.jpg" class="shadow" alt="" border="0" align="left"/>
<p>The farm has recently started exploring aquaponics as a method of farming that utilizes less water, and provides the opportunity to optimize how we grow our vegetables. Our aquaponic beds are powered by local hard working fish and crustaceans.</p>
</div>
</div>
</div>
</div>
<runonce>
$('.shadow').buildShadow();
</runonce>
</div>