Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2018 18:20:37 +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: r51696 - in head/en_US.ISO8859-1/htdocs: . layout/images
Message-ID:  <201805211820.w4LIKbE2021882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon May 21 18:20:36 2018
New Revision: 51696
URL: https://svnweb.freebsd.org/changeset/doc/51696

Log:
  Connect the 25th anniversary logo to the build, and add the logo
  to the index page.
  
  Note: there are commented <a>/</a> tags surrounding the logo, which
  will be used in the future to link to another page, but the page is
  not yet ready.
  
  Submitted by:	anne
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/en_US.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/index.xsl	Mon May 21 18:18:08 2018	(r51695)
+++ head/en_US.ISO8859-1/htdocs/index.xsl	Mon May 21 18:20:36 2018	(r51696)
@@ -170,6 +170,22 @@
 			    </div> <!-- frontnewcontent -->
 			  <div class="frontnewbot"><div><b style="display: none">.</b></div></div>
 			</div> <!-- frontnewroundbox -->
+			<!-- 25th anniversary logo -->
+			<div class="frontfeaturecontent">
+			  <!-- XXX: target page not yet ready
+			  <a href="XXX TBD"
+			    title="&os; 25th Anniversary">
+			  -->
+			  <img
+			    src="&enbase;/layout/images/25thanniversary.png"
+			    style="margin-top: 5px;"
+			    width="167" height="88"
+			    alt="25th Anniversary Logo" />
+			  <!--
+			  </a>
+			  -->
+			</div>
+			<!-- end 25th anniversary logo -->
 		</div> <!-- FEATURERIGHT -->
 
             </div> <!-- FRONTFEATURECONTAINER -->

Modified: head/en_US.ISO8859-1/htdocs/layout/images/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/layout/images/Makefile	Mon May 21 18:18:08 2018	(r51695)
+++ head/en_US.ISO8859-1/htdocs/layout/images/Makefile	Mon May 21 18:20:36 2018	(r51696)
@@ -17,5 +17,6 @@ DATA+=	logo-red.png
 DATA+=	nav_rgt.png
 DATA+=	nav_tbl_btm.png
 DATA+=	nav_tbl_top.png
+DATA+=	25thanniversary.png
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805211820.w4LIKbE2021882>