-
Notifications
You must be signed in to change notification settings - Fork 9
/
logo.php
332 lines (308 loc) · 9.25 KB
/
logo.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<?php
require_once("../inc/util.inc");
page_head("Logos and graphics");
function art_list_head() {
echo "
<table border=1>
<tr><th>Artist</th><th>Images (click for hi-res version)</th></tr>
";
}
function art_list_show($logos) {
shuffle($logos);
foreach($logos as $logo) {
$x0 = $logo[0];
$x1 = $logo[1];
echo "<tr>
<td spacing=8>$x0</td>
<td spacing=8>$x1</td>
</tr>
";
}
}
text_start();
echo "
<h2>The BOINC logo</h2>
<p>
<img src=logo/boinc_600.jpg width=360>
<p>
<p>
<font size=+1>
The BOINC logo and its variants are copyright (C) University of California.
If you use one of these images in a web page or other medium,
you must link it to the BOINC web site
(currently <u>https://boinc.berkeley.edu</u>)
or display that URL next to the image.
<p>
You can use the BOINC logo on merchandise such as T-shirts, coffee mugs etc.,
provided that either a) this merchandise is not sold for profit,
or b) its sale profits only an existing business that sells such merchandise
(such as customink.com).
</font>
<p>
<ul>
<li> <a href=logo/www_logo.gif>164x73 version (GIFF)</a>
<li> <a href=logo/boinc_600.jpg>600x305 version (JPEG)</a>
<li> <a href=logo/boinc_logo_black.jpg>1280x535, black background (JPEG)</a>
<li> <a href=logo/boinc_logo.ai>Adobe Illustrator (.ai)</a>
<li> <a href=logo/boinc_logo.cdr>Vector graphics (.cdr)</a>
<li> <a href=logo/boinc_logo.pdf>Adobe PDF (.cdr)</a>
<li> <a href=logo/boinc_logo_ai.svg>Scalable Vector Graphics (.svg)</a>
<li> <a href=logo/boinc_logo.png>1280x535, transparent background (.png)</a>
<li> <a href=logo/boinc_logo.wmf>Windows meta-file (.wmf)</a>
<li> <a href=logo/logo_3d>3D versions (various sizes)</a>
</ul>
Icon:
<ul>
<li> Bitmaps (.bmp):
<a href=logo/boinc16.bmp>16x16</a>
<a href=logo/boinc32.bmp>32x32</a>
<a href=logo/boinc48.bmp>48x48</a>
<a href=logo/boinc128.bmp>128x128</a>
<a href=logo/boinc256.bmp>256x256</a>
<a href=logo/boinc_glossy2_512_F.tif>512x512</a> (.tif)
<li> <a href=logo/favicon.gif>Favicon (GIFF)</a>
</ul>
Installer splash screen:
<ul>
<li> <a href=logo/splash_8bit.png>Splash screen, 8-bit PNG</a>
<li> <a href=logo/splash_24bit.png>Splash screen, 24-bit PNG</a>
</ul>
'Powered by BOINC' image:
<p>
<a href=https://boinc.berkeley.edu><img src=logo/pb_boinc.gif></a>
<p>
Monochrome/black:
<p>
<img src=logo/boinc_watermark.png>
<p>
The BOINC logo and associated icons were designed by Michal Krakowiak.
Its arms represent the convergence of separated things
(such as computers) into a unified whole.
The colors are based on U.C. Berkeley's blue-and-gold colors.
<p>
The other volunteer-supplied images on this page are owned by
their respective creators; contact them for license info.
<p>
<a name=wallpaper></a>
Wallpaper:
<p>
";
$wallpaper = array(
array(
"Robin Weezepoel",
"<a href=images/BOINC_background_1_blue.jpg><img src=images/BOINC_background_1_blue_120.jpg></a>
<a href=images/BOINC_background_1_grey.jpg><img src=images/BOINC_background_1_grey_120.jpg></a>
<a href=images/BOINC_background_2_blue.jpg><img src=images/BOINC_background_2_blue_120.jpg></a>"
),
array(
"Jacob Klein",
"<a href=images/boinc_logo_1920x1080.png><img width=180 src=images/boinc_logo_1920x1080.png></a>"
),
array(
"Francois Normandin",
"<a href=images/BOINC_wallpaper.jpg><img width=180 src=images/BOINC_wallpaper.jpg></a>
<a href=images/boinc_together-1.jpg><img width=180 src=images/boinc_together-1.jpg></a>
<a href=images/boinc_together_DARK-1.jpg><img width=180 src=images/boinc_together_DARK-1.jpg></a>
"
),
);
art_list_head();
art_list_show($wallpaper);
echo "
</table>
<h2>The original BOINC logo</h2>
<p>
The name 'BOINC' refers to a particular sound.
It was intended to convey humor and lightness.
So I made a humorous logo:
<p>
<img height=200px src=old_logo/logo.png>
<ul>
<li>
The logo in its native form as <a href=old_logo/logo.doc>a Word document</a>.
The logo uses the Planet Benson font from
<a href=http://www.larabiefonts.com>Larabie Fonts</a>.
<li>
Hi-res versions of the logo:
<a href=old_logo/logo.png>PNG</a>, <a href=old_logo/logo.jpg>JPEG</a>.
<li>
An icon for BOINC-related Podcasts, from Christian Beer:
<img align=top src=images/Logo_blau.jpg>
</ul>
<p>
The 'B in a circle' icon
<img src=old_logo/setup.PNG>was designed by Tim Lan.
The Mac variant was contributed by Juho Viitasalo.
<p>
Wallpaper:
<p>
<table cellpadding=8 border=1>
<tr><th>Artist</th><th>Images</th></tr>
<tr><td>Landi Paolo</td>
<td>
<a href=images/wallpaper.png><img src=images/wallpaper_120.png></a>
</td></tr>
</table>
<h2>Logo proposals</h2>
<p>
At some point - 2008 or so? - I decided it was time for a new logo.
Realizing my own limitations as a graphic designer,
I asked the BOINC community for proposals.
There were lots of good ones:
<p>
";
art_list_head();
echo "
";
$logos = array(
array("Markus Beck",
"<img width=400 src=logos/markus_beck.jpg>"
),
array("Keijo Simonen",
"<img src=logos/BOINC_logo_16b.png>
<img src=logos/BOINC_logo_16c.png>"
),
array("Markus Beck",
"<img src=logos/markus/Logo3/BoincNeu2.jpg>
<img src=logos/markus/Logo2/MarkusBoinc.jpg>
<br>... and <a href=logos/markus>various others</a>"
),
array("Invisible Design",
"<img src=logos/logo.boinc.240x80-01.jpg>
... and <a href=logos/>many variants</a> in different sizes and colors,
and for specific countries."
),
array("Dario Arnaez",
"<img src=logos/Boinc-Iso2.jpg>"
),
array("Rebirther",
"<img src=logos/rebirther/bluew.png>
<img src=logos/rebirther/blackbackground.png>"
),
array("Michal Krakowiak",
"<img src=logos/boinc_krakowiak.jpg>
<br>
16x16 icon: <img src=logos/boinc_small_icon_krakowiak.jpg>"
),
array("Jim Paulis",
"<a href=images/BOINC_logo.jpg><img src=images/BOINC_logo_240.jpg></a>
... and several variants"
),
array("Eduardo Ascarrunz",
"<a href=images/BOINC_01.png><img height=90 src=images/BOINC_01.png></a>
<a href=images/BOINC_02.png><img height=90 src=images/BOINC_02.png></a>
<a href=images/BOINC_03.png><img height=90 src=images/BOINC_03.png></a>
<a href=images/BOINC_04.png><img height=90 src=images/BOINC_04.png></a>
<br>
<a href=images/BOINC.ai>Adobe Illustrator source</a>"
),
array("Michael Peele",
"<a href=images/NewBOiNC.gif><img src=images/NewBOiNC_120.png></a>,
<a href=images/BOiNC3.jpg><img src=images/BOiNC3_120.png></a>
<a href=images/BOiNC2.png><img src=images/BOiNC2_120.png></a>"
),
array("Yopi at sympatico.ca",
"<a href=images/boincb6.png><img src=images/boincb6_120.png>
<a href=images/boincb7.png><img src=images/boincb7_120.png>"
),
);
art_list_show($logos);
$banners = array(
array(
"Anthony Hern",
array(
array(
"logos/Knightrider_TV_1.gif",
"logos/Knightrider_TV_1.gif",
90,
),
array(
"logos/Knightrider_TV_1n.gif",
"logos/Knightrider_TV_1n.gif",
90,
),
array(
"logos/Knightrider_TV_1tp.gif",
"logos/Knightrider_TV_1tp.gif",
90,
),
array("<br>"),
array(
"images/hern_logo3.gif"
),
array(
"images/hern_logo4.gif"
),
),
),
array("(unknown)",
array(
array("images/boincheading.jpg"),
array("images/boincprojectheading.jpg"),
),
),
array("Jared Hatfield",
array(
array(
"images/hatfield.png",
"images/hatfield_120.png",
),
),
),
array("Myster65",
array(
array("logos/boinc-myster65-1.png"),
array("logos/boinc-myster65-2.png"),
array("<br>"),
array("logos/boinc-myster65-3.png"),
array("logos/boinc-myster65-4.png"),
),
),
);
echo "
</table>
<h2>Banners for BOINC projects</h2>
<table cellpadding=8 border=1>
";
shuffle($banners);
foreach ($banners as $b) {
$name = $b[0];
echo "<tr><td>$name</td><td>";
$imgs = $b[1];
foreach ($imgs as $i) {
$large = $i[0];
$small = count($i)>1?$i[1]:null;
$size = count($i)>2?$i[2]:null;
if ($small) {
if ($size) {
echo "<a href=$large><img hspace=10 src=$small height=$size></a>";
} else {
echo "<a href=$large><img hspace=10 src=$small></a>";
}
} else {
if ($large == "<br>") {
echo $large;
} else {
echo "<img hspace=10 src=$large>";
}
}
}
echo "</td></tr>
";
}
echo "
</table>
<p>
<table cellpadding=8 border=1>
</tr>
</td></tr>
</table>
<h2>Coinage</h2>
Tony/Knightrider/Chuggybus has created BOINC coinage.
See the <a href=images/coins/>large</a>
and <a href=images/coins_small>small</a> versions.
The Latin text means 'Berkeley open and shared resources'.
";
text_end();
page_tail();
?>