update(footer): change css for link & only show git link
This commit is contained in:
parent
374ba63b8a
commit
03aacec368
3 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"><rick@gnous.eu></a></p>
|
||||
</div>
|
||||
<img id="fsf" src="img/fsf.png"/>
|
||||
|
|
2
ou.html
2
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"><rick@gnous.eu></a></p>
|
||||
</div>
|
||||
<img id="fsf" src="img/fsf.png"/>
|
||||
|
|
Loading…
Reference in a new issue