mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 18:42:00 -04:00
Tweak donation pages
This commit is contained in:
parent
19913cb398
commit
f8904c8979
4 changed files with 8 additions and 29 deletions
|
@ -36,7 +36,7 @@ const AVERAGE_READING_WORDS_PER_MINUTE = 275;
|
|||
|
||||
define('PD_YEAR', intval(gmdate('Y')) - 96);
|
||||
|
||||
define('DONATION_HOLIDAY_ALERT_ON', time() > strtotime('December 1, ' . gmdate('Y')) || time() < strtotime('January 7, ' . gmdate('Y')));
|
||||
define('DONATION_HOLIDAY_ALERT_ON', time() > strtotime('November 15, ' . gmdate('Y')) || time() < strtotime('January 7, ' . gmdate('Y')));
|
||||
define('DONATION_ALERT_ON', rand(1, 4) == 2);
|
||||
|
||||
// No trailing slash on any of the below constants.
|
||||
|
|
|
@ -111,7 +111,7 @@ require_once('Core.php');
|
|||
</section>
|
||||
<section id="patrons-circle">
|
||||
<h3>Patrons Circle</h3>
|
||||
<p><a href="/donate#patrons-circle">Join the Patrons Circle</a> to have a direct voice in shaping the future of the Standard Ebooks catalog.</p>
|
||||
<p><a href="/donate#patrons-circle">Join the Patrons Circle</a> to support free literature and to have a direct voice in shaping the future of the Standard Ebooks catalog.</p>
|
||||
<ol class="donors patrons">
|
||||
<li>
|
||||
<p>Michael Barrineau</p>
|
||||
|
@ -149,18 +149,12 @@ require_once('Core.php');
|
|||
<li>
|
||||
<p>Brandon Sowers</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Anonymous × 3</p>
|
||||
</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section id="friends">
|
||||
<h3>Friends of Standard Ebooks</h3>
|
||||
<p><a href="/donate#friends">Become a Friend of Standard Ebooks</a> and support the beauty of literature in the digital age.</p>
|
||||
<ol class="donors patrons">
|
||||
<li>
|
||||
<p>Patrick Weyer</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Anonymous × 3</p>
|
||||
</li>
|
||||
</ol>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
@ -8,7 +8,7 @@ require_once('Core.php');
|
|||
<p>If something in this list interests you, please <a href="https://groups.google.com/g/standardebooks">contact us at our mailing list</a> for help before you start work.</p>
|
||||
<p>If you want to suggest a different book to produce, please carefully review <a href="/contribute/collections-policy">the kinds of work we do and don’t accept</a>.</p>
|
||||
<h2>Add a book to this list</h2>
|
||||
<p><a href="/donate#friends">Friends of Standard Ebooks</a> and <a href="/donate#patrons-circle">Patrons Circle members</a> may submit ebooks for inclusion on this list.</p>
|
||||
<p><a href="/donate#patrons-circle">Patrons Circle members</a> may submit ebooks for inclusion on this list.</p>
|
||||
<p>Each month, Patrons Circle members vote on a selection from this list to pick one ebook for immediate production. You can <a href="/donate#patrons-circle">join the Patrons Circle</a> to have a voice in the future of the Standard Ebooks catalog.</p>
|
||||
<h2>For your first production</h2>
|
||||
<p>If nothing on the list below interests you, you can pitch us something else you’d like to work on.</p>
|
||||
|
|
|
@ -21,24 +21,9 @@ require_once('Core.php');
|
|||
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Start a monthly donation</a>
|
||||
</p>
|
||||
</section>
|
||||
<section id="friends">
|
||||
<h2>Become a Friend of Standard Ebooks</h2>
|
||||
<p>Start a monthly donation of $10/month to become a Friend of Standard Ebooks.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Friends of Standard Ebooks have their name listed on our <a href="/about#masthead">masthead</a> for the duration of their gift.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Once per quarter, Friends of Standard Ebooks may submit a book for inclusion on our <a href="/contribute/wanted-ebooks">Wanted Ebooks list</a>. (Submissions must conform to our <a href="/contribute/collections-policy">collections policy</a> and may be subject to approval.)</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="button-row center">
|
||||
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Donate $10/month</a>
|
||||
</p>
|
||||
</section>
|
||||
<section id="patrons-circle">
|
||||
<h2>Join the Patrons Circle</h2>
|
||||
<p>Start a monthly donation of $20/month or more to become a member of the Patrons Circle. <strong>For less than the cost of a meal at a nice restaurant, Patrons Circle members have a direct voice in shaping the future of the Standard Ebooks catalog.</strong></p>
|
||||
<p>Start a monthly donation of $10/month or more to become a member of the Patrons Circle. <strong>For less than the cost of a meal out, Patrons Circle members have a direct voice in shaping the future of the Standard Ebooks catalog.</strong></p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Patrons Circle members have their name listed on our <a href="/about#masthead">masthead</a> for the duration of their gift.</p>
|
||||
|
@ -51,7 +36,7 @@ require_once('Core.php');
|
|||
</li>
|
||||
</ul>
|
||||
<p class="button-row center">
|
||||
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Donate $20/month or more</a>
|
||||
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Donate $10/month or more</a>
|
||||
</p>
|
||||
</section>
|
||||
<section id="sponsor-an-ebook">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue