summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Kirsch <kirschju@sec.in.tum.de>2014-11-18 23:37:08 +0100
committerJulian Kirsch <kirschju@sec.in.tum.de>2014-11-18 23:37:08 +0100
commit7203bfd46b03d71f51399fcf902d8584137c6f24 (patch)
treed332acd91e9b3d6496eb4ea8d6776b7e33eb564d
parentd75c12202ba21e73b04f4babf77ae7f57a98e8ab (diff)
downloadwww-7203bfd46b03d71f51399fcf902d8584137c6f24.tar.gz
www-7203bfd46b03d71f51399fcf902d8584137c6f24.tar.bz2
www-7203bfd46b03d71f51399fcf902d8584137c6f24.zip
Fix blue button alignment 1
-rw-r--r--main.html30
1 files changed, 18 insertions, 12 deletions
diff --git a/main.html b/main.html
index aabb5726..ce865b52 100644
--- a/main.html
+++ b/main.html
@@ -31,8 +31,6 @@
the payment system available to the general public in 2016.</p>
<!-- p><a class="btn btn-lg btn-success" href="#" role="button">Get started today</a></p -->
</div>
-
- <!-- Example row of columns -->
<div class="row">
<div class="col-lg-4">
<h2 lang="en">Taxable</h2>
@@ -41,9 +39,6 @@
<p lang="en">Unlike BitCoin or cash payments, Taler ensures that governments can easily track their citizen's income and thus collect sales, value-added or income taxes. Taler is thus a currency for the mainstream economy, and not the black market.</p>
<p lang="de">Unlike BitCoin or cash payments, Taler ensures that governments can easily track their citizen's income and thus collect sales, value-added or income taxes. Taler is thus a currency for the mainstream economy, and not the black market.</p>
<p lang="fr">Unlike BitCoin or cash payments, Taler ensures that governments can easily track their citizen's income and thus collect sales, value-added or income taxes. Taler is thus a currency for the mainstream economy, and not the black market.</p>
- <p><a class="btn btn-primary" href="/governments" role="button" lang="en">Learn More &raquo;</a></p>
- <p><a class="btn btn-primary" href="/governments" role="button" lang="de">Learn More &raquo;</a></p>
- <p><a class="btn btn-primary" href="/governments" role="button" lang="fr">Learn More &raquo;</a></p>
</div>
<div class="col-lg-4">
<h2 lang="en">Anonymous</h2>
@@ -52,10 +47,7 @@
<p lang="en">When you pay with Taler, your identity does not have to be revealed to the merchant. The bank, government and mint will also never learn how you spent your electronic money. However, you can prove that you paid in court if necessary.</p>
<p lang="de">When you pay with Taler, your identity does not have to be revealed to the merchant. The bank, government and mint will also never learn how you spent your electronic money. However, you can prove that you paid in court if necessary.</p>
<p lang="fr">When you pay with Taler, your identity does not have to be revealed to the merchant. The bank, government and mint will also never learn how you spent your electronic money. However, you can prove that you paid in court if necessary.</p>
- <p><a class="btn btn-primary" href="/citizens" role="button" lang="en">Learn More &raquo;</a></p>
- <p><a class="btn btn-primary" href="/citizens" role="button" lang="de">Learn More &raquo;</a></p>
- <p><a class="btn btn-primary" href="/citizens" role="button" lang="fr">Learn More &raquo;</a></p>
- </div>
+ </div>
<div class="col-lg-4">
<h2 lang="en">Libre</h2>
<h2 lang="de">Liberal</h2>
@@ -63,9 +55,23 @@
<p lang="en">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 lang="de">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 lang="fr">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" lang="en">Learn More &raquo;</a></p>
- <p><a class="btn btn-primary" href="/developers" role="button" lang="de">Learn More &raquo;</a></p>
- <p><a class="btn btn-primary" href="/developers" 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="/governments" role="button" lang="en">Learn more &raquo;</a></p>
+ <p><a lang="de" class="btn btn-primary" href="/governments" role="button" lang="de">Mehr erfahren &raquo;</a></p>
+ <p><a lang="fr" class="btn btn-primary" href="/governments" 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="/citizens" role="button" lang="en">Learn more &raquo;</a></p>
+ <p><a lang="de" class="btn btn-primary" href="/citizens" role="button" lang="de">Mehr erfahren &raquo;</a></p>
+ <p><a lang="fr" class="btn btn-primary" href="/citizens" 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="/developers" role="button" lang="en">Learn more &raquo;</a></p>
+ <p><a lang="de" class="btn btn-primary" href="/developers" role="button" lang="de">Mehr erfahren &raquo;</a></p>
+ <p><a lang="fr" class="btn btn-primary" href="/developers" role="button" lang="fr">En savoir plus &raquo;</a></p>
</div>
</div>
<div class="row">