-
Notifications
You must be signed in to change notification settings - Fork 1
/
planning.html
31 lines (30 loc) · 1 KB
/
planning.html
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
<div id="calendar">
<div style="text-align:left" class="container">
<h2>Planning</h2>
<p>L'Open Week se déroulera dans la salle Intel, dans le bâtiment réaumur (b.080). Voici le planning type d'une journée pour la semaine. Nous prévoirons aussi un moyen de divertissement pour d'éventuelles pauses durant les phases de contribution au projet.</p>
<table class="table table-bordered col-md-8">
<tbody>
<tr>
<td width="20%"><b>9h00 - 9h30</b></td>
<td>Petit déjeuner</td>
</tr>
<tr>
<td><b>9h30 - 12h30</b></td>
<td>Contribution aux projets</td>
</tr>
<tr>
<td><b>12h30 - 13h30</b></td>
<td>Lunch</td>
</tr>
<tr>
<td><b>13h30 - 16h30 </b></td>
<td>Contribution aux projets</td>
</tr>
<tr>
<td><b>16h30 - . . . </b></td>
<td>Activitée</td>
</tr>
</tbody>
</table>
</div>
</div>