]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/static/get-support.html
basic styling Donate page
[people/shoehn/ipfire.org.git] / templates / static / get-support.html
CommitLineData
60b0917c
MT
1{% extends "../base-1.html" %}
2
d5d466f1 3{% block title %}{{ _("Get Support") }}{% end block %}
60b0917c
MT
4
5{% block container %}
b54b8ec3
SH
6 <div class="container">
7 <div class="row">
8 <section class="features-content col-12">
9 <h2 class="display-2 text-center">{{ _("Get Support") }}</h2>
10
11 <div class="row m-5">
12 <div class="col-md-4 text-center">
13 <a href="//wiki.ipfire.org" class="link-normal">
14 <span class="fa fa-4x fa-pencil-square-o"></span>
15 <h3>{{ _("Documentation") }}</h3>
16 </a>
17 </div>
18
19 <div class="col-md-4 text-center">
20 <a href="//forum.ipfire.org" class="link-normal">
21 <span class="fa fa-4x fa-users"></span>
22 <h3>{{ _("Forums") }}</h3>
23 </a>
24 </div>
25
26 <div class="col-md-4 text-center">
27 <a href="/chat" class="link-normal">
28 <span class="fa fa-4x fa-wechat"></span>
29 <h3>{{ _("Chat") }}</h3>
30 </a>
31 </div>
f9c23274 32 </div>
b54b8ec3
SH
33 </section>
34 </div>
35
36 <div class="row">
37 <section id="professinal" class="features-content col-12">
38 <h3 class="headline mb-5">{{ _("Get Professional Support") }}</h3>
39
40 <p class="lead">
41 {% if lang == "de" %}
42 <a href="//www.lightningwirelabs.com">Lightning Wire Labs</a>
43 bietet professionelle Supportdienstleistungen rund um IPFire für
44 Unternehmen an.
45 {% else %}
46 <a href="//www.lightningwirelabs.com">Lightning Wire Labs</a>
47 provides professional support services for companies that use IPFire.
48 {% end %}
49 </p>
50
51 <p class="lead">
52 {% if lang == "de" %}
53 Das Entwicklerteam erarbeitet individuelle Lösungen basierend auf
54 IPFire und neue Funktionen. Bei der Planung von sicheren Netzwerken
55 und der Integration von IPFire stehen sie unterstützend zur Seite.
56 {% else %}
57 Their team of developers implements custom solutions based on IPFire
58 and carries out development of new features. They will help you
59 with designing a secure network that is tailored to the specific
60 needs of your business and support you with the integration of
61 IPFire.
62 {% end %}
63 </p>
64
65 <div class="d-flex justify-content-center">
66 <a class="btn btn-lg mt-5" href="//www.lightningwirelabs.com">
67 {{ _("Go to Lightning Wire Labs") }}
f9c23274
SH
68 </a>
69 </div>
b54b8ec3
SH
70 </section>
71 </div>
f9c23274 72 </div>
60b0917c 73
60b0917c 74{% end block %}