{% capture raw_description %} {% if page.description %} {{ page.description }} {% else %} {{ site.t.description[page.lang] }} {% endif %} {% endcapture %} {% assign description = raw_description | strip_html | strip %}
This page uses JavaScript to render the HTML slides on the browser with reveal.js.
I don't (yet) generate PDF versions of the slides for people without JavaScript, but you can see the markdown for the presentation here: {% capture url %} https://git.euandreh.xyz/website/tree/_slides/{{ page.date | date: "%Y-%m-%d" }}-{{ page.ref }}.slides {% endcapture %} {{ url }}
See also the prose version of this presentation.