add donate button
This commit is contained in:
parent
c45bdc845a
commit
d6fcc431c7
2 changed files with 13 additions and 0 deletions
|
@ -70,6 +70,14 @@
|
||||||
<div class="post-readmore"><a class="button" href="/about/">About The Author</a></div>
|
<div class="post-readmore"><a class="button" href="/about/">About The Author</a></div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<div class="side-panel" id="donate-form">
|
||||||
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
||||||
|
<input type="hidden" name="cmd" value="_s-xclick">
|
||||||
|
<input type="hidden" name="hosted_button_id" value="XJW9TU52WLKT6">
|
||||||
|
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||||
|
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="clear-both"></div>
|
<div class="clear-both"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -162,6 +162,11 @@ article .post-content p,
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#donate-form form {
|
||||||
|
width: 145px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
#mc_embed_signup input {
|
#mc_embed_signup input {
|
||||||
padding: 15px !important;
|
padding: 15px !important;
|
||||||
font-size: 16px !important;
|
font-size: 16px !important;
|
||||||
|
|
Loading…
Reference in a new issue