This commit is contained in:
Oliver Davies 2019-03-15 22:46:20 +00:00
parent d1feb104cc
commit a1ab9437ab
5 changed files with 125 additions and 12 deletions

View file

@ -46,6 +46,11 @@ companies:
logo: horse-and-country.jpg
url: http://www.horseandcountry.tv
inviqa:
name: Inviqa
logo: inviqa.jpg
url: https://inviqa.com
lab_class:
name: Lab Class
logo: lab-class.png
@ -242,8 +247,8 @@ wordpress:
user: opdavies
work:
role: Senior Developer
company: microserve
role: Senior Software Engineer
company: inviqa
youtube:
channel:

66
data/companies.yml Normal file
View file

@ -0,0 +1,66 @@
companies:
appnovation:
name: Appnovation
logo: appnovation.png
url: https://www.appnovation.com
cti:
name: CTI Digital
logo: cti-digital.png
url: https://www.ctidigital.com
develop_me:
name: Develop Me Training
logo: develop_me.svg
url: https://developme.training
drupal_association:
name: Drupal Association
logo: drupal-association.png
url: https://www.drupal.org/association
freelance:
name: Freelance
horse_country:
name: 'Horse & Country TV'
logo: horse-and-country.jpg
url: http://www.horseandcountry.tv
inviqa:
name: Inviqa
logo: inviqa.jpg
url: https://inviqa.com
lab_class:
name: Lab Class
logo: lab-class.png
url: http://labclass.co.uk
microserve:
name: Microserve
logo: microserve.png
url: https://microserve.io
github: https://github.com/microserve-io
nomensa:
name: Nomensa
logo: nomensa.png
url: http://www.nomensa.com
precedent:
name: Precedent
logo: precedent.jpg
url: http://precedent.com
proctors:
name: 'Proctor & Stevenson'
logo: proctors.jpg
url: http://www.proctors.co.uk
trent:
name: Trent Design
url: http://www.trentdesign.net
zooba:
name: Zooba Ltd

36
source/about.html.twig Normal file
View file

@ -0,0 +1,36 @@
---
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 %}
<div class="md:flex -mx-6">
<div class="w-auto md:flex-1 px-6 mb-12 md:mb-0">
<div class="markup spaced-y-4 mb-8">
<div class="mb-4 w-32"><img src="/images/me-precedent.jpg" alt="Picture of Oliver" class="rounded-full border border-gray"/></div>
<p>Hi, Im Oliver Davies (aka <a href="https://www.google.com/#q=opdavies">opdavies</a>) - a Full Stack Web Developer and System Administrator based in Wales, UK.</p>
<p>Im a {{ site.work.role }} at <a href="{{ site.companies[site.work.company].url }}?utm_source=oliverdavies.uk&amp;utm_medium=about-bio">{{ site.companies[site.work.company].name }}</a> and part-time freelancer, former Developer at the <a href="https://www.drupal.org/association">Drupal Association</a>, open source contributor and advocate, mentor and conference speaker.</p>
<p>I primarily work with Drupal and am an <a href="https://certification.acquia.com/user/1647756">Acquia certified Drupal Grand Master</a>, but also use Symfony, Laravel and Sculpin, and have some experience working with JavaScript frameworks including Vue.js and Angular.</p>
<p>Im a webmaster and documentation maintainer for <a href="https://www.drupal.org">Drupal.org</a>, and a provisional member of the <a href="https://www.drupal.org/security-team">Drupal Security team</a>. <a href="/talks">I speak at various user groups and conferences</a>, and co-organise the <a href="https://www.drupalbristol.org.uk">Drupal Bristol user group</a>, <a href="https://phpsw.uk">PHPSW</a> and <a href="https://www.drupalcampbristol.co.uk">DrupalCamp Bristol</a>.</p>
<p>You can find me on <a href="https://twitter.com/opdavies">Twitter</a>, and see my open source work on <a href="https://www.drupal.org/u/opdavies">Drupal.org</a> and <a href="http://github.com/opdavies">GitHub</a> as well as on <a href="https://packagist.org/users/opdavies">Packagist</a>, <a href="https://www.npmjs.com/~opdavies">npm</a> and <a href="https://galaxy.ansible.com/opdavies">Ansible Galaxy</a>.</p>
</div>
{% include 'about/availability' %}
</div>
<div class="w-full md:w-2/5 lg:w-1/3 px-6">
{% include 'about/badges' %}
</div>
</div>
{% endblock %}

View file

@ -87,6 +87,18 @@ experiences:
start: May 2018
end: March 2019
- company: microserve
location: Bristol, England
role: Senior Drupal Developer
start: March 2017
end: May 2019
description: |
Drupal 8 site building, custom module development, theming, data migrations.
Drupal 7 site building, custom module development, theming.
First Acquia certified Drupal 8 Developer and back-end specialist.
- company: freelance
location: Remote
role: 'Web Developer & System Administrator'
@ -98,17 +110,11 @@ experiences:
Administration of Debian, Ubuntu and CentOS servers, and configuration using Puppet, or more recently, Ansible.
- company: microserve
location: Bristol, England
role: Senior Drupal Developer
start: March 2017
- company: inviqa
location: Remote
role: Senior Engineer
start: May 2019
end: ~
description: |
Drupal 8 site building, custom module development, theming, data migrations.
Drupal 7 site building, custom module development, theming.
First Acquia certified Drupal 8 Developer and back-end specialist.
---
{% macro roleText(experience) %}
{{- experience.role }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB