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

BIN
www/images/devices.avif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Before After
Before After

BIN
www/images/devices@2x.avif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 194 KiB

Before After
Before After

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>