Add Consulting page
This commit is contained in:
parent
87e9891a8b
commit
0115c16fea
7
features/consulting.feature
Normal file
7
features/consulting.feature
Normal 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"
|
|
@ -24,6 +24,10 @@
|
||||||
<a href="/experience">Experience</a>
|
<a href="/experience">Experience</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="{{ page.url == '/consulting' ? 'active' }}">
|
||||||
|
<a href="/consulting/">Consulting</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="{{ page.url == '/blog' or '/blog/' in page.url ? 'active' }}">
|
<li class="{{ page.url == '/blog' or '/blog/' in page.url ? 'active' }}">
|
||||||
<a href="/blog">Blog</a>
|
<a href="/blog">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
18
source/consulting.md
Normal file
18
source/consulting.md
Normal 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
|
|
@ -40,15 +40,6 @@ Here is some more information about me:
|
||||||
* I [regularly speak][19] at conferences and user groups.
|
* 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].
|
* 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
|
## Elsewhere
|
||||||
|
|
||||||
* [Twitter][21] - @{{ site.twitter.name }}
|
* [Twitter][21] - @{{ site.twitter.name }}
|
||||||
|
|
Reference in a new issue