Skip to content

Commit

Permalink
Move donate button
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 committed Aug 24, 2023
1 parent 83691db commit fe5de8e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
14 changes: 6 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,20 @@ <h3>Scriptable</h3>
</div>

<div class="Centered">
<a href="documentation.html"><h1>Read the docs...</h1></a>
<p><a href="https://github.com/cutbox/CutBox"><i class="fab fa-github" style="font-size:20px"></i> CutBox on GitHub</a></p>
<p><a href="https://gitter.im/CutBox"><i class="fab fa-gitter" style="font-size:20px"></i> Chat on Gitter</a></p>
<p class="Version">version 1.5.8</p>
<form action="https://www.paypal.com/donate" method="post" target="_top">
<!-- Identify your business so that you can collect the payments. -->
<h3>Please consider making donation</h3>
<form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="business" value="[email protected]">
<!-- Specify details about the contribution -->
<input type="hidden" name="no_recurring" value="0">
<input type="hidden" name="item_name" value="Support CutBox development">
<input type="hidden" name="item_number" value="CutBox needs your support">
<input type="hidden" name="currency_code" value="USD">
<!-- Display the payment button. -->
<input type="image" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="Donate">
<img alt="" width="1" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" >
</form>
<a href="documentation.html"><h1>Read the docs...</h1></a>
<p><a href="https://github.com/cutbox/CutBox"><i class="fab fa-github" style="font-size:20px"></i> CutBox on GitHub</a></p>
<p><a href="https://gitter.im/CutBox"><i class="fab fa-gitter" style="font-size:20px"></i> Chat on Gitter</a></p>
<p class="Version">version 1.5.8</p>
</div>
</body>
</html>
14 changes: 6 additions & 8 deletions index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,20 @@ brew install --cask cutbox</pre>
</div>

<div class="Centered">
<a href="documentation.html"><h1>Read the docs...</h1></a>
<p><a href="https://github.com/cutbox/CutBox"><i class="fab fa-github" style="font-size:20px"></i> CutBox on GitHub</a></p>
<p><a href="https://gitter.im/CutBox"><i class="fab fa-gitter" style="font-size:20px"></i> Chat on Gitter</a></p>
<p class="Version">version ${VER}</p>
<form action="https://www.paypal.com/donate" method="post" target="_top">
<!-- Identify your business so that you can collect the payments. -->
<h3>Please consider making donation</h3>
<form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="business" value="[email protected]">
<!-- Specify details about the contribution -->
<input type="hidden" name="no_recurring" value="0">
<input type="hidden" name="item_name" value="Support CutBox development">
<input type="hidden" name="item_number" value="CutBox needs your support">
<input type="hidden" name="currency_code" value="USD">
<!-- Display the payment button. -->
<input type="image" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="Donate">
<img alt="" width="1" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" >
</form>
<a href="documentation.html"><h1>Read the docs...</h1></a>
<p><a href="https://github.com/cutbox/CutBox"><i class="fab fa-github" style="font-size:20px"></i> CutBox on GitHub</a></p>
<p><a href="https://gitter.im/CutBox"><i class="fab fa-gitter" style="font-size:20px"></i> Chat on Gitter</a></p>
<p class="Version">version ${VER}</p>
</div>
</body>
</html>

0 comments on commit fe5de8e

Please sign in to comment.