17 lines
645 B
Twig
17 lines
645 B
Twig
<section>
|
|
<h2>About Me</h2>
|
|
|
|
<div class="flex space-x-4">
|
|
<div class="flex-shrink-0">
|
|
<img src="/sites/default/files/images/me-precedent.jpg" alt="Picture of Oliver" class="w-16 h-16 border rounded-full border-gray">
|
|
</div>
|
|
|
|
<div>
|
|
<p>
|
|
Oliver Davies is a PHP Developer and Linux Systems Administrator based in the UK.
|
|
He is a Lead Software Developer at <a href="https://trc.cymru?utm_source=oliverdavies.uk&utm_medium=about-author" class="link">Transport for Wales</a> and a part-time freelancer specialising in Drupal and Symfony application development.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|