commit uncommitted changes
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 20 Oct 2018 18:49:54 +0000 (14:49 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 20 Oct 2018 18:49:54 +0000 (14:49 -0400)
some css tweaks, language cleanups, mention of stripe instead of
google checkout

hcoop.css
index.shtml
join.shtml
what.shtml

index a92705c..5d3892d 100644 (file)
--- a/hcoop.css
+++ b/hcoop.css
@@ -15,13 +15,14 @@ div.wrapper {
 
 div.main {
        float:                  left;
-       width:                  96%;
+       width:                  97%;
        background-color:       white;
-       border-style:           solid;
        padding-top:            0px;
        padding-left:           20px;
        padding-right:          20px;
-       padding-bottom:         20px
+       padding-bottom:         20px;
+       border-radius:          15px;
+       box-shadow:             5px 5px 15px 0px #333;
 }
 
 div.title {
@@ -30,7 +31,7 @@ div.title {
 }
 
 div.break {
-       height:                 85px
+    clear: both;
 }
 
 img.globe {
@@ -48,17 +49,17 @@ span.point {
 
 div.sidebar {
        float:                  left;
-       width:                  200px;
+       width:                  220px;
        padding-right:          10px;
-       border-right:           1px solid gray;
        font-size:              10pt
 }
 
 div.sbgroup {
-       border:         1px solid gray;
        margin-bottom:          10px;
        background-color:       #DFEFDF;
-       padding:                3px
+       padding:                0.3rem;
+       border-radius:          5px;
+       box-shadow:             2px 2px 3px 0px #333;
 }
 
 div.sbgroup:first-line {
@@ -67,8 +68,12 @@ div.sbgroup:first-line {
        width:       100%
 }
 
+div.sbgroup li {
+    list-style-type: none;
+}
+
 div.main2 {
-       padding-left:           225px
+       padding-left:           245px
 }
 
 table.blanks tr td:first-child {
@@ -77,6 +82,10 @@ table.blanks tr td:first-child {
        font-weight:    bold
 }
 
+table.data tr:nth-child(even) {
+    background-color: #dfefdf;
+}
+
 span.fact {
        font-weight: bold
 }
@@ -91,7 +100,46 @@ a:link, a:active, a:visited {
        text-decoration:        none;
 }
 
+.ui-widget a {
+       color:                  #0056B6 ! important;
+       text-decoration:        none;
+}
+
 a:hover {
        color: #E08000;
        text-decoration:        underline;
 }
+
+div.news { 
+    padding:           0.3rem;
+    border-radius:          5px;
+    box-shadow:             2px 2px 3px 0px #333;
+/*    border: 1px solid goldenrod; */
+    background-color: palegoldenrod;
+}
+div.warning { 
+    padding:           0.3rem;
+    border-radius:          5px;
+    box-shadow:             2px 2px 3px 0px #333;
+/*    border: 1px solid red; */
+    background-color: lightsalmon;
+}
+div.notice { 
+    padding:           0.3rem;
+    border-radius:          5px;
+    box-shadow:             2px 2px 3px 0px #333;
+/*    border: 1px solid goldenrod; */
+    background-color: lemonchiffon;
+}
+
+div.payment-tile {
+/*    border: 1px solid black; */
+    border-radius: 5px;
+    background-color: #dfefdf;
+    box-shadow: 2px 2px 3px 0px rgb(51, 51, 51);
+    display: inline-block;
+    margin: 0.5rem 0.5rem 0.5rem 0;
+    padding: 0.5rem;
+    width: 30rem;
+    vertical-align: top;
+}
\ No newline at end of file
index 4a055c1..702cfad 100644 (file)
@@ -16,7 +16,7 @@ expanding the resources available to each member.</p>
 <div id="container">
 
 <div><!-- column 1 -->
-<p class="big"><img src="css/images/checkmark.jpg" alt="checkmark" /> 10 GB Storage</p>
+<p class="big"><img src="css/images/checkmark.jpg" alt="checkmark" /> 40G+ Storage</p>
 <p class="big"><img src="css/images/checkmark.jpg" alt="checkmark" />
                          Shell Account</p>
 <p class="big"><img src="css/images/checkmark.jpg" alt="checkmark" /> US $7 / month</p>
index 0d24a09..aa9b971 100644 (file)
@@ -5,13 +5,13 @@
 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> We prefer that you 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><strong>Pay $7/month in United States dollars.</strong> We prefer that you pay with <a href="http://www.paypal.com/">Paypal</a> or <a href="http://stripe.com/">Stripe</a>, which can process major credit cards or pull money from your bank account.
 </li>
 <li><strong>Use a basic GNU/Linux working environment.</strong> Most of our members are fairly technically inclined, but some aren't. If you haven't used GNU/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><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>. This will give you an overview of what you need to know to use your HCoop account effectively.
 </li>
 
 </ul>
index a48a8e7..d545b6d 100644 (file)
@@ -31,9 +31,10 @@ staff.</p>
   <tr><td><strong>Storage</strong></td><td>Around ten gigabytes of
       storage. You can request more disk space as needed; we have
       quotas in place to prevent over-subscription of storage and
-      strive to grant any reasonable requests so long as we have the
+      strive to grant any reasonable request so long as we have the
       resources for it. As we add more storage, all members
-      benefit.</td></tr>
+      benefit. We can accomodate up to around 60G per member
+      currently. </td></tr>
 
   <tr><td><strong>Bandwidth</strong></td><td>We currently have a 5Mbps
   connection (<a