aboutsummaryrefslogtreecommitdiff
path: root/investors.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'investors.html.j2')
-rw-r--r--investors.html.j211
1 files changed, 10 insertions, 1 deletions
diff --git a/investors.html.j2 b/investors.html.j2
index 551d938e..5ad01d46 100644
--- a/investors.html.j2
+++ b/investors.html.j2
@@ -85,8 +85,15 @@
85 <h2>{{ _("The Business Case") }}</h2> 85 <h2>{{ _("The Business Case") }}</h2>
86 <div class="row"> 86 <div class="row">
87 <div class="col-lg-4"> 87 <div class="col-lg-4">
88 <a href="{{ url('presentations/investors2017.pdf') }}"><img border=0 class="center-block" width=64 height=64 alt="PDF" src="{{ url('images/pdf.svg') }}"><br><p align="center">Download</p></a> 88 <a href="{{ url('presentations/investors2017.pdf') }}"><img border=0 class="center-block" width=64 height=64 alt="PDF" src="{{ url('images/pdf.svg') }}"><br><p align="center">{{ _("Download") }}</p></a>
89 89
90 <p>
91 {% trans %}
92 Our <a href="financial-news.html">financial news</a> page
93 explains in English how Taler can impact current developments in
94 the global payment market.
95 {% endtrans %}
96 </p>
90 </div> 97 </div>
91 <div class="col-lg-4" id="canvas-left" style="display:none"> 98 <div class="col-lg-4" id="canvas-left" style="display:none">
92 <canvas id="the-canvas-left"></canvas> 99 <canvas id="the-canvas-left"></canvas>
@@ -131,4 +138,6 @@
131 </div> 138 </div>
132 </div> 139 </div>
133</div> 140</div>
141
142
134{% endblock body_content %} 143{% endblock body_content %}