From 98a6a49c9b2ea09971f5c915b71efccfd9582a94 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sun, 16 Apr 2023 13:11:33 +0000 Subject: [PATCH] support: changed design of wiki & community section --- src/templates/static/support.html | 166 +++++++++++++++--------------- 1 file changed, 83 insertions(+), 83 deletions(-) diff --git a/src/templates/static/support.html b/src/templates/static/support.html index d15d92bf..8bd29748 100644 --- a/src/templates/static/support.html +++ b/src/templates/static/support.html @@ -1,6 +1,6 @@ {% extends "../base.html" %} -{% block title %}{{ _("Support") }}{% end block %} +{% block title %}{{ _("Help") }}{% end block %} {% block container %}
@@ -12,11 +12,11 @@ Home
  • - Support + Help
  • -

    {{ _("Support") }}

    +

    {{ _("Help") }}

    {{ _("Need Help?")}} {{ _("We are here for you") }} @@ -34,99 +34,99 @@ --> -

    -
    -
    -
    -
    - -
    -
    - -
    -
    - 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") }}

    +

    + IPFire_Wiki +

    -

    - 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_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... -

    +
    +

    + 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