aboutsummaryrefslogtreecommitdiff
path: root/template/video.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/video.html.j2')
-rw-r--r--template/video.html.j234
1 files changed, 34 insertions, 0 deletions
diff --git a/template/video.html.j2 b/template/video.html.j2
new file mode 100644
index 00000000..90eebb9b
--- /dev/null
+++ b/template/video.html.j2
@@ -0,0 +1,34 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3<div class="jumbotron">
4 <div class="container text-center">
5 <h1>{{ _("Media related to GNUnet") }}</h1>
6
7 <p>
8 {% trans %}
9 Over the years we've given a couple of talks, workshops and other presentations
10 which have been recorded. The list below is neither chronological in order, nor
11 complete.
12 {% endtrans %}
13 </p>
14 </div>
15</div>
16
17<div class="container adorn_h3_bracket">
18 <div class="row">
19 <div class="col-lg-4">
20
21 <h3>{{ _("2017") }}</h3>
22 <h3>{{ _("2016") }}</h3>
23 <h3>{{ _("2015") }}</h3>
24 <h3>{{ _("2014") }}</h3>
25 <h3>{{ _("2013") }}</h3>
26 <h3>{{ _("2012") }}</h3>
27 <h3>{{ _("2011") }}</h3>
28 <h3>{{ _("2010") }}</h3>
29 </div>
30 </div>
31</div>
32
33</div> <!-- /container -->
34{% endblock body_content %}