oliverdavies.uk/src/pages/call.mdx

84 lines
3 KiB
Plaintext
Raw Normal View History

2022-07-07 23:43:36 +00:00
---
2023-01-01 16:47:23 +00:00
layout: ~/layouts/PageLayout.astro
2023-06-17 14:55:36 +00:00
title: Book a 1-on-1 consulting call
2022-07-07 23:43:36 +00:00
link: https://savvycal.com/opdavies/consulting-call
price: £350
testimonials:
- michael-itkoff2
- tom-evans
2022-07-07 23:43:36 +00:00
---
2023-04-25 00:08:01 +00:00
import Button from "~/components/Button.astro";
2023-06-17 10:27:33 +00:00
import Callout from "~/components/Callout.astro";
import Testimonials from "~/components/Testimonials.astro";
2023-06-17 10:19:50 +00:00
import { numberOfYears } from '~/utils';
2023-04-25 00:08:01 +00:00
2023-06-17 10:19:50 +00:00
{/*
## Who is this for?
*/}
2022-07-19 23:26:12 +00:00
{/* 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.
## Some things I can help you with
2022-07-19 23:26:12 +00:00
2022-10-07 08:14:10 +00:00
- How to approach a new project or task.
- PHP and Drupal fundamentals and best practices.
- Adding eCommerce functionality with Drupal Commerce.
- Upgrading Drupal websites from unsupported versions.
- Writing your first automated tests with PHPUnit or starting with test-driven development.
2022-10-07 08:14:10 +00:00
- Introducing static analysis or other code quality tools to your project.
- Adopting a utility-first CSS approach, e.g. Tailwind CSS, within a new or existing theme.
- Configuring continuous integration (CI) pipelines with GitHub Actions, GitLab CI or Bitbucket Pipelines.
2023-06-17 10:19:50 +00:00
- Automating tasks with Docker or Ansible.
- Help fixing a bug or some broken code.
2022-10-07 08:14:10 +00:00
- Reviewing your code and providing advice and suggestions.
2022-07-19 23:26:12 +00:00
2023-06-17 10:19:50 +00:00
In this 1-on-1 video call, I can help you answer questions in these areas or any others you may have.
Price: {frontmatter.price}
2023-06-17 10:19:50 +00:00
{/* 1st call to action */}
2023-06-17 10:19:50 +00:00
<Button href={frontmatter.link} text="Book your call now" />
{/* Social proof */}
<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 */}
2023-06-17 10:19:50 +00:00
## 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 */}
2023-06-17 10:27:33 +00:00
<Callout title="Ready to book your call?">
<Button href={frontmatter.link} text={`Book now for ${frontmatter.price}`} />
2023-06-17 14:55:36 +00:00
<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>
2023-06-17 14:55:36 +00:00
</Callout>
{/* Urgency */}
2023-06-17 10:19:50 +00:00
## Availability is limited
Im only available for a few 1-on-1 calls 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.