Initial commit. Transferred from an Eclipse/Brainstorm environment to NodeJS.

This commit is contained in:
Wynne Crisman
2015-10-25 15:20:42 -07:00
commit 7bba9dc2b0
386 changed files with 22589 additions and 0 deletions

40
public/food.html Normal file
View File

@@ -0,0 +1,40 @@
<div id="food" class="page submenu">
<div class="columnContainer">
<h1>Food</h1>
<div class="columned">
<div class="columnContent" onclick="window.location.hash='#!/farm-made-fare'">
<h2>Farm-Made Fare</h2>
<img src="images/FoodFMF_v1.jpg" alt="" border="0" align="left"/>
<p>Check out what we are cooking in the kitchen!</p>
</div>
<div class="columnContent" onclick="window.location.hash='#!/eggs'">
<h2>Eggs</h2>
<img src="images/FoodEggs_v1.jpg" alt="" border="0" align="left"/>
<p>Eggs from our truly free range chickens are provided in a colorful array and sold by the dozen.</p>
</div>
<div class="columnContent" onclick="window.location.hash='#!/pigs'">
<h2>Pork</h2>
<img src="images/FoodPork_v1.jpg" alt="" border="0" align="left"/>
<p>We offer pork from our locally bred and farm-raised pigs. We take orders for quarter, half, or whole pig as well as select cuts and sausage.</p>
</div>
<div class="columnContent" onclick="window.location.hash='#!/beef'">
<h2>Beef</h2>
<img src="images/FoodBeef_v1.jpg" alt="" border="0" align="left"/>
<p>Our beef is sourced from our neighbor who grazes some of his cattle on our farm's grassy hills. The cows are all grass fed and properly cared for animals.</p>
</div>
<div class="columnContent" onclick="window.location.hash='#!/chicken'">
<h2>Chicken</h2>
<img src="images/FoodChicken_v1.jpg" alt="" border="0" align="left"/>
<p>We have over 100 laying hens spread across several areas of the farm, and we sell the spent laying hens as organic fed chicken.</p>
</div>
<div class="columnContent" onclick="window.location.hash='#!/veggies'">
<h2>Veggies</h2>
<img src="images/FoodVeggies_v1.jpg" alt="" border="0" align="left"/>
<p>We grow and sell a very wide variety of freshly picked veggies.</p>
</div>
</div>
</div>
</div>
<runonce>
$('.shadow').buildShadow();
</runonce>