-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcours.html
More file actions
150 lines (119 loc) · 3.32 KB
/
cours.html
File metadata and controls
150 lines (119 loc) · 3.32 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!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>Les Stages</h2>
<p class="pAlignLeft">Les stages ont lieu sur un format de un ou deux jours, généralement pendant les vacances scolaires et se déroulent au skatepark de Lorient.</p>
<h2>Les prix ?</h2>
<p class="pAlignLeft">Les prix varient en fonction du stage mais le prix moyen est de 30 euros la journée (5 heures de pratique).</p>
<p class="pAlignLeft">Pour un premier stage il faut ajouter :</p>
<ul>
<li>Adhésion à l'asso : 5€</li>
<li>La licence de la fédération, dont le prix est fonction de l'âge : </li>
<ul>
<li>Moins de 6 ans : 10,14€</li>
<li>De 6 à 12 ans : 18,34€</li>
<li>Plus de 13 ans : 35,84€</li>
</ul>
</ul>
<h2>Les profs</h2>
<p class="pAlignLeft">Nos deux professeurs sont titulaires d'un BIF </p>
<table align="center">
<tr>
<td>
<p><img src="img/tom.jpg" class="avatar" alt="Tom"/> <br/>
Tom<p>
</td>
<td>
<p><img src="img/alex.jpg" class="avatar" alt="Alex"/> <br/>
Alex</p>
</td>
</tr>
</table>
<h2>Des questions ?</h2>
<p class="pAlignLeft">Pour avoir plus d'infos et si vous souhaitez vous inscrire, n'hésitez pas à nous contacter, soit par mail, soit directement en contactant Tom au 06.85.58.46.34</p> </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>