diff --git a/source/_layouts/talk.html.twig b/source/_layouts/talk.html.twig index 99acc7905..9784e3aa8 100644 --- a/source/_layouts/talk.html.twig +++ b/source/_layouts/talk.html.twig @@ -15,4 +15,5 @@ events: page.events|reverse, } only %} + {% include 'about-author' %} {% endblock %} diff --git a/source/_partials/about-author.html.twig b/source/_partials/about-author.html.twig new file mode 100644 index 000000000..fce2465af --- /dev/null +++ b/source/_partials/about-author.html.twig @@ -0,0 +1,16 @@ +
+

About Me

+ +
+
+ Picture of Oliver +
+ +
+

+ Oliver Davies is a PHP Developer and Linux Systems Administrator based in the UK. + He is a Lead Software Developer at Transport for Wales and a part-time freelancer specialising in Drupal and Symfony application development. +

+
+
+ diff --git a/source/sites/default/files/images/me-precedent.jpg b/source/sites/default/files/images/me-precedent.jpg new file mode 100644 index 000000000..4b3e03192 Binary files /dev/null and b/source/sites/default/files/images/me-precedent.jpg differ