This commit is contained in:
Oliver Davies 2019-01-05 00:08:45 +00:00
parent a3dcda88b3
commit 37c766a802
24 changed files with 82 additions and 125 deletions

View file

@ -1,13 +1,13 @@
<div>
<div class="markup">
<h2>About the Author</h2>
<div class="flex items-center">
<div class="mr-4 flex-none leading-none">
<img src="{{ site.avatar.url }}" alt="Picture of Oliver" class="avatar w-16">
<img src="{{ site.avatar.url }}" alt="Picture of Oliver" class="w-16 rounded-full border border-grey">
</div>
<p class="text-sm mb-0">
Oliver Davies is a Web Developer and System Administrator based in the UK.
Oliver Davies is a Full Stack Web Developer and System Administrator based in the UK.
He is a {{ site.work.role }} at <a href="{{ site.companies[site.work.company].url }}?utm_source={{ site.short_url }}&amp;utm_medium=about-author" class="link">{{ site.companies[site.work.company].name }}</a> and a part-time freelancer specialising in Drupal, Symfony and Laravel development and Linux systems administration.
</p>
</div>

View file

@ -1,8 +1,7 @@
{% set title_tag = title_tag ?: 'h1' %}
<{{ title_tag }} class="leading-tight mb-1">
{{ page.title }}
</{{ title_tag }}>
<div class="mb-8 bg-blue-light">
<h1 class="leading-tight mb-2">{{ page.title }}</h1>
<p class="text-grey-dark">
<span class="visuallyhidden">Posted on </span>{{ page.date|date('jS F Y') }}
</p>
<p class="text-grey-dark">
<span class="visuallyhidden">Posted on </span>{{ page.date|date('jS F Y') }}
</p>
</div>

View file

@ -1,4 +1,4 @@
<div class="mb-4">
<div class="markup mb-4">
<p>
Questions? Comments?
Im <a href="https://twitter.com/{{ site.twitter.name }}">@{{ site.twitter.name }}</a> on Twitter.