Add section about corporate sponsorships to the donors page

This commit is contained in:
Alex Cabal 2021-05-17 17:09:18 -04:00
parent 7cf0a4054f
commit c7f151150d
2 changed files with 9 additions and 4 deletions

View file

@ -1895,7 +1895,7 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
font-weight: normal; font-weight: normal;
} }
.donate section aside{ .donate aside{
border-top: 1px dashed var(--sub-text); border-top: 1px dashed var(--sub-text);
margin-top: 1rem; margin-top: 1rem;
padding-top: 1rem; padding-top: 1rem;

View file

@ -101,10 +101,15 @@ require_once('Core.php');
</tr> </tr>
</tbody> </tbody>
</table> </table>
</section>
<section id="corporate-sponsors">
<h2>Corporate sponsorships</h2>
<p>Sponsorships at the corporate level are a great way to show your organizations commitment to the support of the literate arts. Corporate sponsors have their logo and a link <a href="/about">listed on our masthead</a>, which is prominently linked to on the Standard Ebooks websites header and footer.</p>
<p>To inquire about options, contact the <a href="/about#editor-in-chief">Standard Ebooks Editor-in-Chief</a>.</p>
</section>
<aside> <aside>
<p>Standard Ebooks is a sponsored project of <a href="https://www.fracturedatlas.org/">Fractured Atlas</a>, a non-profit arts service organization. Contributions for the charitable purposes of Standard Ebooks must be made payable to “Fractured Atlas” only and are tax-deductible to the extent permitted by law.</p> <p>Standard Ebooks is a sponsored project of <a href="https://www.fracturedatlas.org/">Fractured Atlas</a>, a non-profit arts service organization. Contributions for the charitable purposes of Standard Ebooks must be made payable to “Fractured Atlas” only and are tax-deductible to the extent permitted by law.</p>
</aside> </aside>
</section>
</article> </article>
</main> </main>
<?= Template::Footer() ?> <?= Template::Footer() ?>