commit 055252fae0670da3f6233b114dbec40060efc839 parent 0c7d372bff9b4c766ad44719af758024f16a2afb Author: Florian Dold <florian.dold@gmail.com> Date: Wed, 30 May 2018 22:45:35 +0200 add 2018 slides without T logo Diffstat:
| M | dist/js/pdf-view.js | | | 2 | +- |
| M | investors.html.j2 | | | 2 | +- |
| D | presentations/investors2017.pdf | | | 0 | |
| A | presentations/investors2018.pdf | | | 0 |
4 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dist/js/pdf-view.js b/dist/js/pdf-view.js @@ -5,7 +5,7 @@ PDFJS.workerSrc = '/dist/js/pdf.worker.min.js'; -var url = '/presentations/investors2017.pdf'; +var url = '/presentations/investors2018.pdf'; var pdfDoc = null, pageNum = 1, diff --git a/investors.html.j2 b/investors.html.j2 @@ -85,7 +85,7 @@ <h2>{{ _("The Business Case") }}</h2> <div class="row"> <div class="col-lg-4"> - <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> + <a href="{{ url('presentations/investors2018.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> <p> {% trans %} diff --git a/presentations/investors2017.pdf b/presentations/investors2017.pdf Binary files differ. diff --git a/presentations/investors2018.pdf b/presentations/investors2018.pdf Binary files differ.