css
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
<div class="programmes{{ page.header.class}}">
|
||||
<div class="parallax-window" data-parallax="scroll" data-image-src="{/pages/02._programmes/10361_web_01.jpg}"></div>
|
||||
{{ content|raw }}
|
||||
|
||||
|
||||
{#
|
||||
<div class="paralax-bg">
|
||||
</div>
|
||||
#}
|
||||
|
||||
{% for programme in page.header.programmes %}
|
||||
|
||||
<div class="programme">
|
||||
|
||||
@@ -1,27 +1,26 @@
|
||||
<div class="modular-row {{ page.header.class}}">
|
||||
<div class="ressources {{ page.header.class}}">
|
||||
{{ content|raw }}
|
||||
|
||||
<div class="">
|
||||
|
||||
{% for rapport in page.header.rapports %}
|
||||
|
||||
<div class="">
|
||||
<div class="">
|
||||
<div class="ressource">
|
||||
|
||||
{% if rapport.couverture and rapport.pdf %}
|
||||
<a href="{{page.media[rapport.pdf].url|e }}" download >
|
||||
<img src="{{page.media[rapport.couverture].url|e }}" alt="couverture du {{rapport.titre_du_rapport}}" />
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if rapport.titre_du_rapport %}
|
||||
<h4>{{ rapport.titre_du_rapport }}</h4>
|
||||
{% endif %}
|
||||
{% if rapport.texte_de_presentation %}
|
||||
<p>{{ rapport.texte_de_presentation|markdown }}</p>
|
||||
{% endif %}
|
||||
{% if rapport.couverture and rapport.pdf %}
|
||||
<a href="{{page.media[rapport.pdf].url|e }}" download >
|
||||
<img src="{{page.media[rapport.couverture].url|e }}" alt="couverture du {{rapport.titre_du_rapport}}" />
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user