Files
PetitTeton/public/food.html

37 lines
1.9 KiB
HTML
Raw Normal View History

<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 class="shadow" 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 class="shadow" 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 class="shadow" 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 class="shadow" 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 class="shadow" 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 class="shadow" 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>