diff options
Diffstat (limited to 'contact.html')
-rw-r--r-- | contact.html | 60 |
1 files changed, 34 insertions, 26 deletions
diff --git a/contact.html b/contact.html index fdcdc5a..086d1a3 100644 --- a/contact.html +++ b/contact.html @@ -6,35 +6,43 @@ <div id="header3"></div> -<div id="content1"> - <h6>Contact a Freeside Representative.</h6> - <p><b><img src="imgs/phone.gif" alt="Let us help you with your questions" width="145" height="135" align="left" class="leftFloat">Sales - Support : Questions about buying a Freeside product? Unsure which system you - need?<br> - <br> - Customer Service : Get help with account maintenance, orders, delivery, and - rebates.<br> - <br> - Technical Support : For Technical Support or for Software & Technical - questions.<br> - <br> - Financing Support: Find answers to financing questions, obtain a statement - copy and make a payment.</b></p> - <table width="359" border="0" cellpadding="10"> +<div id="content"> + <center><h6>Contact us</h6></center> + + <p> + + <img src="imgs/phone.gif" alt="" width="145" height="135" align="left" class="rightFloat"> + + <table> <tr> - <td width="50" height="18" align="right" valign="top"><b>Contact: </b></td> - <td width="208" align="left" valign="top"><b>Ivan Kohler</b><br> - Email: ivan@sisd.com<br> - Phone: +1 415 462 1624 </td> + + <td valign="top" STYLE="padding-right:64px"> + + <h4>Phone</h4> + +1 415 462 1624<br><br> + + <h4>Fax</h4> + +1 866 491 2775<br><br> + + <h4>Mailing address</h4> + Freeside Internet Services, Inc.<br> + 12515 Northwoods Blvd.<br> + Unit #1<br> + Truckee, CA 96161<br> + + </td> + + <td valign="top"> + + <h4>Sales</h4> + <a href="mailto:sales@sisd.com">sales@sisd.com</a><br><br> + + <h4>Support</h4> + <a href="mailto:freeside-support@sisd.com">freeside-support@sisd.com</a><br><br> + </tr> </table> - <p> </p> - <p> </p> - <p> </p> - <p> </p> - <p> </p> - <p><br> - </p> + </div> { include('elements/footer.html'); } |