This repository has been archived by the owner on Sep 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
47 lines (40 loc) · 2.34 KB
/
donate.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
---
layout: default
title: Donate
---
<div class="donation">
<p>Support Source of Tales via Paypal:</p>
<br>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="GPX33JWDYZ5H4">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal">
</form>
</div>
<h2>Donate for Source of Tales</h2>
<p>
Thanks for your interest in donating! Through your donations we're able to
commission new art/code and reward contributors who have given freely in the past.
</p>
<h3>Donation Totals</h3>
<table id="totals">
<tr><td>Total Paypal Donations: </td><td> 27,00 <small>EUR</small></td></tr>
<tr><td>Money spent on commissions:</td><td> 0,00 <small>EUR</small></td></tr>
<tr><td>Current balance: </td><td> 926,98 <small>EUR</small></td></tr>
</table>
<h3>Ledger</h3>
<p>Here is a public record of how your donations are being used!</p>
<table id="ledger">
<tr><th> Memo </th><th> Date </th><th> Diff </th><th> Balance</th></tr>
<tr><td>Paypal donation button added</td><td> 2013/03/08 </td><td> null </td><td> 0,00</td></tr>
<tr><td>Donation </td><td> 2013/03/08 </td><td> + 1,00 </td><td> 1,00</td></tr>
<tr><td>Donation </td><td> 2013/03/08 </td><td> + 1,00 </td><td> 2,00</td></tr>
<tr><td>Paypal fee </td><td> 2013/03/08 </td><td> - 0,37 </td><td> 1,63</td></tr>
<tr><td>Donation </td><td> 2013/03/08 </td><td> + 15,00 </td><td> 16,63</td></tr>
<tr><td>Paypal fee </td><td> 2013/03/08 </td><td> - 0,94 </td><td> 15,69</td></tr>
<tr><td>LPC Prize </td><td> 2013/03/12 </td><td>+ 1078,79 </td><td> 1094,48</td></tr>
<tr><td>Donation </td><td> 2013/07/10 </td><td> + 10,00 </td><td> 1104,48</td></tr>
<tr><td>Expenses for Meetup at Ablu </td><td> 2013/09/12 </td><td> - 125,00 </td><td> 979,48</td></tr>
<tr><td>Traveling of jurkan </td><td> 2013/09/12 </td><td> - 20,00 </td><td> 959,48</td></tr>
<tr><td>Traveling of bjorn </td><td> 2013/09/12 </td><td> - 32,50 </td><td> 926,98</td></tr>
</table>