summaryrefslogtreecommitdiff
path: root/about.html
blob: 1a6f7a567cbc25163b89e80f3952b957226c9f29 (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
<!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">
    <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>Local megalomaniac. I mean, who'd create a new payment system and a new Internet?</p>
        </div>
        <div class="col-lg-4">
          <h2>Julian Kirsch</h2>
          <p>Hacks Linux, FreeBSD, Web sites and the deep state at leisure.</p>
       </div>
        <div class="col-lg-4">
          <h2>Florian Dold</h2>
          <p>Is currently on probation at Microsoft.</p>
        </div>
      </div>
      <div class="row">
        <div class="col-lg-4">
          <h2>Sree Harsha Totakura</h2>
          <p>Mostly harmless.</p>
        </div>
        <div class="col-lg-4">
          <h2>Benedikt M&uuml;ller.</h2>
          <p>Loves SEPA.</p>
        </div>
        <div class="col-lg-4">
          <h2><a href="https://www.stallman.org/">Richard M. Stallman</a></h2>
          <p>Ethics enthusiast.</p>
        </div>
      </div>

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