update(footer): change css for link & only show git link
authorrick <rick@gnous.eu>
Wed, 22 Dec 2021 03:28:07 +0000 (04:28 +0100)
committerrick <rick@gnous.eu>
Wed, 22 Dec 2021 21:30:37 +0000 (22:30 +0100)
css/style.css
index.html
ou.html

index 33cea9cd48c8e0c5e0617bfc17e27ca7b45bcc0b..c9cdf6274fe7f1b63df5af4cbaf878b9c99ffd12 100644 (file)
@@ -38,6 +38,10 @@ footer {
   margin: 0;
 }
 
+#footer-text a {
+  color: black;
+}
+
 #footer-contact {
   padding-top: 1em;
   font-size: 12px;
@@ -46,4 +50,4 @@ footer {
 #footer-link-email {
   color: black;
   text-decoration: underline dotted;
-}
\ No newline at end of file
+}
index 66838d794f37a4fae40df4b3c22f9aafb8c36716..1503f6d47de015036b763e2956e99fd6469b1ced 100644 (file)
@@ -33,7 +33,7 @@
                 <img src="img/gplv3-or-later.png"/>
                 <div id="footer-text">
                     <p>Site sans cookie, ni JS, ni tracker.</p>
-                    <p>Source des images -- Code source de la page -- Police utilisée</p>
+                    <p><a href="https://git.semapy.xyz/semapy/tree/index.html">Code source de la page</a></p>
                     <p id="footer-contact">2021 (c) rick <a id="footer-link-email" href="mailto:rick@gnous.eu">&lt;rick@gnous.eu&gt;</a></p>
                 </div>
                 <img id="fsf" src="img/fsf.png"/>
diff --git a/ou.html b/ou.html
index 7cb8c0643342d08534d26499e10657a5a6b94614..db0ea79f0eb4e96db55d522806f24a02406624af 100644 (file)
--- a/ou.html
+++ b/ou.html
@@ -76,7 +76,7 @@
                 <img src="img/gplv3-or-later.png"/>
                 <div id="footer-text">
                     <p>Site sans cookie, ni JS, ni tracker.</p>
-                    <p>Source des images -- Code source de la page -- Police utilisée</p>
+                    <p><a href="https://git.semapy.xyz/semapy/tree/ou.html">Code source de la page</a></p>
                     <p id="footer-contact">2021 (c) rick <a id="footer-link-email" href="mailto:rick@gnous.eu">&lt;rick@gnous.eu&gt;</a></p>
                 </div>
                 <img id="fsf" src="img/fsf.png"/>