diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index b3af326c1..0f2113895 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -37,8 +37,6 @@ favicon_sizes: [ 160, 96, 32, 16 ] main_menu: - title: About href: / - - title: Work - href: /work/ - title: Services href: /services/ - title: Talks diff --git a/source/work.md b/source/work.md deleted file mode 100644 index eca8bf1cf..000000000 --- a/source/work.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -layout: default -title: Work -meta: - description: "Information about Oliver's current work." ---- -{% block body_classes %}page--work{% endblock %} - -{% block content %} -# Work - -## Drupal Association - -My main job is working for the Engineering team at the [Drupal Association](https://assoc.drupal.org), where I work on [Drupal.org](https://www.drupal.org), it's sub-sites and it's infrastructure. I've been in this role since May 2014. - -Some of the tasks that I've worked on so far: - -* Building new pages for [Supporting Partners](https://www.drupal.org/supporters/partners), [Technology Supporters](https://www.drupal.org/supporters/technology) and [Hosting Supporters](https://www.drupal.org/supporters/hosting). -* Improving user profiles - * Configuring human-readable paths for user profiles using [Pathauto](https://www.drupal.org/project/pathauto). - * Migration of user data from profile values to fields, and various user profile improvements. - * Adding [LoginToboggan](https://www.drupal.org/project/logintoboggan) to Drupal.org and improving the user login and registration processes. -* Theming of [DrupalCon Amsterdam](https://amsterdam2014.drupal.org) and [DrupalCon Latin America](https://latinamerica2015.drupal.org) sites. -* Working on responsive [Bluecheese](https://www.drupal.org/project/bluecheese) (the Drupal.org theme). -* Customisations to the [Election](https://www.drupal.org/project/election) module for the [2015 Drupal Association Board community elections](http://assoc.drupal.org/2015-nominations). -* User role progression - * Adding a "New" badge to pictures of new users for their first 90 days on the site. - * Adding a "confirm" button to relevant user profile pages and comments. - -## Freelance - -In my spare time, I provide remote freelance consultancy services for Drupal websites and Linux servers. - -Services include Drupal site architecture, builds, upgrades and maintenance, custom module development and theming, Linux server administration and configuration management using [Puppet](http://puppetlabs.com) and [Ansible](http://www.ansible.com), and [Jenkins](http://jenkins-ci.org) continuous integration setup and configuration. -{% endblock %}