From 8c5feef6512cf7750dee1b7b0a7a6ef6d0e1e9e4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 30 Aug 2015 20:01:45 +0100 Subject: [PATCH] Renamed and updated Experience --- app/config/sculpin_site.yml | 2 +- source/{services.md => experience.md} | 23 +++++++++++++++++------ 2 files changed, 18 insertions(+), 7 deletions(-) rename source/{services.md => experience.md} (62%) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 8ed735e4..44883620 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -36,7 +36,7 @@ apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ] favicon_sizes: [ 160, 96, 32, 16 ] main_menu: - - { title: Services, href: /services/ } + - { title: Experience, href: /experience/ } - { title: Testimonials, href: /testimonials/ } - { title: Talks, href: /talks/ } - { title: Blog, href: /blog/ } diff --git a/source/services.md b/source/experience.md similarity index 62% rename from source/services.md rename to source/experience.md index aa7f3dd9..b320de7c 100644 --- a/source/services.md +++ b/source/experience.md @@ -1,13 +1,13 @@ --- layout: default -title: Services +title: Experience meta: description: 'Information about freelance services that Oliver offers.' --- -{% block body_classes 'page--services' %} +{% block body_classes 'page--experience' %} {% block content %} -# Services +# Experience ## Drupal @@ -17,19 +17,30 @@ meta: [COD](http://usecod.io) (the conference organising distribution). * Custom module development including integration with third party APIs. * Front-end and theme development using [SASS](http://sass-lang.com) and [Compass](http://compass-style.org). -* eCommerce using [Drupal Commerce](http://drupalcommerce.org) (I've also used [Ubercart](http://ubercart.org) with -Drupal 6). +* eCommerce using [Ubercart](http://ubercart.org) in Drupal 6, and [Drupal Commerce](http://drupalcommerce.org) in Drupal 7. * CRM integration including [CiviCRM](http://civicrm.org) and [SugarCRM](www.sugarcrm.com). * Content and data migration using the [Migrate framework](http://www.drupal.org/migrate). * Ad-hoc and ongoing support and maintenance of Drupal sites, including security updates. * [Git](http://git-scm.com) setup and training. +## Symfony + +* An intermediate knowledge of object-oriented PHP. +* An introductory knowledge of [Symfony](https://symfony.com/) full-stack framework and [Silex](http://silex.sensiolabs.org/). +* Use of [Composer](https://getcomposer.org/doc/00-intro.md#introduction) and Symfony components such as [Guzzle](https://packagist.org/packages/guzzlehttp/guzzle) in non-Drupal projects. +* Use of [Twig](http://twig.sensiolabs.org/) in Symfony, Drupal 8 and Sculpin projects. + +## Static sites + +* Development of sites using [Jekyll](http://jekyllrb.com/), hosted on [GitHub Pages](https://pages.github.com/). +* Development of sites using [Sculpin](https://sculpin.io). These have mainly been self-hosted and served via Nginx. + ## System Administration * [CentOS](http://www.centos.org), [RHEL](http://www.redhat.com/en/technologies/linux-platforms/enterprise-linux) and [Ubuntu](http://www.ubuntu.com/server) server configuration, including [Apache](http://apache.org), [Nginx](http://nginx.org), [PHP](http://php.net), [MySQL](http://mysql.com) and [MariaDB](https://mariadb.org). -* Server configuration and management using [Puppet](http://puppetlabs.com) and/or [Ansible](http://www.ansible.com). +* Server configuration and management using [Puppet](http://puppetlabs.com) or [Ansible](http://www.ansible.com) (preferred). * Continuous integration using [Jenkins](http://jenkins-ci.org). * Virtual machine setup using [Vagrant](http://vagrantup.com) for development or server testing. * Domain name and DNS management.