aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2018-01-08 17:43:42 +0000
committerng0 <ng0@n0.is>2018-01-08 17:43:42 +0000
commit4fe05467137bf576dc82386dd37d22937d2060fd (patch)
tree5220f32e8d001a84d4f5606b0b526282c3150a67
parent92bca9f4e2254acd3f7724ee0241e45e62a7d0bd (diff)
downloadwww-4fe05467137bf576dc82386dd37d22937d2060fd.tar.gz
www-4fe05467137bf576dc82386dd37d22937d2060fd.zip
init videos page wip
-rw-r--r--videos.hmtl.j234
1 files changed, 34 insertions, 0 deletions
diff --git a/videos.hmtl.j2 b/videos.hmtl.j2
new file mode 100644
index 00000000..3db72952
--- /dev/null
+++ b/videos.hmtl.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>{{ _("Videos 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 %}