summaryrefslogtreecommitdiff
path: root/www/tshirt-contest
diff options
context:
space:
mode:
Diffstat (limited to 'www/tshirt-contest')
-rw-r--r--www/tshirt-contest/index.t29
-rw-r--r--www/tshirt-contest/vote.t30
2 files changed, 33 insertions, 26 deletions
diff --git a/www/tshirt-contest/index.t b/www/tshirt-contest/index.t
index 53f5748ab2..119a179871 100644
--- a/www/tshirt-contest/index.t
+++ b/www/tshirt-contest/index.t
@@ -2,23 +2,15 @@
2#include "head.t" 2#include "head.t"
3 3
4<p> 4<p>
5 <a href="vote.html">Vote for your favourites!</a>
6
7<p>
5 <a href="designs.html">Designs Submitted So Far</a> 8 <a href="designs.html">Designs Submitted So Far</a>
6 9
7<p> 10<p>
8 <big>Submissions are not accepted any more, the submission period is 11 <big>Submissions are not accepted any more, the submission period is
9over!</big> 12over!</big>
10 13
11<p> <b>Mission:</b> Make a single-side T-shirt design for <a
12href="http://rockbox.haxx.se/">Project Rockbox</a>. Please produce a
13high resolution image in a suitable format and mail it to <a
14href="mailto:rockboxshirt@haxx.se">rockboxshirt@haxx.se</a> together with your
15name, full postal address and preferable shirt-size (in case you'd win). Only
16attach one image per mail. Mail as many image mails you feel like.
17
18<p> <b>Colors:</b> Make your design to work either on white, black or
19"Rockbox-blue" shirts (even if the exact color won't be exactly as the bgcolor
20of this web page). State which shirt color your design is meant for.
21
22<p> <b>Winner:</b> After the initial submission period, we will have a voting 14<p> <b>Winner:</b> After the initial submission period, we will have a voting
23period. Users will then be allowed to vote for which single design they think 15period. Users will then be allowed to vote for which single design they think
24is the best. The one T-shirt design with the most votes wins. 16is the best. The one T-shirt design with the most votes wins.
@@ -43,19 +35,4 @@ deserve them. We will give T-shirts to people who are skilled, comitted,
43active, supportive or otherwise contributing to the project. We do <b>not</b> 35active, supportive or otherwise contributing to the project. We do <b>not</b>
44focus exclusively on coders here. 36focus exclusively on coders here.
45 37
46<p> <b> Rockbox:</b> We provide a range of various Rockbox logotypes below at
47your disposal.
48
49<ul>
50<li><a href="rockbox-mono112.gif">rockbox-mono112.gif</a> - monochrome 112 pixels wide GIF
51<li><a href="rockbox100.png">rockbox100.png</a> - 100 pixels wide PNG
52<li><a href="rockbox200.gif">rockbox200.gif</a> - 200 pixels wide GIF
53<li><a href="rockbox300.gif">rockbox300.gif</a> - 300 pixels wide GIF
54<li><a href="rockbox400.gif">rockbox400.gif</a> - 400 pixels wide GIF
55<li><a href="rockbox400.png">rockbox400.png</a> - 400 pixels wide PNG
56<li><a href="rockbox610.gif">rockbox610.gif</a> - 610 pixels wide GIF
57<li><a href="rockbox3540.jpg">rockbox3540.jpg</a> - 3540 pixels wide JPEG (340 KB)
58<li><a href="rockboxHighRes.tif">rockboxHighRes.tif</a> - 3540 pixels wide TIF (1.3MB)
59</ul>
60
61#include "foot.t" 38#include "foot.t"
diff --git a/www/tshirt-contest/vote.t b/www/tshirt-contest/vote.t
new file mode 100644
index 0000000000..43d045aa85
--- /dev/null
+++ b/www/tshirt-contest/vote.t
@@ -0,0 +1,30 @@
1#define _PAGE_ Vote for a Rockbox T-Shirt Design
2#include "head.t"
3
4<p>
5 <b>How to vote</b>
6<p>
7 First, check out the <a href="designs.html">designs</a>.
8<p>
9 Write down your prefered <b>three</b> designs in order or preference (1
10being the one you like most), in this style: <pre>
11 1: #[number]
12 2: #[number]
13 3: #[number]
14</pre>
15
16<p>
17 (of course you replace [number] with an actual number of the design that
18 you like)
19<p>
20 Mail your list of votes to <a
21 href="mailto:rockboxshirt@haxx.se">rockboxshirt@haxx.se</a>, make sure to
22include the word "VOTE" in the subject.
23<p>
24 If you don't have your name clearly in the From: line, please include it in
25 the mail.
26
27<p>
28 <a href="./">T-shirt contest main page</a>
29
30#include "foot.t"