summaryrefslogtreecommitdiff
path: root/template/docs.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-07 23:38:45 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-07 23:38:45 +0100
commitd44a0cbf9ac937672a2ae6bef9efbe3254921060 (patch)
treedbc10fa377c1d267cf23f095f34def87e22b4f04 /template/docs.html.j2
parent752f0fc5ae90e2272db7f9fcffd057192babbabd (diff)
downloadwww-d44a0cbf9ac937672a2ae6bef9efbe3254921060.tar.gz
www-d44a0cbf9ac937672a2ae6bef9efbe3254921060.tar.bz2
www-d44a0cbf9ac937672a2ae6bef9efbe3254921060.zip
add link to video tutorials
Diffstat (limited to 'template/docs.html.j2')
-rw-r--r--template/docs.html.j210
1 files changed, 10 insertions, 0 deletions
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index 0962fc80..ba170a0c 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -277,6 +277,16 @@
</div>
<div class="col-lg-4 mb-4">
+ <a href="https://tutorials.taler.net/" target="_blank" rel="noopener noreferrer">
+ <img src="{{ url('icons/video.svg') }}" height=60>
+ <h3>{{ _("Tutorials")}}</h3>
+ </a>
+ {% trans %}
+ Video tutorials for working with GNU Taler.
+ {% endtrans %}
+ </div>
+
+ <div class="col-lg-4 mb-4">
<a href="kyc.html" target="_blank" rel="noopener noreferrer">
<img src="{{ url('icons/noun-kyc-2913646.svg') }}" height=60>
<h3>{{ _("Know-your-customer")}}</h3>