Initial commit
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 17s

This commit is contained in:
2025-02-24 11:25:16 +01:00
parent 16e9743960
commit a1f133027b

View File

@@ -1,6 +1,6 @@
{{ define "main" }}
<div class="m-auto mx-4 max-w-6xl">
<div class="mx-auto my-16 grid max-w-2xl auto-rows-fr grid-cols-1 gap-8 sm:mt-20 lg:mx-0 lg:max-w-6xl lg:grid-cols-3">
<div class="m-auto max-w-6xl">
<div class="mx-4 my-16 grid max-w-2xl auto-rows-fr grid-cols-1 gap-8 sm:mt-20 lg:mx-0 lg:max-w-6xl lg:grid-cols-3">
{{ 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">
@@ -14,9 +14,10 @@
</div>
</div>
<div class="m-auto mx-4 my-16 max-w-6xl">
<div class="m-auto my-16 max-w-6xl">
<div class="mx-4">
<h2 class="text-2xl text-mms-nightblue text-center">Qu'est-ce que la Maison de la Mobilité Solidaire</h2>
<div class="mx-auto grid max-w-2xl auto-rows-fr grid-cols-1 gap-8 lg:mx-10 lg:max-w-6xl lg:grid-cols-2">
<div class="grid max-w-2xl auto-rows-fr grid-cols-1 gap-8 lg:mx-10 lg:max-w-6xl lg:grid-cols-2">
<div>
{{$img := resources.Get "images/visuel-mms43.svg"}}
<img src="{{$img.RelPermalink}}" alt="{{.Site.Title}}" />
@@ -26,10 +27,12 @@
</div>
</div>
</div>
</div>
<div class="h-10 bg-mms-nightblue">&nbsp;</div>
<div class="m-auto mx-4 my-16 max-w-6xl">
<div class="m-auto my-16 max-w-6xl">
<div class="mx-4">
<h2 class="text-2xl text-mms-nightblue text-center">Les dernières actus de la MMS 43</h2>
{{ range where site.RegularPages "Section" "articles" }}
<a href="{{.Page.RelPermalink}}">
@@ -48,4 +51,5 @@
</a>
{{ end }}
</div>
</div>
{{ end }}