oliverdavies.uk/source/_includes/about-author.html.twig
2022-02-26 21:58:32 +00:00

17 lines
621 B
Twig

<aside>
<h2>About Me</h2>
<div class="flex mt-4 space-x-4">
<div class="flex-shrink-0">
<img src="{{ avatar.path }}" alt="Picture of Oliver" class="w-16 h-16 rounded-full border border-gray">
</div>
<div>
<p>
Oliver Davies is a PHP Developer and Linux Systems Administrator based in the UK.
He is a Full Stack Software Consultant specialising in Drupal application development, and a {{ work.role }} at <a href="{{ work.company.url }}?utm_source=oliverdavies.uk&amp;utm_medium=about-author" class="link">{{ work.company.name }}</a>.
</p>
</div>
</div>
</aside>