From: Rico Hoppe Date: Sun, 16 Apr 2023 13:39:49 +0000 (+0000) Subject: renamed support.html to help.html X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e85e42c5079edc1037bdb07bb22c81aa6f9b19ab;p=ipfire.org.git renamed support.html to 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 %}