summaryrefslogtreecommitdiff
path: root/about.html.j2
blob: 1b596b1f6da4f10ec705fe4a86187747a50652d6 (plain)
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
100
{% extends "common/base.j2" %}
{% block body_content %}
<div class="container">
<div class="row">
  <div class="col-lg-4">
    <h2><a href="http://grothoff.org/christian/">Dr. Christian Grothoff</a></h2>
    <img src="{{ url('team-images/christian-grothoff.jpg') }}" height="240" alt="Christian Grothoff" align="middle">
    <p>{{ _("GNU maintainer. Network security &amp; privacy researcher. Software architect.") }}</p>
  </div>
  <div class="col-lg-4">
    <h2><a href="http://www.digitalekho.com/about-us/index.html">Leon Schumacher</a></h2>
    <img src="{{ url('team-images/leon-schumacher.jpg') }}" height="240" alt="Leon Schumacher" align="middle">
    <p>{{ _("Entrepreneur, Investor, Fortune 100 CIO, IT company director in different industries, ….") }}</p>
  </div>
</div>
<div class="row">
  <div class="col-lg-4">
    <h2>Dr. Jeffrey Burdges</h2>
    <img src="{{ url('team-images/jeff-burdges.jpg') }}" height="240" alt="Jeffrey Burdges" align="middle">
    <p>{{ _("Applied cryptography. Contact to W3c &amp; Tor.") }}</p>
  </div>
  <div class="col-lg-4">
    <h2><a href="http://www.onete.net/">Dr. Cristina Onete</a></h2>
    <img src="{{ url('team-images/cristina-onete.jpg') }}" height="240" alt="Cristina Onete" align="middle">
    <p>{{ _("Theoretical foundations.") }}</p>
  </div>
  <div class="col-lg-4">
    <h2><a href="https://www.stallman.org/">Dr. Richard M. Stallman</a></h2>
    <img src="{{ url('team-images/richard-stallman.jpg') }}" height="240" alt="Richard Stallman" align="middle">
    <p>{{ _("Founder of the GNU project. Ethical guidance and licensing.") }}</p>
  </div>
</div>
<div class="row">
  <div class="col-lg-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">
    <p>{{ _("PhD Student, TU Munich. Currently teaching.") }}</p>
  </div>
  <div class="col-lg-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">
    <p>{{ _("PhD Student, Inria..") }}</p>
  </div>
  <div class="col-lg-4">
    <h2>Marcello Stanisci</h2>
    <img src="{{ url('team-images/marcello-stanisci.jpg') }}" height="240" alt="Marcello Stanisci" align="middle">
    <p>{{ _("Software engineer.") }}</p>
  </div>
</div>
<div class="row">
  <div class="col-lg-4">
    <h2>Dr. Nana Karlstetter</h2>
    <img src="{{ url('team-images/nana-karlstetter.jpg') }}" height="240" alt="Nana Karlstetter" align="middle">
    <p>{{ _("Sustainable business development.") }}</p>
  </div>
  <div class="col-lg-4">
    <h2>Benedikt Müller</h2>
    <p>{{ _("Software engineer. Works on libebics.") }}</p>
  </div>
  <div class="col-lg-4">
    <h2>Gabor Toth</h2>
    <p>{{ _("Software engineer.") }}</p>
  </div>
</div>
<div class="row">
  <div class="col-lg-4">
    <h2><a href="https://ar.linkedin.com/in/martinolivera">Martín Olivera</a></h2>
    <p>{{ _("Translator (Spanish)") }}</p>
  </div>
  <div class="col-lg-4">
    <h2>Greta Breveglieri</h2>
    <p>{{ _("Translator (Italian)") }}</p>
  </div>
  <div class="col-lg-4">
    <h2>Ylenia Baldanza</h2>
    <p>{{ _("Translator (Italian)") }}</p>
  </div>
</div>
<div class="row">
  <div class="col-lg-4">
    <h2><a href="https://www.nitrokey.com/">Jan Suhr</a></h2>
    <p>{{ _("Hardware security module") }}</p>
  </div>
  <div class="col-lg-4">
    <h2><a href="http://www.goebel-consult.de/">Hartmut Goebel</a></h2>
    <p>{{ _("Risk management") }}</p>
  </div>
  <div class="col-lg-4">
    <h2><a href="https://www.sec.in.tum.de/julian-kirsch/">Julian Kirsch</a></h2>
    <p>{{ _("PhD student, TU Munich. Currently teaching.") }}</p>
  </div>
</div>
<div class="row">
  <div class="col-lg-4">
    <h2>Oliver Broome</h2>
    <p>{{ _("Software engineer. Works on Android wallet.") }}</p>
  </div>
</div>
</div>
{% endblock body_content %}