summaryrefslogtreecommitdiff
path: root/template/investors.html.j2
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-12-11 11:21:48 +0000
committerng0 <ng0@taler.net>2019-12-11 11:21:48 +0000
commitfcb8a94a1b82f84f5453df0e4ab740bff5f3b610 (patch)
treed297a821773a0577916e706daed2d986272e8889 /template/investors.html.j2
parentca901e4b99a037553a5afe1beeb50255aeecb27c (diff)
downloadwww-fcb8a94a1b82f84f5453df0e4ab740bff5f3b610.tar.gz
www-fcb8a94a1b82f84f5453df0e4ab740bff5f3b610.tar.bz2
www-fcb8a94a1b82f84f5453df0e4ab740bff5f3b610.zip
finally merge new layout
Diffstat (limited to 'template/investors.html.j2')
-rw-r--r--template/investors.html.j215
1 files changed, 6 insertions, 9 deletions
diff --git a/template/investors.html.j2 b/template/investors.html.j2
index 784d9897..4fb50259 100644
--- a/template/investors.html.j2
+++ b/template/investors.html.j2
@@ -36,14 +36,11 @@
<p>
{% trans %}
We are currently supported by
- {% endtrans %}
- <a href="http://www.inria.fr/">Inria</a>,
- {% trans %}
+ <a href="http://www.inria.fr/">Inria</a>,
the French national institute for research in informatics and
automation, and the
+ <a href="https://renewablefreedom.org/">Renewable Freedom Foundation</a>.
{% endtrans %}
- <!-- They do have a German name though, allow translation? -->
- <a href="https://renewablefreedom.org/">Renewable Freedom Foundation</a>.
</p>
</div>
<div class="col-lg-4">
@@ -54,7 +51,7 @@
All transactions in Taler are secured using
<a href="bibliography.html">modern cryptography</a>
and trust in all parties is minimized. Financial damage is bounded
- (for customers, merchants and the exchange) even in the case that
+ &#x28;for customers, merchants and the exchange&#x29; even in the case that
systems are compromised and private keys are stolen. Databases
can be audited for consistency, resulting in either the detection
of compromised systems or the demonstration that participants were
@@ -88,7 +85,7 @@
<div class="row">
<div class="col-lg-4">
<a href="{{ url('presentations/investors2018.pdf') }}">
- <img border=0 class="center-block" width=64 height=64 alt="PDF" src="{{ url('images/pdf.svg') }}">
+ <img border=0 class="center-block" width=64 height=64 alt="PDF" src="{{ url_static('images/pdf.svg') }}">
<br>
<p align="center">{{ _("Download") }}</p>
</a>
@@ -107,8 +104,8 @@
<div class="col-lg-4" id="canvas-right" style="display:none">
<canvas id="the-canvas-right"></canvas>
</div>
- <script type="text/javascript" src="{{ url('dist/js/pdf.min.js') }}"></script>
- <script type="text/javascript" src="{{ url('dist/js/pdf-view.js') }}"></script>
+ <script type="text/javascript" src="{{ url_dist('js/pdf.min.js') }}"></script>
+ <script type="text/javascript" src="{{ url_dist('js/pdf-view.js') }}"></script>
</div>
</div>
</div>