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.
35 lines
2.1 KiB
HTML
35 lines
2.1 KiB
HTML
<div id="animals" class="page submenu">
|
|
<div class="columnContainer">
|
|
<h1>Animals</h1>
|
|
<div class="columned">
|
|
<!--
|
|
<div class="columnContent" onclick="window.location.hash='#!/eggs'">
|
|
<h2>Chickens</h2>
|
|
<img src="images/AnimalsChickens_v1.jpg" alt="" border="0" align="left"/>
|
|
<p>These chickens have it made, from cable TV antennas to get their favorite daytime soaps, to large open pens to protect them from the wildlife. Our chickens are all egg layers, though we do sell spent laying hens.</p>
|
|
</div>
|
|
<div class="columnContent" onclick="window.location.hash='#!/pigs'">
|
|
<h2>Pigs</h2>
|
|
<img src="images/FoodPork_v1.jpg" alt="" border="0" align="left"/>
|
|
<p>Two piglets are raised to eating weight every six months. Visit our pig page for more, or stop by and talk to the pigs!</p>
|
|
</div>
|
|
<div class="columnContent" onclick="window.location.hash='#!/beef'">
|
|
<h2>Cows</h2>
|
|
<img src="images/AnimalsCows_v1.jpg" alt="" border="0" align="left"/>
|
|
<p>We often have a small herd of pregnant cows grazing down the grass around the farm's hills, and we have one cow of our own in the front yard that keeps Cica, the yak, company. We sell beef from the farm, sourced from our neighbor and butchered locally</p>
|
|
</div>
|
|
-->
|
|
|
|
<div class="columnContent" onclick="window.location.hash='#!/yaks'">
|
|
<h2>Yaks</h2>
|
|
<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" 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> |