commit 1c42f07dcc1161d2504e4cf1f34f1cdc04d5dbb5
parent bc6cb57ff278a9b034129b22fd39ebeab45669a5
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 18 Nov 2014 12:09:45 +0100
boxes
Diffstat:
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git 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ü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 »</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 »</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 »</a></p>
+ </div>
</div>
<!--# include file="common/footer.inc" -->