From 6a63d20a523de72587125fdcd7c713cf05be2eeb Mon Sep 17 00:00:00 2001 From: Sven Date: Fri, 7 Apr 2017 23:42:22 +0200 Subject: [PATCH] fix Webkit column latest news and feature section --- static/scss/style.scss | 2 +- templates/index.html | 180 ++++++++++++++++++++++------------------- 2 files changed, 97 insertions(+), 85 deletions(-) diff --git a/static/scss/style.scss b/static/scss/style.scss index 069b99a0..970343af 100644 --- a/static/scss/style.scss +++ b/static/scss/style.scss @@ -359,7 +359,7 @@ section.intro { } section.content-section { - padding: 3rem 0; + padding: 3rem 0; @include media-breakpoint-up(md) { padding: 72px 0; } diff --git a/templates/index.html b/templates/index.html index ff119a91..b1c76484 100644 --- a/templates/index.html +++ b/templates/index.html @@ -28,110 +28,122 @@

{{ _("Secure up your network with IPFire") }}

-
-
+
+
-

{{ _("Firewall") }}

-

- {% if lang == "de" %} - Die vielseitige und State-of-the-Art Firewall-Engine - in IPFire ist auch in komplexen Netzen übersichtlich - und leicht zu nutzen. - {% else %} - IPFire comes with a versatile and state of the art - firewall engine that makes even the most complex - setups easy to administer. - {% end %} -

+
+

{{ _("Firewall") }}

+

+ {% if lang == "de" %} + Die vielseitige und State-of-the-Art Firewall-Engine + in IPFire ist auch in komplexen Netzen übersichtlich + und leicht zu nutzen. + {% else %} + IPFire comes with a versatile and state of the art + firewall engine that makes even the most complex + setups easy to administer. + {% end %} +

+
-
-
+
+
-

{{ _("Performance") }}

-

- {% if lang == "de" %} - Auch schnelle Netze und der Einsatz - auf eingebetteten Systemen sind kein Problem - für IPFire. - {% else %} - IPFire is ready for high performance networks - and running evenly well on embedded hardware. - {% end %} -

+
+

{{ _("Performance") }}

+

+ {% if lang == "de" %} + Auch schnelle Netze und der Einsatz + auf eingebetteten Systemen sind kein Problem + für IPFire. + {% else %} + IPFire is ready for high performance networks + and running evenly well on embedded hardware. + {% end %} +

+
-
-
+
+
-

{{ _("Easy to use") }}

-

- {% if lang == "de" %} - IPFire ist in 15 bis 20 Minuten installiert - und kommt mit vielen wichtigen Funktionen für - professionelle Netzwerke. - {% else %} - IPFire is set up easily in 15 to 20 minutes - but also comes with expert features that - are needed in professional networks. - {% end %} -

+
+

{{ _("Easy to use") }}

+

+ {% if lang == "de" %} + IPFire ist in 15 bis 20 Minuten installiert + und kommt mit vielen wichtigen Funktionen für + professionelle Netzwerke. + {% else %} + IPFire is set up easily in 15 to 20 minutes + but also comes with expert features that + are needed in professional networks. + {% end %} +

+
-
-
+
+
-

{{ _("Network Security") }}

-

- {% if lang == "de" %} - Sicherheit hat höchste Priorität. - Das gehärtete System schützt sich selbst vor - Angriffen aus dem Netz. - {% else %} - IPFire is designed for high security. - It is hardened to protect itself from attacks - from the network. - {% end %} -

+
{{ _("Network Security") }} +

+ {% if lang == "de" %} + Sicherheit hat höchste Priorität. + Das gehärtete System schützt sich selbst vor + Angriffen aus dem Netz. + {% else %} + IPFire is designed for high security. + It is hardened to protect itself from attacks + from the network. + {% end %} +

+
-
-
+
+
-

{{ _("Open Source") }}

-

- {% if lang == "de" %} - IPFire ist freie Software, welche von einer offenen - Community tagtäglich verbessert wird. - {% else %} - IPFire is free software and developed by an open community, - that improves it every single day. - {% end %} -

+
+

{{ _("Open Source") }}

+

+ {% if lang == "de" %} + IPFire ist freie Software, welche von einer offenen + Community tagtäglich verbessert wird. + {% else %} + IPFire is free software and developed by an open community, + that improves it every single day. + {% end %} +

+
-
-
+
+
-

{{ _("Trusted by thousands") }}

-

- {% if lang == "de" %} - IPFire wird in Europa entwickelt, - in vielen Ländern - überall auf der Welt eingesetzt, und bietet - Internetzugang für hundertausende Nutzer jeden Tag. - {% else %} - IPFire is developed in Europe and used all over the world - in hundreds of countries - by hundreds of thousands of users every day. - {% end %} -

+
+

{{ _("Trusted by thousands") }}

+

+ {% if lang == "de" %} + IPFire wird in Europa entwickelt, + in vielen Ländern + überall auf der Welt eingesetzt, und bietet + Internetzugang für hundertausende Nutzer jeden Tag. + {% else %} + IPFire is developed in Europe and used all over the world + in hundreds of countries + by hundreds of thousands of users every day. + {% end %} +

+
@@ -145,7 +157,7 @@
-
+

Latest Release

{{ locale.format_date(latest_release.date, shorter=True) }}

@@ -166,7 +178,7 @@

A complete history of IPFire releases is available at our News page.

-
+

What’s going on?

{% for type, item in latest_news %} -- 2.39.2