summaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2022-12-19 15:35:31 +0100
committerStefan Kügel <skuegel@web.de>2022-12-19 15:35:31 +0100
commit7786c129864ec149f4aac0805ea71e9a3aaf6773 (patch)
tree866e4ddca29ac6ff92c03f1090b23671a54ff565 /template/index.html.j2
parent508b9642583faedd4b99f99579bb0cd73dc6c739 (diff)
downloadwww-7786c129864ec149f4aac0805ea71e9a3aaf6773.tar.gz
www-7786c129864ec149f4aac0805ea71e9a3aaf6773.tar.bz2
www-7786c129864ec149f4aac0805ea71e9a3aaf6773.zip
Updating the HTML files
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j29
1 files changed, 2 insertions, 7 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index f0fc13ac..ab6fd2f7 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -4,12 +4,7 @@
<div class="container">
<div class="row justify-content-center">
- <div style="width:40vw;" >
- <img alt="{{ _("Taler logo") }}" style="width:100%; height: auto; display: block" src="{{ url_static('images/logo-2021.svg') }}">
- </div>
- </div>
-
- <div class="row mt-5">
+ <img alt="{{ _("Taler logo") }}" style="width:40vw; display: block; margin-top: 10px; margin-bottom: 25px" src="{{ url_static('images/logo-2021.svg') }}">
</div>
<div class="row">
@@ -39,7 +34,7 @@
</li>
<li>
<img class="checkmark" height=18 width=18 alt="checkmark" src="{{ url_static('images/checkmark.png') }}">
- <a href="https://gnu.org/philosophy/free-sw.html">{{ _("Free Software") }}</a>
+ <a href="https://gnu.org/philosophy/free-sw.html" target="_blank" rel="noopener noreferrer">{{ _("Free Software") }}</a>
</li>
</ul>
<form action="{{ "https://demo.taler.net/" + lang + "/" }}" target="_blank" rel="noopener noreferrer" style="display:inline;"><button type="submit" class="btn btn-primary">{{ _("Try Demo!")}}</button></form>