module valeurs/equipe
This commit is contained in:
@ -3,49 +3,54 @@
|
||||
{% set image = page.media.images|first %}
|
||||
|
||||
{% block body %}
|
||||
<div class="header-wrapper">
|
||||
{% include 'partials/bandeau.html.twig' %}
|
||||
</div>
|
||||
<div class="header-wrapper">
|
||||
{% include 'partials/bandeau.html.twig' %}
|
||||
</div>
|
||||
|
||||
<section class="body-wrapper">
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@type": "Article",
|
||||
"headline": "{{page.title}}",
|
||||
"alternativeHeadline": "{{page.summary}}",
|
||||
"image": "http://example.com/image.jpg",
|
||||
"author": "",
|
||||
"award": "{{page.title}}",
|
||||
"editor": "Le Campus",
|
||||
"genre": "{{page.title}}",
|
||||
"keywords": " le_campus_valdedrome ",
|
||||
"wordcount": "1120",
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "Le Campus",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "/user/themes/lecampus/images/logo_lecampus.svg"
|
||||
}
|
||||
},
|
||||
"url": "{{uri.base}}",
|
||||
"datePublished": "2015-09-20",
|
||||
"dateCreated": "2015-09-20",
|
||||
"dateModified": "2015-09-20",
|
||||
"description": "We love to do stuff to help people and stuff",
|
||||
"articleBody": "You can paste your entire post in here, and yes it can get really really long."
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@type": "Article",
|
||||
"headline": "{{page.title}}",
|
||||
"alternativeHeadline": "{{page.summary}}",
|
||||
"image": "http://example.com/image.jpg",
|
||||
"author": "",
|
||||
"award": "{{page.title}}",
|
||||
"editor": "Le Campus",
|
||||
"genre": "{{page.title}}",
|
||||
"keywords": " le_campus_valdedrome ",
|
||||
"wordcount": "1120",
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "Le Campus",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "/user/themes/lecampus/images/logo_lecampus.svg"
|
||||
}
|
||||
},
|
||||
"url": "{{uri.base}}",
|
||||
"datePublished": "2015-09-20",
|
||||
"dateCreated": "2015-09-20",
|
||||
"dateModified": "2015-09-20",
|
||||
"description": "We love to do stuff to help people and stuff",
|
||||
"articleBody": "You can paste your entire post in here, and yes it can get really really long."
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
{% block sidebar %}
|
||||
{% include 'partials/sidebar.html.twig' %}
|
||||
{% endblock %}
|
||||
|
||||
<div class="module">
|
||||
{% include 'modular/section-valeurs-equipe.html.twig' %}
|
||||
</div>
|
||||
{% block sidebar %}
|
||||
{% include 'partials/sidebar.html.twig' %}
|
||||
{% endblock %}
|
||||
|
||||
<div class="module">
|
||||
{% include 'modular/section-valeurs-equipe.html.twig' %}
|
||||
</div>
|
||||
|
||||
<div class="dl_plaquette">
|
||||
{{content}}
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
@ -6,9 +6,8 @@
|
||||
|
||||
|
||||
{% for personne in page.header.personnes %}
|
||||
<!-- {{ dump(personne) }} -->
|
||||
|
||||
<div class="personne">
|
||||
<!-- <div class="mozaique"> -->
|
||||
<div class="photo">
|
||||
{% if personne.portrait %}
|
||||
<img src="{{page.media[personne.portrait].url|e }}" alt="photo de {{personne.nom}}" />
|
||||
@ -24,27 +23,9 @@
|
||||
{% if personne.biographie %}
|
||||
<p>{{ personne.biographie|markdown }} </p>
|
||||
{% endif %}
|
||||
<!-- <button class="bouton">Voir biographie</button>
|
||||
<div class="modal">
|
||||
<div class="mask">
|
||||
<div class="container">
|
||||
<div class="message">
|
||||
{% if personne.biographie %}
|
||||
<p>{{ personne.biographie|markdown }} </p>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
<a href="#" class="close">×</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
|
||||
<!-- </div> -->
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user