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/_includes/post/about-author.html.twig

8 lines
576 B
Twig
Raw Normal View History

2017-11-09 22:44:30 +00:00
<div class="clearfix mt-4">
2017-07-11 00:08:32 +00:00
<h2>About the Author</h2>
2017-11-29 23:43:13 +00:00
<img src="{{ site.images_url }}{{ site.avatar.url }}" alt="Picture of Oliver" class="about-author">
2017-07-11 00:08:32 +00:00
2018-01-30 22:26:33 +00:00
<p>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 }}&utm_medium=about-author">{{ site.companies[site.work.company].name }}</a> and a part-time freelancer specialising in Drupal, Symfony and Laravel development and Linux systems administration.</p>
2017-07-11 00:08:32 +00:00
</div>