the winner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2554 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6e9d574b2b
commit
ca913a1be8
6 changed files with 39 additions and 0 deletions
9
www/tshirt-contest/winner/Makefile
Normal file
9
www/tshirt-contest/winner/Makefile
Normal 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) $<
|
30
www/tshirt-contest/winner/index.t
Normal file
30
www/tshirt-contest/winner/index.t
Normal 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"
|
BIN
www/tshirt-contest/winner/rockbox400.png
Normal file
BIN
www/tshirt-contest/winner/rockbox400.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
www/tshirt-contest/winner/shirt-back.png
Normal file
BIN
www/tshirt-contest/winner/shirt-back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
BIN
www/tshirt-contest/winner/tiny-back.png
Normal file
BIN
www/tshirt-contest/winner/tiny-back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
www/tshirt-contest/winner/tiny-front.png
Normal file
BIN
www/tshirt-contest/winner/tiny-front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in a new issue