Changeset - 07daa54e8e1d
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 8 years ago 2016-02-05 04:18:18
bkuhn@ebb.org
LCA Match.
2 files changed with 7 insertions and 7 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/supporter/thank-you.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block subtitle %}Thanks for Your Support - {% endblock %}
 
{% block category %}supporter{% endblock %}
 

	
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
{% endblock %}
 
{% block content %}
 
<h1>Thanks!</h1>
 

	
 
<p>Thank you for being a Supporter of Software Freedom Conservancy!</p>
 

	
 
<p>Will you be in Brussels, Belgium on this Friday 29 January 2016?  If so,
 
  you
 
  can <a href="mailto:fosdem-rsvp@sfconservancy.org?subject=RSVP%20FOSDEM%202016">RSVP
 
  by emailing &lt;fosdem-rsvp@sfconservancy.org&gt;</a>
 
  by 27 January 2016 to attend an exclusive Supporter-only cocktail and
 
  appetizers event on Friday 29 January 2016.  Details of time and location
 
  will be sent when you RSVP.</p>
 
<p>Did you attend LinuxConf Australia 2016?  If so, there's a special
 
  donation match just for you.
 
  Please <a href="mailto:supporter@sfconservancy.org">email us at
 
  &ldquo;supporter@sfconservancy.org.org&rdquo;</a> and tell us, and we can
 
  add you to that additional match group.</p>
 
  
 
<p>Also, as a Conservancy Supporter, you'll be eligible for future special
 
benefits, too.  We may contact you by email later to tell you about special
 
Supporter-only benefits in the coming year.</p>
 

	
 
<p>Meanwhile, please spread the word about supporting Conservancy with
 
  a &ldquo;Supporter Badge&rdquo; on your website, Twitter account, or
 
  other locations where people view information about you:</p>
 

	
 
<p><a href="https://sfconservancy.org/supporter/"><img src="https://sfconservancy.org/img/supporter-badge.png" width="194" height="90" alt="Become a Conservancy Supporter!" border="0"/></a></p>
 

	
 
<p><strong>Copy and paste this HTML for the image above:</strong></p>
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -48,24 +48,26 @@
 
   <a href="/supporter/">needs <span id="site-fundraiser-middle-goal">{{ sitefundgoal.fundraiser_donation_count|intcomma }}</span> Supporters</a> to continue its basic community services &amp;
 
   <span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> to
 
   avoid hibernating its enforcement efforts.
 
{% else %}
 
      <em>Conservancy will continue our basic community services, thanks to our
 
        first <span id="site-fundraiser-middle-goal">{{ sitefundgoal.fundraiser_donation_count|intcomma }}</span> Supporters! However, we still need a total of
 
        <span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> Supporters to avoid reducing licensing work &amp; hibernating our
 
        enforcement efforts.
 
{% endif %}
 
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold < 632 %}
 
The next {{ 632|subtract:sitefundgoal.fundraiser_donation_count_disclose_threshold }} supporters
 
who sign up <a href="/news/2016/feb/01/PIA-match-extended/">by March 1st will count twice</a>, thanks to <a href="https://www.privateinternetaccess.com/">Private Internet Access</a>!
 
<strong>&amp;</strong> a double-match is available for anyone who attended
 
<a href="https://linux.conf.au/">LinuxConf Australia 2016</a>.
 
{% endif %}
 
</em>
 
<div id="siteprogressbar">
 
<a href="/supporter">
 
<span id="site-fundraiser-so-far">{{ sitefundgoal.fundraiser_so_far_amount|intcomma }}</span> have joined so far.
 
{% if sitefundgoal.fundraiser_so_far_amount > 750 %}
 
Thus, our 750 goal was achieved &amp; {{ sitefundgoal.fundraiser_so_far_amount|subtract:750|intcomma }}</span> have
 
    joined beyond that.
 
{% endif %}
 
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold > 0 %}
 
Also, match pledges reduced our 2,500 maximum need by <span id="site-fundraiser-match-count">{{ sitefundgoal.fundraiser_donation_count_disclose_threshold|min:632|intcomma }}</span>
 
{% endif %}
0 comments (0 inline, 0 general)