diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-10-10 08:25:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-10-10 08:25:06 +0000 |
commit | ca913a1be8517b84f1be06b71bfd5e803652074f (patch) | |
tree | 67c3cbaffec35ecae3d83654105131612ee88a3e /www/tshirt-contest/winner | |
parent | 6e9d574b2b7fc1eecd800af4acecbecada81b2f4 (diff) |
the winner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2554 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/tshirt-contest/winner')
-rw-r--r-- | www/tshirt-contest/winner/Makefile | 9 | ||||
-rw-r--r-- | www/tshirt-contest/winner/index.t | 30 | ||||
-rw-r--r-- | www/tshirt-contest/winner/rockbox400.png | bin | 0 -> 12261 bytes | |||
-rw-r--r-- | www/tshirt-contest/winner/shirt-back.png | bin | 0 -> 47711 bytes | |||
-rw-r--r-- | www/tshirt-contest/winner/tiny-back.png | bin | 0 -> 39101 bytes | |||
-rw-r--r-- | www/tshirt-contest/winner/tiny-front.png | bin | 0 -> 14484 bytes |
6 files changed, 39 insertions, 0 deletions
diff --git a/www/tshirt-contest/winner/Makefile b/www/tshirt-contest/winner/Makefile new file mode 100644 index 0000000000..9fd374bfa1 --- /dev/null +++ b/www/tshirt-contest/winner/Makefile @@ -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) $< diff --git a/www/tshirt-contest/winner/index.t b/www/tshirt-contest/winner/index.t new file mode 100644 index 0000000000..c46c204844 --- /dev/null +++ b/www/tshirt-contest/winner/index.t @@ -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" diff --git a/www/tshirt-contest/winner/rockbox400.png b/www/tshirt-contest/winner/rockbox400.png Binary files differnew file mode 100644 index 0000000000..84d940abe9 --- /dev/null +++ b/www/tshirt-contest/winner/rockbox400.png diff --git a/www/tshirt-contest/winner/shirt-back.png b/www/tshirt-contest/winner/shirt-back.png Binary files differnew file mode 100644 index 0000000000..7303e5c1b2 --- /dev/null +++ b/www/tshirt-contest/winner/shirt-back.png diff --git a/www/tshirt-contest/winner/tiny-back.png b/www/tshirt-contest/winner/tiny-back.png Binary files differnew file mode 100644 index 0000000000..898b0b5fca --- /dev/null +++ b/www/tshirt-contest/winner/tiny-back.png diff --git a/www/tshirt-contest/winner/tiny-front.png b/www/tshirt-contest/winner/tiny-front.png Binary files differnew file mode 100644 index 0000000000..d469789121 --- /dev/null +++ b/www/tshirt-contest/winner/tiny-front.png |