aboutsummaryrefslogtreecommitdiff
path: root/template/video.html.j2
blob: 90eebb9b6c7ca38d121a8cf3b7f703c90c8d7429 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{% extends "common/base.j2" %}
{% block body_content %}
<div class="jumbotron">
  <div class="container text-center">
    <h1>{{ _("Media 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 %}