summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-18 12:09:45 +0100
committerChristian Grothoff <christian@grothoff.org>2014-11-18 12:09:45 +0100
commit1c42f07dcc1161d2504e4cf1f34f1cdc04d5dbb5 (patch)
tree917a8c24c227ccbc38fee0cb0df973e20d394ddc
parentbc6cb57ff278a9b034129b22fd39ebeab45669a5 (diff)
downloadwww-1c42f07dcc1161d2504e4cf1f34f1cdc04d5dbb5.tar.gz
www-1c42f07dcc1161d2504e4cf1f34f1cdc04d5dbb5.tar.bz2
www-1c42f07dcc1161d2504e4cf1f34f1cdc04d5dbb5.zip
boxes
-rw-r--r--main.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/main.html b/main.html
index acb4517c..64234fbc 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" -->