Commit f10066d7a5e5ab41b1e862c3460171899c65887d
1 parent
d86f122c
creation de la page des vainqueurs
Showing
1 changed file
with
45 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,45 @@ | @@ -0,0 +1,45 @@ | ||
1 | +<div class="container-fluid"> | ||
2 | + <!-- Titre de la page --> | ||
3 | + <div class="row"><div class="col-md-12"><h1>Vainqueurs des éditions précédentes</h1></div></div> | ||
4 | + | ||
5 | + <br/><br/> | ||
6 | + <!-- Les tableaux --> | ||
7 | + | ||
8 | + <!-- Vainqueurs de 2015 --> | ||
9 | + <div class="row"><div class="col-md-12"> | ||
10 | + <table class="table table-striped table-bordered table-responsive"> | ||
11 | + <tr> | ||
12 | + <th colspan='2'>CREP du 9 avril 2015</th> | ||
13 | + </tr> | ||
14 | + <tr> | ||
15 | + <td style="width:60%">École Samain</td> | ||
16 | + <td style="width:40%">Lambersart</td> | ||
17 | + </tr> | ||
18 | + <tr> | ||
19 | + <td>École Condorcet</td> | ||
20 | + <td>Willems</td> | ||
21 | + </tr> | ||
22 | + </table> | ||
23 | + </div></div> | ||
24 | + | ||
25 | + <br/> | ||
26 | + | ||
27 | + <!-- Vainqueurs de 2014 --> | ||
28 | + <div class="row"><div class="col-md-12"> | ||
29 | + <table class="table table-striped table-bordered table-responsive"> | ||
30 | + <tr> | ||
31 | + <th colspan='2'>CREP du 15 mai 2014</th> | ||
32 | + </tr> | ||
33 | + <col style="width:80%" /> | ||
34 | + <tr> | ||
35 | + <td style="width:60%">École Jules Ferry</td> | ||
36 | + <td style="width:40%">Wambrechies</td> | ||
37 | + </tr> | ||
38 | + <tr> | ||
39 | + <td>École Louise de Bettignies</td> | ||
40 | + <td>Lambersart</td> | ||
41 | + </tr> | ||
42 | + </table> | ||
43 | + </div></div> | ||
44 | + | ||
45 | +</div> | ||
0 | \ No newline at end of file | 46 | \ No newline at end of file |