oliverdavies.uk/source/_partials/post/about-author.html.twig

15 lines
717 B
Twig
Raw Normal View History

2019-01-04 12:56:24 +00:00
<div>
2017-07-11 00:08:32 +00:00
<h2>About the Author</h2>
2019-01-04 11:57:36 +00:00
<div class="flex items-center">
<div class="mr-4 flex-none leading-none">
2019-01-04 11:57:36 +00:00
<img src="{{ site.avatar.url }}" alt="Picture of Oliver" class="avatar w-16">
</div>
2017-07-11 00:08:32 +00:00
2019-01-04 11:57:36 +00:00
<p class="text-sm mb-0">
Oliver Davies is a 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>