Add a new section and rename another one.
The content of the newly added section, "Remerciements", still has to be completed.
This commit is contained in:
parent
10f6b89753
commit
9374b3b68d
1 changed files with 15 additions and 1 deletions
16
index.html
16
index.html
|
@ -98,7 +98,7 @@
|
|||
</section>
|
||||
|
||||
<section class="purple">
|
||||
<h2>Remerciements</h2>
|
||||
<h2>Organisateurs</h2>
|
||||
<div>
|
||||
<div id="sponsors">
|
||||
<a href="https://www.cof.ens.fr">
|
||||
|
@ -122,6 +122,20 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="pink">
|
||||
<h2>Remerciements</h2>
|
||||
<table id="acknowledgements">
|
||||
<tr>
|
||||
<td class="name">Camille Gobert</td>
|
||||
<td class="role">, communication graphique et site web</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name">Christian Huet</td>
|
||||
<td class="role">, régisseur du théâtre de l'ENS</td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
<!-- Note: tipso plugin requires the full jQuery library, the slim one is not sufficient -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue