docs: update Call page text
This commit is contained in:
parent
3c5c0e808a
commit
6bb4c9ca3d
|
@ -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, you’ll 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 →</a>
|
||||
|
||||
If you don’t find the call valuable, I’ll 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 }} →</a>
|
||||
|
|
Loading…
Reference in a new issue