donate.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. ---
  2. title: Donate
  3. layout: single
  4. ---
  5. <div class="home-row">
  6. <div class="home-column">
  7. <h2>Patreon</h2>
  8. <a href="https://www.patreon.com/browsh" target="_blank">patreon.com/browsh</a>
  9. </div>
  10. <div class="home-column">
  11. <h2>Bitcoin</h2>
  12. <a href="bitcoin:1J151HVLhprhs8wfKB8xwBgANAGawAfudh">
  13. <img class="bitcoin_qr" src="/assets/images/bitcoin.jpg" alt="bitcoin qr code" />
  14. </a>
  15. <small style="font-size: 9px;">1J151HVLhprhs8wfKB8xwBgANAGawAfudh</small>
  16. </div>
  17. <div class="home-column">
  18. <h2>Paypal</h2>
  19. <form id="paypal-donate" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
  20. <input type="hidden" name="cmd" value="_s-xclick">
  21. <input type="hidden" name="hosted_button_id" value="X3EURLU6P375U">
  22. <input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
  23. <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
  24. </form>
  25. </div>
  26. </div>
  27. <div style="clear: both"></div>
  28. <p>
  29. Browsh is currently the work of a single person, <a href="http://tombh.co.uk">
  30. Tom Buckley-Houston</a>. I also fund the server costs for the SSH and in-browser
  31. HTML/text services.
  32. </p>
  33. <p>
  34. The HTML/text services are particularly important as they help those around the
  35. world that must use slow and/or expensive bandwidth. So by contributing to Browsh
  36. you are not only helping the software project but also making the lives of other
  37. internet citizens more sane.
  38. </p>
  39. <p>
  40. To remove the "unsupported" notice at the bottom of the terminal client or the calls
  41. to donate at the bottom of the HTML service's pages, all you need to do is set
  42. the <code>browsh_supporter</code> key in <a href="/docs/config">Browsh's config</a> to
  43. <code>I have shown my support for Browsh</code>. Showing your support can be done in many ways.
  44. The best is to donate using the methods above, preferably Patreon or a recurring Paypal
  45. donation, as these allow me to make longer term and larger plans for Browsh.
  46. </p>
  47. <p>
  48. However, you can also show your support by making contributions on Github, sharing Browsh
  49. with your friends, or just sending me an email or tweet with suggestions or critical
  50. feedback.
  51. </p>
  52. <p>Thank you.</p>