chore: move social avatar image

This commit is contained in:
Oliver Davies 2022-01-11 19:34:13 +00:00
parent b82afcbd8c
commit 6e773d1301
4 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@ description: Lead Software Developer. Freelancer. Drupal and PHP specialist.
locale: en-GB locale: en-GB
avatar: avatar:
url: '/sites/default/files/images/social-avatar.jpg' path: "/images/social-avatar.jpg"
drupalorg: drupalorg:
name: opdavies name: opdavies

View file

@ -12,7 +12,7 @@ meta:
{% set yearsOfExperience = thisYear - site.experience.start_year %} {% set yearsOfExperience = thisYear - site.experience.start_year %}
<div class="markdown" markdown="1"> <div class="markdown" markdown="1">
<div class="w-32 mb-4"><img src="/sites/default/files/images/social-avatar.jpg" alt="Picture of Oliver" class="border rounded-full border-gray"></div> <div class="w-32 mb-4"><img src="{{ site.avatar.path }}" alt="Picture of Oliver" class="border rounded-full border-gray"></div>
Hi, Im Oliver. Im a {{ site.work.role }} for <a href="{{ site.work.company.url }}?utm_source=oliverdavies.uk&amp;utm_medium=about">{{ site.work.company.name }}</a> and a Full Stack Software Consultant based in South Wales in the UK. Hi, Im Oliver. Im a {{ site.work.role }} for <a href="{{ site.work.company.url }}?utm_source=oliverdavies.uk&amp;utm_medium=about">{{ site.work.company.name }}</a> and a Full Stack Software Consultant based in South Wales in the UK.
I work with organisations, agencies, and freelance Developers to deliver high-quality websites and web applications, utilising tools and workflows such as continuous integration and deployment, automated testing, and static analysis. I work with organisations, agencies, and freelance Developers to deliver high-quality websites and web applications, utilising tools and workflows such as continuous integration and deployment, automated testing, and static analysis.

View file

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -308,6 +308,7 @@ map $uri $new_uri {
~^/rss/?$ /rss.xml; ~^/rss/?$ /rss.xml;
~^/s9MjJ/?$ https://symfonycasts.com/screencast/symfony; ~^/s9MjJ/?$ https://symfonycasts.com/screencast/symfony;
~^/sculpin-encore-versioning/?$ https://github.com/opdavies/oliverdavies.uk/commit/d192b04aefa6e7a21bfc1f2e0fe0a16111e0e8a2; ~^/sculpin-encore-versioning/?$ https://github.com/opdavies/oliverdavies.uk/commit/d192b04aefa6e7a21bfc1f2e0fe0a16111e0e8a2;
~^/sites/default/files/images/social-avatar.jpg /images/social-avatar.jpg;
~^/skills/?$ https://opdavies-skills-tailwindcss.netlify.com/; ~^/skills/?$ https://opdavies-skills-tailwindcss.netlify.com/;
~^/slides-drupal-9/?$ https://slides-upgrading-to-drupal-9.oliverdavies.uk; ~^/slides-drupal-9/?$ https://slides-upgrading-to-drupal-9.oliverdavies.uk;
~^/slides-upgrading-to-drupal-9/?$ https://slides-upgrading-to-drupal-9.oliverdavies.uk; ~^/slides-upgrading-to-drupal-9/?$ https://slides-upgrading-to-drupal-9.oliverdavies.uk;