]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/static/get-support.html
7f84b436f1c0789fdd5367b5b78dcfe7f24d8783
[people/shoehn/ipfire.org.git] / templates / static / get-support.html
1 {% extends "../base-1.html" %}
2
3 {% block title %}{{ _("Get Involved") }}{% end block %}
4
5 {% block container %}
6 <div class="container page-header">
7 <h1>{{ _("Get Support") }}</h1>
8 </div>
9
10 <section id="community" class="container content-section text-center">
11 <div class="row">
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>
32 </div>
33 </section>
34
35 <section id="professional" class="container content-section text-center">
36 <div class="page-header">
37 <h1>{{ _("Get Professional Support") }}</h1>
38 </div>
39
40 <p class="lead">
41 {% if lang == "de" %}
42 <a href="http://www.lightningwirelabs.com">Lightning Wire Labs</a>
43 bietet professionelle Supportdienstleistungen rund um IPFire für
44 Unternehmen an.
45 {% else %}
46 <a href="http://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 <p class="text-center">
66 <a class="btn btn-lwl btn-lg" href="http://www.lightningwirelabs.com">
67 {{ _("Go to Lightning Wire Labs") }}
68 </a>
69 </p>
70 </section>
71 {% end block %}