Remove some duplication

This commit is contained in:
Oliver Davies 2017-03-17 22:40:32 +00:00
parent 7ba1ac845d
commit 3bce644f85
4 changed files with 11 additions and 16 deletions

View file

@ -3,5 +3,5 @@
<img src="{{ site.gravatar.url }}?s=100" alt="Picture of Oliver" class="img-circle">
<p>{{ site.author.bio|raw }}</p>
<p>Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a {{ site.work.role }} at <a href="{{ site.companies[site.work.company].website }}">{{ site.companies[site.work.company].name }}</a> and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.</p>
</div>

View file

@ -27,7 +27,7 @@ use: [posts]
<img src="{{ site.gravatar.url }}?s=200" alt="Picture of Oliver" class="me img-circle">
My name is Oliver Davies (aka [opdavies][1]), Im a Web Developer and System Administrator based in Wales, UK. Im a {{ site.author.company.role }} at [{{ site.author.company.name }}][20], part-time freelancer, open source contributor, mentor and conference speaker.
My name is Oliver Davies (aka [opdavies][1]), Im a Web Developer and System Administrator based in Wales, UK. Im a {{ site.work.role }} at [{{ site.companies[site.work.company].name }}][20], part-time freelancer, open source contributor, mentor and conference speaker.
Im a provisional member of the [Drupal Security team][14] and a documentation maintainer for Drupal.org. I speak at various conferences and user groups, co-organise [Drupal Bristol][15] and [PHPSW][17], and am a co-founder and co-organiser of [DrupalCamp Bristol][18].
@ -69,7 +69,7 @@ Im a provisional member of the [Drupal Security team][14] and a documentation
[17]: https://phpsw.uk
[18]: http://www.drupalcampbristol.co.uk
[19]: {{site.url}}/talks/
[20]: {{site.author.company.website}}
[20]: {{site.companies[site.work.company].website}}
[21]: {{site.twitter.url}}
[22]: {{site.drupalorg.url_nice}}
[23]: {{site.github.url}}

View file

@ -6,11 +6,11 @@ use: [posts]
---
## Job title
{{ site.author.company.role }} at [{{ site.author.company.name }}][0].
{{ site.work.role }} at [{{ site.companies[site.work.company].name }}][0].
## Bio
Oliver 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.author.company.role }} at [{{ site.author.company.name_short }}][0], a Drupal core contributor and module maintainer, and a provisional member of the Drupal Security team.
Oliver 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_short }}][0], a Drupal core contributor and module maintainer, and a provisional member of the Drupal Security team.
In his spare time, Oliver can usually be found attending or organising a user group or conference, or working on freelance or open source projects.
@ -37,4 +37,4 @@ Here are some videos of my previous talks:
- <https://www.youtube.com/watch?v=qO_Wh5WE3VA>
- <https://www.youtube.com/watch?v=Yi_FPI3xHwc>
[0]: {{site.author.company.website}}
[0]: {{site.companies[site.work.company].website}}