ajout module

This commit is contained in:
2024-03-04 18:26:45 +01:00
parent d0a915c6a8
commit 27f7e3b8db
2 changed files with 56 additions and 2 deletions
@@ -266,9 +266,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
padding-top: 8rem;
padding-bottom: 8rem;
.slick-slider{
}
.slick-list{
width: 70%;
margin: auto;
@@ -0,0 +1,56 @@
<div class="ressources">
<div class="titre_nsb after-h1">
<h1>Fiches de postes et Appels d'offres</h1>
<div class="souligne toright" >
<svg width="100%" height="0.5rem">
<rect class="" width="100%" height="100%" style="fill:rgb(0,0,0)" />
</svg>
</div>
<!-- <div class="after-h1-finish">
<svg width="50%" height="0.5rem">
<rect width="100%" height="100%" style="fill:rgb(0,0,0);stroke-width:3;stroke:rgb(0,0,0)" />
</svg>
</div> -->
</div>
{{ content|raw }}
<div class="features {{ page.header.class}}">
<div class="feature-items">
<div class="texte-cache">
{% for rapport in page.header.rapports %}
<div class="feature ">
{% if rapport.couverture and rapport.pdf %}
<a href="{{page.media[rapport.pdf].url|e }}" target="_blank" >
<img src="{{page.media[rapport.couverture].url|e }}" alt="couverture du {{rapport.titre_du_rapport}}" />
{% 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 %}
</a>
</div>
{% endfor %}
</div>
</div>
</div>
<!-- <a href=""> -->
<button class="bouton-ouverture">Voir plus</button>
<!-- </a> -->
</div>