This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_partials/post/about-author.html.twig
2018-05-29 08:28:27 +02:00

19 lines
817 B
Twig

<div class="clearfix mt-4">
<h2>About the Author</h2>
<div class="flex">
<div class="mr-4 flex-none leading-none">
<img
src="{{ site.images_url }}{{ site.avatar.url }}"
alt="Picture of Oliver"
class="rounded-full w-16"
>
</div>
<p class="mb-0">
Oliver Davies is a full-stack Web Developer and System Administrator based in the UK.
He is a {{ site.work.role }} at <a href="{{ site.companies[site.work.company].url }}?utm_source={{ site.short_url }}&amp;utm_medium=about-author" class="link">{{ site.companies[site.work.company].name }}</a> and a part-time freelancer specialising in Drupal, Symfony and Laravel development and Linux systems administration.
</p>
</div>
</div>