Fixed footer and license

This commit is contained in:
2025-11-01 22:45:13 +01:00
parent e9e56da86c
commit 0b5411c6bd
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ body {
line-height: 1.5;
max-width: 768px;
margin: auto;
padding: 1em;
padding: 0 1rem 0 1rem;
font-family: Tahoma, Verdana, Arial, sans-serif;
color: lightgray;
}
@@ -88,7 +88,7 @@ div#footer {
div#footer p {
color: grey;
font-size: 0.8rem;
font-size: 0.9rem;
margin: 0;
}

View File

@@ -1,4 +1,4 @@
<div id="footer">
<p>Copyright &copy; {{ now.Year }} by Anne (<a href="mailto:anne@minded.net">anne@minded.net</a>).</p>
<p>Feel free to reuse or share under the <a href="https://creativecommons.org/licenses/by-nc-sa/4.0">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 License</a>.</p>
<p>&copy; {{ now.Year }} by <a href="mailto:anne@minded.net">Anne</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"></p>
<p>Please feel free to share and reuse.</p>
</div>