summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html (renamed from bracket.html)4
-rw-r--r--rules.html10
-rw-r--r--schedule.html9
-rw-r--r--style.css4
-rw-r--r--teams.html2
5 files changed, 15 insertions, 14 deletions
diff --git a/bracket.html b/index.html
index 08484cd..01946b3 100644
--- a/bracket.html
+++ b/index.html
@@ -31,12 +31,12 @@
<h2>GROUP A</h2>
<p>Gaijin vs Olympic Croquet</p>
<p>{Pedro, ?} vs Gaijin</p>
- <p>Olympics Croquet vs {Pedro, ?}</p>
+ <p>Olympic Croquet vs {Pedro, ?}</p>
</div>
<div id="groupB" class="group shadow">
<h2>GROUP B</h2>
- <p>Night Hawks vs Cake and Death</p>
+ <p>Nighthawks vs Cake and Death</p>
</div>
<div id="groupC" class="group shadow">
diff --git a/rules.html b/rules.html
index 258e53e..80c93fc 100644
--- a/rules.html
+++ b/rules.html
@@ -14,7 +14,7 @@
</header>
<menu>
<ul>
- <li><a href="bracket.html">Bracket</a></li>
+ <li><a href="index.html">Bracket</a></li>
<li><a href="teams.html">Teams</a></li>
<li><a href="schedule.html">Schedule</a></li>
</ul>
@@ -47,7 +47,7 @@
<ul>
<li><em>Groupe phase:</em> the teams are divided in groups of two or
three teams. Each team meets all the other teams in its group. The
- worse teams from each group of three teams leaves the tournament at the end
+ worse team from each group of three teams leaves the tournament at the end
of this phase.</li>
<li><em>Knockout phase:</em> this phase is organized as a single
elimination bracket; 4 quarter-finals, 2 semi-finals, 1 final (and
@@ -83,9 +83,9 @@
<li><em>Spinning:</em> swiftly spinning the rods all around without
holding them.
<li>Scoring from the midfield directly after serve: the ball must be
- touched by two of your players from two different rows before
- a goal. If this happens, the goal does not count and the ball is simply
- served again from the middle.</li>
+ touched by two foosmen from the scoring team on two different rods before
+ a goal. If this requirement is not met, the goal does not count and the
+ ball is simply served again from the middle.</li>
</ul>
<p>Apart from that, everything is allowed, in particular:</p>
diff --git a/schedule.html b/schedule.html
index 55f7e98..e693f3d 100644
--- a/schedule.html
+++ b/schedule.html
@@ -14,7 +14,7 @@
</header>
<menu>
<ul>
- <li><a href="bracket.html">Bracket</a></li>
+ <li><a href="index.html">Bracket</a></li>
<li><a href="teams.html">Teams</a></li>
<li><a href="rules.html">Rules</a></li>
</ul>
@@ -26,11 +26,12 @@
<div id="calendar">
- <h2>Wednesday, August 8th</h2>
+ <h2>Wednesday, August 8th (Group phase)</h2>
+
<table>
<tr><td><strong>3:30pm</strong></td><td>Group A - Gaijin vs Olympic Croquets</td></tr>
- <tr><td><strong>3:45pm</strong></td><td>Group B - Night Hawks vs Cake and Death</td></tr>
- <tr><td><strong>4:00pm</strong></td><td>Groups C - Red and Ruskie vs {Sandy, ?}</td></tr>
+ <tr><td><strong>3:45pm</strong></td><td>Group B - Nighthawks vs Cake and Death</td></tr>
+ <tr><td><strong>4:00pm</strong></td><td>Group C - Red and Ruskie vs {Sandy, ?}</td></tr>
<tr><td><strong>4:15pm</strong></td><td>Group D - {Nadia, Salman} vs {Nina, Smriti}</td></tr>
<tr><td><strong>4:30pm</strong></td><td>Group A - {Pedro, ?} vs Gaijin</td></tr>
<tr><td><strong>5:00pm</strong></td><td>Group C - {Vijay, Zhen} vs Red and Ruskie</td></tr>
diff --git a/style.css b/style.css
index c4a6077..e5598b0 100644
--- a/style.css
+++ b/style.css
@@ -18,7 +18,7 @@ body {
}
header {
- background: -moz-linear-gradient(top, #acf, #dfe);
+ background: -moz-linear-gradient(top, #acf, #768eb1);
padding: 1em 3em 1em;
color: #333;
border-bottom: thin solid #d6d6d6;
@@ -41,7 +41,7 @@ footer {
font-size: 80%;
text-align: right;
font-family: monospace;
- background-color: #ddd;
+ background-color: #eee;
padding: .5em 1em;
border-top: thin solid #a0a0a0;
}
diff --git a/teams.html b/teams.html
index 8eb1889..95edd00 100644
--- a/teams.html
+++ b/teams.html
@@ -16,7 +16,7 @@
<menu>
<ul>
- <li><a href="bracket.html">Bracket</a></li>
+ <li><a href="index.html">Bracket</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="rules.html">Rules</a></li>
</ul>