mirror of https://github.com/BOINC/boinc.git
47 lines
1.1 KiB
PHP
47 lines
1.1 KiB
PHP
|
<?php
|
||
|
require_once("docutil.php");
|
||
|
|
||
|
page_head("Logos and graphics");
|
||
|
|
||
|
echo "
|
||
|
|
||
|
The BOINC logo uses the Planet Benson font from
|
||
|
<a href=http://www.larabiefonts.com>Larabie Fonts</a>.
|
||
|
Hi-res versions of the logo:
|
||
|
<a href=logo.png>PNG</a>, <a href=logo.jpg>JPEG</a>,
|
||
|
<a href=logo.gif>GIFF</a>.
|
||
|
|
||
|
<p>
|
||
|
We like the BOINC logo but not fanatically,
|
||
|
and we welcome alternative ideas.
|
||
|
For example, Michael Peele contributed
|
||
|
<a href=NewBOiNC.gif>this</a>,
|
||
|
<a href=BOiNC3.jpg>this</a>,
|
||
|
and <a href=BOiNC2.png>this</a>.
|
||
|
Yopi at sympatico.ca contributed
|
||
|
<a href=boincb6.png>this</a> and
|
||
|
<a href=boincb7.png>this</a>.
|
||
|
If you have an opinion, please contact
|
||
|
<a href=contact.php>David Anderson</a>.
|
||
|
|
||
|
<p>
|
||
|
Banners for BOINC projects from Anthony Hern:
|
||
|
<a href=images/hern_logo3.gif>with</a> and
|
||
|
<a href=images/hern_logo4.gif>without</a> the BOINC logo.
|
||
|
Other banners:
|
||
|
<a href=images/boincheading.jpg>here</a> and
|
||
|
<a href=images/boincprojectheading.jpg>here</a>.
|
||
|
<p>
|
||
|
The 'B in a circle' icon was designed by Tim Lan.
|
||
|
The Mac variant was contributed by Juho Viitasalo.
|
||
|
<p>
|
||
|
Check out this imaginative
|
||
|
<a href=hatfield.png>BOINC graphic</a>
|
||
|
by high school student Jared Hatfield.
|
||
|
|
||
|
|
||
|
";
|
||
|
|
||
|
page_tail();
|
||
|
?>
|