DCC Logos

These logos for the DCC with and without borders as well as in a large size can be added to Web pages.

The standard size logo can be displayed with
    <A HREF="http://www.dcc-servers.net/dcc/">
        <IMG SRC="http://logos.dcc-servers.net/border.png"
            ALT="DCC logo">
    </A>
DCC logo
A version without a border for Web pages with other than white backgrounds can be displayed with
    <A HREF="http://www.dcc-servers.net/dcc/">
        <IMG SRC="http://logos.dcc-servers.net/noborder.png"
            ALT="DCC logo">
    </A>
DCC logo
Large versions can be displayed with
    <A HREF="http://www.dcc-servers.net/dcc/">
        <IMG SRC="http://logos.dcc-servers.net/large/border.png"
            ALT="large DCC logo">
    </A>
large DCC logo

or

    <A HREF="http://www.dcc-servers.net/dcc/">
        <IMG SRC="http://logos.dcc-servers.net/large/noborder.png"
            ALT="large DCC logo">
    </A>
large DCC logo

Tiny, somewhat illegible versions can be displayed by adding HTML constraints to the image reference. It is best preserve the aspect ratio of the originals. Since the small originals are 96x39 pixels, a tiny version like might be 48x20 and displayed with

    <A HREF="http://www.dcc-servers.net/dcc/">
        <IMG SRC="http://logos.dcc-servers.net/border.png"
            ALT="DCC logo" width="48" height="20">
    </A>

Perhaps better results that change size as the user changes the size of the browser font are obtained with

    <A HREF="http://www.dcc-servers.net/dcc/">
        <IMG class=logo ALT="DCC logo"
        SRC="http://logos.dcc-servers.net/border.png">
    </A>

with this Cascading Style Sheet class:

    IMG.logo {width:6em; vertical-align:middle}

Commercial licensees of the DCC source can use the DCC Reputation logos.

Contact vjs@rhyolite.com but not the spam trap.
The operator of this website will not give, sell, or otherwise transfer addresses maintained by this website to any other party for the purposes of initiating, or enabling others to initiate, electronic messages.

$Date: 2007/05/18 18:21:26 $