summaryrefslogtreecommitdiff
path: root/investors.html
blob: 309b826628898020f4dcf06c46641fadce197a77 (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
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Taler - Taxable Anonymous Libre Electronic Reserves: Investors</title>
    <meta name="description" content="">
      <!--# include file="common/header.inc" -->
  </head>
  <body class="en">
    <div class="container">
      <!--# include file="common/navigation.inc" -->
      <!-- Jumbotron -->
      <div class="jumbotron">
        <h1 lang="en">Invest in Taler!</h1>
      </div>

      <!-- Example row of columns -->
      <div class="row">
        <div class="col-lg-4">
          <h2>Efficient</h2>
          <p>.</p>
        </div>
        <div class="col-lg-4">
          <h2>Secure</h2>
          <p>.</p>
       </div>
        <div class="col-lg-4">
          <h2>Business Model</h2>
          <p>.</p>
        </div>
      </div>
      <!--# include file="common/footer.inc" -->
    </div> <!-- /container -->
  </body>
</html>