You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jo...@apache.org on 2017/03/18 00:24:40 UTC

svn commit: r1787518 - in /incubator/public/trunk/content: images/incubator_feather_egg_logo.png stylesheets/project.xml stylesheets/site.vsl

Author: johndament
Date: Sat Mar 18 00:24:40 2017
New Revision: 1787518

URL: http://svn.apache.org/viewvc?rev=1787518&view=rev
Log:
Adding layout changes to leverage new logo.

Modified:
    incubator/public/trunk/content/images/incubator_feather_egg_logo.png
    incubator/public/trunk/content/stylesheets/project.xml
    incubator/public/trunk/content/stylesheets/site.vsl

Modified: incubator/public/trunk/content/images/incubator_feather_egg_logo.png
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/images/incubator_feather_egg_logo.png?rev=1787518&r1=1787517&r2=1787518&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/public/trunk/content/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/stylesheets/project.xml?rev=1787518&r1=1787517&r2=1787518&view=diff
==============================================================================
--- incubator/public/trunk/content/stylesheets/project.xml [utf-8] (original)
+++ incubator/public/trunk/content/stylesheets/project.xml [utf-8] Sat Mar 18 00:24:40 2017
@@ -23,7 +23,6 @@ limitations under the License.
         href="http://incubator.apache.org/">
 
   <title>Apache Incubator</title>
-  <logo href="/images/egg-logo2.png">Apache Incubator</logo>
 
   <body>
 

Modified: incubator/public/trunk/content/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/stylesheets/site.vsl?rev=1787518&r1=1787517&r2=1787518&view=diff
==============================================================================
--- incubator/public/trunk/content/stylesheets/site.vsl (original)
+++ incubator/public/trunk/content/stylesheets/site.vsl Sat Mar 18 00:24:40 2017
@@ -220,28 +220,12 @@ href="$href">$menu.getChildText("title")
 ##
 ##
 #macro ( getProjectImage )
-#if ($project.getChild("logo"))
-
-<div class="span12">
-  <a href="http://www.apache.org/"><img src="http://incubator.apache.org/images/asf_logo_wide_small.png" alt="The Apache Software Foundation" border="0" style="margin-top: 2px" width="62%"/></a>
+<div class="span8">
+    <a href="/"><img src="/images/incubator_feather_egg_logo_sm.png" alt="The Apache Software Foundation Incubator" border="0" style="margin-top: 2px" width="450"/></a>
 </div>
-<div class="span4">
-#set ( $logoString = $project.getChild("logo").getAttributeValue("href") )
-#if ( $logoString.startsWith("/") )
-<a href="$project.getAttributeValue("href")"><img src="$relativePath$logoString" alt="$project.getChild("logo").getText()" border="0"/></a>
-#else
-<a href="$project.getAttributeValue("href")"><img src="$logoString" alt="$project.getChild("logo").getText()" border="0"/></a>
-#end
-</div>
-#else
-<div class="span16">
-<a href="http://www.apache.org/"><img src="http://www.apache.org/images/asf_logo_wide_small.png" alt="The Apache Software Foundation" align="left" border="0" style="margin-top: 2px" width="62%/></a>
+<div class="span8">
+    <a href="https://www.apache.org/"><img src="http://www.apache.org/img/asf_logo.png" alt="The Apache Software Foundation" border="0" style="margin-top: 2px" width="375"/></a>
 </div>
-##<td width="150" valign="middle" align="center">
-##  <p><strong><a href="http://www.apache.org/dyn/closer.cgi">Mirrored<br />
-##                                                       Worldwide</a></strong></p>
-##</td>
-#end
 #end
 ##
 ##



---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org