Add years of experience to the front page
This commit is contained in:
parent
08b3db9bf9
commit
3ab9f063e5
|
@ -22,6 +22,9 @@ drupalorg:
|
|||
|
||||
email: oliver+website@oliverdavies.uk
|
||||
|
||||
experience:
|
||||
start_year: 2007
|
||||
|
||||
github:
|
||||
gist:
|
||||
url: 'https://gist.github.com/%github.name%'
|
||||
|
|
|
@ -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>). I’m a {{ site.work.role }} at <a href="{{ site.work.company.url }}?utm_source=oliverdavies.uk&utm_medium=about">{{ site.work.company.name }}</a> 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 <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.
|
||||
|
||||
I’m 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue