Add an IPv6 World Day logo to the front page.

This will only be there for the next couple of days around the IPv6
world day, then this commit can be reverted.

Discussed with:	bz
This commit is contained in:
Simon L. B. Nielsen 2011-06-07 21:33:11 +00:00
parent ca97c67886
commit f294738834
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=37347
4 changed files with 17 additions and 4 deletions

View file

@ -4,7 +4,7 @@
<!ENTITY title "The FreeBSD Project">
]>
<!-- $FreeBSD: www/en/index.xsl,v 1.169 2009/06/02 21:11:59 gabor Exp $ -->
<!-- $FreeBSD: www/en/index.xsl,v 1.170 2011/01/04 20:14:36 jkois Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
@ -138,6 +138,10 @@
</ul>
</div> <!-- FRONTRELEASESCONTENT -->
</div> <!-- FRONTRELEASES -->
<div class="frontipv6wd">
<a href="&base;/ipv6/w6d.html"><img
src="ipv6/IPv6-badge-blue-128-trans.png"/></a>
</div>
</div> <!-- FRONTFEATUREMIDDLE -->
<div id="FRONTFEATURERIGHT">

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/ipv6/Makefile,v 1.1 2011/06/03 12:48:52 bz Exp $
# $FreeBSD: www/en/ipv6/Makefile,v 1.2 2011/06/06 09:49:52 bz Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -11,6 +11,7 @@ DOCS+= index.sgml
DOCS+= ipv6only.sgml
DOCS+= w6d.sgml
DATA+= IPv6-badge-blue-256-trans.png
DATA+= IPv6-badge-blue-256-trans.png \
IPv6-badge-blue-128-trans.png
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,7 +1,7 @@
/*
* FreeBSD.org - Layout Styles
*
* $FreeBSD: www/en/layout/css/layout.css,v 1.9 2006/05/09 22:25:53 ceri Exp $
* $FreeBSD: www/en/layout/css/layout.css,v 1.10 2006/12/03 19:44:01 blackend Exp $
*/
/* Container Definitions */
@ -345,7 +345,9 @@
margin: 0;
margin-left: 162px;
margin-top: 15px;
/* Disabled for IPv6-WD-LOGO
padding-bottom: 20px;
*/
color: #666;
width: 155px;
}
@ -443,10 +445,16 @@
.frontgetroundbox {
margin: 0;
padding: 0;
/* Disabled for IPv6-WD-LOGO
margin-top: 50px;
*/
margin-left: 140px;
width: 190px;
}
/* For IPv6-WD-LOGO */
.frontipv6wd {
margin-left: 170px;
}
/* Secondary Pages */