Browse Source

modif page infos personnelles + navigation

Oriane 11 years ago
parent
commit
ded458ae5b
2 changed files with 15 additions and 7 deletions
  1. 1 1
      illyse-si-design/index.html
  2. 14 6
      illyse-si-design/infos.html

+ 1 - 1
illyse-si-design/index.html

@@ -24,7 +24,7 @@
   <div class="large-9 columns">
   <!-- Partie à inclure -->
         <div class="row">
-            <h2><span>Tableau de bord</span></h2>
+            <h2>Tableau de bord</h2>
             <div class="large-6 columns">
                 <h3>Alertes</h3>
                 <div class="panel">Ici les news de santé des serveurs, etc.</div>

+ 14 - 6
illyse-si-design/infos.html

@@ -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>