Changeset - 47ebde2bdcbe
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-01 18:41:38
bkuhn@ebb.org
Fix anchor.
1 file changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/supporter/index.html
Show inline comments
...
 
@@ -99,100 +99,98 @@ contribute to the cause.</p>
 

	
 
<p>For the first time, we're launching a Supporter program. For an 
 
annual
 
donation of $120, you can download an official Supporter card and
 
receive a Conservancy t-shirt[1]. If this is out of reach, please donate
 
at whatever level you can - it makes a big difference to us to know that
 
you support us, and a little goes a long way.</p>
 

	
 
<p>In addition to supporting our projects,
 
<ul>
 

	
 
<li>we share our expertise across communities. We speak at many
 
conferences, and publish materials to increase understanding about the
 
organizational, community and legal issues around free and open source
 
software. We advocate for free an open source software and provide
 
education around that mission.  We form partnerships across our
 
communities to work more effectively.  Check out <a 
 
href="https://copyleft.org/">copyleft.org</a>
 
or sign up to join the <a 
 
href="http://sfconservancy.org/news/2014/aug/12/tax-exempt-working-group/">
 
tax exempt working group</a>.</li>
 

	
 
<li>we seek to solve problems for the public through free and open 
 
source
 
software.  We've launched a <a href="http://npoacct.sfconservancy.org/">
 
nonprofits accounting project</a> to help all
 
nonprofits (in free software and in other fields) avoid paying millions
 
of dollars in licensing fees for subpar accounting software.</li>
 

	
 
<li>as part of Conservancy's partnership in the program, we support Karen as
 
  a co-organizer of the Free and Open Source Software Outreach Program.</li>
 

	
 
<li>we encourage and support our employees to do volunteer work in the
 
    community.  For example, Bradley and Karen together host an oggcast
 
    called <cite><a href="http://faif.us">Free as in Freedom</a></cite> which
 
    discusses important legal and policy issues in open source and free
 
    software.</li></ul>
 

	
 
<p>As an organization, we try to do do everything transparently; even 
 
our
 
<a 
 
href="https://gitorious.org/conservancy/policies/source/master:">
 
internal policies</a> are published and available for scrutiny.</p>
 

	
 
<p>Please join our Supporter program and spread software freedom!</p>
 

	
 
[1] the shirts will ship First Quarter 2015.
 

	
 
<a id="now"/>
 

	
 
<h2>Become a Supporter Now!</h2>
 

	
 
<a id="now"></a>
 
<form id="supporter-form"
 
            action="https://www.paypal.com/cgi-bin/webscr"
 
            method="post" name="supporter">
 
                <input type="hidden" name="business" value="info@sfconservancy.org" />
 
                <input type="hidden" name="return" value="https://sfconservancy.org/thank-you/" />
 
                  <input type="hidden" name="item_name" value="Conservancy Supporter, Annual" />
 
                      <input type="hidden" name="cmd" value="_s-xclick" />
 
                      <input id="amount" type="text" name="amount" size="5" value="120" /><br/>
 
                      <small>($120 min; increase amount if you'd like.)</small>
 

	
 
                                            <h5>Do you want to receive a t-shirt?</h5>
 
                      <input type="hidden" name="on1" value="Donation Gift" />
 
                      <input type="radio" checked="checked" name="os1" value="Yes" />Yes
 
                      <input type="radio" name="os1" value="No" />No
 
                      <br />
 
                      <h5>T-shirt size:</h5>
 
                      <select type="hidden" name="on3" id="T-shirt Size">
 
                        <option value="MenS" />Men's S</option>
 
                        <option value="MenM" />Men's M</option>
 
                        <option value="MenL" />Men's L</option>
 
                        <option value="MenXL" />Men's XL</option>
 
                        <option value="Men2XL" />Men's 2XL</option>
 
                        <option value="LadiesS" />Ladies' S</option>
 
                        <option value="LadiesM" />Ladies' M</option>
 
                        <option value="LadiesL" />Ladies' L</option>
 
                         <option value="LadiesXL" />Ladies' XL</option>
 
                      </select><br/>
 
                      <h5>Public Acknowledgment of your Support?:</h5>
 
                      <input type="hidden" name="on2" value="List name in the donors page" />
 
                      <input type="radio" checked="checked" name="os2" value="Yes" />Yes
 
                      <input type="radio" name="os2" value="No" />No<br/>
 
            
 
                                            <h5>Join Announcement Email List?</h5>
 
                      <input type="hidden" name="on4" value="Join Mailing List" />
 
                      <input type="radio" checked="checked" name="os4" value="Yes" />Yes
 
                      <input type="radio" name="os4" value="No" />No<br>
 
                      <br />
 
                      <small>You will be redirected to the Paypal website.</small>
 
                      <input type="hidden" name="hosted_button_id" value="WJZ98RW3A49XJ">
 
                      <input type="image"
 
                             src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
 
                             border="0" name="submit" alt="Become a Supporter Now!">
 
                      <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
 
                    </form>
 

	
 
</div>
 

	
 
{% endblock %}
0 comments (0 inline, 0 general)