svn commit: r51696 - in head/en_US.ISO8859-1/htdocs: . layout/images

Glen Barber gjb at FreeBSD.org
Mon May 21 18:20:37 UTC 2018


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"


More information about the svn-doc-all mailing list