update(footer): change css for link & only show git link

This commit is contained in:
rick 2021-12-22 04:28:07 +01:00
parent 374ba63b8a
commit 03aacec368
3 changed files with 7 additions and 3 deletions

View 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;
}
}

View 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"/>

View file

@ -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"/>