Customized buttons for annual/monthly supporter.
These buttons were drawn by Tony and replace the default PayPal buttons.
This commit is contained in:
parent
b90413809f
commit
fa29e1b8f3
4 changed files with 11 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
#supporter-form-submit {
|
||||
padding-left: 500px;
|
||||
padding-top: 100px;
|
||||
padding-top: 40px;
|
||||
float: center;
|
||||
}
|
||||
|
||||
|
|
BIN
www/conservancy/static/img/supporter-payment-button-annual.png
Normal file
BIN
www/conservancy/static/img/supporter-payment-button-annual.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
BIN
www/conservancy/static/img/supporter-payment-button-monthly.png
Normal file
BIN
www/conservancy/static/img/supporter-payment-button-monthly.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
|
@ -167,10 +167,13 @@ internal policies</a> are published and available for scrutiny.</p>
|
|||
<br /></div>
|
||||
<div id="supporter-form-submit">
|
||||
<input type="image"
|
||||
src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
|
||||
src="/img/supporter-payment-button-annual.png"
|
||||
height="81" width="188"
|
||||
border="0" name="submit" alt="Become an Annual Supporter Now!">
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
<br/><small>You will be redirected to PayPal's site when you click “Donate”.</small>
|
||||
<br/><br/><small>Button above redirects to PayPal's site for credit
|
||||
card, bank account or PayPal balance payment methods. Select
|
||||
your options first.</small>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
@ -216,12 +219,12 @@ internal policies</a> are published and available for scrutiny.</p>
|
|||
<br /></div>
|
||||
<div id="supporter-form-submit">
|
||||
<input type="image"
|
||||
src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif"
|
||||
src="/img/supporter-payment-button-monthly.png"
|
||||
height="81" width="188"
|
||||
border="0" name="submit" alt="Become a Monthly Supporter Now!">
|
||||
<img alt="" border="0"
|
||||
src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
|
||||
width="1" height="1">
|
||||
<br/><small>You will be redirected to PayPal's site when you click “Subscribe”.</small>
|
||||
<br/><br/><small>Button above redirects to PayPal's site for credit
|
||||
card, bank account or PayPal balance payment methods. Select
|
||||
options to the right first.</small>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue