Progress bar & $5k triple-match program.
An anonymous donor is matching up to $5k at 2-to-1 for supporter donations. Therefore, update the page to include a progress bar for this, and add notes about it in various places.
This commit is contained in:
parent
5374ec9573
commit
8e22371f19
2 changed files with 16 additions and 2 deletions
|
@ -5,6 +5,8 @@
|
|||
*/
|
||||
|
||||
$(document).ready(function() {
|
||||
$("#progressbar").progressbar({ value: (0.00 / 5000.00) * 100 });
|
||||
|
||||
$('.toggle-content').hide();
|
||||
|
||||
$('.toggle-control')
|
||||
|
|
|
@ -18,7 +18,14 @@
|
|||
|
||||
<div id="donate-box" class="toggle-unit"><h1 class="toggle-content">Support
|
||||
Now!</h1></div>
|
||||
<h3>Become a Supporter now!</h3>
|
||||
$0 of the $5,000 match goal met.<br/>
|
||||
<div id="progressbar" style="height:20px;"><span style="float:right; align:center; margin-right:40%">0.00%</span></div>
|
||||
|
||||
<h3>Help Us Reach Our Match Goal:</h3>
|
||||
|
||||
<p>A generous anonymous donor has agreed to <strong>“double
|
||||
match” supporter donations</strong> up to $5k total! Support us
|
||||
now & <strong>your donation counts triple!</strong></p>
|
||||
|
||||
<h4><a href="#annual">Annual supporter via PayPal, ACH, or credit card.</a></h4>
|
||||
<h4><a href="#monthly">Monthly supporter via PayPal, ACH, or credit card.</a></h4>
|
||||
|
@ -56,7 +63,12 @@ Other payment methods to become an annual supporter:
|
|||
<div style="align:left;width:80%;">
|
||||
<h1><img class="appeal-header" alt="Become a Conservancy Supporter!" src="/img/conservancy-supporter-header.png"/></h1>
|
||||
|
||||
|
||||
<blockquote>
|
||||
<p><strong>Big News:</strong> A generous anonymous donor has agreed to donate
|
||||
$2 of every $1 in supporter donations (up to $5k total)! You can
|
||||
effectively triple your donation if you
|
||||
<a href="#donate-box" class="donate-now">just support us now!</a></p>
|
||||
</blockquote><br/><hr/>
|
||||
<p>Software Freedom Conservancy is an essential organization to free and
|
||||
open source software. We are the home of over
|
||||
<a href="/members/current/">30 projects</a> like
|
||||
|
|
Loading…
Reference in a new issue