Cut down the website to bare minimum. Meat & Eggs currently just points to eggs. Need to decide how that should play out.

This commit is contained in:
Wynne Crisman
2020-05-07 15:09:06 -07:00
parent 6e6cbbbcc7
commit 998209817f
18 changed files with 2265 additions and 867 deletions

View File

@@ -3,26 +3,41 @@
<div class="columnContainer">
<h1>Farm</h1>
<div class="columned">
<div class="columnContent" onclick="window.location.hash='#!/farm-made-fare'">
<h2>Now Shipping</h2>
<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 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 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 class="columnContent" onclick="window.location.hash='#!/farm-made-fare'">-->
<!--<h2>Now Shipping</h2>-->
<!--<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='#!/land'">
<h2>Our Land</h2>
<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='#!/us'">
<h2>About Us</h2>
<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='#!/markets'">
<h2>Markets</h2>
<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='#!/aquaponics'">
<h2>Aquaponics</h2>
<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 class="columnContent" onclick="window.location.hash='#!/animals'">
<h2>Animals</h2>
<img class="shadow" src="images/FoodBeef_v1.jpg" alt="" border="0" align="left"/>
<p>...</p>
</div>
<!--<div class="columnContent" onclick="window.location.hash='#!/visiting'">-->
<!--<h2>Contact &amp; Visit</h2>-->
<!--<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='#!/bios'">
<h2>Farmer Bios</h2>
@@ -30,16 +45,6 @@
<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 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 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>