Add years of experience to the front page

This commit is contained in:
Oliver Davies 2021-10-04 23:23:04 +01:00
parent 08b3db9bf9
commit 3ab9f063e5
2 changed files with 10 additions and 2 deletions

View file

@ -22,6 +22,9 @@ drupalorg:
email: oliver+website@oliverdavies.uk
experience:
start_year: 2007
github:
gist:
url: 'https://gist.github.com/%github.name%'

View file

@ -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 %}
<div class="markdown" markdown="1">
<div class="w-32 mb-4"><img src="/sites/default/files/images/social-avatar.jpg" alt="Picture of Oliver" class="border rounded-full border-gray"></div>
Hi, I'm Oliver Davies (aka <a href="https://www.google.com/#q=opdavies">opdavies</a>). Im a {{ site.work.role }} at <a href="{{ site.work.company.url }}?utm_source=oliverdavies.uk&amp;utm_medium=about">{{ site.work.company.name }}</a> and a freelance Web Developer and System Administrator, based in Wales, UK.
Ive 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.
Im an <a href="https://certification.acquia.com/user/1647756">Acquia certified</a> Drupal 8 Grand Master, and was a Developer for the <a href="https://www.drupal.org/association">Drupal Association</a> working on the <a href="https://www.drupal.org">Drupal.org</a> 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.
Im an <a href="https://certification.acquia.com/user/1647756">Acquia certified</a> Drupal 8 Grand Master, and was a Developer for the <a href="https://www.drupal.org/association">Drupal Association</a> working on the <a href="https://www.drupal.org">Drupal.org</a> websites.
I regularly <a href="/talks">give talks</a> at user groups and conferences, and am the current organiser of the <a href="https://www.phpsouthwales.uk">PHP South Wales</a> user group.