summaryrefslogtreecommitdiff
path: root/public/sponsor/index.html
blob: 339794ce430878fc0b4e8a064fb89825452de5dc (plain)
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
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>Sponsor — Luke T. Shumaker</title>
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="stylesheet" type="text/css" href="../blog/assets/style.css">
	<link rel="stylesheet" type="text/css" href="sponsor.css">
	<style>
		ul:has(.donate-btn) {
			display: grid;
			grid-template-columns: 1fr;
			width: max-content;
		}
		ul:has(.donate-btn) * {
			box-sizing: border-box;
		}
		.donate-btn {
			width: 100%;
		}
	</style>
</head>
<body>
	<header><a href="/">Luke T. Shumaker</a> » sponsor</header>
	<article>

		<h1>Sponsor Luke</h1>

		<p>Hi, I'm Luke.  I'm working on improving various aspects of the
			GNU/Linux-libre ecosystem.</p>

		<ul>
			<li>I'm working on the <a href="https://parabola.nu/">Parabola GNU/Linux-libre</a> distro.</li>
			<li>I'm working on <a href="https://www.lukeshu.com/blog/btrfs-rec.html">improving btrfs.</a></li>
			<li>I'm working on better tooling around cross-language-runtime
				objects (GObject Introspection, which is a terrible name for what
				it is, BTW).</li>
			<!--<li>I'm working improving Hi-DPI/variable-DPI support.</li>-->
			<li><a class="em" href="../imworkingon/">... and more!</a></li>
		</ul>

		<p>Please consider sponsoring my work, so I can continue putting so
			much time and effort in to these things.  Otherwise, I'm going to have
			to cut back my activities by at least 50% in the next year.</p>

		<p>There are several ways you can sponsor me:</p>

		<ul>
			<li><a class="donate-btn liberapay" href="https://liberapay.com/lukeshu/donate">
				<img src="liberapay-icon.svg"
					alt="Liberapay icon" />
				Liberapay<!-- (0% fee) -->
			</a></li>
			<li><a class="donate-btn github" href="https://github.com/sponsors/LukeShu">
				<img src="github-icon.svg"
					alt="GitHub icon" />
				GitHub<!-- (0% fee from individuals, 6% fee from organizations) -->
			</a></li>
			<li><a class="donate-btn kofi" href="https://ko-fi.com/lukeshu">
				<img src="kofi-icon.png"
					alt="Ko-fi icon" />
				Ko-fi<!-- (0% fee, requires non-free JS) -->
			</a></li>
			<li><a class="donate-btn patreon" href="https://patreon.com/lukeshu">
				<img src="patreon-icon.svg"
					alt="Patreon icon" />
				<span>Patreon</span><!-- (8%+ fee, requires non-free JS) -->
			</a></li>
		</ul>

		<p>It is my understanding that donating with Patreon or Ko-fi requires
			Javascript code that does not respect your computing freedom, while
			Liberapay makes no such assault on your freedom.  If you'd like to
			support me, but can't use or don't want to use any of the above
			platforms, reach out to me at &lt;<a href="mailto:lukeshu@lukeshu.com">lukeshu@lukeshu.com</a>&gt;.</p>

	</article>
	<footer>
		<p>The content of this page is Copyright © Luke T. Shumaker.</p>
		<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p>
	</footer>
</body>
</html>