summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Kirsch <kirschju@sec.in.tum.de>2014-11-18 23:42:19 +0100
committerJulian Kirsch <kirschju@sec.in.tum.de>2014-11-18 23:42:19 +0100
commit707dd3a1e74b0027dc0e26470296b483e8bee840 (patch)
treee1c53c06d36ea06fb0d7cce52bca8850a8942a47
parent7203bfd46b03d71f51399fcf902d8584137c6f24 (diff)
downloadwww-707dd3a1e74b0027dc0e26470296b483e8bee840.tar.gz
www-707dd3a1e74b0027dc0e26470296b483e8bee840.tar.bz2
www-707dd3a1e74b0027dc0e26470296b483e8bee840.zip
Fix blue button alignment 2
-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>