refonte page d'accueil nouveau design, sans images pour l'instant

This commit is contained in:
2026-05-29 01:15:56 +02:00
parent 39ed94c029
commit 1956952a2a
31 changed files with 1407 additions and 1346 deletions

View File

@@ -0,0 +1,21 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
id="projet-$index"
data-geofieldlon="$lon"
data-geofieldlat="$lat"
data-title="$title"
data-place="$place"
>
<a href="$href">
<circle
cx="9"
cy="9"
r="6"
style="cursor: pointer; fill: #4a4a49;"
class="fills"/>
</a>
</svg>

After

Width:  |  Height:  |  Size: 377 B