summaryrefslogtreecommitdiff
path: root/about.html
blob: 53c6713171831f1ca7077d50e5fd84c9615f6540 (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
<!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 -->

      <!-- Example row of columns -->
      <div class="row">
        <div class="col-lg-4">
          <h2><a href="http://grothoff.org/christian/">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"></p>
          <p lang="fr"></p>
        </div>
        <div class="col-lg-4">
          <h2>Julian Kirsch</h2>
          <p lang="en">Hacks Linux, FreeBSD, Web sites and the deep state at leisure.</p>
          <p lang="de"></p>
          <p lang="fr"></p>
       </div>
        <div class="col-lg-4">
          <h2>Florian Dold</h2>
          <p lang="en">Is currently on probation at Microsoft.</p>
          <p lang="de"></p>
          <p lang="fr"></p>
        </div>
      </div>
      <div class="row">
        <div class="col-lg-4">
          <h2>Sree Harsha Totakura</h2>
          <p lang="en">Mostly harmless.</p>
          <p lang="de"></p>
          <p lang="fr"></p>
        </div>
        <div class="col-lg-4">
          <h2>Benedikt M&uuml;ller.</h2>
          <p lang="en">Loves SEPA.</p>
          <p lang="de"></p>
          <p lang="fr"></p>
        </div>
        <div class="col-lg-4">
          <h2><a href="https://www.stallman.org/">Richard M. Stallman</a></h2>
          <p lang="en">Ethics enthusiast.</p>
          <p lang="de">Chef GNUisance.</p>
          <p lang="fr"></p>
        </div>
      </div>

      <!--# include file="common/footer.inc" -->
    </div> <!-- /container -->
  </body>
</html>