mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 10:56:46 -04:00
Change feeds hero image
This commit is contained in:
parent
04b5000de7
commit
4d307c0a5d
6 changed files with 8 additions and 8 deletions
|
@ -35,10 +35,10 @@ if($type == 'atom'){
|
||||||
<? }else{ ?>
|
<? }else{ ?>
|
||||||
<h1>Standard Ebooks Ebook Feeds</h1>
|
<h1>Standard Ebooks Ebook Feeds</h1>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
<picture>
|
<picture data-caption="Rack Pictures for Dr. Nones. William A. Mitchell, 1879">
|
||||||
<source srcset="/images/new-york-daily-news@2x.avif 2x, /images/new-york-daily-news.avif 1x" type="image/avif"/>
|
<source srcset="/images/rack-picture-for-dr-nones@2x.avif 2x, /images/rack-picture-for-dr-nones.avif 1x" type="image/avif"/>
|
||||||
<source srcset="/images/new-york-daily-news@2x.jpg 2x, /images/new-york-daily-news.jpg 1x" type="image/jpg"/>
|
<source srcset="/images/rack-picture-for-dr-nones@2x.jpg 2x, /images/rack-picture-for-dr-nones.jpg 1x" type="image/jpg"/>
|
||||||
<img src="/images/new-york-daily-news@2x.jpg" alt="A mug next to a pipe and a newspaper."/>
|
<img src="/images/rack-picture-for-dr-nones@2x.jpg" alt="Postal mail attached to a billboard."/>
|
||||||
</picture>
|
</picture>
|
||||||
<ul class="message error">
|
<ul class="message error">
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -5,10 +5,10 @@ require_once('Core.php');
|
||||||
<main>
|
<main>
|
||||||
<section class="narrow has-hero">
|
<section class="narrow has-hero">
|
||||||
<h1>Ebook Feeds</h1>
|
<h1>Ebook Feeds</h1>
|
||||||
<picture data-caption="New York Daily News. William Michael Harnett, 1888">
|
<picture data-caption="Rack Pictures for Dr. Nones. William A. Mitchell, 1879">
|
||||||
<source srcset="/images/new-york-daily-news@2x.avif 2x, /images/new-york-daily-news.avif 1x" type="image/avif"/>
|
<source srcset="/images/rack-picture-for-dr-nones@2x.avif 2x, /images/rack-picture-for-dr-nones.avif 1x" type="image/avif"/>
|
||||||
<source srcset="/images/new-york-daily-news@2x.jpg 2x, /images/new-york-daily-news.jpg 1x" type="image/jpg"/>
|
<source srcset="/images/rack-picture-for-dr-nones@2x.jpg 2x, /images/rack-picture-for-dr-nones.jpg 1x" type="image/jpg"/>
|
||||||
<img src="/images/new-york-daily-news@2x.jpg" alt="A mug next to a pipe and a newspaper."/>
|
<img src="/images/rack-picture-for-dr-nones@2x.jpg" alt="Postal mail attached to a billboard."/>
|
||||||
</picture>
|
</picture>
|
||||||
<p>We offer several ebook feeds that you can use in your ereading app to browse, search, and download from our catalog. You can also add our feeds to your RSS client to get notified of new ebooks as they’re released, or to browse our catalog from your news reader.</p>
|
<p>We offer several ebook feeds that you can use in your ereading app to browse, search, and download from our catalog. You can also add our feeds to your RSS client to get notified of new ebooks as they’re released, or to browse our catalog from your news reader.</p>
|
||||||
<?= Template::FeedHowTo() ?>
|
<?= Template::FeedHowTo() ?>
|
||||||
|
|
BIN
www/images/rack-picture-for-dr-nones.avif
Normal file
BIN
www/images/rack-picture-for-dr-nones.avif
Normal file
Binary file not shown.
BIN
www/images/rack-picture-for-dr-nones.jpg
Normal file
BIN
www/images/rack-picture-for-dr-nones.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
www/images/rack-picture-for-dr-nones@2x.avif
Normal file
BIN
www/images/rack-picture-for-dr-nones@2x.avif
Normal file
Binary file not shown.
BIN
www/images/rack-picture-for-dr-nones@2x.jpg
Normal file
BIN
www/images/rack-picture-for-dr-nones@2x.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 178 KiB |
Loading…
Add table
Add a link
Reference in a new issue