docs: update About Me text
This commit is contained in:
parent
58d9d6e4d4
commit
b27e1c6e39
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
import { numberOfYears } from "~/utils";
|
||||||
import Markdown from "./Markdown.astro";
|
import Markdown from "./Markdown.astro";
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -16,14 +17,8 @@ import Markdown from "./Markdown.astro";
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Markdown>
|
<Markdown>
|
||||||
<p>
|
<p>I help Drupal website owners upgrade from unsupported versions and development teams write better software.</p>
|
||||||
Oliver Davies is a PHP Developer and Linux Systems Administrator based
|
<p>I'm an Acquia-certified Drupal Triple Expert with {numberOfYears} years of professional experience, an open-source software maintainer and a public speaker.</p>
|
||||||
in the UK. He is a Full Stack Software Consultant specialising in
|
|
||||||
Drupal application development, and a Lead Developer at <a
|
|
||||||
href="https://tfw.wales"
|
|
||||||
class="link">Transport for Wales</a
|
|
||||||
>.
|
|
||||||
</p>
|
|
||||||
</Markdown>
|
</Markdown>
|
||||||
</div>
|
</div>
|
||||||
</Markdown>
|
</Markdown>
|
||||||
|
|
Loading…
Reference in a new issue