aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-13 23:45:27 +0000
committerng0 <ng0@n0.is>2019-03-13 23:45:27 +0000
commit5c591227e9a0e6e11199f8fdf1b025544e2321d4 (patch)
tree2c919eefe31bec7b9e9540501b8d153b5a7740c0
parenta84e5fe7b28b019ed0610248596185e3369d9fa4 (diff)
downloadwww-5c591227e9a0e6e11199f8fdf1b025544e2321d4.tar.gz
www-5c591227e9a0e6e11199f8fdf1b025544e2321d4.zip
engage: reindent. add font awesome images.
-rw-r--r--template/engage.html.j269
1 files changed, 38 insertions, 31 deletions
diff --git a/template/engage.html.j2 b/template/engage.html.j2
index 592643a7..49fbaaff 100644
--- a/template/engage.html.j2
+++ b/template/engage.html.j2
@@ -1,34 +1,41 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<article class="d-flex flex-column p-2 bd-highlight"> 3 <article class="d-flex flex-column p-2 bd-highlight">
4<div class="container"> 4 <div class="container">
5 <div class="text-center"> 5 <div class="text-center">
6 <header> 6 <header>
7 <h1>{{ _("Talk With Us") }}</h1> 7 <h1>{{ _("Talk With Us") }}</h1>
8 </header> 8 </header>
9 <br /> 9 <br />
10 <p> 10 <p>
11 {% trans %} 11 {% trans %}
12 Use the mailing lists, and join our <a href="ircs://chat.freenode.net:6697/#gnunet">IRC channel</a> 12 Use the mailing lists, and join our
13 to keep up with development, find technical help, and discuss GNUnet. 13 <a href="ircs://chat.freenode.net:6697/#gnunet">IRC channel</a>
14 {% endtrans %} 14 to keep up with development, find technical help, and
15 </p> 15 discuss GNUnet.
16 </div> 16 {% endtrans %}
17 <p> 17 </p>
18 {% trans %} 18 </div>
19 <a href="https://lists.gnu.org/mailman/listinfo/help-gnunet">General Help Mailing List</a> 19 <p>
20 {% endtrans %} 20 {% trans %}
21 </p> 21 <i class="fas fa-at"></i>
22 <p> 22 <a href="https://lists.gnu.org/mailman/listinfo/help-gnunet">General Help Mailing List</a>
23 {% trans %} 23 {% endtrans %}
24 <a href="https://lists.gnu.org/mailman/listinfo/gnunet-developers">Development Mailing List</a> 24 </p>
25 {% endtrans %} 25 <p>
26 </p> 26 {% trans %}
27 <p> 27 <i class="fas fa-at"></i>
28 {% trans %} 28 <a href="https://lists.gnu.org/mailman/listinfo/gnunet-developers">Development Mailing List</a>
29 Available on <a href="https://freenode.net">irc.freenode.net</a> in channel <a href="ircs://chat.freenode.net:6697/#gnunet">#gnunet</a>. 29 {% endtrans %}
30 {% endtrans %} 30 </p>
31 </p> 31 <p>
32</div> 32 {% trans %}
33</article> 33 <i class="far fa-comments"></i>
34 Available on <a href="https://freenode.net">irc.freenode.net</a>
35 in the channel
36 <a href="ircs://chat.freenode.net:6697/#gnunet">#gnunet</a>.
37 {% endtrans %}
38 </p>
39 </div>
40 </article>
34{% endblock body_content %} 41{% endblock body_content %}