|
|
|
The "Python Powered" Logo
Web sites that use Python are encouraged to incorporate the "Python
Powered" logo somewhere in their page. This attractive, elegant logo
indicates your support for the free programming language Python. The
logo should be linked to the Python web site,
http://www.python.org/, using for
example, some HTML like the following:
<a href="/old?u=http%3A%2F%2Fwww.python.org%2F&y=1999">
<img src="/old?u=http%3A%2F%2Fwww.python.org%2Fpsa%2FPythonPoweredSmall.gif&y=1999" align=top width=55
height=22 alt="[Python Powered]" border=0>
</a>
The logo is available in two sizes; each size comes in a plain
version and an animated version. The subtly flashing animation stops
after four cycles. The logo files are non-interlaced GIF files with
transparent background. The text is anti-aliased (the oval isn't, to
allow for transparency).
The logos are created and copyrighted by Just van Rossum <just@letterror.com>. For those
who thrive on such things, Just has provided a license
agreement for the logo :-)
|