diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-14 00:10:07 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-14 00:10:07 -0600 |
commit | c793ff8f7b37c028953c33480ebfa52b5a0b0001 (patch) | |
tree | a59411b9889b108a5666fd4091f3b114434509cb /public/donate.html | |
parent | 621044e290d9d93b0d9843063df26a86abf91d52 (diff) |
scp down www.lukeshu.com as `public/`
Diffstat (limited to 'public/donate.html')
-rw-r--r-- | public/donate.html | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/public/donate.html b/public/donate.html new file mode 100644 index 0000000..5df1b08 --- /dev/null +++ b/public/donate.html @@ -0,0 +1,51 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>Donate — Luke Shumaker</title> + <link rel="stylesheet" type="text/css" href="blog/assets/style.css"> +</head> +<body> +<article> + +<h1>Donate to Luke T. Shumaker</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>... and more!</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 href="https://liberapay.com/lukeshu/">Liberapay</a></li> + <!--<li><a href="https://github.com/sponsors/LukeShu">GitHub Sponsors</a></li>--> + <li><a href="https://patreon.com/lukeshu">Patreon</a></li> + <li><a href="https://ko-fi.com/lukeshu">Ko-fi</a><!-- (0% fee) --></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 <<a href="mailto:lukeshu@lukeshu.com">lukeshu@lukeshu.com</a>>.</p> + +</article> +<footer> +<p>The content of this page is Copyright © Luke Shumaker.</p> +<p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA-3.0</a> license.</p> +</footer> +</body> +</html> |