mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 01:52:02 -04:00
Remove donor circles in favor of one circle for all monthly donors
This commit is contained in:
parent
fb982aec66
commit
371cf64341
3 changed files with 12 additions and 109 deletions
|
@ -96,7 +96,7 @@ require_once('Core.php');
|
||||||
<section id="patrons-circle">
|
<section id="patrons-circle">
|
||||||
<hgroup>
|
<hgroup>
|
||||||
<h3>Patrons Circle</h3>
|
<h3>Patrons Circle</h3>
|
||||||
<h4>Donors contributing $15/month or $150. <a href="/donate">Join the Patrons Circle today.</a></h4>
|
<h4>Donors contributing $10/month or more. <a href="/donate">Join the Patrons Circle today.</a></h4>
|
||||||
</hgroup>
|
</hgroup>
|
||||||
<ol class="donors big">
|
<ol class="donors big">
|
||||||
<? if(false){ ?>
|
<? if(false){ ?>
|
||||||
|
@ -115,40 +115,6 @@ require_once('Core.php');
|
||||||
<? } ?>
|
<? } ?>
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
<section id="friends-circle">
|
|
||||||
<hgroup>
|
|
||||||
<h3>Friends Circle</h3>
|
|
||||||
<h4>Donors contributing $10/month or $100. <a href="/donate">Join the Friends Circle today.</a></h4>
|
|
||||||
</hgroup>
|
|
||||||
<ol class="donors small">
|
|
||||||
<? if(false){ ?>
|
|
||||||
<li>
|
|
||||||
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
|
|
||||||
<p>Firstname Lastname</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<img src="/images/masthead/portrait.svg" role="presentation" alt=""/>
|
|
||||||
<p>Anonymous × 2</p>
|
|
||||||
</li>
|
|
||||||
<? } ?>
|
|
||||||
</ol>
|
|
||||||
</section>
|
|
||||||
<section id="letters-circle">
|
|
||||||
<hgroup>
|
|
||||||
<h3>Letters Circle</h3>
|
|
||||||
<h4>Donors contributing $5/month or $50. <a href="/donate">Join the Letters Circle today.</a></h4>
|
|
||||||
</hgroup>
|
|
||||||
<ol class="donors no-images">
|
|
||||||
<? if(false){ ?>
|
|
||||||
<li>
|
|
||||||
<p>Firstname Lastname</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>Anonymous × 2</p>
|
|
||||||
</li>
|
|
||||||
<? } ?>
|
|
||||||
</ol>
|
|
||||||
</section>
|
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -1579,6 +1579,10 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-row.center{
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
.masthead h2 + section > h3{
|
.masthead h2 + section > h3{
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
@ -1712,37 +1716,6 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.donate table.multi tr + tr td{
|
|
||||||
padding-top: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.donate table.multi td p{
|
|
||||||
text-align: justify;
|
|
||||||
}
|
|
||||||
|
|
||||||
.donate table.multi td p:first-child{
|
|
||||||
text-align: center;
|
|
||||||
font-size: 1.5rem;
|
|
||||||
font-style: italic;
|
|
||||||
border-bottom: 3px double var(--sub-text);
|
|
||||||
padding-bottom: .5rem;
|
|
||||||
line-height: 1;
|
|
||||||
margin-bottom: .5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.donate table.multi td + td{
|
|
||||||
font-style: italic;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.donate table.multi td + td a:first-of-type{
|
|
||||||
margin-bottom: .5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.donate table.multi td + td a:last-of-type{
|
|
||||||
margin-top: .5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (hover: none) and (pointer: coarse){ /* target ipads and smartphones without a mouse */
|
@media (hover: none) and (pointer: coarse){ /* target ipads and smartphones without a mouse */
|
||||||
/* For iPad, unset the height so it matches the other elements */
|
/* For iPad, unset the height so it matches the other elements */
|
||||||
select[multiple]{
|
select[multiple]{
|
||||||
|
@ -1931,10 +1904,6 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
||||||
.donate table td p{
|
.donate table td p{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.donate table.multi tr td + td{
|
|
||||||
padding-top: 1rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 870px){
|
@media(max-width: 870px){
|
||||||
|
|
|
@ -18,48 +18,16 @@ require_once('Core.php');
|
||||||
<p><a href="https://www.fracturedatlas.org/">Fractured Atlas</a>, a 501(c)(3) public charity, is our fiscal sponsor. Your donation will be processed through their website, and their name will appear on your financial statements and receipts. Donations are tax-deductible to the extent permitted by law.</p>
|
<p><a href="https://www.fracturedatlas.org/">Fractured Atlas</a>, a 501(c)(3) public charity, is our fiscal sponsor. Your donation will be processed through their website, and their name will appear on your financial statements and receipts. Donations are tax-deductible to the extent permitted by law.</p>
|
||||||
<p class="button-row">
|
<p class="button-row">
|
||||||
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a one-time donation</a>
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a one-time donation</a>
|
||||||
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Make a recurring donation</a>
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Make a monthly donation</a>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section id="monthly">
|
<section id="monthly">
|
||||||
<h2>Join our supporter circles</h2>
|
<h2>Join the Patrons Circle</h2>
|
||||||
<table class="multi">
|
<p>Start a monthly donation of $10/month or more, and your name and photo will be listed as a Patrons Circle donor on our <a href="/about#masthead">masthead</a> for the duration of your gift.</p>
|
||||||
<tbody>
|
<p>Your monthly donation is crucial to ensuring we can continue producing high-quality editions of literature for the digital age. We can’t do it without your support!</p>
|
||||||
<tr>
|
<p class="button-row center">
|
||||||
<td>
|
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Donate $10/month or more</a>
|
||||||
<p>Join the Letters Circle</p>
|
</p>
|
||||||
<p>Your name will be listed as a Letters Circle donor on our <a href="/about#masthead">masthead</a> for one year with a one-time donation, or for the duration of your monthly donation.</p>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Start a $5/month donation</a>
|
|
||||||
— or —
|
|
||||||
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a $50 donation</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<p>Join the Friends Circle</p>
|
|
||||||
<p>Your name and a small photograph will be listed as a Friends Circle donor on our <a href="/about#masthead">masthead</a> for one year with a one-time donation, or for the duration of your monthly donation.</p>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Start a $10/month donation</a>
|
|
||||||
— or —
|
|
||||||
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a $100 donation</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<p>Join the Patrons Circle</p>
|
|
||||||
<p>Your name and a medium photograph will be listed as a Patrons Circle donor on our <a href="/about#masthead">masthead</a> for one year with a one-time donation, or for the duration of your monthly donation.</p>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/monthly_support" class="button">Start a $15/month donation</a>
|
|
||||||
— or —
|
|
||||||
<a href="https://fundraising.fracturedatlas.org/standard-ebooks/general_support" class="button">Make a $150 donation</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</section>
|
</section>
|
||||||
<section id="sponsor-an-ebook">
|
<section id="sponsor-an-ebook">
|
||||||
<h2>Sponsor an ebook of your choice</h2>
|
<h2>Sponsor an ebook of your choice</h2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue