Replace gifs with pngs

* Smaller file size
* Use a uniform image format for logos/buttons across the site
This commit is contained in:
David Bartley 2007-12-18 22:30:42 -05:00
parent adb60fbe4d
commit 5b718e7e96
10 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
FILES = acm_logo.gif csc_logo.gif csc_only.png csc_title.gif uw_logo.gif
FILES = acm_logo.png csc_logo.png csc_only.png csc_title.png uw_logo.png
RELDIR = logos/
include ../common.mk

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

BIN
logos/acm_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

BIN
logos/csc_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

BIN
logos/csc_title.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

BIN
logos/uw_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -39,15 +39,15 @@
<xsl:template match="biglogo">
<div class="biglogo">
<div class="uwlogo">
<a href="http://www.uwaterloo.ca/"><img src="{$g_pre}logos/uw_logo.gif"
<a href="http://www.uwaterloo.ca/"><img src="{$g_pre}logos/uw_logo.png"
alt="University of Waterloo" width="105" height="70" /></a>
</div>
<div class="acmlogo">
<a href="http://www.acm.org"><img src="{$g_pre}logos/acm_logo.gif"
<a href="http://www.acm.org"><img src="{$g_pre}logos/acm_logo.png"
alt="A Student Chapter of the ACM" width="82" height="88" /></a>
</div>
<div class="csclogo">
<a href="{$g_pre}"><img src="{$g_pre}logos/csc_logo.gif"
<a href="{$g_pre}"><img src="{$g_pre}logos/csc_logo.png"
alt="Computer Science Club" width="420" height="79" /></a>
</div>
</div>
@ -65,7 +65,7 @@
<xsl:param name="title" />
<xsl:param name="href" />
<div class="webtitle">
<a href="{$g_pre}"><img src="{$g_pre}logos/csc_title.gif"
<a href="{$g_pre}"><img src="{$g_pre}logos/csc_title.png"
alt="CSC Logo" /></a>
</div>
<div class="dirheader">