From 4aaca481cafb1e7d0da36ad1dfc1070f3c1c13fe Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sun, 19 Mar 2023 19:11:32 +0000 Subject: [PATCH] about: started adding new design --- src/templates/about.html | 104 +++++++++++++++++++-------------------- 1 file changed, 51 insertions(+), 53 deletions(-) diff --git a/src/templates/about.html b/src/templates/about.html index e521a061..838582b7 100644 --- a/src/templates/about.html +++ b/src/templates/about.html @@ -36,15 +36,15 @@
-
-

{{ _("Top Features") }}

+
+

{{ _("Top Features") }}

-
-
-
    +
    +
    +
    • Feature #1 is particularly cool
    • @@ -59,8 +59,8 @@
    -
    -
      +
      +
      • Another feature
      • @@ -75,8 +75,8 @@
      -
      -
        +
        +
        • We really think that people will like this
        • @@ -92,25 +92,24 @@
-
-
-
-

{{ _("Meet The Team") }}

+
+

{{ _("Meet The Team") }}

{% set core_team = backend.groups.get_by_gid("core-team") %} -
+
{% for account in sorted(core_team, key=lambda a: a.created_at) %}
- +
+ +
-
{{ account.name or account.nickname }}
+
{{ account.name or account.nickname }}
{% end %}
@@ -120,17 +119,18 @@ ] %} {% if team %} -
+
{% for account in sorted(team, key=lambda a: a.created_at) %}
- +
+ +
-
{{ account.name or account.nickname }}
+
{{ account.name or account.nickname }}
@@ -143,25 +143,25 @@
-
-

{{ _("Features") }}

+
+

{{ _("Features") }}

-
-
+
+
IPFire is not only an app that you install, it is a whole operating system based on Linux, hardened and tuned to the maximum to serve as a firewall. Regular updates help keeping even the hardest kind of hacker out.
-
+
IPFire is being managed over a web user interface that is easy to use, yet powerful. Every feature is only one click away. Our detailed documentation tells you how.
-
+
The stateful inspection firewall that is working inside IPFire is one of the fastest of its kind. Configuration of even complex rulesets becomes easy with @@ -169,31 +169,29 @@ to keep things in order, even when it gets complicated.
-
+
Network segmentation is the key to a secure network. IPFire allows setting up a demilitarized zone (DMZ) on your network to control any threats from services that are being hosted on the internet.
-
-
+
- + - -
-
-
-
Network Security
+
{% end block %} -- 2.47.3