aboutsummaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
Diffstat (limited to 'design')
-rw-r--r--design/index.html5
-rw-r--r--design/style.css11
2 files changed, 16 insertions, 0 deletions
diff --git a/design/index.html b/design/index.html
index addfcc7..6185253 100644
--- a/design/index.html
+++ b/design/index.html
@@ -86,5 +86,10 @@ func main() {
<li>Item 3</li>
</ol>
</article>
+ <footer>
+ <p>&copy; 2025 - William Hergès</p>
+ <p>Une citation</p>
+ <p><a href="https://william.herges.fr/legal/">Mentions légales</a></p>
+ </footer>
</body>
</html>
diff --git a/design/style.css b/design/style.css
index 5b91c50..0e97ab4 100644
--- a/design/style.css
+++ b/design/style.css
@@ -213,3 +213,14 @@ header {
}
}
+footer {
+ max-width: var(--deco-width);
+ height: 8rem;
+
+ margin: 4rem auto 0 auto;
+ padding-top: 2rem;
+
+ border-top: var(--color-light) 2px solid;
+
+ font-size: var(--font-size-tiny);
+}