[gimp-web/gimp-web-static] Added some footer links from old page



commit 6c6f74693b781c919a359d2f2c0a48f590342acd
Author: Pat David <patdavid gmail com>
Date:   Wed Nov 18 14:10:46 2015 -0600

    Added some footer links from old page

 themes/newgimp/static/css/gimp.css |   41 +++++++++++++++++++++++------------
 themes/newgimp/templates/base.html |   28 +++++++++++++++++++++++-
 2 files changed, 54 insertions(+), 15 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index d6e01ab..1575317 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -341,6 +341,20 @@ footer .nav-bottom a {
     padding-left: 0;
 }
 
+.secondary-links {
+    margin-top: 1.5rem;
+    font-size: 0.75rem;
+}
+
+.secondary-links ul {
+    list-style-type: none;
+    padding-left: 0;
+}
+
+.secondary-links ul a {
+    color: #f57900;
+}
+
 .row.bottom {
     text-align: center;
     color: silver;
@@ -352,20 +366,6 @@ footer .nav-bottom a {
     color: #f57900;
 }
 
-/*
-#nav-btm-gimp-home {
-    margin-left: -1.65rem;
-}
-
-#nav-btm-downloads {
-    margin-left: -1.5rem;
-}
-
-#nav-btm-news {
-    margin-left: -1.5rem;
-}
-*/
-
 @media ( max-width: 40rem ){
 
     footer .column.third {
@@ -549,6 +549,19 @@ footer .nav-bottom a {
         top: -60px !important;
     }
     
+    .secondary-links {
+        margin-top: 2rem;
+    }
+
+    .secondary-links ul {
+        text-align: center;
+    }
+
+    .secondary-links ul a {
+        display: block;
+        padding: 12px 0;
+        font-size: 1rem;
+    }
 }
 
 
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index 33a3a5e..ecaa964 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -162,7 +162,33 @@
 
                         </ul>
                     </div>
-                    </div> 
+                </div> 
+                <div class='row clearfix secondary-links'>
+
+                    <div class='column third'>
+                        <ul>
+                            <li><a href='/features/'>Features</a></li>
+                            <li><a href='/release-notes/'>Release Notes</a></li>
+                            <li><a href='http://wiki.gimp.org/index.php/Main_Page'>Wiki</a></li>
+                        </ul>
+                    </div>
+
+                    <div class='column third'>
+                        <ul>
+                            <li><a href='/docs/userfaq/'>FAQ</a></li>
+                            <li><a href='mail_lists.html'>Mailing Lists</a></li>
+                            <li><a href='irc.html'>IRC</a></li>
+                        </ul>
+                    </div>
+
+                    <div class='column third'>
+                        <ul>
+                            <li><a href='/develop/'>Get Involved</a></li>
+                            <li><a href='/bugs/'>Bug Reports</a></li>
+                        </ul>
+                    </div>
+
+                </div>
                 <div class="row clearfix bottom">
                     <div class="column half flow-opposite">
                         <a href="/feeds/atom.xml">GIMP News Feed</a> | <a href="/webmasters.html">Contacting 
Us</a>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]