docs: update call and pair product pages
This commit is contained in:
parent
f47dba0ae2
commit
e46ea8895e
|
@ -17,6 +17,12 @@ import { numberOfYears } from '~/utils';
|
||||||
## Who is this for?
|
## Who is this for?
|
||||||
*/}
|
*/}
|
||||||
|
|
||||||
|
{/* Pain */}
|
||||||
|
|
||||||
|
{/* Dream */}
|
||||||
|
|
||||||
|
{/* Fix */}
|
||||||
|
|
||||||
As a professional Software Developer and Consultant with over {numberOfYears} years of Drupal and PHP experience, I have a lot of knowledge that I use to help customers and their projects.
|
As a professional Software Developer and Consultant with over {numberOfYears} years of Drupal and PHP experience, I have a lot of knowledge that I use to help customers and their projects.
|
||||||
|
|
||||||
## Some things I can help you with
|
## Some things I can help you with
|
||||||
|
@ -37,14 +43,22 @@ In this 1-on-1 video call, I can help you answer questions in these areas or any
|
||||||
|
|
||||||
Price: {frontmatter.price}
|
Price: {frontmatter.price}
|
||||||
|
|
||||||
|
{/* 1st call to action */}
|
||||||
|
|
||||||
<Button href={frontmatter.link} text="Book your call now" />
|
<Button href={frontmatter.link} text="Book your call now" />
|
||||||
|
|
||||||
## 100% money back guarantee!
|
{/* Social proof */}
|
||||||
|
|
||||||
If you don’t find the call valuable, just let me know and I’ll refund 100% of the cost.
|
|
||||||
|
|
||||||
<Testimonials names={frontmatter.testimonials} />
|
<Testimonials names={frontmatter.testimonials} />
|
||||||
|
|
||||||
|
{/* Overcome objections */}
|
||||||
|
|
||||||
|
## 100% money-back guarantee!
|
||||||
|
|
||||||
|
If you don't find the call valuable, just let me know, and I'll refund 100% of the cost.
|
||||||
|
|
||||||
|
{/* Uniqueness */}
|
||||||
|
|
||||||
## Who am I?
|
## Who am I?
|
||||||
|
|
||||||
- I'm an Acquia-certified Drupal expert with over {numberOfYears} years of development experience.
|
- I'm an Acquia-certified Drupal expert with over {numberOfYears} years of development experience.
|
||||||
|
@ -52,12 +66,16 @@ If you don’t find the call valuable, just let me know and I’ll refund 100% o
|
||||||
- I'm a Drupal core contributor and maintain numerous Drupal projects, including the Override Node Options module, which is used on over 35,000 websites.
|
- I'm a Drupal core contributor and maintain numerous Drupal projects, including the Override Node Options module, which is used on over 35,000 websites.
|
||||||
- I'm a multiple-time DrupalCon speaker who regularly presents talks and workshops at conferences and meetups.
|
- I'm a multiple-time DrupalCon speaker who regularly presents talks and workshops at conferences and meetups.
|
||||||
|
|
||||||
|
{/* 2nd CTA */}
|
||||||
|
|
||||||
<Callout title="Ready to book your call?">
|
<Callout title="Ready to book your call?">
|
||||||
<Button href={frontmatter.link} text={`Book now for ${frontmatter.price}`} />
|
<Button href={frontmatter.link} text={`Book now for ${frontmatter.price}`} />
|
||||||
|
|
||||||
<p class="mb-0">You can pay and reserve your time slot straight away. There are a limited number of available slots each month. If, after the call, you decide to do a longer engagement with me, the cost of this call will be deducted from that engagement.</p>
|
<p class="mb-0">You can pay and reserve your time slot straight away. There are a limited number of available slots each month. If, after the call, you decide to do a longer engagement with me, the cost of this call will be deducted from that engagement.</p>
|
||||||
</Callout>
|
</Callout>
|
||||||
|
|
||||||
|
{/* Urgency */}
|
||||||
|
|
||||||
## Availability is limited
|
## Availability is limited
|
||||||
|
|
||||||
I’m only available for a few 1-on-1 calls per month.
|
I’m only available for a few 1-on-1 calls per month.
|
||||||
|
|
|
@ -1,18 +1,70 @@
|
||||||
---
|
---
|
||||||
layout: ~/layouts/PageLayout.astro
|
layout: ~/layouts/PageLayout.astro
|
||||||
title: Pair program with me
|
title: Pair program with me
|
||||||
|
price: £500
|
||||||
|
link: ~
|
||||||
---
|
---
|
||||||
|
|
||||||
I enjoy pair and mob (group) programming, so as well as [traditional freelance
|
import Button from "~/components/Button.astro";
|
||||||
services][0], I offer paid remote pair programming sessions where I'll work
|
import Callout from "~/components/Callout.astro";
|
||||||
with you on your own project via a Zoom call.
|
import Testimonials from "~/components/Testimonials.astro";
|
||||||
|
import { numberOfYears } from '~/utils';
|
||||||
|
|
||||||
My experience is based around PHP, Drupal, Symfony, Vue.js, Tailwind CSS,
|
{/* Pain */}
|
||||||
Ansible, Docker, clean code, automated testing, and test-driven development.
|
|
||||||
|
|
||||||
I also offer free sessions for open source projects.
|
Are you stuck adding a new feature or fixing a bug?
|
||||||
|
|
||||||
To arrange a pairing session, [find an available time on my calendar][1].
|
Do you need help starting a new Drupal module or theme?
|
||||||
|
|
||||||
[0]: /drupal-php-developer
|
Would you like another pair of eyes on your code, providing real-time suggestions and feedback rather than waiting for a code review?
|
||||||
[1]: https://savvycal.com/opdavies/pair
|
|
||||||
|
{/* Dream */}
|
||||||
|
|
||||||
|
{/* Fix */}
|
||||||
|
|
||||||
|
## Book a pair programming session
|
||||||
|
|
||||||
|
What if you could have a pair programming session with a Lead Developer and Drupal Expert with {numberOfYears} years of professional experience?
|
||||||
|
|
||||||
|
Book a 2-hour pair programming call, and we can work on your code together - adding new functionality, fixing bugs, writing tests for existing code, or something else.
|
||||||
|
|
||||||
|
Price: {frontmatter.price}
|
||||||
|
|
||||||
|
{/* 1st call to action */}
|
||||||
|
|
||||||
|
<Button href={frontmatter.link} text="Book your session now" />
|
||||||
|
|
||||||
|
{/* Social proof */}
|
||||||
|
|
||||||
|
<Testimonials />
|
||||||
|
|
||||||
|
{/* Overcome objections */}
|
||||||
|
|
||||||
|
## 100% money-back guarantee!
|
||||||
|
|
||||||
|
If you don't find the session valuable, just let me know, and I'll refund 100% of the cost.
|
||||||
|
|
||||||
|
{/* Uniqueness */}
|
||||||
|
|
||||||
|
## Who am I?
|
||||||
|
|
||||||
|
- I'm an Acquia-certified Drupal expert with over {numberOfYears} years of development experience.
|
||||||
|
- I'm a former Drupal Association employee who was responsible for improving and maintaining Drupal.org.
|
||||||
|
- I'm a Drupal core contributor and maintain numerous Drupal projects, including the Override Node Options module, which is used on over 35,000 websites.
|
||||||
|
- I'm a multiple-time DrupalCon speaker who regularly presents talks and workshops at conferences and meetups.
|
||||||
|
|
||||||
|
{/* 2nd CTA */}
|
||||||
|
|
||||||
|
<Callout title="Ready to book your session?">
|
||||||
|
<Button href={frontmatter.link} text={`Book your session now for ${frontmatter.price}`} />
|
||||||
|
|
||||||
|
<p class="mb-0">You can pay and reserve your time slot straight away. There are a limited number of available slots each month. If, after the call, you decide to do a longer engagement with me, the cost of this call will be deducted from that engagement.</p>
|
||||||
|
</Callout>
|
||||||
|
|
||||||
|
{/* Urgency */}
|
||||||
|
|
||||||
|
## Availability is limited
|
||||||
|
|
||||||
|
I’m only available for a few pair programming sessions per month.
|
||||||
|
|
||||||
|
Scheduling is first come, first served, so the sooner you book your time slot, the sooner you will have the answers you need to move your project forward.
|
||||||
|
|
Loading…
Reference in a new issue