Re-order and reverse experience items

This commit is contained in:
Oliver Davies 2017-07-15 08:29:05 +01:00
parent 5d75416e45
commit 3e61fef7e8
2 changed files with 66 additions and 61 deletions

View file

@ -1,43 +1,47 @@
experiences: experiences:
- company: microserve - company: horse_country
location: Bristol, England location: Cwmbran, Wales
role: Senior Drupal Developer role: Web Developer
start: March 2017 start: 2010
end: ~ end: 2011
description: ~
- company: freelance
location: Remote
role: 'Web Developer & System Administrator'
start: 2007
end: ~
featured: true
description: | description: |
Working on Drupal and Symfony development, maintenance and support projects in my spare time. Maintaining and adding new features to the Horse & Country TV website (Drupal 6).
Administration of Debian, Ubuntu and CentOS servers, and configuration using Puppet, or more recently, Ansible. - company: proctors
location: Bristol, England
role: 'PHP Developer'
start: 2011
end: 2012
description: |
Website development, mainly with Drupal and PHP, including the agencys first Drupal 7 project.
- company: appnovation - company: nomensa
location: Bristol, England
role: 'Contract Drupal Developer / Application Developer & System Administrator'
start: 2012
end: 2013
description: |
Drupal 7 website development and Linux server administration.
I originally started as a contractor, and later took a staff role.
- company: precedent
location: Cardiff, Wales location: Cardiff, Wales
role: Senior Drupal Developer role: Senior Drupal Developer
start: May 2016 start: 2013
end: March 2017 end: 2014
description: | description: |
Drupal 7 and 8 site building, custom module development and theming. Drupal 7 website development, including site building, theming, module development, data migration and server configuration.
Part of various pre-sales teams, including the companys first UK Drupal 8 project and first FTSE 100 client. - company: drupal_association
role: Drupal.org Developer
- company: cti
role: Lead Drupal Developer
location: Remote location: Remote
start: November 2015 start: 2014
end: May 2016 end: July 2015
description: | description: |
Working on various Drupal 7 projects for clients including Greater London Authority (http://www.london.gov.uk), British Land and British Council, as well as various retainer contracts. Maintaining and improving Drupal.org - the home of the Drupal community.
Working on internal Drupal 8 learning initiatives, focussing on custom module development and data migration. Speaking at user groups and DrupalCamps to promote the Drupal Association.
Initial development of a CLI application for generating new and auditing existing codebases to ensure consistency across projects. This uses various Symfony components - mainly the Console and Filesystem components.
- company: microserve - company: microserve
location: Bristol, England location: Bristol, England
@ -51,46 +55,47 @@ experiences:
Community and contribution advocate. Community and contribution advocate.
- company: drupal_association - company: cti
role: Drupal.org Developer role: Lead Drupal Developer
location: Remote location: Remote
start: 2014 start: November 2015
end: July 2015 end: May 2016
description: | description: |
Maintaining and improving Drupal.org - the home of the Drupal community. Working on various Drupal 7 projects for clients including Greater London Authority (http://www.london.gov.uk), British Land and British Council, as well as various retainer contracts.
Speaking at user groups and DrupalCamps to promote the Drupal Association. Working on internal Drupal 8 learning initiatives, focussing on custom module development and data migration.
- company: precedent Initial development of a CLI application for generating new and auditing existing codebases to ensure consistency across projects. This uses various Symfony components - mainly the Console and Filesystem components.
- company: appnovation
location: Cardiff, Wales location: Cardiff, Wales
role: Senior Drupal Developer role: Senior Drupal Developer
start: 2013 start: May 2016
end: 2014 end: March 2017
description: | description: |
Drupal 7 website development, including site building, theming, module development, data migration and server configuration. Drupal 7 and 8 site building, custom module development and theming.
- company: nomensa Part of various pre-sales teams, including the companys first UK Drupal 8 project and first FTSE 100 client.
- company: freelance
location: Remote
role: 'Web Developer & System Administrator'
start: 2007
end: ~
featured: true
description: |
Working on Drupal and Symfony development, maintenance and support projects in my spare time.
Administration of Debian, Ubuntu and CentOS servers, and configuration using Puppet, or more recently, Ansible.
- company: microserve
location: Bristol, England location: Bristol, England
role: 'Contract Drupal Developer / Application Developer & System Administrator' role: Senior Drupal Developer
start: 2012 start: March 2017
end: 2013 end: ~
description: | description: |
Drupal 7 website development and Linux server administration. Drupal 8 site building, custom module development, theming, data migrations.
I originally started as a contractor, and later took a staff role. Drupal 7 site building, custom module development, theming.
- company: proctors First Acquia certified Drupal 8 Developer.
location: Bristol, England
role: 'PHP Developer'
start: 2011
end: 2012
description: |
Website development, mainly with Drupal and PHP, including the agencys first Drupal 7 project.
- company: horse_country
location: Cwmbran, Wales
role: Web Developer
start: 2010
end: 2011
description: |
Maintaining and adding new features to the Horse & Country TV website (Drupal 6).

View file

@ -9,7 +9,7 @@ redirect:
{% block content %} {% block content %}
<h1>Experience</h1> <h1>Experience</h1>
{% for experience in site.experiences %} {% for experience in site.experiences|reverse %}
{% set company = site.companies[experience.company] %} {% set company = site.companies[experience.company] %}
<div class="experience-item{% if company.logo %} has-logo{% endif %}"> <div class="experience-item{% if company.logo %} has-logo{% endif %}">