-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathtooltips-bottom.html
47 lines (45 loc) · 1.73 KB
/
tooltips-bottom.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<div id="paypal-tooltip" style="display: none">
<p>
Have you found this software useful?
<br />
Consider donating just <strong>US$10</strong>
<br />
so it can get even better!
</p>
<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="N4Q6YQSPWN8BG">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"
border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/pt_BR/i/scr/pixel.gif"
width="1" height="1">
</form>
<p>
This software is completely free and will<br />
<strong>always stay free</strong>
. Enjoy!
</p>
</div>
<div id="bitcoin-tooltip" style="display: none">
<p>
The project also accepts donations in Bitcoins, Ethereum, and
<br />
Litecoins. Please consider donating so it can be even better!
</p>
<h2>Bitcoin:</h2>
<img src="images/misc/bitcoin-address.png" alt="Bitcoin address" width="50%" head="50%" />
<h2>Other currencies:</h2>
<p>
<ul style="font-family: monospace; text-align: left">
<li>BTC: <a href="bitcoin:1FC5gxLs2TsvuiHPP1tRLh5mPboQJQghvZ " >1FC5gxLs2TsvuiHPP1tRLh5mPboQJQghvZ </a></li>
<li>ETH: 0x36FDA635Ef5773d8B376037D7BAfF22FeB987d92</li>
<li>LTC: LNjkZkMdSyncUvg5WnnhDNirdux4Q95gdt</li>
</ul>
<p>
All donations are strictly used towards improving the project, such<br/>
as by <strong>hiring more developers to fix issues in the <a href="https://github.com/accord-net/framework/issues">issue tracker</a></strong>.
</p>
<p>
This software is completely free and will <strong>always stay free</strong>. Enjoy!
</p>
</div>