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" + +

The winner in the Rockbox T-Shirt Design Contest was made by Robert + Hak. The shirt will be white, with prints as displayed below. + +

+ + + + + + +
+ On the front side, a tiny project logo on the left side chest hight:
+ +
+ On the back side:
+ +
+ +

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. + +

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 new file mode 100644 index 0000000000..84d940abe9 Binary files /dev/null and b/www/tshirt-contest/winner/rockbox400.png differ diff --git a/www/tshirt-contest/winner/shirt-back.png b/www/tshirt-contest/winner/shirt-back.png new file mode 100644 index 0000000000..7303e5c1b2 Binary files /dev/null and b/www/tshirt-contest/winner/shirt-back.png differ diff --git a/www/tshirt-contest/winner/tiny-back.png b/www/tshirt-contest/winner/tiny-back.png new file mode 100644 index 0000000000..898b0b5fca Binary files /dev/null and b/www/tshirt-contest/winner/tiny-back.png differ diff --git a/www/tshirt-contest/winner/tiny-front.png b/www/tshirt-contest/winner/tiny-front.png new file mode 100644 index 0000000000..d469789121 Binary files /dev/null and b/www/tshirt-contest/winner/tiny-front.png differ