evol#9614-modifications demandées revue site 2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m35s

This commit is contained in:
Arnaud Delcasse
2025-08-28 05:44:02 +02:00
parent 5cd3d1e5a1
commit c0c89c816c
36 changed files with 1958 additions and 42 deletions

View File

@@ -3,7 +3,7 @@
<div class="w-full mx-4 my-10 grid max-w-2xl auto-rows-fr grid-cols-1 sm:grid-cols-2 gap-8 lg:mx-0 lg:max-w-6xl lg:grid-cols-4 items-center justify-center">
{{ range where site.RegularPages "Section" "pages" }}
<a href="{{.Page.RelPermalink}}">
<article class="relative isolate flex flex-col justify-end overflow-hidden rounded-2xl px-8 py-12 text-white bg-mms-nightblue">
<article class="relative isolate flex flex-col justify-end overflow-hidden rounded-2xl h-130 px-8 py-12 text-white bg-mms-nightblue">
{{ $img := resources.Get .Page.Params.featuredimage}}
<img src="{{$img.RelPermalink}}" class="max-h-56" alt="{{.Page.Title}}" />
<h3 class="text-center text-xl my-5">{{.Page.Params.subtitle}}</h3>
@@ -21,15 +21,6 @@
<div>
{{$img := resources.Get "images/visuel-mms43.svg"}}
<img class="mb-4" src="{{$img.RelPermalink}}" alt="{{.Site.Title}}" />
<h3 class="text-lg text-mms-nightblue">Porté par</h3>
{{$img := resources.Get "images/partenaires-mms43.png"}}
<img class="max-h-24" src="{{$img.RelPermalink}}" alt="Partenaires" />
<h3 class="text-lg text-mms-nightblue">En partenariat avec</h3>
{{$img := resources.Get "images/avec-mms43.svg"}}
<img class="max-h-18" src="{{$img.RelPermalink}}" alt="Partenaires" />
<h3 class="text-lg text-mms-nightblue">Financé par</h3>
{{$img := resources.Get "images/financeurs-mms43.png"}}
<img class="max-h-18" src="{{$img.RelPermalink}}" alt="Partenaires" />
</div>
<div class="p-8 text-justify">
<p class="p-4">La Maison de la Mobilité Solidaire Haute-Loire est un projet porté par les associations FIT, Solidarauto 43 et FACE 43, en collaboration
@@ -40,6 +31,13 @@ Développer un programme de sensibilisation et daccompagnement des acteurs te
</div>
</div>
<video controls width="600" class="m-auto">
{{$mp4 := resources.Get "videos/MMS43_Compressed.mp4" }}
<source src="{{$mp4.RelPermalink}}" type="video/mp4" />
Télécharger au format
<a href="{{$mp4.RelPermalink}}">MP4</a>.
</video>
</div>
</div>