[Checkins] SVN: buildout-website/trunk/source/_ Added some style and logos

Baiju M baiju.m.mail at gmail.com
Tue Mar 31 11:11:55 EDT 2009


Log message for revision 98682:
  Added some style and logos
  

Changed:
  U   buildout-website/trunk/source/_static/default.css
  U   buildout-website/trunk/source/_templates/index.html

-=-
Modified: buildout-website/trunk/source/_static/default.css
===================================================================
--- buildout-website/trunk/source/_static/default.css	2009-03-31 15:04:38 UTC (rev 98681)
+++ buildout-website/trunk/source/_static/default.css	2009-03-31 15:11:55 UTC (rev 98682)
@@ -266,10 +266,34 @@
   float:		right;
   clear:		left;
   width:		40%;
-
   border:		4px solid red !important;
 }
 
+.creatorandusers { 
+  margin: 40px auto 0;
+  width: 710px;
+  font-weight: bold;
+}
+
+.sectiontitle { 
+  float: left;
+  text-align: right;
+  width: 200px;
+  font-size: 24px;
+}
+
+.sectioncontent { 
+  float: right;
+  width: 460px;
+  font-size: 18px;
+}
+
+.sectionlogos { 
+  margin: 10px auto 0;
+  width: 410px;
+  //background-color: black;
+}
+
 /* AVAILABLE-COLORS
  * The set of colors understood by docutils.
  */

Modified: buildout-website/trunk/source/_templates/index.html
===================================================================
--- buildout-website/trunk/source/_templates/index.html	2009-03-31 15:04:38 UTC (rev 98681)
+++ buildout-website/trunk/source/_templates/index.html	2009-03-31 15:11:55 UTC (rev 98682)
@@ -30,7 +30,7 @@
 
 	  <div class="clearer"></div>
 
-	  <div style="margin:0 auto; width:750px;">
+	  <div style="margin:0 auto; width:800px;">
 	    <ul class="mainlinks">
 	      <li>
 		<a href="screencasts.html">
@@ -103,26 +103,39 @@
 
 	  <div class="creatorandusers">
 	    <div class="sectiontitle">
-	      Meet the proud users of Buildout.
+	      Meet the <br/> users of Buildout.
 	    </div>
 	    <div class="sectioncontent">
-	      There are many peoples, projects and communities using
-	      Buildout.  Buildout helped them to develop and deploy
-	      applications easily.
+	      There are many peoples, projects and communities
+	      using Buildout.  Buildout helped them to develop and
+	      deploy applications easily.
 
-	      Zope, Plone, Grok, Django, Pylons
+	      <div class="clearer"></div>
+
+	      <div class="sectionlogos">
+		<img src="http://muthukadan.net/buildout/zope_logo.gif" width="140px" />
+		<img src="http://muthukadan.net/buildout/django_logo.gif" width="140px" /><br/>
+		<img src="http://muthukadan.net/buildout/grok_logo.gif" width="140px" />
+		<img src="http://muthukadan.net/buildout/pylons_logo.gif" width="140px" style="background-color: #2B2B2B;" /><br/>
+		<img src="http://muthukadan.net/buildout/plone_logo.png" width="140px" />
+	      </div>
 	    </div>
+
+	    <div class="clearer" style="padding-top: 30px"></div>
+
 	    <div class="sectiontitle">
-	      And the people behind it.
+	      And the people <br /> behind it.
 	    </div>
 	    <div class="sectioncontent">
 	      Buildout is created by Jim Fulton of Zope Corporation,
 	      along with hundreds of recipe authors.  There are
-	      numerous <a href="recipelist.html">recipes</a> created
+	      numerous <a href="docs/recipelist.html">recipes</a> created
 	      by the community.
 	    </div>
 	  </div>
 
+	  <div class="clearer"></div>
+
         </div>
 
     </div>



More information about the Checkins mailing list