summaryrefslogtreecommitdiff
path: root/www/tshirt-contest
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-10-10 08:25:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-10-10 08:25:06 +0000
commitca913a1be8517b84f1be06b71bfd5e803652074f (patch)
tree67c3cbaffec35ecae3d83654105131612ee88a3e /www/tshirt-contest
parent6e9d574b2b7fc1eecd800af4acecbecada81b2f4 (diff)
downloadrockbox-ca913a1be8517b84f1be06b71bfd5e803652074f.tar.gz
rockbox-ca913a1be8517b84f1be06b71bfd5e803652074f.zip
the winner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2554 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/tshirt-contest')
-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