[gimp-web/gimp-web-static] Styling the front page, adding more content placeholders



commit 0d22827f583263138b3f05be6d46e2b012f5f6b5
Author: Pat David <patdavid gmail com>
Date:   Thu Aug 13 16:49:25 2015 -0500

    Styling the front page, adding more content placeholders

 themes/newgimp/static/css/index.css |    5 +++++
 themes/newgimp/templates/index.html |   17 +++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/index.css b/themes/newgimp/static/css/index.css
index 780b1ba..f8ed1ea 100644
--- a/themes/newgimp/static/css/index.css
+++ b/themes/newgimp/static/css/index.css
@@ -44,6 +44,7 @@ span#gFirst {
     line-height: 0;
     line-height: 1rem;
     font-size: 4.5rem;
+    text-align: left;
 }
 
 span#gSecond {
@@ -104,3 +105,7 @@ span#gThird span {
 nav#menu li#gimp-home {
     display: none;
 }
+
+#cap-photos p {
+    text-align: left;
+}
diff --git a/themes/newgimp/templates/index.html b/themes/newgimp/templates/index.html
index 360315b..e6871b2 100644
--- a/themes/newgimp/templates/index.html
+++ b/themes/newgimp/templates/index.html
@@ -66,6 +66,23 @@
         </div>
     </section>
 
+    <section id='cap-photos'>
+        <div class='container'>
+            <div class='row clearfix'>
+                <div class='column third'>
+                    &nbsp;
+                </div>
+                <div class='column two-thirds'>
+                    <h3>High Quality Photo Manipulation</h3>
+                    <p>
+                        GIMP provides the tools for needed for high quality image manipulation.
+                        From retouching to creative composites, the only limit is your imagination.
+                    </p>
+                </div>
+            </div>
+        </div>
+    </section>
+
 
     <section style='background: repeating-linear-gradient(-45deg, transparent, transparent 40px, 
rgba(166,166,166,.07) 40px, rgba(166,166,166,.07) 80px);'>
         <div class='container'>


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