diff --git a/public/index.html b/public/index.html index b578ff0591b36c838c2a9ae3b03186551d383d19..86b12caeebb7d600943b7b82268321a9b8f4f47d 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 dd04f263cfaf2304032e246bb42a046621b384f4..35e518a5939228543236a66a988b7602173f9c7c 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 348034e2d87b9b03ec5526e23fcaecd6ba1d7edb..35b455058504e7df3c4776e192ca340925fab654 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;