You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2012/12/14 12:53:49 UTC

svn commit: r1421806 - /openwebbeans/cms-site/trunk/templates/footer.html

Author: struberg
Date: Fri Dec 14 11:53:49 2012
New Revision: 1421806

URL: http://svn.apache.org/viewvc?rev=1421806&view=rev
Log:
fixed footer date (20011...) and make img a bit smaller

Modified:
    openwebbeans/cms-site/trunk/templates/footer.html

Modified: openwebbeans/cms-site/trunk/templates/footer.html
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/templates/footer.html?rev=1421806&r1=1421805&r2=1421806&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/templates/footer.html (original)
+++ openwebbeans/cms-site/trunk/templates/footer.html Fri Dec 14 11:53:49 2012
@@ -2,10 +2,10 @@
 
         <footer>
             <p>
-                <a class="brand" href="http://www.apache.org"><img src="http://www.apache.org/images/asf_logo_wide.png" height="60px" alt="asf_feather"/></a>
+                <a class="brand" href="http://www.apache.org"><img src="http://www.apache.org/images/asf_logo_wide.png" height="55px" alt="asf_feather"/></a>
             </p>
-            <p>Copyright &copy; 20011-2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
-            <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+            <p>Copyright &copy; 2008-2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+            <p>OpenWebBeans, Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>
 
     </div> <!-- /container -->