gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: add missing alt text


From: gnunet
Subject: [taler-www] branch master updated: add missing alt text
Date: Tue, 04 May 2021 16:51:53 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new f96d015  add missing alt text
f96d015 is described below

commit f96d015b9aa2bebf4eb1c4265bbce6fc7ad715a9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue May 4 16:51:51 2021 +0200

    add missing alt text
---
 common/navigation.j2.inc | 2 +-
 template/index.html.j2   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index d02d090..1a734c1 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 f239cd6..f01ec9c 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>
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]