-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.html
85 lines (82 loc) · 2.6 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Donate to Envy</title>
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<base target="_blank" href="#"/>
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="donate.js"></script>
</head>
<body>
<embed type="text/html" src="header.html" width="100%" height="250px"/>
<section id="donate">
<h1>Donate</h1>
<p>
You've probably been sent here by your will to support me and my projects. For such a noble act I, envyniv, thank you, O' kind stranger, for your kindness.
<br /><br/>
This really helps me curb expenses I have to endure because of my education and the <i>company-starting</i> process.
<br />
I'm gonna start so many companies, you have no idea.
<br /><br />
</p>
<div id="block_container">
<div class="card">
<img src="xmr.png" alt="Monero"/>
<div class="container">
<h1>Monero</h1>
<p>
For those who believe in the future of cryptocurrency.
</p>
<code>
442YYYMMK4V9tY9xoVHHGFWdPV1ebGtYtH7bKvWf4uD33nwKk73yA8N3P36nHp7ypJMWAaG9oY6YQDaVs3SNTTKE6gxfrEh
</code>
<br />
<div id="block_container">
<a id="monero" class="button" target="_parent" href="#">I donated</a>
</div>
</div>
</div>
<div class="card">
<img src="kofi.png" alt="Ko-fi"/>
<div class="container">
<h1>Ko-fi</h1>
<p>
If you wish to pay with more conventional means, this is the way.
</p>
<div id="block_container">
<a id="kofi" class="button" href="https://ko-fi.com/envyniv">Go to Ko-fi</a>
</div>
</div>
</div>
<div class="card">
<img src="lp.png" alt="LiberaPay"/>
<div class="container">
<h1>LiberaPay</h1>
<p>
FREEDOM TO ALL!
LiberaPay, like Ko-fi, supports more conventional payment methods, while supporting more currencies and
generally aligning more with my principles of freedom.
</p>
<div id="block_container">
<a id="liberapay" class="button" href="https://liberapay.com/envyniv">Go to LiberaPay</a>
</div>
</div>
</div>
</div>
</section>
<section id="ty">
<h1>Thank You!</h1>
<p>
Your donation means a lot.<br />
It allows people like me to keep working on passion projects<br />
And keep the spark alive.<br />
<br />
</p>
</section>
<p class="secret"><i>
Time is of the essence<br/>
We live in the future<br/>
(Give us all your money)
</i></p>
</body>
</html>