aboutsummaryrefslogtreecommitdiff
path: root/template/engage.html.j2
blob: 49fbaaff5fc09dff656521eb7053161e84d0f540 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{% extends "common/base.j2" %}
{% block body_content %}
  <article class="d-flex flex-column p-2 bd-highlight">
    <div class="container">
      <div class="text-center">
        <header>
          <h1>{{ _("Talk With Us") }}</h1>
        </header>
        <br />
        <p>
          {% trans %}
            Use the mailing lists, and join our
            <a href="ircs://chat.freenode.net:6697/#gnunet">IRC channel</a> 
            to keep up with development, find technical help, and
            discuss GNUnet.
          {% endtrans %}
        </p>
      </div>
      <p>
        {% trans %}
          <i class="fas fa-at"></i>
          <a href="https://lists.gnu.org/mailman/listinfo/help-gnunet">General Help Mailing List</a>
        {% endtrans %}
      </p>
      <p>
        {% trans %}
          <i class="fas fa-at"></i>
          <a href="https://lists.gnu.org/mailman/listinfo/gnunet-developers">Development Mailing List</a>
        {% endtrans %}
      </p>
      <p>
        {% trans %}
          <i class="far fa-comments"></i>
          Available on <a href="https://freenode.net">irc.freenode.net</a>
          in the channel
          <a href="ircs://chat.freenode.net:6697/#gnunet">#gnunet</a>.
        {% endtrans %}
      </p>
    </div>
  </article>
{% endblock body_content %}