docs: update Call page text

This commit is contained in:
Oliver Davies 2022-07-20 00:26:12 +01:00
parent 3c5c0e808a
commit 6bb4c9ca3d

View file

@ -1,6 +1,28 @@
---
title: Book a 1-on-1 consulting call
link: https://savvycal.com/opdavies/consulting-call
price: 149
---
{{ page.link }}
## How it works
- You book a 60 minute consulting call with me.
- Once payment is received, youll obtain a link to schedule a meeting in my calendar.
- The meeting will take place over Zoom.
<a class="my-4 py-2 px-5 inline-block rounded-lg border-2 border-blue-primary text-lg bg-blue-primary text-white no-underline transition-colors duration-200 hover:bg-white hover:text-blue-primary" href="{{ page.link }}">Book your call now &rarr;</a>
If you dont find the call valuable, Ill refund 100% of the cost.
### Typical subjects of interest include
- How to approach a new project or task.
- Help writing your first automated test or starting with test-driven development.
- Introducing static analysis or other code quality tools to your project.
- Automating tasks with Docker and/or Ansible.
- Help to fix a bug or some broken code.
- Reviewing your code and providing advice and suggestions.
## Ready to book your call?
<a class="my-4 py-2 px-5 inline-block rounded-lg border-2 border-blue-primary text-lg bg-blue-primary text-white no-underline transition-colors duration-200 hover:bg-white hover:text-blue-primary" href="{{ page.link }}">Book now for £{{ page.price }} &rarr;</a>