oliverdavies.uk/website/source/_pages/call.md

36 lines
1.5 KiB
Markdown
Raw Normal View History

2022-07-07 23:43:36 +00:00
---
title: Book a 1-on-1 consulting call
link: https://savvycal.com/opdavies/consulting-call
2022-07-19 23:26:12 +00:00
price: 149
2022-07-07 23:43:36 +00:00
---
2022-07-19 23:26:12 +00:00
## 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.
2022-07-21 20:08:51 +00:00
<aside class="p-6 my-8 border border-gray-300 dark:bg-gray-800 dark:border-gray-700" markdown="1">
<h2 class="mt-0">Ready to book your call?</h2>
2022-07-19 23:26:12 +00:00
2022-07-21 20:08:51 +00:00
<a class="mt-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>
</aside>
2022-07-21 10:45:05 +00:00
{% include 'about-author' with {
avatar: site.avatar,
work: site.work,
} only %}