aboutsummaryrefslogtreecommitdiff
path: root/about.html.j2
blob: b44cca5c94cbc3ce486de2dd5b21b688ff82b213 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{% extends "common/base.j2" %}
{% block body_content %}
<div class="container-wide">
<!-- list alphabetical, first those with images, then those without -->
<div class="row">
  <div class="col-xs-4">
    <h2><a href="https://grothoff.org/christian/">Christian Grothoff</a></h2>
    <img src="{{ url('team-images/christian-grothoff.jpg') }}" height="240" alt="Christian Grothoff" align="middle">
    <br><br><p>{{ _("GNU maintainer.") }}</p>
  </div>
  <div class="col-xs-4">
    <h2>dvn</h2>
    <img src="{{ url('team-images/dvn.jpg') }}" height="240" alt="dvn" align="middle">
    <br><br><p>{{ _("Continuous Integration, secushare, packaging (Guix).") }}</p>
  </div>
  <div class="col-xs-4">
    <h2><a href="https://fdold.eu">Florian Dold</a></h2>
    <img src="{{ url('team-images/florian-dold.jpg') }}" height="240" alt="Florian Dold" align="middle">
    <br><br><p>{{ _("Set, Consensus, Voting.") }}</p>
  </div>
</div>
<div class="row">
  <div class="col-xs-4">
    <h2>Jeffrey Burdges</h2>
    <img src="{{ url('team-images/jeff-burdges.jpg') }}" height="240" alt="Jeffrey Burdges" align="middle">
    <br><br><p>{{ _("Mix networking.") }}</p>
  </div>
  <div class="col-xs-4">
    <h2>Julius B&uuml;ger</h2>
    <img src="{{ url('team-images/julius-buenger.jpg') }}" height="240" alt="Julius B&uuml;nger" align="middle">
    <br><br><p>{{ _("Random peer sampling.") }}</p>
  </div>
  <div class="col-xs-4">
    <h2>lurchi</h2>
    <img src="{{ url('team-images/lurchi.jpg') }}" height="240" alt="lurchi" align="middle">
    <br><br><p>{{ _("secushare, Social, PSYC, Multicast.") }}</p>
  </div>
</div>
<div class="row">
  <div class="col-xs-4">
    <h2>Martin Schanzenbach</h2>
    <br><br><p>{{ _("GNU Name System, Identity Management, ABE.") }}</p>
  </div>
  <div class="col-xs-4">
    <h2><a href="http://sreeharsha.totakura.in/">Sree Harsha Totakura</a></h2>
    <img src="{{ url('team-images/sree-harsha-totakura.jpg') }}" height="240" alt="Sree Harsha Totakura" align="middle">
    <br><br><p>{{ _("Testbed, voice.") }}</p>
  </div>
  <div class="col-xs-4">
    <h2>t3sserakt</h2>
    <img src="{{ url('team-images/t3sserakt.jpg') }}" height="240" alt="t3sserakt" align="middle">
    <br><br><p>{{ _("secushare, Social, PSYC, Multicast.") }}</p>
  </div>
</div>
<div class="row">
  <div class="col-xs-4">
    <h2>wldhx</h2>
    <img src="{{ url('team-images/wldhx.jpg') }}" height="240" alt="wldhx" align="middle">
    <br><br><p>{{ _("Web site, packaging (Nix/Guix).") }}</p>
  </div>
  <div class="col-xs-4">
    <h2><a href="http://my.pages.de">carlo von lynX</a></h2>
    <img src="{{ url('images/gnunet-logo_bright.svg') }}" height="240" alt="lynX" align="middle">
    <br><br><p>{{ _("secushare, PSYC, multicast, advocacy, sights and sounds, UX.") }}</p>
  </div>
  <div class="col-xs-4">
    <h2>Christian Kühne</h2>
    <img src="{{ url('team-images/ck.jpg') }}" height="240" alt="Christian Kühne" align="middle">
    <br><br><p>{{ _("secushare, Social, PSYC, Multicast, data protection theory.") }}</p>
  </div>
</div>
<div class="row">
  <div class="col-xs-4">
    <h2>Bart Polot</h2>
    <br><br><p>{{ _("NSE, CADET.") }}</p>
  </div>
  <div class="col-xs-4">
    <h2>LRN</h2>
    <br><br><p>{{ _("W32 port.") }}</p>
  </div>
  <div class="col-xs-4">
    <h2>Nils Durner</h2>
    <br><br><p>{{ _("W32 port.") }}</p>
  </div>
</div>
<div class="row">
  <div class="col-xs-4">
    <h2><a href="http://n0.is">Nils Gillmann</a></h2>
    <img src="{{ url('team-images/ng0.jpg') }}" height="240" alt="" align="middle">
    <br><br>ng0
    <br><p>{{ _("Documentation, gnURL, and in the broader sense all tasks related to System Integration of GNUnet") }}</p>
  </div>
  <div class="col-xs-4">
    <h2>tg</h2>
    <br><br><p>{{ _("Multicast.") }}</p>
  </div>
</div>
</div>
{% endblock body_content %}