aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-06-26 17:03:24 +0200
committerxrs <xrs@mail36.net>2019-06-26 17:03:24 +0200
commite1de9db579ac10b004b9af46ccf2172ec67ffc77 (patch)
treebf9eb43a77f777aadaeb3aea59fb19f827e61e2e
parentc433a685799dc3c1cfe983b9dea40f5e869cf9a2 (diff)
downloadwww-e1de9db579ac10b004b9af46ccf2172ec67ffc77.tar.gz
www-e1de9db579ac10b004b9af46ccf2172ec67ffc77.zip
refactoring of engange.html
-rw-r--r--template/engage.html.j224
1 files changed, 24 insertions, 0 deletions
diff --git a/template/engage.html.j2 b/template/engage.html.j2
index 49fbaaff..90335938 100644
--- a/template/engage.html.j2
+++ b/template/engage.html.j2
@@ -6,6 +6,29 @@
6 <header> 6 <header>
7 <h1>{{ _("Talk With Us") }}</h1> 7 <h1>{{ _("Talk With Us") }}</h1>
8 </header> 8 </header>
9 </div>
10 </div>
11 <div class="container">
12 <div class="row">
13 <div class="col-lg-6">
14 <h2>Join the conversation!</h2>
15 <p>
16 There are many ways to get engaged with GNUnet. A first step might be to join the conversation on the mailing lists and on our IRC channel to keep up with development, find technical help, and discuss GNUnet:
17 </p>
18 <h3>Mailing List</h3>
19 <p>You can get help on our mailing list <a href="https://lists.gnu.org/mailman/listinfo/help-gnunet">help-gnunet</a>. If you want to hack on GNUnet get in touch over our mailing list <a href="https://lists.gnu.org/mailman/listinfo/gnunet-developers">gnunet-developers</a>.
20 <h3>IRC</h3>
21 <p>Available on irc.freenode.net in the channel #gnunet. => also on matrix</p>
22 <h3>Mumble</h3>
23 We have a weekly mumble at <a href="https://gnuner.org">https://gnunet.org</ where we talk about recent developments, strategies, and politics ;-)
24 <h3>PSYC</h3>
25 </div>
26 <div class="col-lg-6">
27 <h2><a href="https://bib.gnunet.org/">Bibliography</a></h2>
28 <p>If you are more the reading kind of person, please take a seat in our libary.</p>
29 </div>
30 </div>
31 <!--
9 <br /> 32 <br />
10 <p> 33 <p>
11 {% trans %} 34 {% trans %}
@@ -36,6 +59,7 @@
36 <a href="ircs://chat.freenode.net:6697/#gnunet">#gnunet</a>. 59 <a href="ircs://chat.freenode.net:6697/#gnunet">#gnunet</a>.
37 {% endtrans %} 60 {% endtrans %}
38 </p> 61 </p>
62 -->
39 </div> 63 </div>
40 </article> 64 </article>
41{% endblock body_content %} 65{% endblock body_content %}