summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2023-02-08 19:18:09 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2023-02-08 19:24:50 +0100
commit1722481c14dbfdcd625dd731ad11c14ecdffc71f (patch)
tree096f1871f057a110d4a25d926c7e9acb393bd11c
parentcd3b0dd198f51721bf1840a1648e5aea57c384d8 (diff)
Ajout des réseaux sociaux
-rw-r--r--index.css6
-rw-r--r--index.html10
2 files changed, 13 insertions, 3 deletions
diff --git a/index.css b/index.css
index c520d4b..444decd 100644
--- a/index.css
+++ b/index.css
@@ -30,3 +30,9 @@ figure img {
figure figcaption {
text-align: center;
}
+
+footer {
+ margin-top: 5ex;
+ padding-top: 1ex;
+ border-top: 3px solid gray;
+}
diff --git a/index.html b/index.html
index 7c0135e..adf4469 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -60,6 +58,12 @@
</a>
</li>
</ul>
+ <footer>
+ Nous contacter :
+ <a href="mailto:copirate@planete-kraus.eu">par
+ courriel</a>, <a rel="me"
+ href="https://mastouille.fr/@gugurumbe">sur les réseaux
+ sociaux</a>
+ </footer>
</body>
</html>
-