Date: Mon, 10 Dec 2012 15:35:45 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40335 - head/en_US.ISO8859-1/htdocs Message-ID: <201212101535.qBAFZj5L046801@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212101535.qBAFZj5L046801>