the winner

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2554 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-10-10 08:25:06 +00:00
parent 6e9d574b2b
commit ca913a1be8
6 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,9 @@
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I../.. -Uunix -H -C -V -LL >$@
SRC := $(wildcard *.t)
OBJS := $(SRC:%.t=%.html)
all: $(OBJS)
%.html : %.t
$(ACTION) $<

View file

@ -0,0 +1,30 @@
#define _PAGE_ The Official Rockbox T-Shirt
#include "head.t"
<p> The winner in the Rockbox T-Shirt Design Contest was made by Robert
Hak. The shirt will be white, with prints as displayed below.
<p>
<table cellspacing=10 cellpadding=0>
<tr valign=top>
<td align=center>
On the front side, a tiny project logo on the left side chest hight:<br>
<a href="rockbox400.png"><img src="tiny-front.png" border=0></a>
</td>
<td align=center>
On the back side:<br>
<a href="shirt-back.png"><img src="tiny-back.png" border=0></a>
</td>
</tr>
</table>
<p> The Rockbox project wishes to thank all those who contributed their
designs to the contest, for their efforts and sweat and for their support of
the project. Unfortunately, we had to pick one single winner, even though the
competition was fierce and many contributions were mighty fine.
<p> Thanks and gratulations of course go to Robert Hak for his design. He will
be given two free shirts.
#include "foot.t"

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB