refactor: rename _partials
to _includes
This commit is contained in:
parent
0482badc95
commit
a445072048
17 changed files with 0 additions and 0 deletions
16
source/_includes/about-author.html.twig
Normal file
16
source/_includes/about-author.html.twig
Normal file
|
@ -0,0 +1,16 @@
|
|||
<aside>
|
||||
<h2>About Me</h2>
|
||||
|
||||
<div class="flex mt-4 space-x-4">
|
||||
<div class="flex-shrink-0">
|
||||
<img src="{{ avatar.url }}" alt="Picture of Oliver" class="w-16 h-16 border rounded-full border-gray">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p>
|
||||
Oliver Davies is a PHP Developer and Linux Systems Administrator based in the UK.
|
||||
He is a {{ work.role }} at <a href="{{ work.company.url }}?utm_source=oliverdavies.uk&utm_medium=about-author" class="link">{{ work.company.name }}</a> and a Full Stack Software Consultant specialising in Drupal and Symfony application development.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
Loading…
Add table
Add a link
Reference in a new issue