use CSS3 to style the main content area
authorBT Templeton <bpt@hcoop.net>
Mon, 14 Jan 2013 06:51:37 +0000 (01:51 -0500)
committerBT Templeton <bpt@hcoop.net>
Mon, 14 Jan 2013 07:35:51 +0000 (02:35 -0500)
Replace the nested divs used for the main content area with a single div
styled using CSS3. All HTML files updated and reindented.

contact.shtml
css/style.css
index.shtml
join.shtml
what.shtml
who.shtml

dissimilarity index 99%
index e5e6813..cf017aa 100644 (file)
@@ -1,62 +1,39 @@
-<!--#include file="header.html" -->    
-       <div id="header">
-       
-               <!-- White Box -->
-               <div id="whitebox">
-                       <div class="top">
-                               <div class="bot">
-                                       <div id="whitebox-holder">
-
-                                                       <div class="cl">&nbsp;</div>
-                                                       <div class="whitebox-info">
-                                                                       <h3>Contact HCoop</h3>
-                                                               
-                                                                       
-                                                                       HCoop is run exclusively by members who serve as volunteers. We do not have set hours but do our best to respond to all inquiries within a reasonable amount of time (usually a day or two). If you would like to contact us, please use one of the methods listed here. 
-                                                                       
-                                                                       <br /><br />
-                                                                       
-                                                                       <table>
-                                                                       <tr colspan="2" height="50px">
-                                                                       <td width="150px" valign="top"><strong>Chat</strong></td>
-                                                                       <td valign="top"><a href="irc://irc.freenode.net/#hcoop">#hcoop</a> on <a href="http://freenode.net/">Freenode</a>&nbsp;&nbsp;&nbsp;(This is an <a href="http://www.irchelp.org/" target="_blank">Internet Relay Chat</a> channel where you can ask our admins questions.)</td>
-                                                                       </tr>
-                                                                       
-                                                                       <tr colspan="2" height="50px">
-                                                                       <td width="150px" valign="top"><strong>Membership</strong></td>
-                                                                       <td valign="top"><a href="mailto:membership@hcoop.net">membership@hcoop.net</a>&nbsp;&nbsp;&nbsp;(For new and prospective members with questions about memership not covered in our <a href="http://wiki.hcoop.net/ProspectiveMemberFaq">FAQs</a>.)</td>
-                                                                       </tr>
-                                                                       
-                                                                       <tr colspan="2" height="50px">
-                                                                       <td width="150px" valign="top"><strong>Abuse</strong></td>
-                                                                       <td valign="top"><a href="mailto:abuse@hcoop.net">abuse@hcoop.net</a>&nbsp;&nbsp;&nbsp;(To report inappropriate or illegal use of our servers, such as a DMCA violation.)</td>
-                                                                       </tr>
-                                                                       
-                                                                       <tr colspan="2" height="75px">
-                                                                       <td width="150px" valign="top"><strong>Mailing Lists</strong></td>
-                                                                       <td valign="top">Existing members needing help are encouraged to post their questions to the <a href="https://lists.hcoop.net/listinfo/hcoop-help">hcoop-help</a> or <a href="https://lists.hcoop.net/listinfo/hcoop-misc">hcoop-misc</a> mailing lists prior to contacting our admins. Prior to posting questions to the mailing lists, however, please verify that the answer to your question does not already exist in the <a href="http://wiki.hcoop.net/">HCoop Wiki</a>.</td>
-                                                                       </tr>
-                                                                       
-                                                                       <tr colspan="2" height="50px">
-                                                                       <td width="150px" valign="top"><strong>Support Requests</strong></td>
-                                                                       <td valign="top">Service requests which can only be completed by admins may be submitted on our <a href="https://members.hcoop.net/portal/support">support</a> page.</td>
-                                                                       </tr>
-                                                                       
-                                                                       <tr colspan="2" height="50px">
-                                                                       <td width="150px" valign="top"><strong>Bugs and Fixes</strong></td>
-                                                                       <td valign="top">Bugs and things requiring fixes can be reported in our <a href="https://bugzilla.hcoop.net/enter_bug.cgi">Bugzilla database</a>.</td>
-                                                                       </tr>
-                                                                       </table>
-
-
-                                                       <div class="cl">&nbsp;</div>
-
-                                       </div>
-
-                               </div>
-                       </div>
-               </div>
-               <!-- END White Box -->
-               
-       </div>
-<!--#include file="footer.html" -->
\ No newline at end of file
+<!--#include file="header.html" -->
+<div id="main">
+<h3>Contact HCoop</h3>
+
+<p>HCoop is run exclusively by members who serve as volunteers. We do not have set hours but do our best to respond to all inquiries within a reasonable amount of time (usually a day or two). If you would like to contact us, please use one of the methods listed here.</p>
+
+<table>
+<tr colspan="2" height="50px">
+<td width="150px" valign="top"><strong>Chat</strong></td>
+<td valign="top"><a href="irc://irc.freenode.net/#hcoop">#hcoop</a> on <a href="http://freenode.net/">Freenode</a>&nbsp;&nbsp;&nbsp;(This is an <a href="http://www.irchelp.org/" target="_blank">Internet Relay Chat</a> channel where you can ask our admins questions.)</td>
+</tr>
+
+<tr colspan="2" height="50px">
+<td width="150px" valign="top"><strong>Membership</strong></td>
+<td valign="top"><a href="mailto:membership@hcoop.net">membership@hcoop.net</a>&nbsp;&nbsp;&nbsp;(For new and prospective members with questions about memership not covered in our <a href="http://wiki.hcoop.net/ProspectiveMemberFaq">FAQs</a>.)</td>
+</tr>
+
+<tr colspan="2" height="50px">
+<td width="150px" valign="top"><strong>Abuse</strong></td>
+<td valign="top"><a href="mailto:abuse@hcoop.net">abuse@hcoop.net</a>&nbsp;&nbsp;&nbsp;(To report inappropriate or illegal use of our servers, such as a DMCA violation.)</td>
+</tr>
+
+<tr colspan="2" height="75px">
+<td width="150px" valign="top"><strong>Mailing Lists</strong></td>
+<td valign="top">Existing members needing help are encouraged to post their questions to the <a href="https://lists.hcoop.net/listinfo/hcoop-help">hcoop-help</a> or <a href="https://lists.hcoop.net/listinfo/hcoop-misc">hcoop-misc</a> mailing lists prior to contacting our admins. Prior to posting questions to the mailing lists, however, please verify that the answer to your question does not already exist in the <a href="http://wiki.hcoop.net/">HCoop Wiki</a>.</td>
+</tr>
+
+<tr colspan="2" height="50px">
+<td width="150px" valign="top"><strong>Support Requests</strong></td>
+<td valign="top">Service requests which can only be completed by admins may be submitted on our <a href="https://members.hcoop.net/portal/support">support</a> page.</td>
+</tr>
+
+<tr colspan="2" height="50px">
+<td width="150px" valign="top"><strong>Bugs and Fixes</strong></td>
+<td valign="top">Bugs and things requiring fixes can be reported in our <a href="https://bugzilla.hcoop.net/enter_bug.cgi">Bugzilla database</a>.</td>
+</tr>
+</table>
+</div>
+<!--#include file="footer.html" -->
index cb2dc73..0c7c3b1 100644 (file)
@@ -71,12 +71,19 @@ p.big{ font-family: Veranda, Arial, Helvetica, Sans-Serif; font-size: 25px; font
 #navigation li a:hover span,
 #navigation li a.active span { background-image: url(images/nav-active1.gif); color: #fff; }
 
-#whitebox { background: url(images/slider-cnt3.gif) repeat-y 0 0; }
-#whitebox .top { background: url(images/slider-top3.gif) no-repeat 0 0; }
-#whitebox .bot { background: url(images/slider-bot3.gif) no-repeat 0 bottom; position: relative; height: 100%; padding: 0 2px 2px 0; }
-
-#whitebox-holder { width: 865px; min-height: 325px; position: relative; overflow: hidden; padding: 25px 45px 55px; }
-#whitebox-holder .whitebox-info { float: left; display: inline; width: 850px; padding-top: 25px; }
+#main {
+    background-color: white;
+    clear: both;
+    width: 850px;
+    margin: 18px 15px 28px 15px;
+    padding: 32px 34px;
+    overflow: auto;
+    -moz-border-radius: 15px;
+    border-radius: 15px;
+    -moz-box-shadow: 5px 5px 15px 0px #333;
+    -webkit-box-shadow: 5px 5px 15px 0px #333;
+    box-shadow: 5px 5px 15px 0px #333;
+}
 
 .cols { padding: 28px 0 20px; }
 .cols .col { float: left; display: inline; }
index 74a0377..e4fff1c 100644 (file)
@@ -1,17 +1,7 @@
 <!--#include file="header.html" -->
-       
-       <div id="header">
-       
-               <!-- White Box -->
-               <div id="whitebox">
-                       <div class="top">
-                               <div class="bot">
-                                       <div id="whitebox-holder">
-
-                                                       <div class="cl">&nbsp;</div>
-                                                       <div class="whitebox-info">
-                                                                       <h2>The Original Internet Hosting Cooperative</h2>
-                                                               <p><em>[Whatever text we put here should be catchy and highly relevant to prospective new members. I just grabbed this from the wiki for now.]</em> We're a registered Pennsylvania (USA) non-profit corporation with HcoopBylaws that put complete control and ownership of the co-op in the hands of the members. Each member has an equal vote on issues ike electing the board of directors. The board makes all of the day-to-day decisions that control how the co-op works socially and technically.<br />
+<div id="main">
+<h2>The Original Internet Hosting Cooperative</h2>
+<p><em>[Whatever text we put here should be catchy and highly relevant to prospective new members. I just grabbed this from the wiki for now.]</em> We're a registered Pennsylvania (USA) non-profit corporation with HcoopBylaws that put complete control and ownership of the co-op in the hands of the members. Each member has an equal vote on issues ike electing the board of directors. The board makes all of the day-to-day decisions that control how the co-op works socially and technically.<br />
 <br />
 HCoop is also recognized by the IRS as a 501(c)(12) tax-exempt cooperative, and thus is not liable for any federal income tax. </p>
 
@@ -30,16 +20,5 @@ Duis magna elit, bibendum non hen- drerit et, volutpat pharetra sapien.
 Cras libero est, con- dimentum nec porta et, blandit sed dui. Duis magna elit, bibendum non hen- drerit et, volutpat pharetra sapien.
 </div>
 </div>
-                                                       </div>
-
-                                                       <div class="cl">&nbsp;</div>
-
-                                       </div>
-
-                               </div>
-                       </div>
-               </div>
-               <!-- END White Box -->
-               
-       </div>
-<!--#include file="footer.html" -->
\ No newline at end of file
+</div>
+<!--#include file="footer.html" -->
dissimilarity index 98%
index fefd52a..cea2afe 100644 (file)
@@ -1,44 +1,23 @@
-<!--#include file="header.html" -->
-       <div id="header">
-       
-               <!-- White Box -->
-               <div id="whitebox">
-                       <div class="top">
-                               <div class="bot">
-                                       <div id="whitebox-holder">
-
-                                                       <div class="cl">&nbsp;</div>
-                                                       <div class="whitebox-info">
-                                                                       
-                                                                       <h3>How to Join HCoop</h3>
-                                                               
-                                                                       
-                                                                       HCoop is currently accepting new members and only asks that you meet the following basic requirements prior to submitting your application. Members must be able to:
-                                                                       
-                                                                       <ul>
-                                                                       <li><strong>Pay $7/month in United States dollars.</strong> Most members pay with <a href="http://www.paypal.com/">Paypal</a> or <a href="http://checkout.google.com/">Google Checkout</a>, which can process major credit cards or pull money from your bank account.
-                                                                       </li>
-                                                                       <li><strong>Use a basic Linux working environment.</strong> Most of our members are fairly technically inclined, but some aren't. If you haven't used Linux before, it doesn't have to be a deal breaker for you and HCoop. If you're good with computers and willing to do a little learning, you should be fine. Other HCoop members will probably be willing to help you through the use of our <a href="https://lists.hcoop.net/listinfo/hcoop-help">hcoop-help</a> mailing list.
-                                                                       </li>                                                                   
-                                                                       <li><strong>Agree to our <a href="tos.html">Terms of Service</a>.</strong> Nothing too weird.
-                                                                       </li>                                                                   
-                                                                       <li><strong>Read the <a href="http://wiki.hcoop.net/MemberManual/GettingStarted">Getting Started</a> section of our <a href="http://wiki.hcoop.net/MemberManual"Member Manual</a>, which is on our <a href="http://wiki.hcoop.net/">Wiki</a></strong>. Lots of good information here.
-                                                                       </li>                                                                   
-                                                               
-                                                                       </ul>
-                                                                       <br /><br />
-                                                                       
-                                                                       <h4>Ready to join? Just fill out the <a href="https://join.hcoop.net/join/join">online application</a>.</h4>
-
-
-                                                       <div class="cl">&nbsp;</div>
-
-                                       </div>
-
-                               </div>
-                       </div>
-               </div>
-               <!-- END White Box -->
-               
-       </div>
-<!--#include file="footer.html" -->
\ No newline at end of file
+<!--#include file="header.html" -->
+<div id="main">
+<h3>How to Join HCoop</h3>
+
+HCoop is currently accepting new members and only asks that you meet the following basic requirements prior to submitting your application. Members must be able to:
+
+<ul>
+<li><strong>Pay $7/month in United States dollars.</strong> Most members pay with <a href="http://www.paypal.com/">Paypal</a> or <a href="http://checkout.google.com/">Google Checkout</a>, which can process major credit cards or pull money from your bank account.
+</li>
+<li><strong>Use a basic Linux working environment.</strong> Most of our members are fairly technically inclined, but some aren't. If you haven't used Linux before, it doesn't have to be a deal breaker for you and HCoop. If you're good with computers and willing to do a little learning, you should be fine. Other HCoop members will probably be willing to help you through the use of our <a href="https://lists.hcoop.net/listinfo/hcoop-help">hcoop-help</a> mailing list.
+</li>
+<li><strong>Agree to our <a href="tos.html">Terms of Service</a>.</strong> Nothing too weird.
+</li>
+<li><strong>Read the <a href="http://wiki.hcoop.net/MemberManual/GettingStarted">Getting Started</a> section of our <a href="http://wiki.hcoop.net/MemberManual"Member Manual</a>, which is on our <a href="http://wiki.hcoop.net/">Wiki</a></strong>. Lots of good information here.
+</li>
+
+</ul>
+<br /><br />
+
+<h4>Ready to join? Just fill out the <a href="https://join.hcoop.net/join/join">online application</a>.</h4>
+
+</div>
+<!--#include file="footer.html" -->
dissimilarity index 96%
index b605021..2071fb6 100644 (file)
-<!--#include file="header.html" -->
-       <div id="header">
-       
-               <!-- White Box -->
-               <div id="whitebox">
-                       <div class="top">
-                               <div class="bot">
-                                       <div id="whitebox-holder">
-
-                                                       <div class="cl">&nbsp;</div>
-                                                       <div class="whitebox-info">
-                                                                       <h3>What We Offer</h3>
-               
-
-             <p>Our service is built upon Debian GNU/Linux, Kerberos,
-             OpenAFS, and our custom services manager <a
-             href="http://wiki.hcoop.net/DomTool">Domtool</a>. Using
-             Domtool, you can configure the behavior of your domains
-             and sites in shared daemons without needing to request
-             anything from a superuser. Since we provide a generic
-             Debian GNU/Linux shell, you can write and run your own
-             daemons in whatever programming language you fancy.</p>
-
-             <p>We support Free Software, and release all of our
-             custom software <a
-             href="http://wiki.hcoop.net/Code">under Free
-             licenses</a>, and are committed to using only Free
-             Software in our infrastructure.</p>
-
-             <p>Our <a
-             href="http://wiki.hcoop.net/Hardware">servers</a> are
-             colocated at <a href="http://peer1.net">Peer1</a> in New
-             York City. They have excellent connectivity, several
-             layers of power redundancy, and helpful on-site
-             staff.</p>
-
-             <table>
-               <colgroup>
-                 <col style="width: 25%" />
-                   <col style="width: 70%" />
-               </colgroup>
-               
-               <tr><td><strong>Storage</strong></td><td> Around ten
-                   gigabytes of storage. You can request more disk
-                   space as needed; our quotas are only in place to
-                   prevent oversubscription of storage. As we add
-                   more storage, all members benefit.</td></tr>
-
-               <tr><td><strong>Bandwidth</strong></td><td>We
-               currently have 5Mbps (<a
-               href="http://en.wikipedia.org/wiki/Burstable_billing">95th
-               percentile</a> billing) burstable to 100Mbps. If your
-               sites see less than a hundred or so gigabytes of
-               traffic per months, we can feasibly host you. As
-               membership expands, we intend to get more bandwidth
-               (hopefully 100Mbps unmetered eventually).</td></tr>
-
-
-               <tr><td><strong>OpenAFS</strong></td><td>A
-                   publically accessible <a
-                     href="http://openafs.org">OpenAFS</a> cell
-                   (<tt>/afs/hcoop.net/</tt> the whole world
-                   round). This lets you access your HCoop storage as
-                   if it were local disk on every major operating
-                   system.</td></tr>
-               
-               <tr><td><strong>Web
-                     Hosting</strong></td><td>General web hosting with
-                   Apache, featuring the usual languages (perl, php,
-                   python) and databases (PostgreSQL and
-                   MySQL). Unlike many providers, we'll install most
-                   anything available in Debian so you can run that
-                   Haskell web application with ease.</td></tr>
-               
-               <tr><td><strong>Email</strong></td><td>Mail hosting for unlimited domains (including
-                   <a href="https://webmail.hcoop.net">webmail</a>
-                   through Roundcube), with the ability to create
-                   virtual mailboxes for friends and family.</td></tr>
-               
-               <tr><td><strong>Mailing Lists</strong></td><td>Mailing lists through GNU Mailman.</td></tr>
-               
-               <tr><td><strong>Shell</strong></td><td>A shell account on a machine running Debian's
-                   latest stable release. We don't mind folks idling
-                   on Freenode, and you're free to do things like
-                   building software.</td></tr>
-               
-               <tr><td><strong>Etc.</strong></td><td>Shared services for the benefit of all
-                   members. These currently include a <a
-                     href="http://git.hcoop.net">git server</a>,
-                   managed <a href="http://moinmo.in/">MoinMoin</a>
-                   install, and Jabber chat. We hope to offer GNU
-                   Mediagoblin, Diaspora*, Gitorious, darcsweb, and
-                   other services in the future.</td></tr>
-             </table>
-                                                                       
-                                                                       
-                                                                       
-                                                       <div class="cl">&nbsp;</div>
-
-                                       </div>
-
-                               </div>
-                       </div>
-               </div>
-               <!-- END White Box -->
-               
-       </div>
-<!--#include file="footer.html" -->
\ No newline at end of file
+<!--#include file="header.html" -->
+<div id="main">
+<h3>What We Offer</h3>
+
+<p>Our service is built upon Debian GNU/Linux, Kerberos,
+OpenAFS, and our custom services manager <a
+href="http://wiki.hcoop.net/DomTool">Domtool</a>. Using
+Domtool, you can configure the behavior of your domains
+and sites in shared daemons without needing to request
+anything from a superuser. Since we provide a generic
+Debian GNU/Linux shell, you can write and run your own
+daemons in whatever programming language you fancy.</p>
+
+<p>We support Free Software, and release all of our
+custom software <a
+href="http://wiki.hcoop.net/Code">under Free
+licenses</a>, and are committed to using only Free
+Software in our infrastructure.</p>
+
+<p>Our <a
+href="http://wiki.hcoop.net/Hardware">servers</a> are
+colocated at <a href="http://peer1.net">Peer1</a> in New
+York City. They have excellent connectivity, several
+layers of power redundancy, and helpful on-site
+staff.</p>
+
+<table>
+  <colgroup>
+    <col style="width: 25%" />
+      <col style="width: 70%" />
+  </colgroup>
+
+  <tr><td><strong>Storage</strong></td><td> Around ten
+      gigabytes of storage. You can request more disk
+      space as needed; our quotas are only in place to
+      prevent oversubscription of storage. As we add
+      more storage, all members benefit.</td></tr>
+
+  <tr><td><strong>Bandwidth</strong></td><td>We
+  currently have 5Mbps (<a
+  href="http://en.wikipedia.org/wiki/Burstable_billing">95th
+  percentile</a> billing) burstable to 100Mbps. If your
+  sites see less than a hundred or so gigabytes of
+  traffic per months, we can feasibly host you. As
+  membership expands, we intend to get more bandwidth
+  (hopefully 100Mbps unmetered eventually).</td></tr>
+
+  <tr><td><strong>OpenAFS</strong></td><td>A
+      publically accessible <a
+        href="http://openafs.org">OpenAFS</a> cell
+      (<tt>/afs/hcoop.net/</tt> the whole world
+      round). This lets you access your HCoop storage as
+      if it were local disk on every major operating
+      system.</td></tr>
+
+  <tr><td><strong>Web
+        Hosting</strong></td><td>General web hosting with
+      Apache, featuring the usual languages (perl, php,
+      python) and databases (PostgreSQL and
+      MySQL). Unlike many providers, we'll install most
+      anything available in Debian so you can run that
+      Haskell web application with ease.</td></tr>
+
+  <tr><td><strong>Email</strong></td><td>Mail hosting for unlimited domains (including
+      <a href="https://webmail.hcoop.net">webmail</a>
+      through Roundcube), with the ability to create
+      virtual mailboxes for friends and family.</td></tr>
+
+  <tr><td><strong>Mailing Lists</strong></td><td>Mailing lists through GNU Mailman.</td></tr>
+
+  <tr><td><strong>Shell</strong></td><td>A shell account on a machine running Debian's
+      latest stable release. We don't mind folks idling
+      on Freenode, and you're free to do things like
+      building software.</td></tr>
+
+  <tr><td><strong>Etc.</strong></td><td>Shared services for the benefit of all
+      members. These currently include a <a
+        href="http://git.hcoop.net">git server</a>,
+      managed <a href="http://moinmo.in/">MoinMoin</a>
+      install, and Jabber chat. We hope to offer GNU
+      Mediagoblin, Diaspora*, Gitorious, darcsweb, and
+      other services in the future.</td></tr>
+</table>
+</div>
+<!--#include file="footer.html" -->
dissimilarity index 83%
index cef4cb4..74fd23e 100644 (file)
--- a/who.shtml
+++ b/who.shtml
@@ -1,61 +1,32 @@
-<!--#include file="header.html" -->
-       <div id="header">
-       
-               <!-- White Box -->
-               <div id="whitebox">
-                       <div class="top">
-                               <div class="bot">
-                                       <div id="whitebox-holder">
-
-                                                       <div class="cl">&nbsp;</div>
-                                                       <div class="whitebox-info">
-                                                                       <h3>Who We Are</h3>
-                                                               
-                                                                       
-                                                                       HCoop is an internet hosting service which operates in the form of a non-profit (c)(12) democratic <a href="http://en.wikipedia.org/wiki/Cooperative" target="_blank">cooperative</a>. Each member has an equal vote in the workings of the organization and election of <a href="http://hcoop.net/board/">Board of Directors</a>. Many members choose to join HCoop because it provides them with more freedom, transparency, and options than other hosting services.
-                                                                       
-                                                                       <br /><br />
-                                                                       
-                                                                       HCoop members range from individuals who have never hosted or managed a website before (but want to learn) to experienced Linux programmers and system administrators. HCoop strives to support all levels of technical expertise. Our members are located across four continents in 17 different countries. Although our servers are located in Jamaica, New York, USA, and the non-profit is registered in Pennsylvania, USA, due to the modern conveniences of the internet, members can participate fully from anywhere where there is an internet connection.
-
-                                                                       <br /><br />
-
-                                                                       Our system administrators and other active members operate as volunteers for the betterment of the cooperative. Active participation in the cooperative is not required, however we encourage all members to vote in the <a href="http://hcoop.net/board/">Board of Directors</a> elections which occur once a year and read any announcements that come from our admins via e-mail (very, very seldom).
-                                                                       
-                                                                       <br /><br />
-
-<h4>&nbsp;Directory of Sites Hosted by HCoop</h4>
-
-<table cellspacing="5" cellpadding="0" class="centered" >
-  <thead>
-    <tr valign="top">
-      <td><strong>Website</strong></td>
-      <td><strong>Description</strong></td>
-      <td><strong>Member</strong></td>
-   </tr>
-  </thead>
-  <tbody>
-    <!--#include file="sites.html" -->
-  </tbody>
-
-</table>
-
-</div>
-                                                                       
-                                                                       
-                                                                       
-                                                               
-                                                                       
-                                                                       
-                                                                       
-                                                       <div class="cl">&nbsp;</div>
-
-                                       </div>
-
-                               </div>
-                       </div>
-               </div>
-               <!-- END White Box -->
-               
-       </div>
-<!--#include file="footer.html" -->
\ No newline at end of file
+<!--#include file="header.html" -->
+<div id="main">
+<h3>Who We Are</h3>
+
+HCoop is an internet hosting service which operates in the form of a non-profit (c)(12) democratic <a href="http://en.wikipedia.org/wiki/Cooperative" target="_blank">cooperative</a>. Each member has an equal vote in the workings of the organization and election of <a href="http://hcoop.net/board/">Board of Directors</a>. Many members choose to join HCoop because it provides them with more freedom, transparency, and options than other hosting services.
+
+<br /><br />
+
+HCoop members range from individuals who have never hosted or managed a website before (but want to learn) to experienced Linux programmers and system administrators. HCoop strives to support all levels of technical expertise. Our members are located across four continents in 17 different countries. Although our servers are located in Jamaica, New York, USA, and the non-profit is registered in Pennsylvania, USA, due to the modern conveniences of the internet, members can participate fully from anywhere where there is an internet connection.
+
+<br /><br />
+
+Our system administrators and other active members operate as volunteers for the betterment of the cooperative. Active participation in the cooperative is not required, however we encourage all members to vote in the <a href="http://hcoop.net/board/">Board of Directors</a> elections which occur once a year and read any announcements that come from our admins via e-mail (very, very seldom).
+
+<br /><br />
+
+<h4>&nbsp;Directory of Sites Hosted by HCoop</h4>
+
+<table cellspacing="5" cellpadding="0" class="centered" >
+  <thead>
+    <tr valign="top">
+      <td><strong>Website</strong></td>
+      <td><strong>Description</strong></td>
+      <td><strong>Member</strong></td>
+   </tr>
+  </thead>
+  <tbody>
+    <!--#include file="sites.html" -->
+  </tbody>
+</table>
+</div>
+<!--#include file="footer.html" -->