summaryrefslogtreecommitdiff
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)
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 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+<div class="jumbotron">
+ <div class="container text-center">
+ <h1>{{ _("Videos related to GNUnet") }}</h1>
+
+ <p>
+ {% trans %}
+ Over the years we've given a couple of talks, workshops and other presentations
+ which have been recorded. The list below is neither chronological in order, nor
+ complete.
+ {% endtrans %}
+ </p>
+ </div>
+</div>
+
+<div class="container adorn_h3_bracket">
+ <div class="row">
+ <div class="col-lg-4">
+
+ <h3>{{ _("2017") }}</h3>
+ <h3>{{ _("2016") }}</h3>
+ <h3>{{ _("2015") }}</h3>
+ <h3>{{ _("2014") }}</h3>
+ <h3>{{ _("2013") }}</h3>
+ <h3>{{ _("2012") }}</h3>
+ <h3>{{ _("2011") }}</h3>
+ <h3>{{ _("2010") }}</h3>
+ </div>
+ </div>
+</div>
+
+</div> <!-- /container -->
+{% endblock body_content %}