Merge branch 'license' into master
This branch was local and not uploaded to the repository beforehand
This commit is contained in:
commit
bbf061a364
2 changed files with 22 additions and 6 deletions
|
@ -107,6 +107,13 @@ td, th {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#licenseimg {
|
||||||
|
vertical-align: middle;
|
||||||
|
height: inherit;
|
||||||
|
width: auto;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 20rem), (max-width: 300px) {
|
@media (max-width: 20rem), (max-width: 300px) {
|
||||||
* {
|
* {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
|
@ -62,15 +62,24 @@
|
||||||
rel="noreferer"
|
rel="noreferer"
|
||||||
href="https://gitlab.com/jotoho"
|
href="https://gitlab.com/jotoho"
|
||||||
>@jotoho</a
|
>@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>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://gitea.jotoho.de/jotoho/my-website">This page</a> is being served using
|
<a href="https://gitea.jotoho.de/jotoho/my-website"
|
||||||
<a
|
>This page</a
|
||||||
rel="noreferer"
|
|
||||||
href="https://caddyserver.com/"
|
|
||||||
>Caddy</a
|
|
||||||
>
|
>
|
||||||
|
is being served using
|
||||||
|
<a rel="noreferer" href="https://caddyserver.com/">Caddy</a>
|
||||||
and was generated using
|
and was generated using
|
||||||
<a rel="noreferer" href="https://www.getzola.org/">Zola</a>. You
|
<a rel="noreferer" href="https://www.getzola.org/">Zola</a>. You
|
||||||
may contact me via
|
may contact me via
|
||||||
|
|
Loading…
Reference in a new issue