From 5301c30178b70e4bd496b15c2cb3e85e7e6afa52 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 28 Apr 2019 21:26:18 +0100 Subject: [PATCH] Delete source/about.html.twig --- source/about.html.twig | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 source/about.html.twig diff --git a/source/about.html.twig b/source/about.html.twig deleted file mode 100644 index 8910fbdf..00000000 --- a/source/about.html.twig +++ /dev/null @@ -1,36 +0,0 @@ ---- -layout: default -title: About Me -meta: - og: - title: 'Oliver Davies - Full Stack Developer, System Administrator, PHP and Drupal specialist' - description: 'The personal website and blog of Oliver Davies, a Full Stack Developer and System Administrator from Wales, UK.' - type: website -permalink: / -wide: true ---- -{% block content %} -
-
-
-
Picture of Oliver
- -

Hi, I’m Oliver Davies (aka opdavies) - a Full Stack Web Developer and System Administrator based in Wales, UK.

- -

I’m a {{ site.work.role }} at {{ site.companies[site.work.company].name }} and part-time freelancer, former Developer at the Drupal Association, open source contributor and advocate, mentor and conference speaker.

- -

I primarily work with Drupal and am an Acquia certified Drupal Grand Master, but also use Symfony, Laravel and Sculpin, and have some experience working with JavaScript frameworks including Vue.js and Angular.

- -

I’m a webmaster and documentation maintainer for Drupal.org, and a provisional member of the Drupal Security team. I speak at various user groups and conferences, and co-organise the Drupal Bristol user group, PHPSW and DrupalCamp Bristol.

- -

You can find me on Twitter, and see my open source work on Drupal.org and GitHub as well as on Packagist, npm and Ansible Galaxy.

-
- - {% include 'about/availability' %} -
- -
- {% include 'about/badges' %} -
-
-{% endblock %}