You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2017/04/13 20:23:06 UTC

[whimsy] branch master updated: Switch homepage to 2 col; fixup js link

This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  9ee29fd   Switch homepage to 2 col; fixup js link
9ee29fd is described below

commit 9ee29fd06d7dd18e8ac27273f851072efdd427ad
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Thu Apr 13 16:23:02 2017 -0400

    Switch homepage to 2 col; fixup js link
---
 www/index.html      | 70 +++++++++++++++++++++++++++++++++++------------------
 www/technology.html |  2 +-
 2 files changed, 48 insertions(+), 24 deletions(-)

diff --git a/www/index.html b/www/index.html
index c7ff510..9591b66 100644
--- a/www/index.html
+++ b/www/index.html
@@ -53,7 +53,7 @@
             </li>
             <li role="presentation">
               <a href="/technology">
-                About this site
+                About
               </a>
             </li>
           </ul>
@@ -63,7 +63,7 @@
   
     <div class="content container-fluid">
       <div class="row">
-        <div class="col-md-8 col-lg-8">
+        <div class="col-md-10 col-md-offset-1">
         <header>
           <h2><a href="http://dictionary.reference.com/browse/whimsy">Whim<span>�</span>sy</a></h2>
           <aside>
@@ -85,10 +85,10 @@
              make the paperwork behind the scenes easier for our many volunteers.
           </p>
         </header>
-      </div>
+        </div>
       </div>
       <div class="row">
-        <div class="col-md-8 col-lg-8">
+        <div class="col-md-6">
           <div class="panel panel-primary">
             <div class="panel-heading">
               <h3 class="panel-title">Publicly Acessible Tools</h3>
@@ -102,6 +102,25 @@
               </ul>
             </div>
           </div>
+        </div>
+        <div class="col-md-6">
+          <div class="panel panel-primary">
+            <div class="panel-heading">
+              <h3 class="panel-title">Other Apache Resources</h3>
+            </div>
+            <div class="panel-body">
+              <ul>
+                <li><a href="https://projects.apache.org/">Apache Project Listing</a></li>
+                <li><a href="https://www.apache.org/dev">Apache Developer How-Tos</a></li>
+                <li><a href="https://community.apache.org/">Apache Community How-Tos</a></li>
+                <li><a href="https://reference.apache.org/">Apache Infra Reference Library</a></li>
+              </ul>
+            </div>
+          </div>
+        </div>
+      </div>
+      <div class="row">
+        <div class="col-md-6">
           <div class="panel panel-info">
             <div class="panel-heading">
               <h3 class="panel-title">Available To Committers</h3>
@@ -113,7 +132,9 @@
                 <li><a href="committers/svn-info">svn info command helper</a></li>
               </ul>
             </div>
-          </div>        
+          </div>
+        </div>
+        <div class="col-md-6">       
           <div class="panel panel-info">
             <div class="panel-heading">
               <h3 class="panel-title">Available to Members and Officers</h3>
@@ -124,7 +145,11 @@
                 <li><a href="board/subscriptions">PMC-chair vs board subscriptions</a></li>
               </ul>
             </div>
-          </div>        
+          </div>
+        </div>
+      </div>
+      <div class="row">
+        <div class="col-md-6">
           <div class="panel panel-info">
             <div class="panel-heading">
               <h3 class="panel-title">Available to Members</h3>
@@ -138,6 +163,8 @@
               </ul>
             </div>
           </div>
+        </div>
+        <div class="col-md-6">
           <div class="panel panel-info">
             <div class="panel-heading">
               <h3 class="panel-title">Available to Members and IPMC</h3>
@@ -147,7 +174,11 @@
                 <li><a href="incubator/moderators">Incubator moderators</a></li>
               </ul>
             </div>
-          </div>        
+          </div>
+        </div>
+      </div>
+      <div class="row">
+        <div class="col-md-6">
           <div class="panel panel-warning">
             <div class="panel-heading">
               <h3 class="panel-title">Available to Secretarial Team</h3>
@@ -161,6 +192,7 @@
                 <li><a href="secmail/">Secretary Mail</a> (experimental)</li>
               </ul>
             </div>
+          </div>
           </div>        
         </div>
       </div>
@@ -169,26 +201,18 @@
     <div class="footer container-fluid">
       <div class="panel panel-default">
         <div class="panel-heading">
-          <h3 class="panel-title">Related Apache Resources</h3>
+          <h3 class="panel-title">License And Credits</h3>
         </div>
         <div class="panel-body">
-          <ul>
-            <li>
-              <a href="https://infra.apache.org/">Apache Infra Team Projects</a>
-            </li>
-            <li>
-              <a href="https://projects.apache.org/">Other Apache Projects</a>
-            </li>
-            <li>
-              <a href="https://reference.apache.org/">Apache Infra Reference Library</a>
-            </li>
-            <li>
-              <a href="https://www.apache.org/dev">Apache Developer How-Tos</a>
-            </li>
-          </ul>
+          <p>
+            Copyright &copy; 2015-2017 The Apache Software Foundation, Licensed under
+            the <a href="http://www.apache.org/licenses/LICENSE-2.0" rel="license">Apache License, Version 2.0</a>.
+            <br />
+          Apache&reg;, the names of Apache projects, and the feather logo are either <a href="http://www.apache.org/foundation/marks/list/">registered trademarks or trademarks</a> of the Apache Software Foundation in the United States and/or other countries.
+          </p>
         </div>
       </div>
     </div>
-    <script src="js/bootstrap.min.js" lang="text/javascript"></script>
+    <script src="/status/assets/bootstrap.min.js" lang="text/javascript"></script>
   </body>
 </html>
diff --git a/www/technology.html b/www/technology.html
index 171f2ec..b337a10 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -45,7 +45,7 @@
           </li>
           <li role="presentation" class="active">
             <a href="/technology">
-              About this site
+              About
             </a>
           </li>
         </ul>

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].