Move donation banners

This commit is contained in:
Alex Cabal 2024-12-31 14:28:38 -06:00
parent 9abae874f6
commit 6ad882e2cc
2 changed files with 4 additions and 2 deletions

View file

@ -5,13 +5,13 @@
<h1>Get Involved</h1> <h1>Get Involved</h1>
<p>and help create ebooks that are a pleasure to read</p> <p>and help create ebooks that are a pleasure to read</p>
</hgroup> </hgroup>
<?= Template::DonationCounter() ?>
<?= Template::DonationProgress() ?>
<picture data-caption="The Printing House of Bernardo Cennini. Tito Lessi, 1907"> <picture data-caption="The Printing House of Bernardo Cennini. Tito Lessi, 1907">
<source srcset="/images/the-printing-house@2x.avif 2x, /images/the-printing-house.avif 1x" type="image/avif"/> <source srcset="/images/the-printing-house@2x.avif 2x, /images/the-printing-house.avif 1x" type="image/avif"/>
<source srcset="/images/the-printing-house@2x.jpg 2x, /images/the-printing-house.jpg 1x" type="image/jpg"/> <source srcset="/images/the-printing-house@2x.jpg 2x, /images/the-printing-house.jpg 1x" type="image/jpg"/>
<img src="/images/the-printing-house@2x.jpg" alt="An oil painting of four men in a printers workshop creating prints."/> <img src="/images/the-printing-house@2x.jpg" alt="An oil painting of four men in a printers workshop creating prints."/>
</picture> </picture>
<?= Template::DonationCounter() ?>
<?= Template::DonationProgress() ?>
<p>Standard Ebooks is a volunteer-driven project, and theres room for people of all skill levels to contribute.</p> <p>Standard Ebooks is a volunteer-driven project, and theres room for people of all skill levels to contribute.</p>
<p>At the most basic level, anyone can <a href="https://groups.google.com/g/standardebooks">contribute feedback via our mailing list</a>. Day-to-day readers can <a href="/contribute/report-errors">tell us about errors they spot in our ebooks</a>. People with an eye for typography and a talent for editing can proofread whole ebooks. Technically inclined readers can produce ebooks themselves, or <a href="https://github.com/standardebooks">contribute via GitHub</a>. You can also <a href="/donate">make a financial contribution</a> to help fund continued ebook development.</p> <p>At the most basic level, anyone can <a href="https://groups.google.com/g/standardebooks">contribute feedback via our mailing list</a>. Day-to-day readers can <a href="/contribute/report-errors">tell us about errors they spot in our ebooks</a>. People with an eye for typography and a talent for editing can proofread whole ebooks. Technically inclined readers can produce ebooks themselves, or <a href="https://github.com/standardebooks">contribute via GitHub</a>. You can also <a href="/donate">make a financial contribution</a> to help fund continued ebook development.</p>
<section id="everyone"> <section id="everyone">

View file

@ -20,6 +20,8 @@ if($exception){
<h1>Subscribe to the Newsletter</h1> <h1>Subscribe to the Newsletter</h1>
<p>to receive missives from the vanguard of digital literature</p> <p>to receive missives from the vanguard of digital literature</p>
</hgroup> </hgroup>
<?= Template::DonationCounter() ?>
<?= Template::DonationProgress() ?>
<picture data-caption="The Newsletter. William John Wainwright, 1888"> <picture data-caption="The Newsletter. William John Wainwright, 1888">
<source srcset="/images/the-newsletter@2x.avif 2x, /images/the-newsletter.avif 1x" type="image/avif"/> <source srcset="/images/the-newsletter@2x.avif 2x, /images/the-newsletter.avif 1x" type="image/avif"/>
<source srcset="/images/the-newsletter@2x.jpg 2x, /images/the-newsletter.jpg 1x" type="image/jpg"/> <source srcset="/images/the-newsletter@2x.jpg 2x, /images/the-newsletter.jpg 1x" type="image/jpg"/>