oliverdavies.uk/source/_includes/about-me.html.twig

18 lines
814 B
Twig
Raw Normal View History

{% import 'macros' as macros %}
2024-01-03 20:00:00 +00:00
<div>
<h2 class="text-xl font-bold">About me</h2>
2024-01-03 20:00:00 +00:00
2024-01-03 20:00:00 +00:00
<div class="mt-4">
<div class="flex space-x-4">
<div class="flex flex-col flex-shrink-0 justify-start">
2024-02-28 00:40:07 +00:00
<img src="{{ site.assets.url }}/assets/images/social-avatar.jpg" alt="Picture of Oliver" class="my-0 w-16 h-16 rounded-full ring-2 ring-gray dark:ring-white">
2024-01-03 20:00:00 +00:00
</div>
2024-02-28 09:05:00 +00:00
<div class="{{ site.prose_classes }}">
2024-02-28 01:01:42 +00:00
<p>I'm an Acquia-certified Drupal Triple Expert with {{ macros.yearsExperience }} years of experience, an open-source software maintainer and Drupal core contributor, <a href="/talks">public speaker</a>, <a href="{{ site.youtube.channel.url }}/streams">live streamer</a>, and host of the <a href="/podcast">Beyond Blocks podcast</a>.</p>
2024-01-03 20:00:00 +00:00
</div>
</div>
2024-01-03 20:00:00 +00:00
</div>
2024-01-03 20:00:00 +00:00
</div>