diff options
author | Dan McGee <dan@archlinux.org> | 2011-11-01 16:45:12 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-11-01 16:45:12 -0500 |
commit | 09ea244420a4f8687c9b0122d867dabc5d7d577c (patch) | |
tree | 8f89287c537c2eb30f13b9fda10cd30a692c8d11 /templates/public/index.html | |
parent | f5c7b419cdda049ea8d9bfb0137fb53296ceef55 (diff) |
Update donation text and links
We are finally set up through SPI and Click&Pledge. Add the necessary
text, buttons, and links for our new donation home.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index b63876ac..06a6a0c3 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -206,28 +206,11 @@ </div><!-- #nav-sidebar --> -{% comment %} -<div id="home-paypal-button" class="widget"> - - <form id="paypal-form" name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post"> - <p><input type="hidden" name="cmd" value="_xclick"/></p> - <p><input type="hidden" name="business" value="aaronmgriffin@gmail.com"/></p> - <p><input type="hidden" name="currency_code" value="USD"/></p> - <p><input type="hidden" name="tax" value="0"/></p> - <p><input type="hidden" name="lc" value="US"/></p> - <p><input type="hidden" name="bn" value="PP-DonationsBF"/></p> - <p><input type="hidden" name="item_name" value="Arch Linux Donation"/></p> - <p><input type="hidden" name="no_shipping" value="1"/></p> - <p><input type="hidden" name="cn" value="Suggestions/Comments"/></p> - <p><input type="hidden" name="no_note" value="1"/></p> - <p><input type="image" src="/media/donate.gif" name="submit" - title="Make a PayPal donation to the Arch Linux project" - alt="Make a PayPal donation to the Arch Linux project" - style="background:transparent;border:none;" /></p> - </form> - +<div id="home-donate-button" class="widget"> + <a href="https://co.clickandpledge.com/Default.aspx?WID=47294"> + <img src="http://images.clickandpledge.com/flair/buttons/210x34/CP_EN_BK_S_001.gif" alt="Donate via Click&Pledge to Arch Linux" title="Donate via Click&Pledge to Arch Linux"/> + </a> </div> -{% endcomment %} <div id="arch-sponsors" class="widget"> |