add hosting page
authorivan <ivan>
Fri, 10 Feb 2012 04:40:15 +0000 (04:40 +0000)
committerivan <ivan>
Fri, 10 Feb 2012 04:40:15 +0000 (04:40 +0000)
elements/footer-nested.html
elements/footer.html
elements/header-nested.html
elements/header.html
hosting.html [new file with mode: 0644]

index ad6cacd..6fb85d5 100644 (file)
@@ -6,6 +6,7 @@
           <a href="/freeside/index.html">Home</a> |
           <a href="/freeside/products.html">Products</a> |
           <a href="/freeside/services.html">Services</a> |
+          <a href="/freeside/hosting.html">Hosting</a> |
           <a href="/freeside/demo.html">Demo</a> |
           <a href="/blog/">Blog</a> |
           <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:2.1:Documentation">Documentation</a> |
index c7db6af..c8adc6c 100644 (file)
@@ -6,6 +6,7 @@
           <a href="index.html">Home</a> |
           <a href="products.html">Products</a> |
           <a href="services.html">Services</a> |
+          <a href="hosting.html">Hosting</a> |
           <a href="demo.html">Demo</a> |
           <a href="/blog/">Blog</a> |
           <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:2.1:Documentation">Documentation</a> |
index 2349d2a..9c871c3 100644 (file)
@@ -27,6 +27,7 @@
     <a href="/freeside/index.html" id="nav">Home</a> |
     <a href="/freeside/products.html" id="nav">Products</a> |
     <a href="/freeside/services.html" id="nav">Services</a> |
+    <a href="/freeside/hosting.html" id="nav">Hosting</a> |
     <a href="/freeside/demo.html" id="nav">Demo</a> |
     <a href="/blog/" id="nav">Blog</a> |
     <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:2.1:Documentation" id="nav">Documentation</a> |
index 8d5a846..769a131 100644 (file)
@@ -27,6 +27,7 @@
     <a href="index.html" id="nav">Home</a> |
     <a href="products.html" id="nav">Products</a> |
     <a href="services.html" id="nav">Services</a> |
+    <a href="hosting.html" id="nav">Hosting</a> |
     <a href="demo.html" id="nav">Demo</a> |
     <a href="/blog/" id="nav">Blog</a> |
     <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:2.1:Documentation" id="nav">Documentation</a> |
diff --git a/hosting.html b/hosting.html
new file mode 100644 (file)
index 0000000..a562d7d
--- /dev/null
@@ -0,0 +1,101 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>Freeside Hosting</title>
+{ include('elements/header.html'); }
+
+<div id="content1"> 
+
+  <h6>Hosting</h6>
+
+<!--
+  <table cellpadding="0" cellspacing="0" class="servteal">
+    <tr> 
+      <th  align="left"> For orders, a quotation or more information, <span class="blkbold">contact 
+        Ivan Kohler &lt;ivan@freeside.biz&gt; or phone +1 415 462 1624 </span> </th>
+    </tr>
+  </table>
+-->
+
+<table width="98%" align="center" cellpadding="0" cellspacing="0" class="tblprod">
+  <tr><td align="center" valign="top">
+
+  <table width="100%" cellspacing="0" cellpadding="0" class="servpurp">
+    <tr> 
+      <th align="left" valign="top"><a name="install"><h3>WISP and ISP hosting</h3></a></th>
+    </tr>
+    <tr> 
+      <td align="left" valign="top">
+
+<p>
+<a href="http://www.ispdone.com"><img src="ispdone.png" ALT="ISPDone"></a>
+<br><br>
+
+Hosted Freeside for the WISP and ISP industries, with options for NOC, wireless consulting and support services.
+</p>
+
+      </td>
+    </tr>
+  </table>
+
+</td></tr></table>
+<br>
+
+
+<table width="98%" align="center" cellpadding="0" cellspacing="0" class="tblprod">
+  <tr><td align="center" valign="top">
+
+  <table width="100%" cellspacing="0" cellpadding="0" class="servpurp">
+    <tr> 
+      <th align="left" valign="top"><a name="install"><h3>VoIP and ISP hosting</h3></a></th>
+    </tr>
+    <tr> 
+      <td align="left" valign="top">
+
+<p>
+<!-- img src=""> <-->
+<a href="http://crphone.com/index.php/wholesale/private-label-wholesale/wholesale-program-overview">
+<img src="crphone.png" ALT="CRPhone"></a>
+</a>
+<br><br>
+
+Hosted Freeside for the VoIP and ISP industries.
+</p>
+
+      </td>
+    </tr>
+  </table>
+
+</td></tr></table>
+<br>
+
+
+<table width="98%" align="center" cellpadding="0" cellspacing="0" class="tblprod">
+  <tr><td align="center" valign="top">
+
+  <table width="100%" cellspacing="0" cellpadding="0" class="servpurp">
+    <tr> 
+      <th align="left" valign="top"><a name="install"><h3>Recurring billing hosting</h3></a></th>
+    </tr>
+    <tr> 
+      <td align="left" valign="top">
+
+<p>
+<!-- img src=""> <-->
+<a href="http://www.globelinksystems.com">Globelink Systems</A>
+</a>
+<br><br>
+
+Hosted Freeside for general recurring billing, for businesses such as alarm companies, storage companies, and others.
+</p>
+
+      </td>
+    </tr>
+  </table>
+
+</td></tr></table>
+<br>
+
+</div>
+
+{ include('elements/footer.html'); }