Remove Consulting page, move back to About page
This commit is contained in:
parent
fc934881be
commit
d235573df7
|
@ -1,7 +0,0 @@
|
||||||
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"
|
|
|
@ -20,10 +20,6 @@
|
||||||
<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 == '/talks' or '/talks/' in page.url ? 'active' }}">
|
<li class="{{ page.url == '/talks' or '/talks/' in page.url ? 'active' }}">
|
||||||
<a href="/talks">Talks</a>
|
<a href="/talks">Talks</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
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
|
|
|
@ -34,6 +34,16 @@ My main specialty is Drupal architecture and development, but I’m also familia
|
||||||
|
|
||||||
I’m a regular open source contributor and mentor, a provisional member of the [Drupal Security team][14] and the a documentation maintainer for Drupal.org. I organise and speak at conferences and user groups including [Drupal Bristol][15], [PHPSW][17] and [DrupalCamp Bristol][18].
|
I’m a regular open source contributor and mentor, a provisional member of the [Drupal Security team][14] and the a documentation maintainer for Drupal.org. I organise and speak at conferences and user groups including [Drupal Bristol][15], [PHPSW][17] and [DrupalCamp Bristol][18].
|
||||||
|
|
||||||
|
## Hire Me
|
||||||
|
|
||||||
|
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.
|
||||||
|
* Linux server administration and maintenance.
|
||||||
|
|
||||||
## Contact Me
|
## Contact Me
|
||||||
|
|
||||||
* [Twitter][21] - @{{ site.twitter.name }}
|
* [Twitter][21] - @{{ site.twitter.name }}
|
||||||
|
|
Reference in a new issue