Changeset - 8e22371f1931
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-08 20:45:58
bkuhn@ebb.org
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.
2 files changed with 16 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/supporter-page.js
Show inline comments
...
 
@@ -5,6 +5,8 @@
 
*/
 

	
 
$(document).ready(function() {
 
    $("#progressbar").progressbar({ value: (0.00 / 5000.00) * 100 });
 

	
 
    $('.toggle-content').hide();
 

	
 
    $('.toggle-control')
www/conservancy/static/supporter/index.html
Show inline comments
...
 
@@ -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>&ldquo;double
 
        match&rdquo; supporter donations</strong> up to $5k total! Support us
 
        now &amp; <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 
0 comments (0 inline, 0 general)