Thank-you page to redirect supporters post-payment
This page is now set as part of the PayPal giving forms to redirect supporters to after they've paid.
This commit is contained in:
parent
627befe0b3
commit
667118755c
4 changed files with 2354 additions and 0 deletions
BIN
www/conservancy/static/img/supporter-badge.png
Normal file
BIN
www/conservancy/static/img/supporter-badge.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
1093
www/conservancy/static/img/supporter-card-1.svg
Normal file
1093
www/conservancy/static/img/supporter-card-1.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 269 KiB |
1227
www/conservancy/static/img/supporter-card-2.svg
Normal file
1227
www/conservancy/static/img/supporter-card-2.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 272 KiB |
34
www/conservancy/static/supporter/thank-you.html
Normal file
34
www/conservancy/static/supporter/thank-you.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
{% 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"/>
|
||||
<script type="text/javascript" src="/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript" src="/supporter-page.js"></script>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Thanks!</h1>
|
||||
|
||||
<p>Thank you for being a Supporter of Software Freedom Conservancy!</p>
|
||||
|
||||
<p>Spread the word about supporting Conservancy with a “Supporter
|
||||
Badge” 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>
|
||||
<p><textarea rows="2"
|
||||
cols="65">
|
||||
<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>
|
||||
</textarea></p>
|
||||
|
||||
<p>Also, please enjoy these “Supporter Cards”, which you print out and
|
||||
carry with you. You've earned it! The cards are available in two different
|
||||
styles: <a href="/img/supporter-card-1.svg">Style 1
|
||||
(SVG)</a>, <a href="/img/supporter-card-2.svg">Style 2
|
||||
(SVG)</a>.</p>
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in a new issue