docs: Add About Me block
This commit is contained in:
parent
2f1ae99d39
commit
2c48bf84ce
|
@ -3,6 +3,7 @@ layout: ~/layouts/PageLayout.astro
|
||||||
title: "Configuration files as a service"
|
title: "Configuration files as a service"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import AboutMe from "~/components/AboutMe.astro";
|
||||||
import Button from "~/components/Button.astro";
|
import Button from "~/components/Button.astro";
|
||||||
|
|
||||||
export const products = [
|
export const products = [
|
||||||
|
@ -69,3 +70,5 @@ If you have multiple Drupal sites, [contact me](/contact) and we can work someth
|
||||||
`build-configs` can also be added to an existing project. It can be tricky and will be different from project to project so [contact me](/contact) and we can discuss it further.
|
`build-configs` can also be added to an existing project. It can be tricky and will be different from project to project so [contact me](/contact) and we can discuss it further.
|
||||||
|
|
||||||
Once I know more about your project, I’ll be happy to give you a fixed-price quote to do the work.
|
Once I know more about your project, I’ll be happy to give you a fixed-price quote to do the work.
|
||||||
|
|
||||||
|
<AboutMe />
|
||||||
|
|
Loading…
Reference in a new issue