summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/navigation.j2.inc2
-rw-r--r--template/index.html.j22
2 files changed, 2 insertions, 2 deletions
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index d02d0901..1a734c14 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -7,7 +7,7 @@
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="{{ url_localized('index.html') }}">
- <img class="taler_home" src="{{ url_static('images/logo-2021.svg') }}">
+ <img class="taler_home" alt="Home" src="{{ url_static('images/logo-2021.svg') }}">
</a>
<button class="navbar-toggler"
type="button"
diff --git a/template/index.html.j2 b/template/index.html.j2
index f239cd6c..f01ec9c2 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -45,7 +45,7 @@
</p>
</div>
<div class="col-lg-4">
- <img class="img-fluid" alt="mobile phone as wallet with cash" src="{{ url_static('images/stock1s.jpg') }}" style="border-radius: 1cm;" />
+ <img class="img-fluid" alt="mobile phone as wallet with cash" src="{{ url_static('images/stock1s.jpg') }}" width=439 height=411 style="border-radius: 1cm;" />
</div>
</div>