You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ma...@apache.org on 2014/05/19 14:48:50 UTC

svn commit: r1595874 - in /incubator/stratos/site/trunk: content/css/stratos-v3.css content/images/v3/social.png templates/skeleton.html

Author: madhura
Date: Mon May 19 12:48:49 2014
New Revision: 1595874

URL: http://svn.apache.org/r1595874
Log: (empty)

Added:
    incubator/stratos/site/trunk/content/images/v3/social.png   (with props)
Modified:
    incubator/stratos/site/trunk/content/css/stratos-v3.css
    incubator/stratos/site/trunk/templates/skeleton.html

Modified: incubator/stratos/site/trunk/content/css/stratos-v3.css
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/content/css/stratos-v3.css?rev=1595874&r1=1595873&r2=1595874&view=diff
==============================================================================
--- incubator/stratos/site/trunk/content/css/stratos-v3.css (original)
+++ incubator/stratos/site/trunk/content/css/stratos-v3.css Mon May 19 12:48:49 2014
@@ -220,6 +220,38 @@ a.cReadmore {
     color: #d7d7d7;
     font-size: 16px;
 }
+.cSocialMediaButtonContainer {
+    
+}
+.cSocialMediaButtonContainer a {
+    width: 54px;
+    height: 40px; 
+    background-image:url('../images/v3/social.png');
+}
+a.cfacebook{
+    background-position: 0px 0px;
+}
+a.cfacebook:hover {
+    background-position: 0px -50px;
+}
+a.ctwitter {
+    background-position: 0px -100px;
+}
+a.ctwitter:hover {
+    background-position: 0px -150px;
+}
+a.clinkedIn {
+    background-position: 0px -200px;
+}
+a.clinkedIn:hover {
+    background-position: 0px -250px;
+}
+a.cgooglePlus {
+   background-position: 0px -300px;
+}
+a.cgooglePlus:hover {
+   background-position: 0px -350px;
+}
 
 @media screen and (max-width: 1400px) {
 

Added: incubator/stratos/site/trunk/content/images/v3/social.png
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/content/images/v3/social.png?rev=1595874&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/stratos/site/trunk/content/images/v3/social.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/stratos/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/templates/skeleton.html?rev=1595874&r1=1595873&r2=1595874&view=diff
==============================================================================
--- incubator/stratos/site/trunk/templates/skeleton.html (original)
+++ incubator/stratos/site/trunk/templates/skeleton.html Mon May 19 12:48:49 2014
@@ -169,6 +169,12 @@
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>