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

8 lines
555 B
Twig
Raw Normal View History

2017-07-25 23:13:04 +00:00
<div class="about-author is-clearfix mt-2">
2017-07-11 00:08:32 +00:00
<h2>About the Author</h2>
2017-07-25 23:13:04 +00:00
<img src="{{ site.images_url }}{{ site.avatar.url }}" alt="Picture of Oliver" class="is-circle is-pulled-left mr-1 mb-1">
2017-07-11 00:08:32 +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 }}">{{ site.companies[site.work.company].name }}</a> and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.</p>
</div>