From 9a785715252ff9fd62abd70dae29282e56d90505 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 9 Oct 2023 16:07:04 +0000 Subject: [PATCH] help: Remove link to the wiki from the help page This is no longer necessary as the documentation is being linked from the main navbar. This change also moves the two remaining things next to each other. Signed-off-by: Michael Tremer --- src/templates/static/help.html | 115 +++++++++++++-------------------- 1 file changed, 44 insertions(+), 71 deletions(-) diff --git a/src/templates/static/help.html b/src/templates/static/help.html index bcb1102f..0d1c5edc 100644 --- a/src/templates/static/help.html +++ b/src/templates/static/help.html @@ -16,103 +16,76 @@ -

{{ _("Help") }}

+ +

+ {{ _("Need Help?") }} +

+

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

-
-
-
-
-
+
+
+
+
+

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

-
-

- Lightning Wire Labs provides professional support services - for companies using IPFire. - Their team of developers implements custom solutions based on IPFire and - carries out development of new features. - They help with designing a secure network which is tailored to - the specific needs of your business and support with your IPFire integration. -

-
+
+
+
+

+ Lightning Wire Labs provides professional support services + for companies using IPFire. + Their team of developers implements custom solutions based on IPFire and + carries out development of new features. + They help with designing a secure network which is tailored to + the specific needs of your business and support with your IPFire integration. +

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

- IPFire_Wiki -

-
-
-
- -
-
- +

+ IPFire_Community +

+

- Our wiki has everything there is to know about IPFire - It is written by the community and everyone can join and improve it + 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...

-
-
-
-

- 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