ajout sommaire avec markup

This commit is contained in:
ADRN 2024-08-30 09:55:42 +02:00
parent 258643e7cf
commit f4b15dfdfb
3 changed files with 10 additions and 1 deletions

View file

@ -28,6 +28,11 @@ div#jardin p {
justify-content: center; justify-content: center;
} }
nav#sommaire {
text-align: center;
margin-top: 3rem;
}
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;

View file

@ -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 {

View file

@ -488,6 +488,10 @@
</pre> </pre>
</div> </div>
<p>Fabriquons un internet convivial ⤵</p> <p>Fabriquons un internet convivial ⤵</p>
<nav id="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>