summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/main.html b/main.html
index 039d81ba..452919ed 100644
--- a/main.html
+++ b/main.html
@@ -13,7 +13,8 @@
<div class="jumbotron">
<img src="images/logo.png"></img>
<h1 lang="en">Electronic Payments for Libre Society!</h1>
- <h1 lang="de">Deutlich!</h1>
+ <h1 lang="de">Elektronisches Bezahlen f&uuml;r eine freiheitliche Gesellschaft!</h1>
+ <h1 lang="fr">Paiements électroniques pour société libre!</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>
@@ -35,6 +36,8 @@
<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>
+ <div class="row">
<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>
@@ -45,6 +48,11 @@
<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 class="col-lg-4">
+ <h2>News</h2>
+ <p>We will present Taler at FOSSA in Rennes on Tuesday November 19th 2014.</p>
+ <p><a class="btn btn-primary" href="/news" role="button">Learn More &raquo;</a></p>
+ </div>
</div>
<!--# include file="common/footer.inc" -->