affinage style event
This commit is contained in:
@@ -7,10 +7,11 @@
|
||||
|
||||
<div class="presentation-event">
|
||||
{{ content|raw }}
|
||||
|
||||
{% for button in page.header.buttons %}
|
||||
<a class="bouton{% if button.primary %} primary{% endif %}" href="{{ button.url }}">{{ button.text }}</a>
|
||||
{% endfor %}
|
||||
<div class="boutons-event">
|
||||
{% for button in page.header.buttons %}
|
||||
<a class="bouton{% if button.primary %} primary{% endif %}" href="{{ button.url }}">{{ button.text }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
<div class="callout after-h1">
|
||||
|
||||
|
||||
<!-- {% set image = page.media.images|first %}
|
||||
{% if image %}
|
||||
{{ image.cropResize(400,400).html('','','align-'~page.header.image_align)|raw }}
|
||||
@@ -9,26 +11,22 @@
|
||||
</div> -->
|
||||
|
||||
<div class="titre_bsn">
|
||||
<div class="logo-event">
|
||||
<img id="explog" src="Republique-francaise-logo-sans-text.svg" alt="logo Expérimentation Logement">
|
||||
</div>
|
||||
|
||||
<h1>Lancement du programme Expérimentation Logement</h1>
|
||||
<div class="text-titre-event">
|
||||
<h1>Lancement du programme </br>Expérimentation Logement</h1>
|
||||
|
||||
<div class="souligne toleft " >
|
||||
<svg width="100%" height="0.5rem">
|
||||
<rect class="" width="100%" height="100%" style="fill:rgb(255,255,255)" />
|
||||
</svg>
|
||||
</div>
|
||||
<div class="souligne toleft " >
|
||||
<svg width="100%" height="0.5rem">
|
||||
<rect class="" width="100%" height="100%" style="fill:rgb(255,255,255)" />
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
<!-- <h2>L'EUROPE DES PROJETS ARCHITECTURAUX ET URBAINS</h2> -->
|
||||
|
||||
<!-- <p>L'EUROPE DES PROJETS ARCHITECTURAUX ET URBAINS EST UN GROUPEMENT
|
||||
D'INTÉRÊT PUBLIC, SOUS LA TUTELLE DU MINISTÈRE EN CHARGE DE
|
||||
L'ARCHITECTURE, DU MINISTÈRE EN CHARGE DE L'URBANISME, LA CITÉ DE
|
||||
L'ARCHITECTURE ET DU PATRIMOINE ET DE L'ASSOCIATION EUROPAN FRANCE. IL
|
||||
CONDUIT DES ACTIONS DE RECHERCHE, D'EXPÉRIMENTATION, DE VALORISATION ET
|
||||
D'ANIMATION DES RÉSEAUX PROFESSIONNELS DU CADRE BÂTI, DE LA VILLE ET DES
|
||||
TERRITOIRES.</p> -->
|
||||
|
||||
|
||||
{{ content|raw }}
|
||||
<div class="sous-titre">
|
||||
{{ content|raw }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -47,10 +47,12 @@
|
||||
<div id="sb-site">
|
||||
{% block header %}
|
||||
<header id="header">
|
||||
<div id="logo">
|
||||
<img id="gouv" src="user/pages/01.home/Republique-francaise-logo-sans-text.svg" alt="logo République Française">
|
||||
<img id="epau" src="user/pages/01.home/EPAU_logo_EPAU_vecto-seul.svg" alt="logo EPAU">
|
||||
</div>
|
||||
<a href="http://www.epau.archi.fr">
|
||||
<div id="logo">
|
||||
<img id="gouv" src="Republique-francaise-logo-sans-text.svg" alt="logo République Française">
|
||||
<img id="epau" src="EPAU_logo_EPAU_vecto-seul.svg" alt="logo EPAU">
|
||||
</div>
|
||||
</a>
|
||||
<div id="navbar">
|
||||
{% block header_extra %}{% endblock %}
|
||||
{% if config.plugins.langswitcher.enabled %}
|
||||
|
||||
Reference in New Issue
Block a user