aboutsummaryrefslogtreecommitdiff
path: root/engage.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'engage.html.j2')
-rw-r--r--engage.html.j234
1 files changed, 34 insertions, 0 deletions
diff --git a/engage.html.j2 b/engage.html.j2
new file mode 100644
index 00000000..592643a7
--- /dev/null
+++ b/engage.html.j2
@@ -0,0 +1,34 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3<article class="d-flex flex-column p-2 bd-highlight">
4<div class="container">
5 <div class="text-center">
6 <header>
7 <h1>{{ _("Talk With Us") }}</h1>
8 </header>
9 <br />
10 <p>
11 {% trans %}
12 Use the mailing lists, and join our <a href="ircs://chat.freenode.net:6697/#gnunet">IRC channel</a>
13 to keep up with development, find technical help, and discuss GNUnet.
14 {% endtrans %}
15 </p>
16 </div>
17 <p>
18 {% trans %}
19 <a href="https://lists.gnu.org/mailman/listinfo/help-gnunet">General Help Mailing List</a>
20 {% endtrans %}
21 </p>
22 <p>
23 {% trans %}
24 <a href="https://lists.gnu.org/mailman/listinfo/gnunet-developers">Development Mailing List</a>
25 {% endtrans %}
26 </p>
27 <p>
28 {% trans %}
29 Available on <a href="https://freenode.net">irc.freenode.net</a> in channel <a href="ircs://chat.freenode.net:6697/#gnunet">#gnunet</a>.
30 {% endtrans %}
31 </p>
32</div>
33</article>
34{% endblock body_content %}