summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2012-08-06 20:02:22 -0700
committerThibaut Horel <thibaut.horel@gmail.com>2012-08-06 20:02:22 -0700
commit5c558f80b3f26ad16d4aa785bc498781fdafd75b (patch)
tree6e11790b76e5a1d21f8f1454079112e96e01f5a0
parent04887f6ca42147e4cfee7b483a4e189825c0bf55 (diff)
downloadfoosball-5c558f80b3f26ad16d4aa785bc498781fdafd75b.tar.gz
Page pour les équipes, quelques améliorations
-rw-r--r--rules.html13
-rw-r--r--style.css5
-rw-r--r--tableau.html2
-rw-r--r--teams.html44
4 files changed, 57 insertions, 7 deletions
diff --git a/rules.html b/rules.html
index bb58459..cb07e8e 100644
--- a/rules.html
+++ b/rules.html
@@ -2,10 +2,16 @@
<html lang="fr">
<head>
<meta charset="utf-8">
- <title>Rules - Palo Alto Series of Foosball</title>
+ <title>Technicolor's Foosball Tournament</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
+ <div id="content">
+ <header>
+ <h1>Palo Alto Series of Foosball</h1>
+ <p>Be ready for the biggest Bay Area event :</p>
+ </header>
+ <article>
<h1>Rules</h1>
<h2>Definitions</h2>
@@ -53,5 +59,10 @@
<li>Scoring from the midfield during the game</li>
<li>Scoring from the attack row without stopping the ball first</li>
</ul></p>
+ </article>
+ <footer>
+ © Copyright 2012, Entité TriCastor
+ </footer>
+</div>
</body>
</html>
diff --git a/style.css b/style.css
index f3338ad..92299ce 100644
--- a/style.css
+++ b/style.css
@@ -1,8 +1,3 @@
-* {
- margin: 0;
- padding: 0;
-}
-
/* page structure */
body {
font-family: "Helvetica Neue", Helvetica, sans-serif;
diff --git a/tableau.html b/tableau.html
index 73d362f..76ef9e5 100644
--- a/tableau.html
+++ b/tableau.html
@@ -8,7 +8,7 @@
<body>
<div id="content">
<header>
- <h1>** A COMPLETER</h1>
+ <h1>Palo Alto Series of Foosball</h1>
<p>Be ready for the biggest Bay Area event :</p>
</header>
diff --git a/teams.html b/teams.html
new file mode 100644
index 0000000..618f258
--- /dev/null
+++ b/teams.html
@@ -0,0 +1,44 @@
+<!doctype html>
+<html lang="fr">
+<head>
+ <meta charset="utf-8">
+ <title>Technicolor's Foosball Tournament</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+</head>
+<body>
+ <div id="content">
+ <header>
+ <h1>Palo Alto Series of Foosball</h1>
+ <p>Be ready for the biggest Bay Area event :</p>
+ </header>
+ <article>
+ <table>
+ <tr><td>Cake and Death</td><td>Alicia<br/>Stratis</td><td><img
+ src="images/stratis-alicia.jpg"/></td></tr>
+ <tr><td>Gaijin</td><td>Stéphane<br/>Yuko</td><td><img
+ src="images/yuko-stephane.jpg"/></td></tr>
+ <tr><td>Red and Ruskie</td><td>Robert<br/>Valeria</td><td><img
+ src="images/robert-valeria.jpg"/></td></tr>
+ <tr><td>Olympic Croquet</td><td>Mathilde<br/>Nima</td><td><img
+ src="images/nima-mathilde.jpg"/></td></tr>
+ <tr><td>Nighthawks</td><td>Fernando<br/>Thibaut</td><td><img
+ src="images/fernand-thibaut.jpg"/></td></tr>
+ <tr><td></td><td>Nina<br/>Smriti</td><td><img
+ src="images/nina-smriti.jpg"/></td></tr>
+ <tr><td></td><td>Vijay<br/>Zhen</td><td><img
+ src="images/stratis-alicia.jpg"/></td></tr>
+ <tr><td></td><td>Nadia<td><br/>Salman</td><td><img
+ src="images/stratis-alicia.jpg"/></td></tr>
+ <tr><td></td><td>Pedro<br/>?</td><td><img
+ src="images/stratis-alicia.jpg"/></td></tr>
+ <tr><td></td><td>Sandy<br/>?</td><td><img
+ src="images/stratis-alicia.jpg"/></td></tr>
+ </table>
+ </article>
+
+ <footer>
+ © Copyright 2012, Entité TriCastor
+ </footer>
+ </div>
+</body>
+</html>