This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/index.md

34 lines
2.5 KiB
Markdown
Raw Normal View History

2015-04-15 06:11:00 +00:00
---
layout: default
meta:
2015-06-14 02:27:41 +00:00
description: 'The personal website and blog of Oliver Davies, a Drupal Developer and System Administrator from Wales, UK.'
og:
title: 'Oliver Davies - Drupal Developer'
2015-04-21 19:22:45 +00:00
description: 'The personal website and blog of Oliver Davies, a Drupal Developer and System Administrator from Wales, UK.'
2015-06-14 02:27:41 +00:00
type: website
image:
2015-06-15 12:53:36 +00:00
url: /assets/images/oliver.jpg
2015-06-14 02:27:41 +00:00
width: 327
height: 327
type: image/jpg
2015-04-15 06:11:00 +00:00
---
2015-07-09 12:52:59 +00:00
{% block body_classes 'page--about' %}
2015-06-18 16:50:37 +00:00
{% block content %}
2015-04-15 06:11:00 +00:00
# About
2015-06-16 17:14:59 +00:00
<img src="{{ site.gravatar.url }}?s=85" alt="Picture of Oliver" class="img-circle">
2015-04-15 06:11:00 +00:00
2015-07-14 11:09:27 +00:00
Hi, I'm Oliver Davies, a <a href="{{ site.drupalorg.nice }}">Drupal Developer</a> and System Administrator based in Newport, South Wales.
Im a Senior Developer at [Microserve](https://microserve.io), while also occassionally working freelance on Drupal websites and Linux servers in my spare time. I previously worked for the [Drupal Association](https://assoc.drupal.org), as well as other UK agencies such as [Precedent](http://precedent.com) and [Nomensa](http://www.nomensa.com).
2015-04-15 06:11:00 +00:00
2015-07-12 20:49:25 +00:00
An active community member, I organise <a href="{{ site.meetups.swdug.url }}">SWDUG</a> and co-organise <a href="{{ site.meetups.drupalbristol.url }}">Bristol Drupal</a>, and am a founding member of the [DrupalCamp Bristol](http://2015.drupalcampbristol.co.uk) organising committee (we held our first event in July 2015). I also attend other events and conferences related to Drupal, PHP, Linux and web accessibility.
2015-04-15 06:11:00 +00:00
2015-07-12 20:51:43 +00:00
I'm a contributor to <a href="http://cgit.drupalcode.org/drupal/log/?h=7.x&qt=grep&q={{ site.drupalorg.name }}">Drupal 7</a> and <a href="http://cgit.drupalcode.org/drupal/log/?h=8.0.x&qt=grep&q={{ site.drupalorg.name }}">Drupal 8</a> core and [COD](http://usecod.io) (the conference organising distribution), and I <a href="{{ site.drupalorg.url }}/people-mentored">mentor new contributors</a> online and in person at local sprints, DrupalCamps and DrupalCons. I maintain several projects on Drupal.org, and have contributed to numerous others.
2015-06-03 11:36:27 +00:00
2015-06-18 14:09:30 +00:00
I'm also the Git Documentation Maintainer for the Drupal project, and a provisional member of the [Drupal Security team](https://www.drupal.org/security-team).
You can follow me on <a href="{{ site.twitter.url }}">Twitter</a> and <a href="{{ site.linkedin.url }}">LinkedIn</a>, and you can view my code on <a href="{{ site.drupalorg.url }}/track/code">Drupal.org</a> and <a href="{{ site.github.url }}?tab=activity">GitHub</a>.
2015-06-18 16:50:37 +00:00
{% endblock %}