mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Add mentions in newsletter to corporate sponsor perks
This commit is contained in:
parent
885b8745e7
commit
916fd76677
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
<?
|
||||
require_once('Core.php');
|
||||
|
||||
$newsletterSubscriberCount = floor(Db::QueryInt('SELECT count(*) from NewsletterSubscriptions') / 100) * 100;
|
||||
|
||||
?><?= Template::Header(['title' => 'Donate', 'highlight' => 'donate', 'description' => 'Donate to Standard Ebooks.']) ?>
|
||||
<main>
|
||||
<section class="donate narrow has-hero">
|
||||
|
@ -142,6 +145,9 @@ require_once('Core.php');
|
|||
<li>
|
||||
<p>Your organization’s logo and a link will be <a href="/about#corporate-sponsors">listed on our masthead</a>, which is prominently linked to on the Standard Ebooks website’s header and footer.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Mentions in each of our once-monthly new releases newsletters, as well as in our occasional general newsletter.<? if($newsletterSubscriberCount > 100){ ?> These newsletters reach over <?= number_format($newsletterSubscriberCount) ?> subscribers who are devoted lovers of literature.<? } ?></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Get access to our OPDS, Atom, and RSS <a href="/feeds">ebook feeds</a> for use by your organization for the duration of your sponsorship. We can also produce different kinds of feeds to meet your needs, like <abbr class="acronym">ONIX</abbr> feeds.</p>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue