svn commit: r40335 - head/en_US.ISO8859-1/htdocs

Glen Barber gjb at FreeBSD.org
Mon Dec 10 15:35:46 UTC 2012


Author: gjb
Date: Mon Dec 10 15:35:45 2012
New Revision: 40335
URL: http://svnweb.freebsd.org/changeset/doc/40335

Log:
  Put a more prominent "Donate to FreeBSD" button on the index page.
  This currently uses the same CSS as the "New to FreeBSD?" button for
  now.
  
  Requested by:	rwatson

Modified:
  head/en_US.ISO8859-1/htdocs/index.xsl

Modified: head/en_US.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/index.xsl	Mon Dec 10 15:31:26 2012	(r40334)
+++ head/en_US.ISO8859-1/htdocs/index.xsl	Mon Dec 10 15:35:45 2012	(r40335)
@@ -193,6 +193,14 @@
 			<div class="frontnewroundbox">
 			  <div class="frontnewtop"><div><b style="display: none">.</b></div></div>
 			    <div class="frontnewcontent">
+				<a href="http://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
+			    </div> <!-- frontnewcontent -->
+			  <div class="frontnewbot"><div><b style="display: none">.</b></div></div>
+			</div> <!-- frontnewroundbox -->
+
+			<div class="frontnewroundbox">
+			  <div class="frontnewtop"><div><b style="display: none">.</b></div></div>
+			    <div class="frontnewcontent">
 			      <a href="&base;/projects/newbies.html">New to FreeBSD?</a>
 			    </div> <!-- frontnewcontent -->
 			  <div class="frontnewbot"><div><b style="display: none">.</b></div></div>


More information about the svn-doc-all mailing list