diff options
author | ADRN <adrien@luxeylab.net> | 2024-08-30 09:55:42 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-08-30 09:55:42 +0200 |
commit | f4b15dfdfb7faedd45f1e156c1ccdc3aaf81625c (patch) | |
tree | d8749d8e14ed456e5697ef0cd1ad4af1a3a9243f | |
parent | 258643e7cf9a7cd5232ae70eea2e256e455a7510 (diff) | |
download | site-f4b15dfdfb7faedd45f1e156c1ccdc3aaf81625c.tar.gz site-f4b15dfdfb7faedd45f1e156c1ccdc3aaf81625c.zip |
ajout sommaire avec markup
-rw-r--r-- | static/css/home.css | 5 | ||||
-rw-r--r-- | static/css/layout.css | 2 | ||||
-rw-r--r-- | static/index.html | 4 |
3 files changed, 10 insertions, 1 deletions
diff --git a/static/css/home.css b/static/css/home.css index f438a5d..893ae13 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -28,6 +28,11 @@ div#jardin p { justify-content: center; } +nav#sommaire { + text-align: center; + margin-top: 3rem; +} + h2#infras { background-color: var(--infras); grid-area: title-start 1 / col-sep 1 / title-end 1 / col-sep 12; diff --git a/static/css/layout.css b/static/css/layout.css index ff73100..9a4d6a5 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -251,7 +251,7 @@ pre.center > a { div#container, nav#menu, body { 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); } .highlight { diff --git a/static/index.html b/static/index.html index 93be545..4ac02a3 100644 --- a/static/index.html +++ b/static/index.html @@ -488,6 +488,10 @@ </pre> </div> <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> <h2 id="infras"><span class="decoration" aria-hidden="true"></span>Avec nos propres infrastructures<span class="decoration" aria-hidden="true"></span></h2> |