Add a page about pair programming
This commit is contained in:
parent
26c07d6260
commit
a3bdc7d879
|
@ -5,6 +5,11 @@ locale: en-GB
|
||||||
avatar:
|
avatar:
|
||||||
url: '/sites/default/files/images/social-avatar.jpg'
|
url: '/sites/default/files/images/social-avatar.jpg'
|
||||||
|
|
||||||
|
calendars:
|
||||||
|
pairing:
|
||||||
|
id: 416f80ad
|
||||||
|
url: '%savvycal.url%/%calendars.pairing.id%'
|
||||||
|
|
||||||
drupalorg:
|
drupalorg:
|
||||||
name: opdavies
|
name: opdavies
|
||||||
url: 'https://www.drupal.org/u/%drupalorg.name%'
|
url: 'https://www.drupal.org/u/%drupalorg.name%'
|
||||||
|
@ -17,6 +22,10 @@ github:
|
||||||
|
|
||||||
menus:
|
menus:
|
||||||
footer:
|
footer:
|
||||||
|
-
|
||||||
|
title: Pair with me
|
||||||
|
href: /pair-with-me
|
||||||
|
is_active: '^/pair-with-me/?'
|
||||||
-
|
-
|
||||||
title: Test Driven Drupal
|
title: Test Driven Drupal
|
||||||
href: /test-driven-drupal
|
href: /test-driven-drupal
|
||||||
|
@ -78,6 +87,10 @@ packagist:
|
||||||
plausible:
|
plausible:
|
||||||
domain: ~
|
domain: ~
|
||||||
|
|
||||||
|
savvycal:
|
||||||
|
name: opdavies
|
||||||
|
url: 'https://savvycal.com/%savvycal.name%'
|
||||||
|
|
||||||
speakerdeck:
|
speakerdeck:
|
||||||
name: opdavies
|
name: opdavies
|
||||||
url: 'https://speakerdeck.com/%speakerdeck.name%'
|
url: 'https://speakerdeck.com/%speakerdeck.name%'
|
||||||
|
|
14
source/_pages/pair-with-me.md
Normal file
14
source/_pages/pair-with-me.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: Pair program with me
|
||||||
|
---
|
||||||
|
|
||||||
|
I enjoy pair and mob (group) programming, so as well as [traditional freelance services][0], I offer paid remote pair programming sessions where I'll work with you on your own project via a Zoom call.
|
||||||
|
|
||||||
|
My experience is based around PHP, Drupal, Symfony, Vue.js, Tailwind CSS, Ansible, Docker, clean code, automated testing, and test-driven development.
|
||||||
|
|
||||||
|
I also offer free sessions for open source projects.
|
||||||
|
|
||||||
|
To arrange a pairing session, [find an available time on my calendar][1].
|
||||||
|
|
||||||
|
[0]: /drupal-php-developer
|
||||||
|
[1]: {{site.calendars.pairing.url}}
|
Loading…
Reference in a new issue