diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-05-04 17:32:43 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-05-04 17:32:43 +0200 |
commit | ad827d2c04f436e74566793b463e6991db1325c1 (patch) | |
tree | 1473e1799fce39df283f7c998c1611c425b7bbf7 | |
parent | b99dd8e56b2ab3194ab276530f7d036a790cf6f5 (diff) | |
download | www-ad827d2c04f436e74566793b463e6991db1325c1.tar.gz www-ad827d2c04f436e74566793b463e6991db1325c1.tar.bz2 www-ad827d2c04f436e74566793b463e6991db1325c1.zip |
cut down checkmark size
-rw-r--r-- | images/checkmark.png | bin | 45757 -> 12576 bytes | |||
-rw-r--r-- | template/index.html.j2 | 12 |
2 files changed, 6 insertions, 6 deletions
diff --git a/images/checkmark.png b/images/checkmark.png Binary files differindex bb14d29..344a6f4 100644 --- a/images/checkmark.png +++ b/images/checkmark.png diff --git a/template/index.html.j2 b/template/index.html.j2 index 6100d19..d0ad144 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 @@ -17,27 +17,27 @@ <p> <ul class="checklist"> <li> - <img class="checkmark" height=720 width=720 alt="checkmark" src="{{ url_static('images/checkmark.png') }}"> + <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ url_static('images/checkmark.png') }}"> {{ _("Payments without registration")}} </li> <li> - <img class="checkmark" height=720 width=720 alt="checkmark" src="{{ url_static('images/checkmark.png') }}"> + <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ url_static('images/checkmark.png') }}"> {{ _("Data protection by default")}} </li> <li> - <img class="checkmark" height=720 width=720 alt="checkmark" src="{{ url_static('images/checkmark.png') }}"> + <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ url_static('images/checkmark.png') }}"> {{ _("Fraud eliminated by design")}} </li> <li> - <img class="checkmark" height=720 width=720 alt="checkmark" src="{{ url_static('images/checkmark.png') }}"> + <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ url_static('images/checkmark.png') }}"> {{ _("Not a new currency!")}} </li> <li> - <img class="checkmark" height=720 width=720 alt="checkmark" src="{{ url_static('images/checkmark.png') }}"> + <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ url_static('images/checkmark.png') }}"> {{ _("Empowers communities to run their own payment infrastructure")}} </li> <li> - <img class="checkmark" height=720 width=720 alt="checkmark" src="{{ url_static('images/checkmark.png') }}"> + <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ url_static('images/checkmark.png') }}"> <a href="https://gnu.org/philosophy/free-sw.html">{{ _("Free Software") }}</a> </li> </ul> |