-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbureau.html
More file actions
130 lines (101 loc) · 2.62 KB
/
bureau.html
File metadata and controls
130 lines (101 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="fr" />
<link rel="stylesheet" href="main.css" />
<meta name="author" content="Loher" />
<title>
Skate In Lorient
</title>
</head>
<body>
<table class="tableContainer">
<tr>
<td>
<img src="img/logoSila.png" class="logoSila" alt="SILA" />
</td>
<td>
<h1>Skate In Lorient</h1>
</td>
<td>
<img src="img/logoEsf.png" class="logoEsf" alt="SILA" />
</td>
</tr>
</table>
<table class="tableContainer">
<tr>
<td>
<div class="menuContainer">
<a href="index.html"><p>Accueil</p></a>
</div>
</td>
<td>
<div class="menuContainer">
<a href="bureau.html"><p>Le Bureau</p></a>
</div>
</td>
<td>
<div class="menuContainer">
<a href="cours.html"><p>Les Stages</p></a>
</div>
</td>
<td>
<div class="menuContainer">
<a href="slalom.html"><p>Le Slalom</p></a>
</div>
</td>
<td>
<div class="menuContainer">
<a href="http://www.flickr.com/photos/skateinlorient/" target="_blank"><p>Photos</p></a>
</div>
</td>
<td>
<div class="menuContainer">
<a href="videos.html"><p>Vidéos</p></a>
</div>
</td>
</tr>
</table>
<table class="tableContainer">
<tr>
<td valign="top">
<div id ="mainBlock">
<h2>Le Bureau</h2>
<table class="tableContainer">
<tr>
<td><img src="img/francois.png" class="identite" alt="François" /><p style="margin-right: 20px">François - Président</p></td>
<td><img src="img/maxime.png" class="identite" alt="Maxime" /><p>Maxime - Vice-Président</p></td>
</tr>
<tr>
<td><img src="img/steve.png" class="identite" alt="Steve" /><p>Steve - Trésorier</p></td>
<td><img src="img/marco.png" class="identite" alt="Marco" /><p>Marco - Secrétaire</p></td>
</tr>
</table>
</div>
</td>
<td valign="top">
<div id="contact">
<h2>Contact</h2>
<p>Skate In Lorient Assos</p>
<p>18 rue Docteur Grosse - 56100 Lorient</p>
<p></p>
<p>contact@skateinlorient.com</p>
<p>François - 06 37 84 76 65</p>
<p></p>
<p>Marco - 06 80 08 69 14</p>
<p></p>
<p>Steve - 06 81 21 89 61</p>
<p></p>
<a href="https://www.facebook.com/pages/Skate-In-Lorient/431589486915091?ref=hl" target="_blank"><img src="img/facebook.png" alt="Facebook" /></a>
</div>
</td>
</tr>
</table>
<hr />
<p id="footer">Alexandre & Francois Cordporation, 2005 All Rights Reserved - By
<a href="http://www.nerdesign.fr">Nerdesign</a> - 2013
</p>
</body>
</html>