add footer notice on green hosting
This commit is contained in:
parent
ce70c2911f
commit
fd11ef2439
|
|
@ -3,10 +3,30 @@ const today = new Date();
|
||||||
---
|
---
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
© {today.getFullYear()} Nicola Zambello. <em data-tooltip="😉">No rights reserved</em>.
|
<p>
|
||||||
|
© {today.getFullYear()} Nicola Zambello. <em data-tooltip="😉"
|
||||||
|
>No rights reserved</em
|
||||||
|
>.
|
||||||
|
</p>
|
||||||
|
<p class="subfooter">
|
||||||
|
Hosted on <a
|
||||||
|
href="https://www.hetzner.com/unternehmen/umweltschutz/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer">green energy</a
|
||||||
|
> in Europe.
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
<style>
|
<style>
|
||||||
footer {
|
footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer p {
|
||||||
|
margin: 0 0 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer p.subfooter {
|
||||||
|
font-size: 0.75em;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue