[gimp-web/gimp-web-static] Added SwatchBooker to component section, removed GIMP



commit d2bb7e43765c3605241fe9637a820bba9a70e828
Author: Pat David <pat patdavid net>
Date:   Tue Aug 25 21:36:53 2015 -0500

    Added SwatchBooker to component section, removed GIMP

 content/images/frontpage/swatchbooker.png |  Bin 0 -> 25032 bytes
 themes/newgimp/static/css/home.css        |    4 ++++
 themes/newgimp/templates/home.html        |   19 +++++++++++++------
 3 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/content/images/frontpage/swatchbooker.png b/content/images/frontpage/swatchbooker.png
new file mode 100644
index 0000000..8691bea
Binary files /dev/null and b/content/images/frontpage/swatchbooker.png differ
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 0b228d8..b4e3ead 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -196,6 +196,10 @@ nav#menu li#gimp-home {
     width: 200px;
 }
 
+#component p {
+    text-align: left;
+}
+
 #banner h1 {
     margin-right: 0;
     margin-top: -2rem;
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index c8b5b73..9cdb32a 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -166,16 +166,23 @@
 
             <div class='row clearfix'>
                 <div class='column third'>
-                    <h4>Inkscape</h4>
-                    <img src="/images/frontpage/Inkscape_Logo.svg.png" alt="Inkscape Logo" width="125" />
+                    <h4><a href="http://www.scribus.net/"; title="Scribus">Scribus</a></h4>
+                    <a href="http://www.scribus.net/"; title="Scribus">
+                        <img src="/images/frontpage/200px-Scribus_logo.svg.png" alt="Scribus Logo" />
+                    </a>
                 </div>
+
                 <div class='column third'>
-                    <h4>GIMP</h4>
-                    <img src="/images/frontpage/wilber-logo.png" alt="GIMP Wilber Logo" width="125" />
+                    <h4><a href="inkscape.org" title="Inkscape">Inkscape</a></h4>
+                    <a href="inkscape.org" title="Inkscape">
+                        <img src="/images/frontpage/Inkscape_Logo.svg.png" alt="Inkscape Logo" />
+                    </a>
                 </div>
                 <div class='column third'>
-                    <h4>Scribus</h4>
-                    <img src="/images/frontpage/200px-Scribus_logo.svg.png" alt="Scribus Logo" width="125" />
+                    <h4><a href="http://www.selapa.net/swatchbooker/";>SwatchBooker</a></h4>
+                    <a href="http://www.selapa.net/swatchbooker/";>
+                        <img src="/images/frontpage/swatchbooker.png" alt="SwatchBooker Logo" />
+                    </a>
                 </div>
             </div>
         </div>


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