From bc73c484584b80ec13cee7ca1b88823d1d698726 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 23 Oct 2023 17:09:33 +0100 Subject: [PATCH] docs: add team-coaching --- src/pages/team-coaching.mdx | 123 ++++++++++++++++++++++++++++++++++++ src/products.json | 26 ++++---- 2 files changed, 136 insertions(+), 13 deletions(-) create mode 100644 src/pages/team-coaching.mdx diff --git a/src/pages/team-coaching.mdx b/src/pages/team-coaching.mdx new file mode 100644 index 00000000..49853600 --- /dev/null +++ b/src/pages/team-coaching.mdx @@ -0,0 +1,123 @@ +--- +layout: ~/layouts/PageLayout.astro +title: Team Coaching +--- + +import AboutMe from "~/components/AboutMe.astro"; +import Button from "~/components/Button.astro"; +import Testimonials from "~/components/Testimonials.astro"; +import priceFormatter from "~/price-formatter"; +import { numberOfYears } from "~/utils"; + +export const formUrl = "https://forms.gle/zd3Lnwe2J1sF13qJ7"; +export const price = 10000; + +
+
+{/*Pain*/} + +Do you need an experienced Software Developer or Drupal expert to upskill your in-house team? Are they new to Drupal or want to make better use of best practices, such as automated testing and test-driven development? + +Do you want to gain exposure by contributing to open-source software, like Drupal, but don't know where to start? + +{/* Dream */} + +{/* Fix */} + +I offer team coaching on an ongoing monthly basis. You can sign up for as long as you need, and pause or cancel at any time. +
+ +
+## What do I get? + +- Unlimited, 24/7 access to me via email or Slack, with responses within one business day. +- Regular 1-on-1 check-in calls and pair/mob programming sessions. +- Reviews and feedback of relevant code, flowcharts, technical design documents, etc. + +## What can I help with? + +- Developing custom Drupal modules and themes. +- Automated testing and test-driven development. +- CSS and front-end development. +- Implementing and using component libraries, such as Fractal. +- Continuous integration, delivery and deployment. +- Local environment and CI pipeline setup. +- Infrastructure automation, using tools like Terraform and Pulumi. +- Automating and simplifying repetitive or complex tasks. +- Contributing to open-source projects, such as Drupal. +
+ +{/* 1st call to action */} + +
+

Apply now

+ +
+ +{/* Social proof */} + +{/* Overcome objections */} + +
+## How does it work? + +- The cost of team coaching is {priceFormatter.format(price)} per month, paid upfront. +- You apply by clicking on the button below and submitting the application form, telling me about your team and what you want to achieve. +- I'll review your application, usually within one working day. +- If successful, you make your first payment and book your onboarding call where we can define some key objectives and metrics. + +
+ + + +{/* Uniqueness */} + +
+## Who am I? + +- I'm an Acquia-certified Drupal expert with over {numberOfYears} years of professional 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 38,000 websites. +- I'm a multiple-time DrupalCon speaker who regularly presents talks and workshops at conferences and meetups. +- I have experience working in in-house teams, such as Transport for Wales and the Drupal Association. +- I have experience working for and with software development agencies. +
+ +{/* 2nd CTA */} + +
+
+ + + +{/* Urgency */} + +
+## Availability is limited + +I'm only available for a few team coaching engagements per year. + +Scheduling is first come, first served, so the sooner you book your time slot, the sooner you will have the answers you need to upskill your team. + +If you have any questions, feel free to send me an email at oliver@oliverdavies.uk. + +
+
diff --git a/src/products.json b/src/products.json index 590a8711..f3f796d3 100644 --- a/src/products.json +++ b/src/products.json @@ -1,11 +1,14 @@ [ { - "title": "Diagnosis", - "description": "An in-depth investigation into a single issue where I'll provide a report with my findings and advice on the next steps. Once you've purchased, you can book a Zoom call with me to discuss what you want me to investigate.", - "price": 2500, + "title": "Development team coaching", + "description": "Do you want to upskill your in-house team or have someone provide oversight and guidance as they deliver a project? Does your company want to learn to contribute to open-source software? Get unlimited 1-on-1 private Slack access to me and regular check-in calls to ensure things are on track.", + "perMonth": true, + "isFrom": true, + "isLimited": true, + "price": 10000, "link": { - "text": "Book now", - "href": "https://buy.stripe.com/00gbJs84G2jg8Vy9AJ" + "text": "Apply now", + "href": "/team-coaching" } }, { @@ -18,15 +21,12 @@ } }, { - "title": "Development team coaching", - "description": "Do you want to upskill your in-house team or have someone provide oversight and guidance as they deliver a project? Does your company want to learn to contribute to open-source software? Get unlimited 1-on-1 private Slack access to me and regular check-in calls to ensure things are on track.", - "perMonth": true, - "isFrom": true, - "isLimited": true, - "price": 5000, + "title": "Diagnosis", + "description": "An in-depth investigation into a single issue where I'll provide a report with my findings and advice on the next steps. Once you've purchased, you can book a Zoom call with me to discuss what you want me to investigate.", + "price": 2500, "link": { - "text": "Apply now", - "href": "https://forms.gle/HGEC3uqkUSqPsoK79" + "text": "Book now", + "href": "https://buy.stripe.com/00gbJs84G2jg8Vy9AJ" } }, {