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
This commit is contained in:
parent
5edae52247
commit
0b23c70c7d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51696
2 changed files with 17 additions and 0 deletions
|
@ -170,6 +170,22 @@
|
||||||
</div> <!-- frontnewcontent -->
|
</div> <!-- frontnewcontent -->
|
||||||
<div class="frontnewbot"><div><b style="display: none">.</b></div></div>
|
<div class="frontnewbot"><div><b style="display: none">.</b></div></div>
|
||||||
</div> <!-- frontnewroundbox -->
|
</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> <!-- FEATURERIGHT -->
|
||||||
|
|
||||||
</div> <!-- FRONTFEATURECONTAINER -->
|
</div> <!-- FRONTFEATURECONTAINER -->
|
||||||
|
|
|
@ -17,5 +17,6 @@ DATA+= logo-red.png
|
||||||
DATA+= nav_rgt.png
|
DATA+= nav_rgt.png
|
||||||
DATA+= nav_tbl_btm.png
|
DATA+= nav_tbl_btm.png
|
||||||
DATA+= nav_tbl_top.png
|
DATA+= nav_tbl_top.png
|
||||||
|
DATA+= 25thanniversary.png
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
Loading…
Reference in a new issue