diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-20 14:55:20 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-20 14:55:20 -0600 |
commit | 966810c7730655e5db3c2d4b31afde4940acbae5 (patch) | |
tree | 399e399321546d2bffc9b56edbe34b8f440244b5 /public/sponsor | |
parent | 6b080f09c280dad73a4a83f421cbfb8b10f2450e (diff) |
.editorconfig for consistent whitespace
Diffstat (limited to 'public/sponsor')
-rw-r--r-- | public/sponsor/index.html | 134 | ||||
-rw-r--r-- | public/sponsor/sponsor.css | 68 |
2 files changed, 101 insertions, 101 deletions
diff --git a/public/sponsor/index.html b/public/sponsor/index.html index 2499b1f..a755371 100644 --- a/public/sponsor/index.html +++ b/public/sponsor/index.html @@ -1,82 +1,82 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="utf-8"> - <title>Sponsor — Luke T. Shumaker</title> - <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> + <meta charset="utf-8"> + <title>Sponsor — Luke T. Shumaker</title> + <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> + <header><a href="/">Luke T. Shumaker</a> » sponsor</header> + <article> -<h1>Sponsor Luke</h1> + <h1>Sponsor Luke</h1> -<p>Hi, I'm Luke. I'm working on improving various aspects of the - GNU/Linux-libre ecosystem.</p> + <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> + <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>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> + <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> + <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 <<a href="mailto:lukeshu@lukeshu.com">lukeshu@lukeshu.com</a>>.</p> + <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 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> + </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> diff --git a/public/sponsor/sponsor.css b/public/sponsor/sponsor.css index f141260..811da06 100644 --- a/public/sponsor/sponsor.css +++ b/public/sponsor/sponsor.css @@ -1,76 +1,76 @@ /* generic */ a.donate-btn { - margin: 0.25em 0; + margin: 0.25em 0; - border-radius: 5px; - display: inline-block; - padding: 5px 7px 3px 7px; + border-radius: 5px; + display: inline-block; + padding: 5px 7px 3px 7px; - font-size: 14px; - font-weight: 700; - line-height: 22px; - text-decoration: none; + font-size: 14px; + font-weight: 700; + line-height: 22px; + text-decoration: none; } a.donate-btn > img { - height: 16px; - margin-top: 2px; - margin-right: 3px; - vertical-align: top; + height: 16px; + margin-top: 2px; + margin-right: 3px; + vertical-align: top; } /* Liberapay */ a.donate-btn.liberapay { - background-color: #f6c915; - color: #1a171b; - font-family: Helvetica Neue,Helvetica,sans-serif; + background-color: #f6c915; + color: #1a171b; + font-family: Helvetica Neue,Helvetica,sans-serif; } a.donate-btn.liberapay:hover { - background-color: #fbce1a; + background-color: #fbce1a; } /* GitHub */ a.donate-btn.github { - background-color: #f6f8fa; - color: #24292f; - border: solid 1px #d0d7de; - font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif; + background-color: #f6f8fa; + color: #24292f; + border: solid 1px #d0d7de; + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif; } a.donate-btn.github:hover { - background-color: #eef1f4; + background-color: #eef1f4; } /* Ko-fi */ a.donate-btn.kofi { - font-family: 'Quicksand',Helvetica,Century Gothic,sans-serif; - background-color: #29abe0; - color: #ffffff; + font-family: 'Quicksand',Helvetica,Century Gothic,sans-serif; + background-color: #29abe0; + color: #ffffff; } a.donate-btn.kofi:hover { - background-color: #48b7e4; + background-color: #48b7e4; } /* Patreon */ a.donate-btn.patreon { - background-color: #000000; - color: #ffffff; - border: solid 1px #000000; - font-weight: 400; + background-color: #000000; + color: #ffffff; + border: solid 1px #000000; + font-weight: 400; } a.donate-btn.patreon > span { - text-transform: uppercase; + text-transform: uppercase; } a.donate-btn.patreon > img { - filter: invert(100%); + filter: invert(100%); } a.donate-btn.patreon:hover { - background-color: #ffffff; - color: #000000; + background-color: #ffffff; + color: #000000; } a.donate-btn.patreon:hover > img { - filter: none; + filter: none; } |