summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html91
1 files changed, 91 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..c781278
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,91 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Luke Shumaker's home page</title>
+ <link rel="stylesheet" type="text/css" href="blog/assets/style.css">
+</head>
+<body>
+<article>
+
+<h1>Luke T. Shumaker</h1>
+
+<p>I am a programmer/hacker<!--, graduate of Purdue University -->,
+ and an advocate of software freedom. I'm working on improving the
+ GNU/Linux-libre ecosystem!</p>
+
+<aside style="float:right">
+
+ <!-- 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>
+
+ <br/>
+
+ <!-- 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>
+
+</aside>
+
+<p>I am a developer for
+ the <a href="https://parabola.nu/">Parabola
+ GNU/Linux-libre</a> operating system. I am a packager, and do
+ maintainence on the website and wiki. However, most of current my
+ involvement is spent as the maintainer of the packaging toolchain,
+ "<a href="https://git.parabola.nu/packages/libretools.git/">libretools</a>".</p>
+
+<!--
+<p>I am employed as a senior systems engineer at
+ <a href="https://www.getambassador.io/">Ambassdor Labs (formerly known as Datawire)</a>,
+ where we work on <a href="https://github.com/datawire/">mostly Free Software</a>.</p>
+-->
+
+<h2>Things to see here:</h2>
+
+<ul>
+<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.-->
+<li><a href="./donate.html"><code>donate</code></a> — I greatly appreciate any help supporting my work on improving the ecosystem!</li>
+</ul>
+
+<h2>Contact</h2>
+
+<ul>
+
+<li>My primary email address is &lt;<a href="mailto:lukeshu@lukeshu.com">lukeshu@lukeshu.com</a>&gt;.</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>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://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>
+
+</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>
+
+</ul>
+
+</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>