summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-18 11:55:54 +0100
committerChristian Grothoff <christian@grothoff.org>2014-11-18 11:55:54 +0100
commitc8bfbfb28602bfd46a21e0c7908ca857b71cb722 (patch)
tree55e58855774faa468733256b8e98aae840976813
parent70eaab03e8e433f4d43b690350153b4283c4255b (diff)
downloadwww-c8bfbfb28602bfd46a21e0c7908ca857b71cb722.tar.gz
www-c8bfbfb28602bfd46a21e0c7908ca857b71cb722.tar.bz2
www-c8bfbfb28602bfd46a21e0c7908ca857b71cb722.zip
front page
-rw-r--r--main.html35
1 files changed, 22 insertions, 13 deletions
diff --git a/main.html b/main.html
index b694d0f1..2cefb159 100644
--- a/main.html
+++ b/main.html
@@ -7,33 +7,42 @@
<!--# include file="common/header.inc" -->
</head>
<body>
-
<div class="container">
<!--# include file="common/navigation.inc" -->
<!-- Jumbotron -->
<div class="jumbotron">
<img src="images/logo.png"></img>
- <h1>Finally: A currency without drawbacks!</h1>
- <p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet.</p>
- <p><a class="btn btn-lg btn-success" href="#" role="button">Get started today</a></p>
+ <h1>Electronic Payments for Libre Society!</h1>
+ <p class="lead">We are building Taler, a new electronic payment system for privacy and security.</p>
+ <!-- p><a class="btn btn-lg btn-success" href="#" role="button">Get started today</a></p -->
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-lg-4">
- <h2>Heading</h2>
- <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
- <p><a class="btn btn-primary" href="#" role="button">Learn More &raquo;</a></p>
+ <h2>Taxable</h2>
+ <p>Unlike BitCoin or cash payments, Taler ensures that governments can easily track their citizen's income and thus collect sales, value-added or income taxes. Taler is thus a currency for the mainstream economy, and not the black market.</p>
+ <p><a class="btn btn-primary" href="/governments" role="button">Learn More &raquo;</a></p>
</div>
<div class="col-lg-4">
- <h2>Heading</h2>
- <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
- <p><a class="btn btn-primary" href="#" role="button">Lear More &raquo;</a></p>
+ <h2>Anonymous</h2>
+ <p>When you pay with Taler, your identity does not have to be revealed to the merchant. The bank, government and mint will also never learn how you spent your electronic money. However, you can prove that you paid in court if necessary.</p>
+ <p><a class="btn btn-primary" href="/citizens" role="button">Learn More &raquo;</a></p>
</div>
<div class="col-lg-4">
- <h2>Heading</h2>
- <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.</p>
- <p><a class="btn btn-primary" href="#" role="button">Learn More &raquo;</a></p>
+ <h2>Libre</h2>
+ <p>Taler is free software implementing an open protocol. Anybody is welcome to inspect our code and integrate our reference implementation into their applications.</p>
+ <p><a class="btn btn-primary" href="/developers" role="button">Learn More &raquo;</a></p>
+ </div>
+ <div class="col-lg-4">
+ <h2>Electronic</h2>
+ <p>Taler is designed to work on the Internet. Using a so-called RESTful protocol over HTTP or HTTPS, Taler is easy to integrate with existing Web applications.</p>
+ <p><a class="btn btn-primary" href="/merchants" role="button">Learn More &raquo;</a></p>
+ </div>
+ <div class="col-lg-4">
+ <h2>Reserves</h2>
+ <p>Taler operates as a reserve. This means that Taler is not a new currency with the inherent currency fluctuation risks, but instead the digital coins correspond to existing currencies, such as US Dollars, Euros or even BitCoins.</p>
+ <p><a class="btn btn-primary" href="/investors" role="button">Learn More &raquo;</a></p>
</div>
</div>