feat: add impressum
kate kate@breadlabs.de
Fri, 15 May 2026 18:33:31 +0200
2 files changed,
13 insertions(+),
11 deletions(-)
M
index.html
→
index.html
@@ -39,5 +39,7 @@ <h2>Sonstiges</h2>
<p>Hast du eine Idee wie du auf andere Art zu dieser Veranstaltung beitragen kannst? Schreibe sehr gerne eine E-Mail darĂ¼ber an tls[at]shackspace.de.</p> </section> </body> - +<footer> + <a href="https://www.shackspace.de/impressum/">Impressum</a> +</footer> </html>
M
static/style.css
→
static/style.css
@@ -48,6 +48,7 @@ font-family: var(--f-text);
color: var(--c-fg); background-color: var(--c-bg); font-size: 1.4rem; + padding-bottom: 10rem; } body {@@ -55,6 +56,11 @@ max-width: 60dvw;
padding-left: 1rem; padding-right: 1rem; margin: auto; +} + +footer { + margin-top: 5rem; + text-align: center; } h1,@@ -75,19 +81,13 @@ }
} } -a { - &:hover { - color: var(--c-link-hover); - } - - &:visited { - color: var(--c-link); - } -} - a, #title, .bunt { color: var(--c-link); text-shadow: 0 0 10px var(--c-link-glow); +} + +a:hover { + color: var(--c-link-glow); } #title {