diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-06-08 12:45:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-06-08 12:45:34 +0200 |
commit | 5b5756b2efb060153f9b322d36af9f319bf470bb (patch) | |
tree | 91e6a4d5069b5ba03ba358a14a8b112e00aa375f /template/principles.html.j2 | |
parent | 5680dc9238f5e15f9b3331acf544482f8f7a49f0 (diff) | |
download | www-5b5756b2efb060153f9b322d36af9f319bf470bb.tar.gz www-5b5756b2efb060153f9b322d36af9f319bf470bb.tar.bz2 www-5b5756b2efb060153f9b322d36af9f319bf470bb.zip |
new images
Diffstat (limited to 'template/principles.html.j2')
-rw-r--r-- | template/principles.html.j2 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/template/principles.html.j2 b/template/principles.html.j2 index 11e8a67..ed12b1e 100644 --- a/template/principles.html.j2 +++ b/template/principles.html.j2 @@ -30,7 +30,7 @@ <div class="col-lg-12"> <h2>{{ _("1. Free/Libre Software") }}</h2> <a href="https://www.gnu.org/graphics/freedom.html"> - <img style="width:20vw;float:right" src="{{ url_static('images/stallman.medium.png') }}" alt="{{ _("... in the area of computing, freedom means not using proprietary software") }}"> + <img style="width:20vw;float:right" src="{{ url_static('images/1-libre.png') }}" alt="{{ _("... in the area of computing, freedom means not using proprietary software") }}"> </a> <p> {% trans %} @@ -59,7 +59,7 @@ <div class="col-lg-12"> <h2>{{ _("2. Protect the privacy of buyers") }}</h2> <!-- From https://www.pixabay.com/ --> - <img style="width:20vw;float:left;padding:15px" src="{{ url_static('images/anonymous.jpg') }}" alt="{{_("You deserve some privacy")}}"> + <img style="width:20vw;float:left;padding:15px" src="{{ url_static('images/2-buyer-privacy.jpg') }}" alt="{{_("You deserve some privacy")}}"> <p> {% trans %} Privacy is most meaningful when it is guaranteed via technical measures, as opposed to mere @@ -82,7 +82,7 @@ <div class="col-lg-12"> <h2>{{ _("3. Auditability - enable the state to tax income and crack down on illegal business activities") }}</h2> <!-- From https://www.pxhere.com/ --> - <img style="width:20vw;float:right;padding:15px" src="{{ url_static('images/money-laundering.medium.jpg') }}" alt="{{_("Money laundering")}}"> + <img style="width:20vw;float:right;padding:15px" src="{{ url_static('images/3-taxable.png') }}" alt="{{_("Money laundering")}}"> <p> {% trans %} As a payment system must comply with local laws in order to operate @@ -101,7 +101,7 @@ <div class="col-lg-12"> <h2>{{ _("4. Prevent payment fraud") }}</h2> <!-- From https://www.maxpixel.net/ --> - <img style="width:20vw;float:left;padding:15px" src="{{ url_static('images/fraud.medium.jpg') }}" alt="{{_("Phishing attack")}}"> + <img style="width:20vw;float:left;padding:15px" src="{{ url_static('images/4-fraud.png') }}" alt="{{_("Phishing attack")}}"> <p> {% trans %} GNU Taler must mitigate the most common sources of payment fraud. @@ -118,7 +118,7 @@ <div class="row"> <div class="col-lg-12"> <h2>{{ _("5. Collect the minimum information necessary") }}</h2> - <img style="width:20vw;float:right;padding:15px" src="{{ url_static('images/gdpr.medium.jpg') }}" alt="{{_("Privacy by design, privacy by default, General Data Protection Regulation (GDPR) compliant")}}"> + <img style="width:20vw;float:right;padding:15px" src="{{ url_static('images/5-data-minimization.png') }}" alt="{{_("Privacy by design, privacy by default, General Data Protection Regulation (GDPR) compliant")}}"> <p> {% trans %} The privacy of buyers is given particular priority as part of @@ -135,7 +135,7 @@ <div class="row"> <div class="col-lg-12"> <h2>{{ _("6. Be usable") }}</h2> - <img style="width:20vw;float:left;padding:15px" src="{{ url_static('images/buy.medium.jpg') }}" alt="{{_("Buy with one click")}}"> + <img style="width:20vw;float:left;padding:15px" src="{{ url_static('images/6-usable.png') }}" alt="{{_("Buy with one click. Easy for children.")}}"> <p> {% trans %} GNU Taler must be usable for non-expert customers including @@ -155,7 +155,7 @@ <div class="row"> <div class="col-lg-12"> <h2>{{ _("7. Be efficient")}}</h2> - <img style="width:20vw;float:right;padding:15px" src="{{ url_static('images/efficient.png') }}" alt="{{_("Energy efficiency")}}"> + <img style="width:20vw;float:right;padding:15px" src="{{ url_static('images/7-efficient.png') }}" alt="{{_("Energy efficiency")}}"> <p> {% trans %} GNU Taler must be designed to be efficient. @@ -171,7 +171,7 @@ <div class="row"> <div class="col-lg-12"> <h2>{{ _("8. Fault-tolerant design")}}</h2> - <img style="width:20vw;float:left;padding:15px" src="{{ url_static('images/life-safer.medium.jpg') }}" alt="{{_("Life Safers")}}"> + <img style="width:20vw;float:left;padding:15px" src="{{ url_static('images/8-fault-tolerant.png') }}" alt="{{_("Life Safers")}}"> <p> {% trans %} Malicious operators, fat fingers, computer glitches, gremlins. Things @@ -192,7 +192,7 @@ <div class="row"> <div class="col-lg-12"> <h2>{{ _("9. Foster competition")}}</h2> - <img style="width:20vw;float:right;padding:15px" src="{{ url_static('images/market.medium.jpg') }}" alt="{{_("A competitive market")}}"> + <img style="width:20vw;float:right;padding:15px" src="{{ url_static('images/9-competition.png') }}" alt="{{_("A competitive market")}}"> <p> {% trans %} It must be relatively easy for competitors to deploy interoperable alternatives. The |