Update homepage devices image to remove colour illustrations

This uses The Return of Sherlock Holmes instead, which allows us to demo that we still have black and white illustrations where necessary. I also updated the generic android tablet on the left to demo a full cover, and added AVIF versions.
This commit is contained in:
Robin Whittleton 2022-01-06 19:58:55 +01:00 committed by Alex Cabal
parent 0e86ace13d
commit a536dcee24
5 changed files with 1 additions and 0 deletions

View file

@ -4,6 +4,7 @@ require_once('Core.php');
<main class="front-page">
<h1>Free and liberated ebooks,<br/> carefully produced for the true book lover.</h1>
<picture>
<source srcset="/images/devices@2x.avif 2x, /images/devices.avif 1x" type="image/avif"/>
<source srcset="/images/devices@2x.png 2x, /images/devices.png 1x" type="image/png"/>
<img src="/images/devices@2x.png" alt="Ereaders with a Standard Ebook open."/>
</picture>