aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorADRN <adrien@luxeylab.net>2024-08-30 09:29:52 +0200
committerADRN <adrien@luxeylab.net>2024-08-30 09:29:52 +0200
commit258643e7cf9a7cd5232ae70eea2e256e455a7510 (patch)
tree62d72926d125716cdbaddb78e896125ccb4fe930
parent3e6ae0e636a664e4c56f43a64c1f5b034f978417 (diff)
downloadsite-258643e7cf9a7cd5232ae70eea2e256e455a7510.tar.gz
site-258643e7cf9a7cd5232ae70eea2e256e455a7510.zip
liens du footer dans balise nav
-rw-r--r--static/css/home.css3
-rw-r--r--static/index.html5
2 files changed, 5 insertions, 3 deletions
diff --git a/static/css/home.css b/static/css/home.css
index 9053807..f438a5d 100644
--- a/static/css/home.css
+++ b/static/css/home.css
@@ -390,6 +390,7 @@ div#blog {
grid-area: row-start / col-sep 1 / jardin-end / col-sep 11;
}
+
nav#menu {
position: fixed;
width: 100%;
@@ -532,7 +533,7 @@ div#blog {
font-size: 0.85rem;
}
- #liens {
+ nav#liens {
text-align: center;
margin-bottom: 12rem;
}
diff --git a/static/index.html b/static/index.html
index 178793a..93be545 100644
--- a/static/index.html
+++ b/static/index.html
@@ -489,6 +489,7 @@
</div>
<p>Fabriquons un internet convivial ⤵</p>
</div>
+
<h2 id="infras"><span class="decoration" aria-hidden="true"></span>Avec nos propres infrastructures<span class="decoration" aria-hidden="true"></span></h2>
<div id="rennes" role="img" aria-label="illustration de trois serveurs informatiques rangés dans la bibliothèque d'un salon">
<!--diode qui clignote ?-->
@@ -1386,9 +1387,9 @@ _ ` ^ ¨ · _ - " ` * - ; - _
</pre>
</div>
- <div id="liens">
+ <nav id="liens">
<a href="https://guide.deuxfleurs.fr/vie_associative/cgu/">CGU</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/vie_associative/gestion-des-risques/">Gestion des risques</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/vie_associative/mentions-legales">Mentions légales</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/operations/sources">Sources</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/vie_associative/nous-rejoindre/">Nous rejoindre</a>
- </div>
+ </nav>
</footer>
</div>
<!-- script animations -->