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

10 lines
620 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-09 22:44:30 +00:00
<img src="{{ site.images_url }}{{ site.avatar.url }}"
alt="Picture of Oliver"
class="w-1/6 mr-4 float-left rounded-full">
2017-07-11 00:08:32 +00:00
2017-11-02 00:18:50 +00:00
<p>Oliver Davies is a Web Developer, System Administrator and Drupal specialist 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 also provides freelance consultancy services for Drupal, Symfony and Laravel applications and Linux servers.</p>
2017-07-11 00:08:32 +00:00
</div>