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
101
102
103
104
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Taler - Taxable Anonymous Libre Electronic Reserves: About us</title>
<meta name="description" content="">
<!--# include file="common/header.inc" -->
</head>
<body class="en" onLoad="loadLang();">
<div class="container">
<!--# include file="common/navigation.inc" -->
<!-- Jumbotron -->
<div class="jumbotron">
<h1 lang="en">About us</h1>
<h1 lang="de">Über uns</h1>
<h1 lang="fr">À propos</h1>
<h1 lang="it">Chi siamo</h1>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-lg-4">
<h2><a href="http://grothoff.org/christian/">Dr. Christian Grothoff</a></h2>
<p lang="en">Local megalomaniac. I mean, who'd create a new payment system and a new Internet?</p>
<p lang="de">Örtlicher Größenwahnsinniger. Ich meine,
wer würde schon versuchen, ein neues Zahlungssystem und ein neues
Internet zu erschaffen?</p>
<p lang="fr">Mégalomane local, C'est à dire, qui voudrait créer un nouveau système de paiement et un nouvel Internet ?</p>
<p lang="it">Megalomane locale. Intendo, chi creerebbe un nuovo sistema di pagamento e una nuova Internet?</p>
</div>
<div class="col-lg-4">
<h2><a href="https://www.sec.in.tum.de/julian-kirsch/">Julian Kirsch</a></h2>
<p lang="en">Hacks Linux, FreeBSD, Web sites and the deep state at leisure.</p>
<p lang="de">Hackt Linux, FreeBSD, Webseiten und den Staat im Staate
in seiner Freizeit.</p>
<p lang="fr">Pirate Linux, FreeBSD, sites Web et en état profond de détente.</p>
<p lang="it">Hackera Linux, FreeBSD, siti web e il deep state nel tempo libero.</p>
</div>
<div class="col-lg-4">
<h2>Florian Dold</h2>
<p lang="en">Is currently preparing to move</p>
<p lang="de">Bereitet sich vor auf den Umzug</p>
<p lang="fr">Démanagement en progrès</p>
<p lang="it">In preparazione per trasferirsi</p>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<h2><a href="http://sreeharsha.totakura.in/">Sree Harsha Totakura</a></h2>
<p lang="en">Mostly harmless</p>
<p lang="de">Gräßtenteils harmlos</p>
<p lang="fr">Principalement inoffensif</p>
<p lang="it">Principalmente inoffensivo</p>
</div>
<div class="col-lg-4">
<h2>Benedikt Müller</h2>
<p lang="en">Loves EBICS.</p>
<p lang="de">Liebt EBICS.</p>
<p lang="fr">Aime EBICS.</p>
<p lang="it">Ama EBICS.</p>
</div>
<div class="col-lg-4">
<h2><a href="https://www.stallman.org/">Dr. Richard M. Stallman</a></h2>
<p lang="en">Ethics enthusiast</p>
<p lang="de">Chef GNUisance</p>
<p lang="fr">Enthousiaste Ethique</p>
<p lang="it">Entusiasta di etica</p>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<h2><a href="http://www.onete.net/">Dr. Cristina Onete</a></h2>
<p lang="en">Theoretically deadly</p>
<p lang="de">Theoretisch tötlich</p>
<p lang="fr">Fatale (en théorie)</p>
<p lang="it">Teoricamente mortale</p>
</div>
<div class="col-lg-4">
<h2>Dr. Nana Karlstetter</h2>
<p lang="en">Realizing deep thought</p>
<p lang="de">Des Grundes wegen</p>
<p lang="fr">Basse fréquence</p>
<p lang="it">Realizzando pensieri profondi</p>
</div>
<div class="col-lg-4">
<h2>Greta Breveglieri & Ylenia Baldanza</h2>
<p lang="en">Translators and best fan ever</p>
<p lang="it">Traduttrici e migliori fan mai avute</p>
<p lang="de">Übersetzer</p>
<p lang="fr">Traductrice</p>
</div>
<div class="col-lg-4">
<h2>Marcello Stanisci</h2>
<p lang="en">Taler client-side developer</p>
<p lang="it">Sviluppatore Taler lato-utente</p>
<p lang="de">Taler Client-Seite Entwickler</p>
<p lang="fr">Devéloppeur de Taler client-côté</p>
</div>
</div>
<!--# include file="common/footer.inc" -->
</div> <!-- /container -->
</body>
</html>
|