From e85e42c5079edc1037bdb07bb22c81aa6f9b19ab Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sun, 16 Apr 2023 13:39:49 +0000 Subject: [PATCH] renamed support.html to help.html --- src/templates/static/help.html | 132 +++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 src/templates/static/help.html diff --git a/src/templates/static/help.html b/src/templates/static/help.html new file mode 100644 index 00000000..8bd29748 --- /dev/null +++ b/src/templates/static/help.html @@ -0,0 +1,132 @@ +{% extends "../base.html" %} + +{% block title %}{{ _("Help") }}{% end block %} + +{% block container %} +
+
+
+ +

{{ _("Help") }}

+

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

+
+
+
+ + +
+
+
+
+
+
+
+
+

{{ _("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. +

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

+ 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 +

+
+
+
+
+

+ 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