aboutsummaryrefslogtreecommitdiff
path: root/tutorial.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial.html.j2')
-rw-r--r--tutorial.html.j216
1 files changed, 7 insertions, 9 deletions
diff --git a/tutorial.html.j2 b/tutorial.html.j2
index 3602f8d9..91c6396d 100644
--- a/tutorial.html.j2
+++ b/tutorial.html.j2
@@ -1,41 +1,39 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<article> 3<article class="d-flex flex-column p-2 bd-highlight">
4 <div class="container-fluid">
5 <header> 4 <header>
6 <h1>{{ _("Tutorials") }}</h1> 5 <h1>{{ _("Tutorials") }}</h1>
7 </header> 6 </header>
8 <p class="col-lg-3"> 7 <p>
9 {% trans %} 8 {% trans %}
10 This page holds various tutorials for GNUnet. Some of them are not 9 This page holds various tutorials for GNUnet. Some of them are not
11 complete, but we find them useful regardless of their state. 10 complete, but we find them useful regardless of their state.
12 {% endtrans %} 11 {% endtrans %}
13 </p> 12 </p>
14 <p class="col-lg-3"> 13 <p>
15 {% trans %} 14 {% trans %}
16 <a href="tutorial-ubuntu1804.html">GNUnet on Ubuntu 18.04</a> 15 <a href="tutorial-ubuntu1804.html">GNUnet on Ubuntu 18.04</a>
17 {% endtrans %} 16 {% endtrans %}
18 </p> 17 </p>
19 <p class="col-lg-3"> 18 <p>
20 {% trans %} 19 {% trans %}
21 <a href="tutorial-archpi.html">GNUnet on Arch-Pi</a> 20 <a href="tutorial-archpi.html">GNUnet on Arch-Pi</a>
22 {% endtrans %} 21 {% endtrans %}
23 </p> 22 </p>
24 <p class="col-lg-3"> 23 <p>
25 {% trans %} 24 {% trans %}
26 <a href="tutorial-debian9.html">GNUnet on Debian 9</a> 25 <a href="tutorial-debian9.html">GNUnet on Debian 9</a>
27 {% endtrans %} 26 {% endtrans %}
28 </p> 27 </p>
29 <p class="col-lg-3"> 28 <p>
30 {% trans %} 29 {% trans %}
31 <a href="tutorial-macos.html">GNUnet on macOS</a> 30 <a href="tutorial-macos.html">GNUnet on macOS</a>
32 {% endtrans %} 31 {% endtrans %}
33 </p> 32 </p>
34 <p class="col-lg-3"> 33 <p>
35 {% trans %} 34 {% trans %}
36 <a href="https://tutorial.gnunet.org/">C Coding Tutorial for GNUnet</a> 35 <a href="https://tutorial.gnunet.org/">C Coding Tutorial for GNUnet</a>
37 {% endtrans %} 36 {% endtrans %}
38 </p> 37 </p>
39 </div>
40</article> 38</article>
41{% endblock body_content %} 39{% endblock body_content %}