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;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer-text a {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
#footer-contact {
|
#footer-contact {
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
<img src="img/gplv3-or-later.png"/>
|
<img src="img/gplv3-or-later.png"/>
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
<p>Site sans cookie, ni JS, ni tracker.</p>
|
<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>
|
<p id="footer-contact">2021 (c) rick <a id="footer-link-email" href="mailto:rick@gnous.eu"><rick@gnous.eu></a></p>
|
||||||
</div>
|
</div>
|
||||||
<img id="fsf" src="img/fsf.png"/>
|
<img id="fsf" src="img/fsf.png"/>
|
||||||
|
|
2
ou.html
2
ou.html
|
@ -76,7 +76,7 @@
|
||||||
<img src="img/gplv3-or-later.png"/>
|
<img src="img/gplv3-or-later.png"/>
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
<p>Site sans cookie, ni JS, ni tracker.</p>
|
<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>
|
<p id="footer-contact">2021 (c) rick <a id="footer-link-email" href="mailto:rick@gnous.eu"><rick@gnous.eu></a></p>
|
||||||
</div>
|
</div>
|
||||||
<img id="fsf" src="img/fsf.png"/>
|
<img id="fsf" src="img/fsf.png"/>
|
||||||
|
|
Loading…
Reference in a new issue