Initial commit. Transferred from an Eclipse/Brainstorm environment to NodeJS.
This commit is contained in:
27
public/services.html
Normal file
27
public/services.html
Normal 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>
|
||||
Reference in New Issue
Block a user