You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/06/01 01:57:40 UTC

svn commit: r1129972 - in /libcloud/site/trunk: content/css/libcloud.css templates/blocks/other.html

Author: tomaz
Date: Tue May 31 23:57:39 2011
New Revision: 1129972

URL: http://svn.apache.org/viewvc?rev=1129972&view=rev
Log:
Update sidebar.

Modified:
    libcloud/site/trunk/content/css/libcloud.css
    libcloud/site/trunk/templates/blocks/other.html

Modified: libcloud/site/trunk/content/css/libcloud.css
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/css/libcloud.css?rev=1129972&r1=1129971&r2=1129972&view=diff
==============================================================================
--- libcloud/site/trunk/content/css/libcloud.css (original)
+++ libcloud/site/trunk/content/css/libcloud.css Tue May 31 23:57:39 2011
@@ -19,6 +19,8 @@ a:hover { color:#ff5050;}
 #main {}
 #footer { text-align: center; margin:20px 0 10px; border-top:1px solid #ddd; padding:5px 0;}
 
+#sidebar h3 { text-align:center; font-weight: bold; padding-top: 20px; padding-bottom: 10px; }
+
 h1 { color:#80bdff; font-size:50px; padding-left:90px; background:url(../images/libcloud_logo.png) left no-repeat; }
 h1 span { color:#333; font-size:32px; }
 h2 { color:#007bff;}
@@ -30,7 +32,8 @@ h2 { color:#007bff;}
 #sidebar .accordion { }
 #sidebar h3 { color:#ff5050; margin-bottom:5px; }
 #sidebar h3 a:hover { color:#80bdff; }
-#sidebar #apache-logo, #twitter-logo, #pycon-logo { padding:30px 0 0 0; text-align:center; }
+#sidebar #apache-logo { padding: 30px 0 0 0;}
+#sidebar #apache-logo, #twitter-logo, #get-it, #help { text-align: center; }
 
 div#main { font-size: 120%; }
 

Modified: libcloud/site/trunk/templates/blocks/other.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/templates/blocks/other.html?rev=1129972&r1=1129971&r2=1129972&view=diff
==============================================================================
--- libcloud/site/trunk/templates/blocks/other.html (original)
+++ libcloud/site/trunk/templates/blocks/other.html Tue May 31 23:57:39 2011
@@ -1,3 +1,4 @@
+<h3>Links</h3>
 <div id="twitter-logo">
   <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
 </div>
@@ -6,3 +7,14 @@
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
+
+<h3>Get it</h3>
+<div id="get-it">
+    Latest release: <a href="downloads.html">0.5.0 </a>(25 May, 2011)
+</div>
+
+<h3>Need help?</h3>
+<div id="help">
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+        href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
+</div>