oliverdavies.uk/source/_pages/presentations.md

724 B

title use
Presentations
presentations

Since September 2012, I have given {{ get_presentation_count(data.presentations) }} public talks and workshops at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, automated testing, Git, CSS, and systems administration.

{% for talk in data.presentations|sort((a, b) => a.events|last.date|date('U') > b.events|last.date|date('U') ? -1 : 1) %}

{{ talk.title }}

<p>{{ talk.description }}</p>
{% endfor %}