|
@@ -25,12 +25,20 @@
|
|
|
<!-- Partie à inclure -->
|
|
|
<div class="row">
|
|
|
<h2>Mes informations personnelles</h2>
|
|
|
- <strong>John Doe</strong><br/>
|
|
|
- 55, rue des canards<br/>
|
|
|
- 69000 LYON<br/>
|
|
|
- coin@illyse.org<br/>
|
|
|
- 01 01 01 01 01<br/>
|
|
|
- Clé ssh
|
|
|
+ <div class="panel">
|
|
|
+ <h3>Me joindre</h3>
|
|
|
+ <strong>John Doe</strong><br/>
|
|
|
+ 55, rue des canards<br/>
|
|
|
+ 69000 LYON<br/>
|
|
|
+ coin [at] illyse [point] org<br/>
|
|
|
+ 01 01 01 01 01<br/>
|
|
|
+ </div>
|
|
|
+ <div class="panel">
|
|
|
+ <h3>Je suis membre d'illyse</h3>
|
|
|
+ <p>et ma cotisation est : <span class="label success">à jour !</span></p>
|
|
|
+ </div>
|
|
|
+ <a href="#" class="button">Modifier mes informations</a>
|
|
|
+ <a href="#" class="button">Mettre à jour ma cotisation</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|