[gimp-web/gimp-web-static] Modified front page sections a bit to make it cleaner.



commit 20a7fe20f5d3f9eeac53308589caa293e7c59598
Author: Pat David <patdavid gmail com>
Date:   Thu Aug 27 17:17:49 2015 -0500

    Modified front page sections a bit to make it cleaner.
    
    I've moved the "STILL WORKING" column out of the section with the
    intro blurb (which I've also revised a little bit).  This is to
    start looking more critically at the sections and verbiage as
    part of a final push on the front page specifics.
    
    If anyone wants to take a stab at any of the sections text, please
    please, please do!

 themes/newgimp/static/css/home.css |    1 +
 themes/newgimp/templates/home.html |   24 ++++++++++++------------
 2 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 8220618..aea5fd4 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -8,6 +8,7 @@ p {
         -ms-hyphens: auto;
             hyphens: auto;
             */
+    color: #777;
 }
 
 
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index bbef92c..8ad645a 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -33,6 +33,17 @@
                     </div>
                 </div>
             </div>
+
+            <div class="container" style="background-color: white; /* margin-left: 10px; */ /* margin-right: 
-10px; */ padding: 1rem; box-shadow: rgba(127,127,127,1) 2px 2px, rgba(127,127,127,1) 3px 3px, 
rgba(127,127,127,1) 4px 4px, rgba(127,127,127,1) 5px 5px, rgba(127,127,127,1) 6px 6px;     background: 
repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(166,166,166,0.3) 40px, 
rgba(166,166,166,.3) 80px);
+    /* background-color: white; */width: 100%;max-width: 100%;">
+                    <h2 style="color: red;">STILL WORKING</h2>
+                    <p style="font-size: 0.85rem;color: red;">
+                        I am still in the process of building this site out. 
+                        Things are in a great state of flux. 
+                        For further information on the new site refer to the <a href="/about/meta">Meta</a> 
page.
+                    </p>
+                </div>
+
         </header><!-- /#banner -->
 
 {% endblock header %}
@@ -51,22 +62,11 @@
                         <strong>GIMP</strong> is an acronym for <strong>GNU Image Manipulation 
Program</strong>.<br/>
                         It is the Free and Open Source, cross-platform image editor available for
                         GNU/Linux, OS X, Windows and more.<br/>
-                        Here you will find information about downloading, installing, using, and enhancing 
it. 
-                        This site also serves as a distribution point for the latest releases. 
+                        You will find information here about downloading, installing, using, and enhancing 
it.
                         We try to provide as much information about the GIMP community and related projects 
as possible.
                         Grab a properly chilled beverage and enjoy...
                     </p>
                 </div>
-
-                <div class='column third' style="background-color: white; margin-left: 10px; margin-right: 
-10px; padding: 1rem; box-shadow: rgba(127,127,127,1) 2px 2px, rgba(127,127,127,1) 3px 3px, 
rgba(127,127,127,1) 4px 4px, rgba(127,127,127,1) 5px 5px, rgba(127,127,127,1) 6px 6px;     background: 
repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(166,166,166,.07) 40px, 
rgba(166,166,166,.07) 80px);
-    background-color: white;">
-                    <h2 style="color: red;">STILL WORKING</h2>
-                    <p style='font-size: 0.85rem;color: red;'>
-                        I am still in the process of building this site out.  Things are in a great state of 
flux.  For further information on building the new site refer to the <a href="/about/meta">Meta</a> page.
-                    </p>
-                </div>
-
-
             </div>
         </div>
     </section>


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