summaryrefslogtreecommitdiffstats
path: root/www/tshirt-contest
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-02 07:44:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-02 07:44:58 +0000
commitaf8b510dd698625ac3218f2ab7d38abdfda24d6e (patch)
treeb531d8c232c801441cc0664ee97cbf7e31d489ce /www/tshirt-contest
parentba3ca9f4fd2fbcc4e82be897ffa4f3ff742c213a (diff)
downloadrockbox-af8b510dd698625ac3218f2ab7d38abdfda24d6e.tar.gz
rockbox-af8b510dd698625ac3218f2ab7d38abdfda24d6e.zip
voting rules adding, cut down the index file since submissions are no
longer accepted git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2124 a1c6a512-1295-4272-9138-f99709370657
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 @@
#include "head.t"
<p>
+ <a href="vote.html">Vote for your favourites!</a>
+
+<p>
<a href="designs.html">Designs Submitted So Far</a>
<p>
<big>Submissions are not accepted any more, the submission period is
over!</big>
-<p> <b>Mission:</b> Make a single-side T-shirt design for <a
-href="http://rockbox.haxx.se/">Project Rockbox</a>. Please produce a
-high resolution image in a suitable format and mail it to <a
-href="mailto:rockboxshirt@haxx.se">rockboxshirt@haxx.se</a> together with your
-name, full postal address and preferable shirt-size (in case you'd win). Only
-attach one image per mail. Mail as many image mails you feel like.
-
-<p> <b>Colors:</b> Make your design to work either on white, black or
-"Rockbox-blue" shirts (even if the exact color won't be exactly as the bgcolor
-of this web page). State which shirt color your design is meant for.
-
<p> <b>Winner:</b> After the initial submission period, we will have a voting
period. Users will then be allowed to vote for which single design they think
is 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,
active, supportive or otherwise contributing to the project. We do <b>not</b>
focus exclusively on coders here.
-<p> <b> Rockbox:</b> We provide a range of various Rockbox logotypes below at
-your disposal.
-
-<ul>
-<li><a href="rockbox-mono112.gif">rockbox-mono112.gif</a> - monochrome 112 pixels wide GIF
-<li><a href="rockbox100.png">rockbox100.png</a> - 100 pixels wide PNG
-<li><a href="rockbox200.gif">rockbox200.gif</a> - 200 pixels wide GIF
-<li><a href="rockbox300.gif">rockbox300.gif</a> - 300 pixels wide GIF
-<li><a href="rockbox400.gif">rockbox400.gif</a> - 400 pixels wide GIF
-<li><a href="rockbox400.png">rockbox400.png</a> - 400 pixels wide PNG
-<li><a href="rockbox610.gif">rockbox610.gif</a> - 610 pixels wide GIF
-<li><a href="rockbox3540.jpg">rockbox3540.jpg</a> - 3540 pixels wide JPEG (340 KB)
-<li><a href="rockboxHighRes.tif">rockboxHighRes.tif</a> - 3540 pixels wide TIF (1.3MB)
-</ul>
-
#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 @@
+#define _PAGE_ Vote for a Rockbox T-Shirt Design
+#include "head.t"
+
+<p>
+ <b>How to vote</b>
+<p>
+ First, check out the <a href="designs.html">designs</a>.
+<p>
+ Write down your prefered <b>three</b> designs in order or preference (1
+being the one you like most), in this style: <pre>
+ 1: #[number]
+ 2: #[number]
+ 3: #[number]
+</pre>
+
+<p>
+ (of course you replace [number] with an actual number of the design that
+ you like)
+<p>
+ Mail your list of votes to <a
+ href="mailto:rockboxshirt@haxx.se">rockboxshirt@haxx.se</a>, make sure to
+include the word "VOTE" in the subject.
+<p>
+ If you don't have your name clearly in the From: line, please include it in
+ the mail.
+
+<p>
+ <a href="./">T-shirt contest main page</a>
+
+#include "foot.t"