all repos — tls-website @ 264a160f3a9e1024f02b67c9999d9b72042e4628

Unnamed repository; edit this file 'description' to name the repository.

feat: add impressum
kate kate@breadlabs.de
Fri, 15 May 2026 18:33:31 +0200
commit

264a160f3a9e1024f02b67c9999d9b72042e4628

parent

0f0ef23ee35bc83c94359a6bdadf63c1cafe6bfc

2 files changed, 13 insertions(+), 11 deletions(-)

jump to
M index.htmlindex.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.cssstatic/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 {