Forráskód Böngészése

mozaique personnes

ouidade 4 éve
szülő
commit
615303285a

BIN
user/pages/01.home/04._gouvernance/02._membres-du-conseil-dadministration/Alain Maugard_TROUVE.jpg


BIN
user/pages/01.home/04._gouvernance/02._membres-du-conseil-dadministration/catherine-chevillot-nouvelle-presidente-de-cite.JPG


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
user/pages/01.home/04._gouvernance/02._membres-du-conseil-dadministration/personnes.md


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
user/pages/01.home/04._gouvernance/03._equipe-epau/01._direction-generale-epau/personnes.md


BIN
user/pages/01.home/04._gouvernance/03._equipe-epau/02._direction-europan-france/Isabelle Moulin.jpg


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 5 - 1
user/pages/01.home/04._gouvernance/03._equipe-epau/02._direction-europan-france/personnes.md


+ 17 - 0
user/pages/01.home/04._gouvernance/03._equipe-epau/03._direction-popsu/personnes.md

@@ -1,5 +1,22 @@
 ---
 title: 'direction POPSU'
 body_classes: modular
+personnes:
+    -
+        nom: 'Aurore Meyfroidt'
+        fonction: 'Secrétaire scientifique'
+        biographie: "  Photo et bio demandées\r\naurore.meyfroidt@popsu.archi.fr\r\n+33 (0)1 40 81 80 40\r\n+33 (0)6 09 59 02 87"
+        portrait: null
+    -
+        nom: 'Julien Moulard'
+        fonction: 'Responsable de programme '
+        biographie: "  Photo et bio demandées\r\njulien.moulard@popsu.archi.fr\r\n+ 33 (0)1 40 81 70 72\r\n+ 33 (0)7 86 50 43 17"
+        portrait: null
+    -
+        nom: 'Hélène Milet'
+        fonction: 'Responsable de programme'
+        biographie: "  Photo et bio demandées\r\nhelene.milet@popsu.archi.fr\r\n+33 (0)1 40 81 92 68\r\n+33 (0)7 86 50 42 84"
+        portrait: null
 ---
 
+### Direction du programme de la Plateforme d'Observation des Projets et Stratégies Urbaines

+ 7 - 0
user/pages/01.home/04._gouvernance/03._equipe-epau/04._direction-coubertin/personnes.md

@@ -1,5 +1,12 @@
 ---
 title: 'direction Coubertin'
 body_classes: modular
+personnes:
+    -
+        nom: 'Julien Moulard'
+        fonction: 'Responsable de programme'
+        biographie: "  Photo et bio demandées\r\njulien.moulard@popsu.archi.fr\r\n+ 33 (0)1 40 81 70 72\r\n+ 33 (0)7 86 50 43 17"
+        portrait: null
 ---
 
+### Direction du programme Coubertin

BIN
user/pages/01.home/04._gouvernance/03._equipe-epau/05._direction-forum-des-solutions/Florentin Cornée.jpg


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 4 - 0
user/pages/01.home/04._gouvernance/03._equipe-epau/05._direction-forum-des-solutions/personnes.md


+ 1 - 2
user/pages/01.home/04._gouvernance/03._equipe-epau/equipe-epau.md

@@ -5,7 +5,6 @@ content:
 visible: true
 debugger: true
 template: modular/equipe-epau
-body_classes: 'modular-row personnes'
+body_classes: personnes
 ---
 
-### Équipe EPAU

+ 14 - 12
user/themes/epau-antimatter/css-compiled/template.css

@@ -887,6 +887,13 @@ ul.pagination {
   padding-bottom: 6rem;
   padding-top: 2rem; }
 
+#mozaique_personnes {
+  display: flex !important;
+  flex-direction: row;
+  flex-wrap: wrap;
+  width: 70%;
+  margin: auto; }
+
 .mozaique_personnes {
   background-color: #d5d2d1; }
 
@@ -898,23 +905,22 @@ ul.pagination {
   font-family: "Sarabun";
   font-weight: 800;
   font-size: 1rem;
-  line-height: 20px; }
+  line-height: 20px;
+  text-align: left; }
 
 .mozaique {
   display: flex;
   flex-direction: row;
-  max-width: 65%;
-  align-items: stretch;
-  position: relative;
-  margin-right: 10%;
-  margin-left: 15%;
-  height: auto; }
+  width: 50%;
+  padding: 0.5rem; }
 
 .info {
   background-color: #fff;
   display: flex;
   flex-direction: column;
-  font-family: "Sarabun", sans-serif; }
+  font-family: "Sarabun", sans-serif;
+  width: 30rem;
+  height: 30rem; }
 
 .info:hover {
   background-color: #000;
@@ -937,12 +943,8 @@ ul.pagination {
   padding-bottom: 1rem; }
 
 .portrait {
-  max-width: 15rem !important;
   background: transparent !important; }
 
-.2columns {
-  max-width: 25%; }
-
 .bouton {
   border: solid;
   background-color: transparent;

+ 9 - 9
user/themes/epau-antimatter/js/script-bio.js

@@ -17,12 +17,12 @@
 // } );
 
 
-$(".bouton").click(function(){
-     $("#modal .message").html("Contenu de ma modal");
-     $("#modal").addClass("open");
-});
-
-$("#modal .mask, #modal a.close").click(function(){
-     $("#modal").removeClass("open");
-     return false;
-});
+// $(".bouton").click(function(){
+//      $("#modal .message").html();
+//      $("#modal").addClass("open");
+// });
+//
+// $("#modal .mask, #modal a.close").click(function(){
+//      $("#modal").removeClass("open");
+//      return false;
+// });

+ 49 - 15
user/themes/epau-antimatter/scss/template/_custom.scss

@@ -192,12 +192,25 @@
 
 }
 
+#mozaique_personnes {
+  display: flex !important;
+  flex-direction: row;
+  flex-wrap: wrap;
+  // margin-left: 15%;
+  // padding-right: 15%;
+  width: 70%;
+  margin: auto;
+
+
+}
 
     .mozaique_personnes {
-      background-color: #d5d2d1
-    }
+      background-color: #d5d2d1;
+      }
+
 
     .mozaique_personnes h3 {
+
       margin-top: 0px !important;
       padding-top: 3rem;
       padding-left: 15%;
@@ -206,9 +219,15 @@
       font-weight: 800;
       font-size: 1rem;
       line-height: 20px;
+      text-align: left;
     }
 
-
+// .personne {
+//   // display: flex;
+//   // flex-direction: row;
+//   width: 50%;
+//
+// }
 
 
 
@@ -216,17 +235,25 @@
   // background-color: #fff;
   display: flex;
   flex-direction: row;
-  max-width: 65%;
-
-  align-items: stretch;
-  position: relative;
-  margin-right: 10%;
+  width: 50%;
+  // max-width: 35%;
+  padding: 0.5rem;
+  // align-items: stretch;
+  // position: relative;
+  // margin-right: 34%;
   // margin-bottom: 6rem;
-  margin-left: 15%;
-  height: auto;
+  // margin-left: 15%;
+  // height: auto;
+
 
 }
 
+// .personne {
+//   width: 45%;
+//   display: flex;
+//   flex-direction: row;
+// }
+
 // .mozaique :hover {
 //   background-color: #000;
 //   color: #fff;
@@ -237,9 +264,14 @@
       display:flex;
       flex-direction: column;
       font-family: $font-family-default;
-
+      width: 30rem;
+      height: 30rem;
 
     }
+
+// comment faire pour donner une largueur à .info 2 fois plus grande que .portrait? les img de .portrait ne semblent pas vouloir bouger...
+
+
     .info:hover {
         background-color: #000;
         color: #fff;
@@ -264,13 +296,15 @@
     }
 
 .portrait {
-  max-width:15rem !important;
+  // max-width:50% !important;
   background: transparent !important;
 }
 
-.2columns {
-  max-width: 25%;
-}
+// img.portrait {
+//   width: 20%;
+// }
+
+
 
 .bouton {
   border: solid;

+ 13 - 13
user/themes/epau-antimatter/templates/modular/personnes.html.twig

@@ -1,9 +1,10 @@
-<div class="mozaique_personnes {{ page.header.class}}">
+<div id="mozaique_personnes{{ page.header.class}}">
     {{ content|raw }}
 
+
     {% for personne in page.header.personnes %}
 
-      <div class="personne">
+      <!-- <div class="personne"> -->
         <div class="mozaique">
             <div class="portait">
               {% if personne.portrait %}
@@ -18,27 +19,26 @@
                 <h6>{{ personne.fonction }}</h6>
                 {% endif %}
                 <button class="bouton">Voir biographie</button>
-
             </div>
                 <div id="modal">
                 	<div class="mask">
-                	<div class="container">
-                		<div class="message">
-                      {% if personne.biographie %}
-                      <p>{{ personne.biographie|markdown }}</p>
-                      {% endif %}
+                  	<div class="container">
+                  		<div class="message">
+                        {% if personne.biographie %}
+                        <p>{{ personne.biographie|markdown }}</p>
+                        {% endif %}
+                      </div>
+                  		<a href="#" class="close">&times;</a>
                     </div>
-                		<a href="#" class="close">&times;</a>
-
-                	</div>
                   </div>
-                </div>
+              	</div>
+
 
 
         </div>
 
 
-      </div>
+      <!-- </div> -->
 
     {% endfor %}
 

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott