]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/static/chat.html
Update static templates
[people/shoehn/ipfire.org.git] / templates / static / chat.html
1 {% extends "../base-1.html" %}
2
3 {% block title %}{{ _("Chat") }}{% end block %}
4
5 {% block header %}
6 <header class="jumbotron subhead" id="overview">
7 <div class="container">
8 <h1>{{ _("Chat") }}</h1>
9 </div>
10 </header>
11 {% end header %}
12
13 {% block body %}
14 {% if lang == "de" %}
15 <p>
16 Wer Fragen rund um IPFire hat, findet in unserem IRC-Channel rund
17 um die Uhr Ansprechpartner, die Hilfestellung zu allen möglichen
18 Themen geben können.
19 Dies ist gleichzeitig eine tolle Möglichkeit, neue Kontakte zu
20 knüpfen oder sich einfach zu unterhalten.
21 </p>
22 {% else %}
23 <p>
24 On the IPFire IRC channel, you will find people who can help you
25 with your questions about IPFire.
26 This is a good chance to meet people involved in the project
27 or just have a chat.
28 </p>
29 {% end %}
30
31 <ul>
32 <li>
33 <strong>{{ _("Server") }}</strong>: irc.freenode.net
34 </li>
35 <li>
36 <strong>{{ _("Channel") }}</strong>: #ipfire
37 </li>
38 </ul>
39
40 <a class="btn btn-default" href="http://webchat.freenode.net/?channels=ipfire">
41 {{ _("Use the web client") }}
42 </a>
43 {% end block %}