From ca913a1be8517b84f1be06b71bfd5e803652074f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 10 Oct 2002 08:25:06 +0000 Subject: the winner git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2554 a1c6a512-1295-4272-9138-f99709370657 --- www/tshirt-contest/winner/Makefile | 9 +++++++++ www/tshirt-contest/winner/index.t | 30 ++++++++++++++++++++++++++++++ www/tshirt-contest/winner/rockbox400.png | Bin 0 -> 12261 bytes www/tshirt-contest/winner/shirt-back.png | Bin 0 -> 47711 bytes www/tshirt-contest/winner/tiny-back.png | Bin 0 -> 39101 bytes www/tshirt-contest/winner/tiny-front.png | Bin 0 -> 14484 bytes 6 files changed, 39 insertions(+) create mode 100644 www/tshirt-contest/winner/Makefile create mode 100644 www/tshirt-contest/winner/index.t create mode 100644 www/tshirt-contest/winner/rockbox400.png create mode 100644 www/tshirt-contest/winner/shirt-back.png create mode 100644 www/tshirt-contest/winner/tiny-back.png create mode 100644 www/tshirt-contest/winner/tiny-front.png (limited to 'www/tshirt-contest') 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 -- cgit v1.2.3