From 0317271bd65f3cc2d2979d8e62534680f8fba919 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 15 Apr 2015 07:11:00 +0100 Subject: [PATCH] Renamed files again --- source/contact.html.twig | 37 ------------------------------------- source/contact.md | 33 +++++++++++++++++++++++++++++++++ source/index.html.twig | 26 -------------------------- source/index.md | 27 +++++++++++++++++++++++++++ 4 files changed, 60 insertions(+), 63 deletions(-) delete mode 100644 source/contact.html.twig create mode 100644 source/contact.md delete mode 100644 source/index.html.twig create mode 100644 source/index.md diff --git a/source/contact.html.twig b/source/contact.html.twig deleted file mode 100644 index 9a0f2d4e..00000000 --- a/source/contact.html.twig +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: default -title: Contact -nav: contact -meta: - description: 'Information about how to get in touch with Oliver.' ---- -

Contact

- -

The best way to contact me is via email.

- -

If you have a support or feature request for one of the Drupal projects that I maintain, please create an issue in the appropriate issue queue on Drupal.org.

- -

If you want to report an issue or want to suggest any improvements to the site, you can do so on GitHub. I'm happy to receive pull requests if you want to suggest a change to piece of content.

- -

Elsewhere

- -

Here are the best places to contact me online:

- - - -

Meetups

- -

Here are the user group meetups that I attend regularly. If you're in the area, feel free to pop along and say hi!

- - \ No newline at end of file diff --git a/source/contact.md b/source/contact.md new file mode 100644 index 00000000..0dedf846 --- /dev/null +++ b/source/contact.md @@ -0,0 +1,33 @@ +--- +layout: default +title: Contact +nav: contact +meta: + description: 'Information about how to get in touch with Oliver.' +--- +# Contact + +The best way to contact me is via [email](mailto:oliver+contact@oliverdavies.co.uk?subject=Contact%20Oliver%20Davies). + +If you have a support or feature request for one of the Drupal projects that I maintain, please create an issue in the appropriate issue queue on [Drupal.org](https://www.drupal.org). + +If you want to report an issue or want to suggest any improvements to the site, you can do so on [GitHub](https://github.com/opdavies/opdavies.github.io/issues/new). I'm happy to receive [pull requests](https://help.github.com/articles/using-pull-requests) if you want to suggest a change to piece of content. + +## Elsewhere + +Here are the best places to contact me online: + +* IRC ({{ site.elsewhere.irc }}) +* Twitter (@opdavies) +* Drupal.org +* LinkedIn + +## Meetups + +Here are the user group meetups that I attend regularly. If you're in the area, feel free to pop along and say hi! + +* [SWDUG](http://www.swdug.co.uk) (South Wales Drupal user group) +* [Drupal Bristol](https://groups.drupal.org/bristol-and-west-uk) +* [PHPSW](http://www.phpsw.org.uk) +* [SWLUG](http://www.swlug.org) (South Wales Linux user group) +* [Accessible Bristol](http://www.accessiblebristol.org.uk) \ No newline at end of file diff --git a/source/index.html.twig b/source/index.html.twig deleted file mode 100644 index 28d18205..00000000 --- a/source/index.html.twig +++ /dev/null @@ -1,26 +0,0 @@ ---- -layout: default -nav: about -meta: - description: 'The personal website and blog of Oliver Davies, a Drupal Developer and Systems Administrator from Wales, UK.' - og: - title: 'Oliver Davies - Drupal Developer' - description: 'The personal website and blog of Oliver Davies, a Drupal Developer and Systems Administrator from Wales, UK.' - type: website - image: - url: http://www.oliverdavies.co.uk/assets/images/oliver.jpg - width: 327 - height: 327 - type: image/jpg ---- -

About

- - - -

Oliver Davies is a senior level Web Developer and Systems Administrator based in the UK, who was been working online since 2007. Specialising in PHP and open source technologies, Oliver architects and develops websites using Drupal - a powerful content management framework - and Sculpin - a static site generator written in PHP.

- -

Oliver currently works for the Drupal Association and also provides freelance consultancy services for Drupal websites and Linux servers.

- -

In his spare time, Oliver contributes to Drupal core and maintains several contrib modules on Drupal.org, is the Git Documentation Maintainer for the Drupal project, and is a provisional member of the Drupal Security team. He attends, organises and [talks](/talks) at user groups, and volunteers and mentors at conferences. He also is a 2nd Degree Black Belt in Tae Kwon-Do and a Brazilian Jiu-Jitsu practitioner.

- -

Oliver has active social media profiles on Twitter and LinkedIn, and you can view his code on Drupal.org and GitHub.

\ No newline at end of file diff --git a/source/index.md b/source/index.md new file mode 100644 index 00000000..bc820b05 --- /dev/null +++ b/source/index.md @@ -0,0 +1,27 @@ +--- +layout: default +nav: about +meta: + description: 'The personal website and blog of Oliver Davies, a Drupal Developer and Systems Administrator from Wales, UK.' + og: + title: 'Oliver Davies - Drupal Developer' + description: 'The personal website and blog of Oliver Davies, a Drupal Developer and Systems Administrator from Wales, UK.' + type: website + image: + url: http://www.oliverdavies.co.uk/assets/images/oliver.jpg + width: 327 + height: 327 + type: image/jpg +--- +# About + + + +Oliver Davies is a senior level Web Developer and Systems Administrator based in the UK, who was been working online since 2007. Specialising in PHP and open source technologies, Oliver architects and develops websites using [Drupal](https://www.drupal.org) - a powerful content management framework - and [Sculpin](http://sculpin.io) - a static site generator written in PHP. + +Oliver currently works for the [Drupal Association](https://assoc.drupal.org) and also provides freelance consultancy services for Drupal websites and Linux servers. + +In his spare time, Oliver contributes to Drupal core and maintains several contrib modules on Drupal.org, is the Git Documentation Maintainer for the Drupal project, and is a provisional member of the [Drupal Security team](https://www.drupal.org/security-team). He attends, organises and [talks](/talks) at user groups, and volunteers and mentors at conferences. He also is a 2nd Degree Black Belt in Tae Kwon-Do and a Brazilian Jiu-Jitsu practitioner. + +Oliver has active social media profiles on Twitter and LinkedIn, and you can view his code on +Drupal.org and GitHub. \ No newline at end of file