summaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-04 14:55:05 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-04 14:55:05 +0100
commit01b9b154dcd96a702c6e7b66348c05618cbb6457 (patch)
tree97c9284bb68908cef600a89b826b37cb6086f378 /template/index.html.j2
parent07d116baa08278fdb50b203cc255a70561166373 (diff)
downloadwww-01b9b154dcd96a702c6e7b66348c05618cbb6457.tar.gz
www-01b9b154dcd96a702c6e7b66348c05618cbb6457.tar.bz2
www-01b9b154dcd96a702c6e7b66348c05618cbb6457.zip
improve responsiveness of web site
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j210
1 files changed, 5 insertions, 5 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 1c55d09d..6cc7b44f 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -3,17 +3,16 @@
<div class="container">
<div class="row justify-content-center">
- <div class="col-8">
- <img src="{{ url_static('images/logo-2020.jpg') }}">
- </div>
+ <img style="width:80vw" src="{{ url_static('images/logo-2020.jpg') }}">
</div>
<div class="row mt-5">
</div>
<div class="row">
- <div class="col">
+ <div class="col-lg-8">
<h2>{{ _("We provide a payment system that makes <span class='tlr'>privacy-friendly</span> online transactions <span class='tlr'>fast and easy</span>.")}}</h2>
+ <p>
<ul class="checklist">
<li>
<img class="checkmark" src="{{ url_static('images/checkmark.png') }}">
@@ -42,8 +41,9 @@
</ul>
<form action="https://demo.taler.net/" style="display:inline;"><button type="submit" class="btn btn-primary">{{ _("Try Demo!")}}</button></form>
<form action="https://docs.taler.net/" style="display:inline;"><button type="submit" class="btn btn-secondary">{{ _("Read Docs")}}</button></form>
+ </p>
</div>
- <div class="col align-self-center">
+ <div class="col-lg-4">
<img class="img-fluid" src="{{ url_static('images/stock1s.jpg') }}" style="border-radius: 1cm;" />
</div>
</div>