gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: deploy new logo, add missing ALT tags


From: gnunet
Subject: [taler-www] branch master updated: deploy new logo, add missing ALT tags
Date: Tue, 04 May 2021 16:36:18 +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 425e80c  deploy new logo, add missing ALT tags
425e80c is described below

commit 425e80c10e91438206805f0093e2adcede329d15
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue May 4 16:36:15 2021 +0200

    deploy new logo, add missing ALT tags
---
 common/navigation.j2.inc |  2 +-
 images/logo-2021.svg     |  1 +
 template/index.html.j2   | 19 +++++++++----------
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index afe087a..d02d090 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-2020.jpg') }}">
+    <img class="taler_home" src="{{ url_static('images/logo-2021.svg') }}">
   </a>
   <button class="navbar-toggler"
           type="button"
diff --git a/images/logo-2021.svg b/images/logo-2021.svg
new file mode 100644
index 0000000..e72611e
--- /dev/null
+++ b/images/logo-2021.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg 
xmlns="http://www.w3.org/2000/svg"; width="670" height="300" viewBox="0 0 201 
90"><g fill="#0042b3" fill-rule="evenodd" stroke-width=".3"><path d="M86.7 
1.1c15.6 0 29 9.4 36 23.2h-5.9A35.1 35.1 0 0086.7 6.5C67 6.5 51 23.6 51 44.7c0 
10.4 3.8 19.7 10 26.6a31.4 31.4 0 01-4.2 3A45.2 45.2 0 0146 44.7c0-24 18.2-43.6 
40.7-43.6zm35.8 64.3a40.4 40.4 0 01-39 22.8c3-1.5 6-3.5 8.6-5.7a35.6 35.6 0 
0024.6-17.1z"/><path d="M64.2 1.1l3.1.1c-3 1.6 [...]
\ No newline at end of file
diff --git a/template/index.html.j2 b/template/index.html.j2
index 11677b5..f239cd6 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -4,7 +4,7 @@
 
     <div class="row justify-content-center">
       <div style="width:40vw;" >
-        <img style="width:100%; height: auto; display: block" src="{{ 
url_static('images/logo-2020.jpg') }}">
+        <img style="width:100%; height: auto; display: block" src="{{ 
url_static('images/logo-2021.svg') }}">
       </div>
     </div>
 
@@ -17,36 +17,35 @@
         <p>
         <ul class="checklist">
           <li>
-            <img class="checkmark" src="{{ url_static('images/checkmark.png') 
}}">
+            <img class="checkmark" alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
             {{ _("Payments without registration")}}
           </li>
           <li>
-            <img class="checkmark" src="{{ url_static('images/checkmark.png') 
}}">
+            <img class="checkmark" alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
             {{ _("Data protection by default")}}
           </li>
           <li>
-            <img class="checkmark" src="{{ url_static('images/checkmark.png') 
}}">
+            <img class="checkmark" alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
             {{ _("Fraud eliminated by design")}}
           </li>
           <li>
-            <img class="checkmark" src="{{ url_static('images/checkmark.png') 
}}">
+            <img class="checkmark" alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
             {{ _("Not a new currency!")}}
           </li>
           <li>
-            <img class="checkmark" src="{{ url_static('images/checkmark.png') 
}}">
+            <img class="checkmark" alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
             {{ _("Empowers communities to run their own payment 
infrastructure")}}
           </li>
           <li>
-            <img class="checkmark" src="{{ url_static('images/checkmark.png') 
}}">
+            <img class="checkmark" alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
             <a href="https://gnu.org/philosophy/free-sw.html";>{{ _("Free 
Software") }}</a>
           </li>
         </ul>
-        <form action="{{ "https://demo.taler.net/"; + lang + "/" }}" 
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>
+        <form action="{{ "https://demo.taler.net/"; + lang + "/" }}" 
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-lg-4">
-        <img class="img-fluid" 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') }}" 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]