Compare commits
3 commits
main
...
feat/table
Author | SHA1 | Date | |
---|---|---|---|
52bebd6c75 | |||
f4b15dfdfb | |||
258643e7cf |
3 changed files with 15 additions and 4 deletions
|
@ -28,6 +28,11 @@ div#jardin p {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav#sommaire {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: var(--med_margin);
|
||||||
|
}
|
||||||
|
|
||||||
h2#infras {
|
h2#infras {
|
||||||
background-color: var(--infras);
|
background-color: var(--infras);
|
||||||
grid-area: title-start 1 / col-sep 1 / title-end 1 / col-sep 12;
|
grid-area: title-start 1 / col-sep 1 / title-end 1 / col-sep 12;
|
||||||
|
@ -390,6 +395,7 @@ div#blog {
|
||||||
grid-area: row-start / col-sep 1 / jardin-end / col-sep 11;
|
grid-area: row-start / col-sep 1 / jardin-end / col-sep 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
nav#menu {
|
nav#menu {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -532,7 +538,7 @@ div#blog {
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#liens {
|
nav#liens {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 12rem;
|
margin-bottom: 12rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -251,7 +251,7 @@ pre.center > a {
|
||||||
div#container, nav#menu, body {
|
div#container, nav#menu, body {
|
||||||
background-color: var(--night-background);
|
background-color: var(--night-background);
|
||||||
}
|
}
|
||||||
p, pre, ul, li, a, a:hover, h1, h2, footer {
|
p, pre, ul, li, a, a:hover, h1, h2, footer, nav {
|
||||||
color: var(--txt-night);
|
color: var(--txt-night);
|
||||||
}
|
}
|
||||||
.highlight {
|
.highlight {
|
||||||
|
|
|
@ -488,7 +488,12 @@
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
<p>Fabriquons un internet convivial ⤵</p>
|
<p>Fabriquons un internet convivial ⤵</p>
|
||||||
|
|
||||||
|
<nav id="sommaire" aria-label="sommaire">
|
||||||
|
<a href="#infras">Infrastructures</a><span role="separator"> · </span><a href="#outils">Services</a><span role="separator"> · </span><a href="#valeurs">Valeurs</a><span role="separator"> · </span><a href="#connaissance">Faisons connaissance</a>
|
||||||
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 id="infras"><span class="decoration" aria-hidden="true"></span>Avec nos propres infrastructures<span class="decoration" aria-hidden="true"></span></h2>
|
<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">
|
<div id="rennes" role="img" aria-label="illustration de trois serveurs informatiques rangés dans la bibliothèque d'un salon">
|
||||||
<!--diode qui clignote ?-->
|
<!--diode qui clignote ?-->
|
||||||
|
@ -1386,9 +1391,9 @@ _ ` ^ ¨ · _ - " ` * - ; - _
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
<div id="liens">
|
<nav id="liens" aria-label="liens de pied de page">
|
||||||
<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>
|
<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>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<!-- script animations -->
|
<!-- script animations -->
|
||||||
|
|
Loading…
Reference in a new issue