Add donations button to website
This commit is contained in:
parent
ae2526fc94
commit
b410af3135
|
@ -7,16 +7,44 @@
|
||||||
|
|
||||||
#+HTML: <BASE href="http://orgmode.org/index.html">
|
#+HTML: <BASE href="http://orgmode.org/index.html">
|
||||||
|
|
||||||
|
|
||||||
*Org - an Emacs Mode for Notes, Project Planning, and Authoring*
|
*Org - an Emacs Mode for Notes, Project Planning, and Authoring*
|
||||||
|
|
||||||
Org-mode is for keeping notes, maintaining ToDo lists, doing project
|
Org-mode is for keeping notes, maintaining ToDo lists, doing project
|
||||||
planning, and authoring with a fast and effective plain-text
|
planning, and authoring with a fast and effective plain-text
|
||||||
system.
|
system.
|
||||||
|
|
||||||
|
#+begin_html
|
||||||
|
<table width="100%">
|
||||||
#+ATTR_HTML: style="border:1px solid black;"
|
<tr>
|
||||||
[[http://orgmode.org/img/tasks.png]]
|
<td>
|
||||||
|
<img src="http://orgmode.org/img/tasks.png" style="border:1px solid
|
||||||
|
black;" alt="http://orgmode.org/img/tasks.png" />
|
||||||
|
</td>
|
||||||
|
<td style="vertical-align:bottom;">
|
||||||
|
<div style="float:bottom; border:0px solid black; padding:3px
|
||||||
|
vertical-align:bottom;">
|
||||||
|
<h3 align=center>Donations</h3>
|
||||||
|
<span style="font-size: 80%;">
|
||||||
|
If you are looking for a way to say "thank you", or if you'd like to
|
||||||
|
support the future development of Org-mode with a donation, use the
|
||||||
|
button below.</span>
|
||||||
|
<br>
|
||||||
|
<hr>
|
||||||
|
<form style="float:right;" name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||||
|
<input type="hidden" name="cmd" value="_xclick">
|
||||||
|
<input type="hidden" name="business" value="carsten.dominik@gmail.com">
|
||||||
|
<input type="hidden" name="item_name" value="Donate to Org-mode">
|
||||||
|
<input type="hidden" name="currency_code" value="USD">
|
||||||
|
<input type="hidden" name="amount">
|
||||||
|
<input type="image" align="center"
|
||||||
|
src="http://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
#+end_html
|
||||||
|
|
||||||
- Simplicity :: Org-mode is a simple outliner for note-taking and list
|
- Simplicity :: Org-mode is a simple outliner for note-taking and list
|
||||||
management. You can learn the basics for using it in [[http://orgmode.org/worg/org-tutorials/orgtutorial_dto.php][five
|
management. You can learn the basics for using it in [[http://orgmode.org/worg/org-tutorials/orgtutorial_dto.php][five
|
||||||
|
|
Loading…
Reference in New Issue