From d5d466f1400c741428437a9a96508b66ae231dee Mon Sep 17 00:00:00 2001 From: Sven Hoehn Date: Sat, 4 Nov 2017 13:24:32 +0100 Subject: [PATCH] basic styling Community page --- static/css/style.css | 6 +- static/scss/_nav.scss | 3 +- templates/static/get-involved.html | 178 ++++++++++++++--------------- templates/static/get-support.html | 2 +- 4 files changed, 96 insertions(+), 93 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 5bb3e65..8ccef2a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -4703,11 +4703,13 @@ h5.fireinfo { @media (min-width: 992px) { body.About li.nav-item a.about, body.Download li.nav-item a.download, - body.Involved li.nav-item a.support { + body.Support li.nav-item a.support, + body.Involved li.nav-item a.community { color: #b71c1c; } body.About li.nav-item a.about:after, body.Download li.nav-item a.download:after, - body.Involved li.nav-item a.support:after { + body.Support li.nav-item a.support:after, + body.Involved li.nav-item a.community:after { content: ""; border-bottom: 2px solid #b71c1c; position: absolute; diff --git a/static/scss/_nav.scss b/static/scss/_nav.scss index 401338f..a7ea606 100644 --- a/static/scss/_nav.scss +++ b/static/scss/_nav.scss @@ -210,7 +210,8 @@ body.About li.nav-item a.about, body.Download li.nav-item a.download, -body.Involved li.nav-item a.support { +body.Support li.nav-item a.support, +body.Involved li.nav-item a.community { @include media-breakpoint-up(lg) { color: $red_900; &:after { diff --git a/templates/static/get-involved.html b/templates/static/get-involved.html index 6df252a..acc59c0 100644 --- a/templates/static/get-involved.html +++ b/templates/static/get-involved.html @@ -3,71 +3,67 @@ {% block title %}{{ _("Get Involved") }}{% end block %} {% block container %} - - -
-
- -
- - -
-
-

{{ _("Provide Community Support") }}

- -

+

+ +
+

{{ _("Contribute") }}

+ +
+

{{ _("Provide Community Support") }}

+

{% if lang == "de" %} Werde Teil der wundervollen Gemeinschaft von IPFire und helfe Einsteigern bei ihren ersten Schritten. Bring dich ein in Diskussionen rund um das Projekt in Chaträumen, dem - IPFire Forum, und - den Mailinglisten. + IPFire Forum, und + den Mailinglisten. {% else %} Join the wonderful IPFire Community and help other people getting started with IPFire. Take part in discussions all around the project on our channels, - the IPFire Forums, and - Mailing Lists. + the IPFire Forums, and + Mailing Lists. {% end %}

- + - -
- -

{{ _("Improve our Documentation") }}

- -

+

+ +
+ +
+

{{ _("Improve our Documentation") }}

+

{% if lang == "de" %} Das IPFire Wiki beinhaltet Dokumentation über IPFire und beantwortet alle Fragen. Hast du etwas gefunden, das @@ -79,14 +75,15 @@ documented, improved, or rewritten? Sign up and get it done! {% end %}

- + {{ _("IPFire Wiki") }} - -
- -

{{ _("Translate") }}

- -

+

+ +
+ +
+

{{ _("Translate") }}

+

{% if lang == "de" %} IPFire wird in vielen Ländern der Welt eingesetzt. Die Software zu übersetzen hilft dabei IPFire leichter @@ -100,14 +97,13 @@ into a new language or improve already existing translations. {% end %}

- - {{ _("Translate") }} - -
- -

{{ _("Maintain Packages") }}

- -

+

+ +
+ +
+

{{ _("Maintain Packages") }}

+

{% if lang == "de" %} Werde Experte in einem Subsystem der IPFire-Distribution und helfe dabei Funktionen auf aktuellem Stand zu erhalten und @@ -123,17 +119,18 @@ today. {% end %}

- + - -
- -

{{ _("Report & Resolve Bugs") }}

- -

+

+ +
+ +
+

{{ _("Report & Resolve Bugs") }}

+

{% if lang == "de" %} Solltest du einen Fehler in IPFire gefunden haben, nimm dir einen Moment Zeit, um ihn zu melden. Natürlich freuen wir uns über Lösungen für bereits gemeldete Bugs. @@ -143,17 +140,18 @@ reports. {% end %}

- + - -
- -

{{ _("Provide Infrastructure") }}

- -

+

+ +
+ +
+

{{ _("Provide Infrastructure") }}

+

{% if lang == "de" %} Das IPFire-Projekt unterhält eine Menge Infrastruktur für verschiedene Dienste für die Nutzer. Für schnelle Downloads und eine hohe Zuverlässigkeit der Dienste zu gewährleisten arbeitet @@ -165,14 +163,15 @@ appreciates your support. {% end %}

- + {{ _("Host a mirror") }} - -
- -

{{ _("Donate") }}

- -

+

+ +
+ + +
+ + + {% end block %} diff --git a/templates/static/get-support.html b/templates/static/get-support.html index 0bd3c18..ec3b4f3 100644 --- a/templates/static/get-support.html +++ b/templates/static/get-support.html @@ -1,6 +1,6 @@ {% extends "../base-1.html" %} -{% block title %}{{ _("Get Involved") }}{% end block %} +{% block title %}{{ _("Get Support") }}{% end block %} {% block container %}
-- 2.39.2