-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdonate.html
118 lines (107 loc) · 3.86 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Derek Andersen" />
<meta
name="description"
content="Website for the Banjo-Kazooie speedrunning community. A central hub for all things Banjo-Kazooie speedrun related. A compendium of documented tricks, tutorials, glitches, routes, and resources."
/>
<link rel="stylesheet" type="text/css" href="/styles.css" />
<link rel="icon" type="image/png" href="/assets/images/icon.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<title>Donate | Banjo Speedruns</title>
</head>
<body>
<div id="page-container">
<div id="content-wrap">
<p class="logo">
<a href="/home"
><img
class="logo"
src="/assets/images/banjospeedruns-logo.png"
alt="banjospeedruns.com logo"
/></a>
</p>
<div class="topnav">
<a href="/home">Home</a>
<a href="/about">About</a>
<a class="active" href="/donate">Donate</a>
</div>
<br />
<h3 class="section">Donate</h3>
<hr />
<p class="tab">
This community website will always be ad-free. However, our server
upkeep and domain fees total $72 annually. Please consider
donating to help keep our site running. Even a small one-time donation
would be helpful and appreciated. If you'd like to donate, please
click the 'Donate' button below!
</p>
<p class="tab">
Even if we reach our goal for the year's fees, donations are still
accepted. Donations beyond the goal amount will be greatly
appreciated!
</p>
<p class="tab">
You can also show your support by <a href="https://github.com/Dechrissen/BanjoSpeedruns">starring the repository on GitHub</a>.
</p>
<br />
<div class="tab" style="float: left; padding-right: 5rem;">
<h3 style="font-family: 'Charter';">Cost Breakdown</h3>
<ul style="list-style: none; padding-left: 0;">
<li>Hosting ... $60</li>
<li>Domain ... $12</li>
<li>__________________</li>
<li>Total ... <b>$72</b></li>
</ul>
</div>
<div style="float: left;">
<form
action="https://www.paypal.com/cgi-bin/webscr"
method="post"
target="_top"
>
<input type="hidden" name="cmd" value="_donations" />
<input type="hidden" name="business" value="EZVQJ9GWV2SMN" />
<input type="hidden" name="currency_code" value="USD" />
<input
type="image"
src="/assets/images/paypal-button.png"
border="0"
width="220px"
name="submit"
title="PayPal - The safer, easier way to pay online!"
alt="Donate with PayPal button"
/>
<img
alt=""
border="0"
src="https://www.paypal.com/en_US/i/scr/pixel.gif"
width="1"
height="1"
/>
</form>
</div>
<br style="clear: both;" />
<p
style="text-align: center; font-size: 150%; font-family: 'Comicrazy';"
>
2024 Site Upkeep Costs
</p>
<p id="outof"></p>
<div class="meter red">
<span id="bar" style="width: 0%;"></span>
</div>
<script src="/JavaScript/donations.js"></script>
</div>
<footer id="sticky-footer">
<script type="text/javascript" src="/JavaScript/footer.js"></script>
</footer>
</div>
</body>
</html>