You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2016/03/31 21:04:59 UTC

svn commit: r1737275 [3/3] - in /jmeter/trunk: build.xml xdocs/css/new-style.css xdocs/images/logo.svg xdocs/stylesheets/project.xml xdocs/stylesheets/website-style.xsl

Modified: jmeter/trunk/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/project.xml?rev=1737275&r1=1737274&r2=1737275&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/project.xml (original)
+++ jmeter/trunk/xdocs/stylesheets/project.xml Thu Mar 31 19:04:59 2016
@@ -20,7 +20,7 @@
 
      <title>Apache JMeter</title>
      <!---->
-     <logo width="182" height="88" href="/images/logo.jpg">Apache JMeter</logo>
+     <logo width="182" height="88" href="/images/logo.svg">Apache JMeter</logo>
      <!---->
      <body>
      <menu name="About">

Modified: jmeter/trunk/xdocs/stylesheets/website-style.xsl
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/website-style.xsl?rev=1737275&r1=1737274&r2=1737275&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Thu Mar 31 19:04:59 2016
@@ -74,8 +74,8 @@
           </xsl:comment>
           <div>
             <a href="http://www.apache.org">
-              <img title="Apache Software Foundation" width="215"
-                height="88" src="{$imgdir}/asf-logo.png" alt="Logo ASF" />
+              <img title="Apache Software Foundation" class="logo"
+                  src="{$imgdir}/asf-logo.png" alt="Logo ASF" />
             </a>
           </div>
           <xsl:if test="$project/logo">
@@ -94,35 +94,28 @@
             </xsl:comment>
             <div>
               <a href="{$home}">
-                <img src="{$src}" alt="{$alt}" />
+                <img class="logo" src="{$src}" alt="{$alt}"/>
               </a>
             </div>
           </xsl:if>
-          <div class="twitter">
-            <div>
-              <a href="https://twitter.com/share" class="twitter-share-button"
-                data-text="Powerful Load Testing with Apache #JMeter"
-                data-via="ApacheJMeter" data-lang="en-gb" data-size="large"
-              >Tweet</a>
-              <script><![CDATA[
-            (function(d,s,id){
-              var js,
-                  fjs=d.getElementsByTagName(s)[0],
-                  p=/^http:/.test(d.location)?'http':'https';
-              if (!d.getElementById(id)) {
-                  js=d.createElement(s);
-                  js.id=id;
-                  js.src=p+'://platform.twitter.com/widgets.js';
-                  fjs.parentNode.insertBefore(js,fjs);
-              }
-            })(document, 'script', 'twitter-wjs');]]>
-              </script>
-            </div>
-            <div>
-              <a href="https://twitter.com/ApacheJMeter" class="twitter-follow-button"
-                data-show-count="false" data-lang="en-gb" data-size="large"
-              >Follow</a>
-              <script><![CDATA[(function(d,s,id){
+          <div class="banner">
+            <iframe src="http://www.apache.org/ads/bannerbar.html"
+              style="border-width:0;" frameborder="0" scrolling="no"
+            ></iframe>
+            <div class="clear"></div>
+          </div>
+        </div>
+        <div class="nav">
+          <xsl:apply-templates select="$project/body/menu" />
+
+          <div class="social menu">
+              <div>
+                <a href="https://twitter.com/share" class="twitter-share-button"
+                  data-text="Powerful Load Testing with Apache #JMeter"
+                  data-via="ApacheJMeter" data-lang="en-gb" data-size="large"
+                >Tweet</a>
+                <script><![CDATA[
+              (function(d,s,id){
                 var js,
                     fjs=d.getElementsByTagName(s)[0],
                     p=/^http:/.test(d.location)?'http':'https';
@@ -132,22 +125,42 @@
                     js.src=p+'://platform.twitter.com/widgets.js';
                     fjs.parentNode.insertBefore(js,fjs);
                 }
-            })(document, 'script', 'twitter-wjs');]]>
-              </script>
-<a href="https://github.com/apache/jmeter"><img alt="star this repo" src="http://githubbadges.com/star.svg?user=apache&amp;repo=jmeter&amp;style=default" /></a>
-<a href="https://github.com/apache/jmeter/fork"><img alt="fork this repo" src="http://githubbadges.com/fork.svg?user=apache&amp;repo=jmeter&amp;style=default" /></a>
-<a href="https://maven-badges.herokuapp.com/maven-central/org.apache.jmeter/ApacheJMeter"><img alt="Maven Central" src="https://maven-badges.herokuapp.com/maven-central/org.apache.jmeter/ApacheJMeter/badge.png"></img></a>              
-            </div>
+              })(document, 'script', 'twitter-wjs');]]>
+                </script>
+              </div>
+              <div>
+                <a href="https://twitter.com/ApacheJMeter" class="twitter-follow-button"
+                  data-show-count="false" data-lang="en-gb" data-size="large"
+                >Follow</a>
+                <script><![CDATA[(function(d,s,id){
+                  var js,
+                      fjs=d.getElementsByTagName(s)[0],
+                      p=/^http:/.test(d.location)?'http':'https';
+                  if (!d.getElementById(id)) {
+                      js=d.createElement(s);
+                      js.id=id;
+                      js.src=p+'://platform.twitter.com/widgets.js';
+                      fjs.parentNode.insertBefore(js,fjs);
+                  }
+              })(document, 'script', 'twitter-wjs');]]>
+                </script>
+              </div>
+              <div>
+                  <a href="https://github.com/apache/jmeter">
+                      <img alt="star this repo" src="http://githubbadges.com/star.svg?user=apache&amp;repo=jmeter&amp;style=default" />
+                  </a>
+              </div>
+              <div>
+                  <a href="https://github.com/apache/jmeter/fork">
+                      <img alt="fork this repo" src="http://githubbadges.com/fork.svg?user=apache&amp;repo=jmeter&amp;style=default" />
+                  </a>
+              </div>
+              <div>
+                  <a href="https://maven-badges.herokuapp.com/maven-central/org.apache.jmeter/ApacheJMeter">
+                      <img alt="Maven Central" src="https://maven-badges.herokuapp.com/maven-central/org.apache.jmeter/ApacheJMeter/badge.png" />
+                  </a>
+              </div>
           </div>
-          <div class="banner">
-            <iframe src="http://www.apache.org/ads/bannerbar.html"
-              style="border-width:0;" frameborder="0" scrolling="no"
-            ></iframe>
-            <div class="clear"></div>
-          </div>
-        </div>
-        <div class="nav">
-          <xsl:apply-templates select="$project/body/menu" />
         </div>
         <div class="main" id="content">
           <xsl:call-template name="pagelinks" />