diff options
Diffstat (limited to 'template/index.html.j2')
-rw-r--r-- | template/index.html.j2 | 12 |
1 files changed, 6 insertions, 6 deletions
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> |