Re-add the About Author block
This commit is contained in:
parent
814dd9d97e
commit
5c2dcc1642
|
@ -15,4 +15,5 @@
|
|||
events: page.events|reverse,
|
||||
} only %}
|
||||
|
||||
{% include 'about-author' %}
|
||||
{% endblock %}
|
||||
|
|
16
source/_partials/about-author.html.twig
Normal file
16
source/_partials/about-author.html.twig
Normal file
|
@ -0,0 +1,16 @@
|
|||
<section>
|
||||
<h2>About Me</h2>
|
||||
|
||||
<div>
|
||||
<div>
|
||||
<img src="/sites/default/files/images/me-precedent.jpg" alt="Picture of Oliver" class="h-16 w-16 rounded-full border border-gray">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p>
|
||||
Oliver Davies is a PHP Developer and Linux Systems Administrator based in the UK.
|
||||
He is a Lead Software Developer at <a href="https://trc.cymru?utm_source=oliverdavies.uk&utm_medium=about-author" class="link">Transport for Wales</a> and a part-time freelancer specialising in Drupal and Symfony application development.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
BIN
source/sites/default/files/images/me-precedent.jpg
Normal file
BIN
source/sites/default/files/images/me-precedent.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in a new issue