diff options
Diffstat (limited to 'tableau.html')
| -rw-r--r-- | tableau.html | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/tableau.html b/tableau.html index 76ef9e5..e2bec47 100644 --- a/tableau.html +++ b/tableau.html @@ -8,12 +8,19 @@ <body> <div id="content"> <header> - <h1>Palo Alto Series of Foosball</h1> - <p>Be ready for the biggest Bay Area event :</p> + <h1>Technicolor's Series of Foosball</h1> + <p>The coolest Bay Area event</p> </header> + <menu> + <ul> + <li><a href="tableau.html">Bracket</a></li> + <li><a href="teams.html">Teams</a></li> + <li><a href="rules.html">Rules</a></li> + </ul> + </menu> <!-- list of games --> - <article> + <article id="bracket"> <!-- group stage --> <div id="listGroups"> @@ -40,9 +47,9 @@ <h2>GROUP D</h2> <p>{Nadia, Salman} vs {Vijay, Zhen}</p> </div> + </div> <br style='clear:both'/> - </div> <div id="rankingA" class="ranking"> <h2>Ranking group A</h2> @@ -70,6 +77,8 @@ <p>2 ...</p> </div> + <br style="clear:both"/> + <!-- elimiatory games --> <div id="Q1" class="quarter"> <h2>Quarter-final 1</h2> @@ -91,6 +100,8 @@ <p>First team group D vs Second team group C</p> </div> + <br style="clear:both"/> + <div id="S1" class="semi"> <h2>Semi-final 1</h2> <p>Winner Q1 vs Winner Q3</p> |
