[gimp-web/testing] Added social acct links to footer



commit 2a0a63d523e0471851c9f13598bbd224aa3444b2
Author: Pat David <pat patdavid net>
Date:   Mon Dec 21 23:12:03 2015 -0500

    Added social acct links to footer

 themes/newgimp/static/css/gimp.css |    4 ++++
 themes/newgimp/templates/base.html |   14 +++++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 7fb60d3..96a1b0b 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -363,6 +363,10 @@ footer .nav-bottom a {
     color: #f57900;
 }
 
+.secondary-links li {
+    margin-bottom: 0.25rem;
+}
+
 .row.bottom {
     text-align: center;
     color: silver;
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index a584a5e..89e906d 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -175,6 +175,7 @@
                         </ul>
                     </div>
                 </div> 
+
                 <div class='row clearfix secondary-links'>
 
                     <div class='column third'>
@@ -183,21 +184,24 @@
                             <li><a href='/release-notes/'>Release Notes</a></li>
                             <li><a href='http://wiki.gimp.org/wiki/Roadmap'>Roadmap</a></li>
                             <li><a href='http://wiki.gimp.org/index.php/Main_Page'>Wiki</a></li>
+                            <li><a href='/docs/userfaq.html' title='Frequently Asked Questions'>FAQ</a></li>
                         </ul>
                     </div>
 
                     <div class='column third'>
                         <ul>
-                            <li><a href='/docs/userfaq.html'>FAQ</a></li>
+                            <li><a href='/bugs/'>Bug Reports</a></li>
+                            <li><a href='/mail_lists.html'>Mailing Lists</a></li>
+                            <li><a href='/irc.html'>IRC</a></li>
                             <li><a href='/books/'>Books</a></li>
                         </ul>
                     </div>
 
                     <div class='column third'>
-                        <ul>
-                            <li><a href='/bugs/'>Bug Reports</a></li>
-                            <li><a href='/mail_lists.html'>Mailing Lists</a></li>
-                            <li><a href='/irc.html'>IRC</a></li>
+                        <ul class='social-links'>
+                            <li><a href='https://twitter.com/@gimp_official' title='Follow us on 
Twitter'>@GIMP_Official</a></li>
+                            <li><a href='https://plus.google.com/+gimp' title='Follow us on 
Google+'>Google+</a></li>
+                            <li><a href='https://www.facebook.com/gimpofficial/' title='Follow us on 
Facebook'>Facebook</a></li>
                         </ul>
                     </div>
 


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