From 46b9e00ab0b1694bc1714a18206cb8ef2ea7bd2b Mon Sep 17 00:00:00 2001 From: benjamin <bwand@c-base.org> Date: Sun, 27 Dec 2020 00:54:55 +0100 Subject: [PATCH] community content --- public/index.html | 43 ++++++++++++++++++++++++++++++++++++++++ public/styles/style.css | 1 + public/styles/style.scss | 1 + 3 files changed, 45 insertions(+) diff --git a/public/index.html b/public/index.html index b578ff0..86b12ca 100644 --- a/public/index.html +++ b/public/index.html @@ -167,6 +167,28 @@ </li> </ul> + <h2>Community Content</h2> + <p> + Hier sammeln wir Beiträge von Community Mitgliedern, die die + Accessibility auf dem rC3 verbessern können. + </p> + <ul> + <li> + <a href="https://codeberg.org/blipp/rc3-fahrplan-userstyle" + >rc3-fahrplan-userstyle + </a> + von <a href="https://twitter.com/bblipp">Blipp</a>, zur Benutzung + mit Stylus Firefox Add-on, und kommt sogar mit Anleitung (auf + englisch) + </li> + <li> + <a href="https://pretalx.com/rc3/schedule/" + >Der Fahrplan in Pretalx</a + > + von <a href="https://twitter.com/rixxtr">Rixx</a> + </li> + </ul> + <h2>Kontakt</h2> <p> E-mail: @@ -238,6 +260,27 @@ </li> </ul> + <h2>Community content</h2> + <p> + Here we are collecting contributions by community members that help + improve accessibility on rC3. + </p> + <ul> + <li> + <a href="https://codeberg.org/blipp/rc3-fahrplan-userstyle" + >rc3-fahrplan-userstyle + </a> + by <a href="https://twitter.com/bblipp">Blipp</a>, to be used with + the Stylus Firefox Add-on, and even comes with instructions! + </li> + <li> + <a href="https://pretalx.com/rc3/schedule/" + >The Fahrplan in Pretalx</a + > + by <a href="https://twitter.com/rixxtr">Rixx</a> + </li> + </ul> + <h2>Contact us</h2> <p> diff --git a/public/styles/style.css b/public/styles/style.css index dd04f26..35e518a 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -239,6 +239,7 @@ h1 a, h1 a:hover { h2 { color: #bf1eb7; line-height: 1.2; + margin-top: 1.8em; } ul { diff --git a/public/styles/style.scss b/public/styles/style.scss index 348034e..35b4550 100644 --- a/public/styles/style.scss +++ b/public/styles/style.scss @@ -77,6 +77,7 @@ h1 a, h1 a:hover { h2 { color: $light_h2; line-height: 1.2; + margin-top: 1.8em; } ul { background: $bg_light_2; -- GitLab