mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-19 07:00:49 +00:00
Replaced logo image with newer 3D-rendered version, fixed up spacing.
This commit is contained in:
parent
6b70cc4536
commit
beeca84be6
2 changed files with 7 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.7 KiB |
|
@ -1,9 +1,14 @@
|
|||
<!-- top title table -->
|
||||
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0 bgcolor="" valign="center">
|
||||
<TR vAlign="top" bgColor="#4b4f66">
|
||||
<? tableSpacer( 3, 0, 4, "#4b4f66"); ?>
|
||||
</TR>
|
||||
<TR valign="top" bgcolor="#4b4f66">
|
||||
<? tableSpacer( 0, 1, 1, "#4b4f66"); ?>
|
||||
<TD>
|
||||
<IMG src="/img/logos/qf-logo.png" alt="QuakeForge" hSpace=2 vspace=0 border=0 width="70" height="70">
|
||||
<IMG src="/img/logos/qf-logo.png" alt="QuakeForge" hSpace=0 vSpace=0 border=0 width="70" height="70">
|
||||
</TD>
|
||||
<? tableSpacer( 0, 5, 1, "#4b4f66"); ?>
|
||||
<TD width="99%"><!-- right of logo -->
|
||||
<a href="http://sourceforge.net/"><IMG src="http://sourceforge.net/sflogo.php?group_id=882&type=1" align="right" alt="SourceForge" hspace=20 vspace=20 border=0 width="88" height="31"></A>
|
||||
<BR>
|
||||
|
@ -12,7 +17,7 @@
|
|||
<!-- right of logo -->
|
||||
</TR>
|
||||
<TR>
|
||||
<TD bgcolor="black" colspan=2><IMG src="/img/blank.gif" alt="" height=2 vspace=0></TD>
|
||||
<? tableSpacer( 2, 0, 2, "black"); ?>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<!-- end top title table -->
|
||||
|
|
Loading…
Reference in a new issue