diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-05-04 16:36:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-05-04 16:36:15 +0200 |
commit | 425e80c10e91438206805f0093e2adcede329d15 (patch) | |
tree | 86e3c73126463cb541341ebc663aae6812f72630 /template | |
parent | 300cc613c0d28a7735b22f29bc4cc69d3c98457a (diff) | |
download | www-425e80c10e91438206805f0093e2adcede329d15.tar.gz www-425e80c10e91438206805f0093e2adcede329d15.tar.bz2 www-425e80c10e91438206805f0093e2adcede329d15.zip |
deploy new logo, add missing ALT tags
Diffstat (limited to 'template')
-rw-r--r-- | template/index.html.j2 | 19 |
1 files changed, 9 insertions, 10 deletions
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> |