Add design attribution
Some checks failed
Build / build (push) Failing after 25s

This commit is contained in:
Kevin Kandlbinder 2023-05-16 14:05:21 +02:00
parent 9a8037f856
commit b4666389d8
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -85,8 +85,9 @@
</div>-->
</div>
<div class="copy-notice">
CC-BY-4.0 {new Date().getFullYear()}, Public Spaces e.V.
&copy; {new Date().getFullYear()}, Public Spaces e.V.
</div>
<span class="design-attribution">Web-Design von <a href="https://kevink.dev" rel="noopener" target="_blank">Kevin Kandlbinder</a></span>
</footer>
</div>
@ -171,6 +172,19 @@
.copy-notice {
text-align: center;
padding: var(--gap);
padding-bottom: 10px;
}
.design-attribution {
text-align: center;
padding: var(--gap);
opacity: .5;
font-size: .9em;
padding-top: 0;
a {
color: inherit;
}
}
}