You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bh...@apache.org on 2014/04/09 21:06:10 UTC

svn commit: r1586085 - in /accumulo/site/branches/redesign14: content/css/accumulo.css content/images/GitHub-Mark-32px.png content/images/InBug-16px_0.png content/images/Twitter_logo_blue.png templates/skeleton.html

Author: bhavanki
Date: Wed Apr  9 19:06:09 2014
New Revision: 1586085

URL: http://svn.apache.org/r1586085
Log:
Redo social links with approved icons.

Added:
    accumulo/site/branches/redesign14/content/images/GitHub-Mark-32px.png   (with props)
    accumulo/site/branches/redesign14/content/images/InBug-16px_0.png   (with props)
    accumulo/site/branches/redesign14/content/images/Twitter_logo_blue.png   (with props)
Modified:
    accumulo/site/branches/redesign14/content/css/accumulo.css
    accumulo/site/branches/redesign14/templates/skeleton.html

Modified: accumulo/site/branches/redesign14/content/css/accumulo.css
URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/css/accumulo.css?rev=1586085&r1=1586084&r2=1586085&view=diff
==============================================================================
--- accumulo/site/branches/redesign14/content/css/accumulo.css (original)
+++ accumulo/site/branches/redesign14/content/css/accumulo.css Wed Apr  9 19:06:09 2014
@@ -18,6 +18,14 @@ body {
     /* for fixed top navbar */
     padding-top: 70px;
 }
+ul.nav li.dropdown:hover > ul.dropdown-menu {
+    /* so nav submenus open on hover */
+    display: block;
+}
+#sociallinks td {
+    /* no lines in the link table */
+    border-top: none;
+}
 #bannertext {
     margin-top: 10px;
     text-align: left;

Added: accumulo/site/branches/redesign14/content/images/GitHub-Mark-32px.png
URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/images/GitHub-Mark-32px.png?rev=1586085&view=auto
==============================================================================
Binary file - no diff available.

Propchange: accumulo/site/branches/redesign14/content/images/GitHub-Mark-32px.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: accumulo/site/branches/redesign14/content/images/InBug-16px_0.png
URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/images/InBug-16px_0.png?rev=1586085&view=auto
==============================================================================
Binary file - no diff available.

Propchange: accumulo/site/branches/redesign14/content/images/InBug-16px_0.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: accumulo/site/branches/redesign14/content/images/Twitter_logo_blue.png
URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/images/Twitter_logo_blue.png?rev=1586085&view=auto
==============================================================================
Binary file - no diff available.

Propchange: accumulo/site/branches/redesign14/content/images/Twitter_logo_blue.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: accumulo/site/branches/redesign14/templates/skeleton.html
URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/templates/skeleton.html?rev=1586085&r1=1586084&r2=1586085&view=diff
==============================================================================
--- accumulo/site/branches/redesign14/templates/skeleton.html (original)
+++ accumulo/site/branches/redesign14/templates/skeleton.html Wed Apr  9 19:06:09 2014
@@ -66,9 +66,11 @@ Latest 1.4 release: <strong>1.4.5</stron
 <a class="btn btn-success" href="/downloads/" role="button">Download</a>
   </div>
     <hr>
-<span class="glyphicon"><img src="/images/glyphicons_social_31_twitter.png"></span> <a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a><br>
-<span class="glyphicon"><img src="/images/glyphicons_social_17_linked_in.png"></span> <a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a><br>
-<span class="glyphicon"><img src="/images/glyphicons_social_21_github.png"></span> <a href="https://github.com/apache/accumulo">apache / accumulo</a>
+<table class="table" id="sociallinks">
+<tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
+<tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
+<tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
+</table>
   </div>
   <div class="col-xs-9 col-md-9">
 <!--
@@ -94,7 +96,8 @@ Latest 1.4 release: <strong>1.4.5</stron
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
         project logo are trademarks of the <a href="http://www.apache.org">Apache Software Foundation</a>.<br />
-        Site created with <a href="http://getbootstrap.com/">Bootstrap</a>. Additional icons from <a href="http://glyphicons.com/">GLYPHICONS</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a>.
+        Site created with <a href="http://getbootstrap.com/">Bootstrap</a>.
+<!--Additional icons from <a href="http://glyphicons.com/">GLYPHICONS</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a>.-->
       </p>
     </div> 
   </div>