summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-07-19 21:07:12 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-07-19 21:07:26 +0200
commit2aed8b254bed9d8010258ba488932c70325708d5 (patch)
treedb06fb02c5b348b043db0608b9114f3bed6538d5 /docs/index.html
parent5b4b9d593fb93c5f08c2eab5dc3dc08f8dbcbd96 (diff)
downloadlanding-2aed8b254bed9d8010258ba488932c70325708d5.tar.gz
landing-2aed8b254bed9d8010258ba488932c70325708d5.tar.bz2
landing-2aed8b254bed9d8010258ba488932c70325708d5.zip
add bank docs and icon
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html20
1 files changed, 16 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index 9e896ab..632b344 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -13,7 +13,7 @@
<h2>Components</h2>
<div class="pure-g linkrow">
- <div class="pure-u-1-4">
+ <div class="pure-u-1-3">
<a href="https://docs.taler.net/merchant/backend/html/manual.html">
<img src="icon-backend.svg" height=60>
<h3>Merchant backend</h3>
@@ -22,7 +22,7 @@
Also available as <a href="https://docs.taler.net/merchant/backend/pdf/manual.pdf">PDF</a>.
</div>
- <div class="pure-u-1-4">
+ <div class="pure-u-1-3">
<a href="https://docs.taler.net/merchant/frontend/python/html/tutorial.html">
<img src="icon-market.svg" height=60>
<h3>Merchant frontend (Python)</h3>
@@ -31,7 +31,7 @@
Also available as <a href="https://docs.taler.net/merchant/frontend/python/pdf/tutorial.pdf">PDF</a>.
</div>
- <div class="pure-u-1-4">
+ <div class="pure-u-1-3">
<a href="https://docs.taler.net/merchant/frontend/php/html/tutorial.html">
<img src="icon-market.svg" height=60>
<h3>Merchant frontend (PHP)</h3>
@@ -39,7 +39,10 @@
Tutorial for building a merchant frontend in PHP.
Also available as <a href="https://docs.taler.net/merchant/frontend/php/pdf/tutorial.pdf">PDF</a>.
</div>
- <div class="pure-u-1-4">
+ </div>
+
+ <div class="pure-g linkrow">
+ <div class="pure-u-1-3">
<a href="https://docs.taler.net/exchange/html/taler-exchange.html">
<img src="icon-exchange.svg" height=60>
<h3>Exchange</h3>
@@ -47,6 +50,15 @@
Operator's manual for the GNU Taler exchange.
Also available as <a href="https://docs.taler.net/exchange/pdf/taler-exchange.pdf">PDF</a>.
</div>
+
+ <div class="pure-u-1-3">
+ <a href="https://docs.taler.net/bank/html/taler-bank.html">
+ <img src="icon-bank.svg" height=60>
+ <h3>Bank Integration</h3>
+ </a>
+ Manual for tightly integrating Taler with banking applications.
+ Also available as <a href="https://docs.taler.net/bank/pdf/taler-bank.pdf">PDF</a>.
+ </div>
</div>
<h2>Internals</h2>