--- layout: default title: Projects projects: - title: Rebuilding Acquia description: A clone of Acquia’s hosting dashboard, built with Vue.js and Tailwind CSS. url: https://github.com/opdavies/rebuilding-acquia - title: Rebuilding Bartik description: A clone of Bartik (Drupal’s default theme), built with Vue.js and Tailwind CSS. url: https://github.com/opdavies/rebuilding-bartik - title: Joind.in Winner Picker description: A Symfony 4 application that determines a randomly selected winner from a section of feedback left on Joind.in. Developed on behalf of the PHP South West (PHPSW) user group. url: https://github.com/opdavies/joindin-winner-picker-new - title: Drupal.org API library description: A PHP library for interacting with the Drupal.org API. url: https://github.com/opdavies/drupalorg-api-php - title: Drupal Meetups Twitterbot description: A Symfony 4 application for retweeting tweets about Drupal meetups. url: https://github.com/opdavies/sculpin-skeleton - title: Gmail Filter Builder description: A library for writing Gmail filters in PHP, then exporting them to importable XML. url: https://github.com/opdavies/gmail-filter-builder - title: Sculpin Skeleton description: A skeleton project for the Sculpin static site generator. url: https://github.com/opdavies/sculpin-skeleton ---

Here are some of the open source projects that I’ve written or currently maintain.

For the full list, see my GitHub and Drupal.org profiles.

{% for project in page.projects %}

{{ project.title }}

{{ project.description }}

Find out more about {{ project.title }}

{% endfor %}