Add Consulting page

This commit is contained in:
Oliver Davies 2016-06-24 07:59:02 +01:00
parent 87e9891a8b
commit 0115c16fea
4 changed files with 29 additions and 9 deletions

View file

@ -0,0 +1,7 @@
Feature: Consulting page
Scenario:
Given I am on "/consulting"
Then the response status code should be 200
And the page title should be "Consulting"
And the active menu link should be "Consulting"

View file

@ -24,6 +24,10 @@
<a href="/experience">Experience</a>
</li>
<li class="{{ page.url == '/consulting' ? 'active' }}">
<a href="/consulting/">Consulting</a>
</li>
<li class="{{ page.url == '/blog' or '/blog/' in page.url ? 'active' }}">
<a href="/blog">Blog</a>
</li>

18
source/consulting.md Normal file
View file

@ -0,0 +1,18 @@
---
layout: default
title: Consulting
---
# Consulting and Development
I am usually available for part-time engagements outside of my day job for {{ site.author.company.name_short }}, providing there is no conflict of interest.
The services that I offer are:
* PHP and front-end development (in particular Drupal, Symfony, Silex and Laravel).
* Static website development with Sculpin or Jekyll.
* Further development, maintenance and refactoring of existing websites.
* Linux server administration and maintenance.
If you have any questions or want to discuss a project, then please [contact me][0].
[0]: /contact

View file

@ -40,15 +40,6 @@ Here is some more information about me:
* I [regularly speak][19] at conferences and user groups.
* I previously worked for the [Drupal Association][7] and other agencies including [CTI Digital][34], [Microserve][8], [Precedent][9] and [Nomensa][10].
## Hire Me
* Drupal website development and maintenance
* Symfony, Silex and Laravel development
* Static websites with Jekyll and Sculpin
* Front-end development
* Linux system administration, CI setup and configuration management
* Git support and training
## Elsewhere
* [Twitter][21] - @{{ site.twitter.name }}