Add editor image to masthead

This commit is contained in:
Alex Cabal 2020-12-30 12:57:23 -06:00
parent 6ce16e900e
commit 2bbbeddcf3
6 changed files with 5 additions and 1 deletions

View file

@ -74,7 +74,11 @@ require_once('Core.php');
</p>
</li>
<li>
<img src="/images/masthead/portrait.svg" alt=""/>
<picture>
<source srcset="/images/masthead/emma-sweeney@2x.avif 2x, /images/masthead/emma-sweeney.avif 1x" type="image/avif"/>
<source srcset="/images/masthead/emma-sweeney@2x.jpg 2x, /images/masthead/emma-sweeney.jpg 1x" type="image/jpg"/>
<img src="/images/masthead/emma-sweeney.png" alt="A portrait of Emma Sweeney."/>
</picture>
<p>
<a href="https://www.linkedin.com/in/emma-sweeney-554927190/">Emma Sweeney</a>
<img src="/images/masthead/emma-sweeney-contact.svg" alt="Contact information for Emma Sweeney." class="contact"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 921 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB