docs(team-coaching): add FAQs
This commit is contained in:
parent
ec135ec27b
commit
8d9dc9d792
1 changed files with 19 additions and 0 deletions
|
@ -1,6 +1,14 @@
|
||||||
---
|
---
|
||||||
layout: ~/layouts/PageLayout.astro
|
layout: ~/layouts/PageLayout.astro
|
||||||
title: Team Coaching
|
title: Team Coaching
|
||||||
|
faqs:
|
||||||
|
- - Do you only work with Drupal development teams?
|
||||||
|
- No. While most of my background and experience is with PHP and Drupal, many things I can help with aren't specific to any language or framework.
|
||||||
|
|
||||||
|
# - - TODO: money-back guarantee
|
||||||
|
|
||||||
|
- - I have another question.
|
||||||
|
- No problem! Send me an email at <a href="mailto:oliver@oliverdavies.uk">oliver@oliverdavies.uk</a>.
|
||||||
---
|
---
|
||||||
|
|
||||||
import AboutMe from "~/components/AboutMe.astro";
|
import AboutMe from "~/components/AboutMe.astro";
|
||||||
|
@ -84,6 +92,17 @@ If you need lighter-touch guidance and advice, I also offer one-time consulting
|
||||||
|
|
||||||
{/* Uniqueness */}
|
{/* Uniqueness */}
|
||||||
|
|
||||||
|
<section>
|
||||||
|
## Frequently Asked Questions
|
||||||
|
|
||||||
|
{frontmatter.faqs.map((faq) => (
|
||||||
|
<li class="list-none">
|
||||||
|
<h3 class="mt-0 text-lg">{faq[0]}</h3>
|
||||||
|
<p set:html={faq[1]} />
|
||||||
|
</li>
|
||||||
|
))}
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
## Who am I?
|
## Who am I?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue