diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 7a96b8ad..37b743ca 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -22,6 +22,9 @@ drupalorg: email: oliver+website@oliverdavies.uk +experience: + start_year: 2007 + github: gist: url: 'https://gist.github.com/%github.name%' diff --git a/source/_pages/index.md b/source/_pages/index.md index 75e33dcf..2d9353c6 100644 --- a/source/_pages/index.md +++ b/source/_pages/index.md @@ -8,13 +8,18 @@ meta: title: Lead Drupal and PHP Software Developer | Oliver Davies --- +{% set thisYear = 'today'|date('Y') %} +{% set yearsOfExperience = thisYear - site.experience.start_year %} +
Picture of Oliver
Hi, I'm Oliver Davies (aka opdavies). I’m a {{ site.work.role }} at {{ site.work.company.name }} and a freelance Web Developer and System Administrator, based in Wales, UK. -I’ve been a Developer since 2007 and specialise in using Drupal, Symfony, and Vue.js. I use Ansible and Docker for server provisioning and application deployments. +I have {{ yearsOfExperience }} years of software development experience and have worked on various agency and in-house teams, on-site and remotely. -I’m an Acquia certified Drupal 8 Grand Master, and was a Developer for the Drupal Association working on the Drupal.org websites. I've worked on various agency and in-house teams, on-site and remotely. +I specialise in developing with Drupal, Symfony, and Vue.js, and I use Ansible and Docker for server provisioning and application deployments. + +I’m an Acquia certified Drupal 8 Grand Master, and was a Developer for the Drupal Association working on the Drupal.org websites. I regularly give talks at user groups and conferences, and am the current organiser of the PHP South Wales user group.