diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 476cf8c3..0d5b71f8 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -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: diff --git a/data/companies.yml b/data/companies.yml new file mode 100644 index 00000000..ba211ccf --- /dev/null +++ b/data/companies.yml @@ -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 diff --git a/source/about.html.twig b/source/about.html.twig new file mode 100644 index 00000000..8910fbdf --- /dev/null +++ b/source/about.html.twig @@ -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 %} +
Hi, I’m Oliver Davies (aka opdavies) - a Full Stack Web Developer and System Administrator based in Wales, UK.
+ +I’m a {{ site.work.role }} at {{ site.companies[site.work.company].name }} and part-time freelancer, former Developer at the Drupal Association, open source contributor and advocate, mentor and conference speaker.
+ +I primarily work with Drupal and am an Acquia certified Drupal Grand Master, but also use Symfony, Laravel and Sculpin, and have some experience working with JavaScript frameworks including Vue.js and Angular.
+ +I’m a webmaster and documentation maintainer for Drupal.org, and a provisional member of the Drupal Security team. I speak at various user groups and conferences, and co-organise the Drupal Bristol user group, PHPSW and DrupalCamp Bristol.
+ +You can find me on Twitter, and see my open source work on Drupal.org and GitHub as well as on Packagist, npm and Ansible Galaxy.
+