Update speaker info
This commit is contained in:
parent
91e638397d
commit
d1c70b0f62
|
@ -1,16 +1,17 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Speaker information
|
title: Speaker information
|
||||||
slug: speaker-info/
|
|
||||||
use: [posts]
|
use: [posts]
|
||||||
---
|
---
|
||||||
|
{% set company = site.companies[site.work.company] %}
|
||||||
|
|
||||||
## Job title
|
## Job title
|
||||||
|
|
||||||
{{ site.work.role }} at [{{ site.companies[site.work.company].name }}][0].
|
{{ site.work.role }} at [{{ company.name }}][0].
|
||||||
|
|
||||||
## Bio
|
## Bio
|
||||||
|
|
||||||
[Oliver Davies][1] ([@{{ site.twitter.name }}][2]) has been building websites since 2007, specialising in PHP and Drupal since 2008, and more recently also working with Symfony, Silex, Laravel and Sculpin. He is a {{ site.work.role }} at [{{ site.companies[site.work.company].name }}][0], a Drupal core contributor and mentor, and an open source and contribution advocate.
|
[Oliver Davies][1] ([@{{ site.twitter.name }}][2]) has been building websites since 2007, specialising in PHP and Drupal since 2008, and more recently also working with Symfony, Silex, Laravel and Sculpin. He is a {{ site.work.role }} at [{{ company.name }}][0], a Drupal core contributor and mentor, and an open source and contribution advocate.
|
||||||
|
|
||||||
He regularly blogs and gives talks about web development and systems administration, maintains and contributes to various open source projects, and co-organises the Drupal Bristol and PHPSW meetups and DrupalCamp Bristol conference.
|
He regularly blogs and gives talks about web development and systems administration, maintains and contributes to various open source projects, and co-organises the Drupal Bristol and PHPSW meetups and DrupalCamp Bristol conference.
|
||||||
|
|
||||||
|
@ -18,7 +19,9 @@ He regularly blogs and gives talks about web development and systems administrat
|
||||||
|
|
||||||
<https://www.dropbox.com/s/say1muiqedik0l4/0188395_thumb.jpg>
|
<https://www.dropbox.com/s/say1muiqedik0l4/0188395_thumb.jpg>
|
||||||
|
|
||||||
## Events that I’ve spoken at
|
## Events
|
||||||
|
|
||||||
|
Here are some of the events that I’ve spoken at:
|
||||||
|
|
||||||
- DrupalCamp London (2014, 2015, 2016, 2017)
|
- DrupalCamp London (2014, 2015, 2016, 2017)
|
||||||
- DrupalCamp Brighton 2015
|
- DrupalCamp Brighton 2015
|
||||||
|
@ -35,6 +38,6 @@ Here are some videos of my previous talks:
|
||||||
- <https://www.youtube.com/watch?v=qO_Wh5WE3VA>
|
- <https://www.youtube.com/watch?v=qO_Wh5WE3VA>
|
||||||
- <https://www.youtube.com/watch?v=Yi_FPI3xHwc>
|
- <https://www.youtube.com/watch?v=Yi_FPI3xHwc>
|
||||||
|
|
||||||
[0]: {{site.companies[site.work.company].url}}
|
[0]: {{company.url}}
|
||||||
[1]: {{site.url}}
|
[1]: {{site.url}}
|
||||||
[2]: {{site.twitter.url}}
|
[2]: {{site.twitter.url}}
|
||||||
|
|
Loading…
Reference in a new issue