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/index.html | |
parent | 6b080f09c280dad73a4a83f421cbfb8b10f2450e (diff) |
.editorconfig for consistent whitespace
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 176 |
1 files changed, 89 insertions, 87 deletions
diff --git a/public/index.html b/public/index.html index 8e4037e..05c7c31 100644 --- a/public/index.html +++ b/public/index.html @@ -23,136 +23,138 @@ <body> <article> -<h1>Luke T. Shumaker</h1> + <h1>Luke T. Shumaker</h1> -<aside> - <fieldset><legend><a class="em" href="sponsor">sponsor me</a></legend> + <aside> + <fieldset><legend><a class="em" href="sponsor">sponsor me</a></legend> - <a class="donate-btn liberapay" href="https://liberapay.com/lukeshu/donate"> - <img src="sponsor/liberapay-icon.svg" - alt="Liberapay icon" /> - Liberapay - </a> + <a class="donate-btn liberapay" href="https://liberapay.com/lukeshu/donate"> + <img src="sponsor/liberapay-icon.svg" + alt="Liberapay icon" /> + Liberapay + </a> - <br/> + <br/> - <a class="donate-btn github" href="https://github.com/sponsors/LukeShu"> - <img src="sponsor/github-icon.svg" - alt=GitHub icon" /> - GitHub - </a> + <a class="donate-btn github" href="https://github.com/sponsors/LukeShu"> + <img src="sponsor/github-icon.svg" + alt=GitHub icon" /> + GitHub + </a> - <br/> + <br/> - <a class="donate-btn kofi" href='https://ko-fi.com/lukeshu'> - <img src="sponsor/kofi-icon.png" - alt="Ko-fi icon" /> - Ko-fi - </a> + <a class="donate-btn kofi" href='https://ko-fi.com/lukeshu'> + <img src="sponsor/kofi-icon.png" + alt="Ko-fi icon" /> + Ko-fi + </a> - <br/> + <br/> - <a class="donate-btn patreon" href='https://patreon.com/lukeshu'> - <img src="sponsor/patreon-icon.svg" - alt="Patreon icon" /> - <span>Patreon</span> - </a> + <a class="donate-btn patreon" href='https://patreon.com/lukeshu'> + <img src="sponsor/patreon-icon.svg" + alt="Patreon icon" /> + <span>Patreon</span> + </a> - </fieldset> -</aside> + </fieldset> + </aside> -<p>I am a programmer/hacker, - and an advocate of software freedom. I'm working on improving the - GNU/Linux-libre ecosystem!</p> + <p>I am a programmer/hacker, + and an advocate of software freedom. I'm working on improving the + GNU/Linux-libre ecosystem!</p> -<p>I've been a developer for the - <a href="https://parabola.nu/">Parabola GNU/Linux-libre</a> - operating system since 2011, and am also doing <a class="em" href="imworkingon">lots - of other things</a> to - improve the GNU/Linux ecosystem. If you like my work, please - consider <a class="em" href="sponsor">sponsoring</a> me so that I - can keep doing it.</p> + <p>I've been a developer for the + <a href="https://parabola.nu/">Parabola GNU/Linux-libre</a> + operating system since 2011, and am also doing <a class="em" href="imworkingon">lots + of other things</a> to + improve the GNU/Linux ecosystem. If you like my work, please + consider <a class="em" href="sponsor">sponsoring</a> me so that I + can keep doing it.</p> -<aside> + <aside> - <!-- Don't be wider than the FSF badge. The mis-aligned images look bad. --> - <a href="https://sfconservancy.org/sustainer/"> - <img src="https://sfconservancy.org/img/supporter-badge.png" - alt="Software Freedom Conservancy Sustainer" - width=180 /></a> + <!-- Don't be wider than the FSF badge. The mis-aligned images look bad. --> + <a href="https://sfconservancy.org/sustainer/"> + <img src="https://sfconservancy.org/img/supporter-badge.png" + alt="Software Freedom Conservancy Sustainer" + width=180 /> + </a> - <br/> + <br/> - <!-- formerly member ID 11434... why did it change? --> - <!--<a href="https://www.fsf.org/register_form?referrer=11434"> - <img src="https://static.fsf.org/nosvn/associate/fsf-11434.png" - alt="[FSF Associate Member]" /></a>--> - <a href="https://my.fsf.org/join?referrer=21708"> - <img src="https://static.fsf.org/nosvn/associate/crm/21708.png" - alt="Free Software Foundation Associate Member" /></a> + <!-- formerly member ID 11434... why did it change? --> + <!--<a href="https://www.fsf.org/register_form?referrer=11434"> + <img src="https://static.fsf.org/nosvn/associate/fsf-11434.png" + alt="[FSF Associate Member]" /></a>--> + <a href="https://my.fsf.org/join?referrer=21708"> + <img src="https://static.fsf.org/nosvn/associate/crm/21708.png" + alt="Free Software Foundation Associate Member" /> + </a> -</aside> + </aside> -<h2>Things to see here:</h2> + <h2>Things to see here:</h2> -<ul> -<li><a href="./imworkingon/"><code>imworkingon</code></a> — A listing of the things I'm working on.<ul> - <li><a href="./sponsor/"><code>sponsor</code></a> — I greatly appreciate any help supporting that work!</li></ul></li> -<li><a href="./blog/"><code>blog</code></a> — My web-log ("blog").</li> -<li><a href="./git/"><code>git</code></a> — My git repositories; software I develop. It includes some mirrors of software I work on hosted elsewhere, but not all of my software is here.</li> -<!--<li><a href="./resume/resume-current.pdf"><code>resume</code></a> — My résumé. I am looking for interesting opportunities.--> -</ul> + <ul> + <li><a href="./imworkingon/"><code>imworkingon</code></a> — A listing of the things I'm working on.<ul> + <li><a href="./sponsor/"><code>sponsor</code></a> — I greatly appreciate any help supporting that work!</li></ul></li> + <li><a href="./blog/"><code>blog</code></a> — My web-log ("blog").</li> + <li><a href="./git/"><code>git</code></a> — My git repositories; software I develop. It includes some mirrors of software I work on hosted elsewhere, but not all of my software is here.</li> + <!--<li><a href="./resume/resume-current.pdf"><code>resume</code></a> — My résumé. I am looking for interesting opportunities.--> + </ul> -<h2>Contact</h2> + <h2>Contact</h2> -<ul> + <ul> -<li>My primary email address is <<a href="mailto:lukeshu@lukeshu.com">lukeshu@lukeshu.com</a>>.</li> + <li>My primary email address is <<a href="mailto:lukeshu@lukeshu.com">lukeshu@lukeshu.com</a>>.</li> -<li>I am <tt>lukeshu</tt> on <s>FreeNode</s>Libera.Chat, - and am almost always in the <tt>#parabola</tt> channel.</li> + <li>I am <tt>lukeshu</tt> on <s>FreeNode</s>Libera.Chat, + and am almost always in the <tt>#parabola</tt> channel.</li> -<li>Social web:<ul> + <li>Social web:<ul> -<li>I am <a rel="me" href="https://fosstodon.org/@lukeshu">@lukeshu@fosstodon.org</a> on Mastodon.</li> + <li>I am <a rel="me" href="https://fosstodon.org/@lukeshu">@lukeshu@fosstodon.org</a> on Mastodon.</li> -<li>I am <a href="https://news.ycombinator.com/user?id=LukeShu">LukeShu</a> on Hacker News.</li> + <li>I am <a href="https://news.ycombinator.com/user?id=LukeShu">LukeShu</a> on Hacker News.</li> -<li>I am <a href="https://reddit.com/u/LukeShu">LukeShu</a> on Reddit, but am trying to leave Reddit for Lemmy.</li> + <li>I am <a href="https://reddit.com/u/LukeShu">LukeShu</a> on Reddit, but am trying to leave Reddit for Lemmy.</li> -<li>I am <a href="https://lemmy.ml/u/lukeshu">@lukeshu@lemmy.ml</a> on Lemmy.</li> + <li>I am <a href="https://lemmy.ml/u/lukeshu">@lukeshu@lemmy.ml</a> on Lemmy.</li> -</ul></li> + </ul></li> -<li>Not-so-social web:<ul> + <li>Not-so-social web:<ul> -<li>I am <a href="https://keybase.io/lukeshu">lukeshu</a> on Keybase.</li> + <li>I am <a href="https://keybase.io/lukeshu">lukeshu</a> on Keybase.</li> -<li>I am <a href="https://github.com/LukeShu/">LukeShu</a> on GitHub.</li> + <li>I am <a href="https://github.com/LukeShu/">LukeShu</a> on GitHub.</li> -<li>I am <a href="https://gitlab.com/lukeshu">lukeshu</a> on GitLab.com.</li> + <li>I am <a href="https://gitlab.com/lukeshu">lukeshu</a> on GitLab.com.</li> -</ul></li> + </ul></li> -<li>Sponsor web:<ul> + <li>Sponsor web:<ul> -<li>I am <a href="https://liberapay.com/lukeshu">lukeshu</a> on Liberapay.</li> + <li>I am <a href="https://liberapay.com/lukeshu">lukeshu</a> on Liberapay.</li> -<li>I am <a href="https://ko-fi.com/lukeshu/">lukeshu</a> on Ko-fi.</li> + <li>I am <a href="https://ko-fi.com/lukeshu/">lukeshu</a> on Ko-fi.</li> -<li>I am <a href="https://www.patreon.com/lukeshu">lukeshu</a> on Patreon.</li> + <li>I am <a href="https://www.patreon.com/lukeshu">lukeshu</a> on Patreon.</li> -</ul></li> + </ul></li> -<li>My phone number is <img src="/phone-number.png" style="height: 1em" />. - Please only use it to contact me regarding server issues, including the <tt>mav.lukeshu.com</tt> mail server.</li> + <li>My phone number is <img src="/phone-number.png" style="height: 1em" />. + Please only use it to contact me regarding server issues, including the <tt>mav.lukeshu.com</tt> mail server.</li> -</ul> + </ul> </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> + <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> |