summaryrefslogtreecommitdiff
path: root/public/index.html
blob: 3c46e615a3e933c2c0554ae26d2dbbef5e409a48 (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Luke T. Shumaker's home page</title>
  <link rel="stylesheet" type="text/css" href="blog/assets/style.css">
  <link rel="stylesheet" type="text/css" href="donate.css">
</head>
<body>
<article>

<h1>Luke T. Shumaker</h1>

<aside style="float:right">
    <fieldset><legend><a href="./donate.html">sponsor me</a></legend>

        <a class="donate-btn liberapay" href="https://liberapay.com/lukeshu/donate"><img src="https://liberapay.com/assets/liberapay/icon-v2_black.svg"
                 alt="Liberapay icon" /><span>Liberapay</span></a>

        <br/>

        <a class="donate-btn kofi" href='https://ko-fi.com/lukeshu'>
            <img src="https://storage.ko-fi.com/cdn/cup-border.png"
                 alt="Ko-fi icon" />
            <span>Ko-fi</span>
        </a>

        <br/>

        <a class="donate-btn patreon" href='https://patreon.com/lukeshu'>
            <span>Patreon</span>
        </a>

    </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've been a developer for the
    <a href="https://parabola.nu/">Parabola&nbsp;GNU/Linux-libre</a>
    operating system since 2011, and am also doing <a href="./imworkingon.html">lots
    of other things</a> to
    improve the GNU/Linux ecosystem.  If you like my work, please
    consider <a href="./donate.html">sponsoring</a> my
    work so that I can keep doing it.</p>

<aside style="clear:right; float:right">

  <!-- 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/>

  <!-- 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>

<h2>Things to see here:</h2>

<ul>
<li><a href="./imworkingon.html"><code>imworkingon</code></a> — A log of the things I'm working on.<ul>
  <li><a href="./donate.html"><code>donate</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>

<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>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://github.com/LukeShu/">LukeShu</a> on GitHub.</li>

<li>I am <a href="https://gitlab.com/lukeshu">lukeshu</a> on GitLab.com.</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>