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

27
public/services.html Normal file
View File

@@ -0,0 +1,27 @@
<div id="services" class="page submenu">
<div class="columnContainer">
<h1>Services</h1>
<div class="columned">
<div class="columnContent" onclick="window.location.hash='#!/weddings'">
<h2>Weddings</h2>
<img src="images/Services_WeddingFlowers_v1.jpg" alt="" border="0" align="left"/>
<p>Have us grow flowers specifically for your wedding.</p>
</div>
<div class="columnContent" onclick="window.location.hash='#!/aquaponics'">
<h2>Aquaponic Classes</h2>
<img src="images/Services_Aquaponics_v1.jpg" alt="" border="0" align="left"/>
<p>Interested in aquaponics at home? We offer customized courses on aquaponics for kids and adults.</p>
</div>
<!--
<div class="columnContent" onclick="window.location.hash='#!/farm-tours'">
<h2>Farm Tours</h2>
<img src="images/Services_Tours_v1.jpg" alt="" border="0" align="left"/>
<p>For groups of people, we offer customized guided tours for a small fee. We always welcome individual customers to wander the farm and see where their food is grown.</p>
</div>
-->
</div>
</div>
</div>
<runonce>
$('.shadow').buildShadow();
</runonce>