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

15 lines
765 B
Twig
Raw Normal View History

2019-02-13 01:43:45 +00:00
<div>
2019-03-07 03:02:04 +00:00
<h2 class="mb-2">About the Author</h2>
2017-07-11 00:08:32 +00:00
2019-01-04 11:57:36 +00:00
<div class="flex items-center">
<div class="mr-4 flex-none leading-none">
2019-03-21 09:38:09 +00:00
<img src="{{ site.avatar.url }}" alt="Picture of Oliver" class="w-16 rounded-full border border-gray">
</div>
2017-07-11 00:08:32 +00:00
2020-02-06 01:38:33 +00:00
<p class="markup mb-0">
2019-01-05 00:08:45 +00:00
Oliver Davies is a Full Stack Web Developer and System Administrator based in the UK.
2018-05-28 23:33:00 +00:00
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>
2017-07-11 00:08:32 +00:00
</div>