summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/tshirt-contest/winner/Makefile9
-rw-r--r--www/tshirt-contest/winner/index.t30
-rw-r--r--www/tshirt-contest/winner/rockbox400.pngbin0 -> 12261 bytes
-rw-r--r--www/tshirt-contest/winner/shirt-back.pngbin0 -> 47711 bytes
-rw-r--r--www/tshirt-contest/winner/tiny-back.pngbin0 -> 39101 bytes
-rw-r--r--www/tshirt-contest/winner/tiny-front.pngbin0 -> 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 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I../.. -Uunix -H -C -V -LL >$@
2
3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html)
5
6all: $(OBJS)
7
8%.html : %.t
9 $(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 @@
1#define _PAGE_ The Official Rockbox T-Shirt
2#include "head.t"
3
4<p> The winner in the Rockbox T-Shirt Design Contest was made by Robert
5 Hak. The shirt will be white, with prints as displayed below.
6
7<p>
8
9<table cellspacing=10 cellpadding=0>
10<tr valign=top>
11<td align=center>
12 On the front side, a tiny project logo on the left side chest hight:<br>
13 <a href="rockbox400.png"><img src="tiny-front.png" border=0></a>
14</td>
15<td align=center>
16 On the back side:<br>
17 <a href="shirt-back.png"><img src="tiny-back.png" border=0></a>
18</td>
19</tr>
20</table>
21
22<p> The Rockbox project wishes to thank all those who contributed their
23 designs to the contest, for their efforts and sweat and for their support of
24 the project. Unfortunately, we had to pick one single winner, even though the
25 competition was fierce and many contributions were mighty fine.
26
27<p> Thanks and gratulations of course go to Robert Hak for his design. He will
28 be given two free shirts.
29
30#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
--- /dev/null
+++ b/www/tshirt-contest/winner/rockbox400.png
Binary files 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
--- /dev/null
+++ b/www/tshirt-contest/winner/shirt-back.png
Binary files 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
--- /dev/null
+++ b/www/tshirt-contest/winner/tiny-back.png
Binary files 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
--- /dev/null
+++ b/www/tshirt-contest/winner/tiny-front.png
Binary files differ