From 904fd91be108c3ac487dafbdd17887dee8912c17 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sun, 16 Apr 2023 01:04:06 +0000 Subject: [PATCH] support: applied basics of new design --- src/templates/static/support.html | 143 ++++++++++++++++++------------ 1 file changed, 87 insertions(+), 56 deletions(-) diff --git a/src/templates/static/support.html b/src/templates/static/support.html index 4925ee8f..7760f4bc 100644 --- a/src/templates/static/support.html +++ b/src/templates/static/support.html @@ -3,7 +3,28 @@ {% block title %}{{ _("Support") }}{% end block %} {% block container %} -
+
+
+
+ +

{{ _("Support") }}

+

+ {{ _("Need Help?")}} + {{ _("We are here for you") }} +

+
+
+
+
-
-
-
- +
+
+
+
+
+
-
-

- Our wiki has everything there is to know about IPFire -

+
+
+ IPFire_Wiki +

+ Our wiki has everything there is to know about IPFire It is written by the community and everyone can join and improve it

- +
+
-
-
-
-
- {{ _( +
+
+
+
+
+
+

{{ _("Get Professional Support") }}

+
+
+

+ Lightning Wire Labs provides professional support services + for companies that use IPFire. +

+ +

+ The team of developers implements custom solutions based on IPFire and + carries out development of new features. + They will help you with designing a secure network that is tailored to + the specific needs of your business and support you with the integration + of IPFire. +

+
+
+ +
+
- -
-

{{ _("Get Professional Support") }}

- -

- Lightning Wire Labs provides professional support services - for companies that use IPFire. -

- -

- The team of developers implements custom solutions based on IPFire and - carries out development of new features. - They will help you with designing a secure network that is tailored to - the specific needs of your business and support you with the integration - of IPFire. -

- - - {{ _("Go to Website") }} - +
+
+ {{ _( +
-
-
-
-
-
- + +
+
+
+
+
+
-
-

- IPFire_Community -

+
+
+ IPFire_Community +

Talk to the IPFire Community on our community portal. -

- -

Ask about how to get started with IPFire, how you can contribute to the project, and what else you always wanted to know about IPFire...

- - +
+
-
-
+
+
{% end block %} -- 2.47.3