Compare commits
2 commits
2c20bb7f03
...
bbf061a364
Author | SHA1 | Date | |
---|---|---|---|
bbf061a364 | |||
f9dae86b5e |
2 changed files with 22 additions and 6 deletions
|
@ -107,6 +107,13 @@ td, th {
|
|||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
#licenseimg {
|
||||
vertical-align: middle;
|
||||
height: inherit;
|
||||
width: auto;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
@media (max-width: 20rem), (max-width: 300px) {
|
||||
* {
|
||||
word-wrap: break-word;
|
||||
|
|
|
@ -62,15 +62,24 @@
|
|||
rel="noreferer"
|
||||
href="https://gitlab.com/jotoho"
|
||||
>@jotoho</a
|
||||
>) - <strong>All rights reserved</strong>
|
||||
>)
|
||||
<br />
|
||||
Licensed under
|
||||
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/"
|
||||
><img
|
||||
id="licenseimg"
|
||||
alt="CC BY-NC-ND 4.0"
|
||||
title="CC BY-NC-ND 4.0"
|
||||
src="https://licensebuttons.net/l/by-nc-nd/4.0/80x15.png"
|
||||
/></a>
|
||||
(unless otherwise specified)
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://gitea.jotoho.de/jotoho/my-website">This page</a> is being served using
|
||||
<a
|
||||
rel="noreferer"
|
||||
href="https://caddyserver.com/"
|
||||
>Caddy</a
|
||||
<a href="https://gitea.jotoho.de/jotoho/my-website"
|
||||
>This page</a
|
||||
>
|
||||
is being served using
|
||||
<a rel="noreferer" href="https://caddyserver.com/">Caddy</a>
|
||||
and was generated using
|
||||
<a rel="noreferer" href="https://www.getzola.org/">Zola</a>. You
|
||||
may contact me via
|
||||
|
|
Loading…
Reference in a new issue