summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.html26
1 files changed, 17 insertions, 9 deletions
diff --git a/main.html b/main.html
index ce865b52..6e26e505 100644
--- a/main.html
+++ b/main.html
@@ -82,9 +82,6 @@
<p lang="en">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 lang="de">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 lang="fr">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" lang="en">Learn More &raquo;</a></p>
- <p><a class="btn btn-primary" href="/merchants" role="button" lang="de">Learn More &raquo;</a></p>
- <p><a class="btn btn-primary" href="/merchants" role="button" lang="fr">Learn More &raquo;</a></p>
</div>
<div class="col-lg-4">
<h2 lang="en">Reserves</h2>
@@ -93,16 +90,27 @@
<p lang="en">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 lang="de">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 lang="fr">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" lang="en">Learn More &raquo;</a></p>
- <p><a class="btn btn-primary" href="/investors" role="button" lang="de">Learn More &raquo;</a></p>
- <p><a class="btn btn-primary" href="/investors" role="button" lang="fr">Learn More &raquo;</a></p>
</div>
<div class="col-lg-4">
<h2>News</h2>
<p lang="en">We will present Taler at FOSSA in Rennes on Tuesday November 19th 2014.</p>
- <p><a class="btn btn-primary" href="/news" role="button" lang="en">Learn More &raquo;</a></p>
- <p><a class="btn btn-primary" href="/news" role="button" lang="de">Learn More &raquo;</a></p>
- <p><a class="btn btn-primary" href="/news" role="button" lang="fr">Learn More &raquo;</a></p>
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-lg-4">
+ <p><a lang="en" class="btn btn-primary" href="/merchants" role="button" lang="en">Learn more &raquo;</a></p>
+ <p><a lang="de" class="btn btn-primary" href="/merchants" role="button" lang="de">Mehr erfahren &raquo;</a></p>
+ <p><a lang="fr" class="btn btn-primary" href="/merchants" role="button" lang="fr">En savoir plus &raquo;</a></p>
+ </div>
+ <div class="col-lg-4">
+ <p><a lang="en" class="btn btn-primary" href="/investors" role="button" lang="en">Learn more &raquo;</a></p>
+ <p><a lang="de" class="btn btn-primary" href="/investors" role="button" lang="de">Mehr erfahren &raquo;</a></p>
+ <p><a lang="fr" class="btn btn-primary" href="/investors" role="button" lang="fr">En savoir plus &raquo;</a></p>
+ </div>
+ <div class="col-lg-4">
+ <p><a lang="en" class="btn btn-primary" href="/news" role="button" lang="en">Learn more &raquo;</a></p>
+ <p><a lang="de" class="btn btn-primary" href="/news" role="button" lang="de">Mehr erfahren &raquo;</a></p>
+ <p><a lang="fr" class="btn btn-primary" href="/news" role="button" lang="fr">En savoir plus &raquo;</a></p>
</div>
</div>