tidy html with hxnormalize(1)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2021-03-31 16:08:26 -04:00
parent 5e4d6ac226
commit 7609675d45
1 changed files with 132 additions and 110 deletions

View File

@ -1,136 +1,158 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width,initial-scale=1" name="viewport" />
<title>Ben Harris</title>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta content="Benjamin Harris" name="description" />
<meta content="Benjamin Harris" name="author" />
<meta content="#333333" name="theme-color" />
<link href="https://benharr.is/" rel="openid.delegate" />
<link href="https://openid.indieauth.com/openid" rel="openid.server" />
<link href="https://webmention.io/benharr.is/xmlrpc" rel="pingback" />
<link href="https://webmention.io/benharr.is/webmention" rel="webmention" />
<link href="/benharri.asc" rel="pgpkey" />
<link href="/favicon.ico" rel="shortcut icon" />
<link href="/css/style.min.css" rel="stylesheet" />
<meta content="benharr.is" property="og:title" />
<meta content="Benjamin Harris" property="og:description" />
<meta content="/images/profilepic.jpg" property="og:image" />
<meta content="/images/profilepic.jpg" name="twitter:card" /></head>
<title>Ben Harris</title>
<meta name="description" content="Benjamin Harris">
<meta name="author" content="Benjamin Harris">
<meta name="theme-color" content="#333333">
<link rel="openid.delegate" href="https://benharr.is/" />
<link rel="openid.server" href="https://openid.indieauth.com/openid" />
<link rel="pingback" href="https://webmention.io/benharr.is/xmlrpc" />
<link rel="webmention" href="https://webmention.io/benharr.is/webmention" />
<link rel="pgpkey" href="/benharri.asc">
<link rel="shortcut icon" href="/favicon.ico">
<meta property="og:title" content="benharr.is">
<meta property="og:description" content="Benjamin Harris">
<meta property="og:image" content="/images/profilepic.jpg">
<meta name="twitter:card" content="/images/profilepic.jpg">
<body>
<header>
<h1> <a href="#home">benharr.is</a></h1>
<style>
<!--# include file="css/style.min.css" -->
</style>
<nav> <a href="#projects">projects</a> <a href="#now">now</a> <a
href="#contact">contact me</a> <a href="https://tilde.team/~ben/"
>tilde page</a></nav>
</header>
</head>
<main>
<section id="home">
<h1>i'm a computer person</h1>
<body>
<p>i write code and do stuff on the internet</p>
<header>
<h1>
<a href="#home">benharr.is</a>
</h1>
<nav>
<a href="#projects">projects</a>
<a href="#now">now</a>
<a href="#contact">contact me</a>
<a href="https://tilde.team/~ben/">tilde page</a>
</nav>
</header>
<h2>about me</h2>
<main>
<p> i grew up in the upper peninsula of michigan, received a bachelor's
in computer science from northern michigan university, and now work
professionally as a software developer in traverse city, michigan.</p
>
<section id="home">
<h1>i'm a computer person</h1>
<p>i write code and do stuff on the internet</p>
<p> i like building software and community through code and sysadmin
tools. my current day job involves writing c# for desktop
applications. my primary hobby project is <a
href="https://tilde.team/"> tilde.team</a>, a non-commercial public
access unix system focused on teaching, learning, and building
community.</p>
<h2>about me</h2>
<p>
i grew up in the upper peninsula of michigan, received a
bachelor's in computer science from northern michigan university,
and now work professionally as a software developer in traverse
city, michigan.
</p>
<p>
i like building software and community through code and sysadmin
tools. my current day job involves writing c# for desktop
applications. my primary hobby project is <a href="https://tilde.team/">
tilde.team</a>, a non-commercial public access unix system focused
on teaching, learning, and building community.
</p>
<p>
some fun facts about me:
</p>
<ul>
<li>i'm left handed</li>
<li>i love to travel and have lived in ecuador and switzerland</li>
<li>i tend to avoid uppercase letters if i can help it</li>
</ul>
<p> some fun facts about me:</p>
</section>
<ul>
<li>i'm left handed</li>
<section id="now">
<h1>what i've been up to</h1>
<li>i love to travel and have lived in ecuador and switzerland</li>
<ul>
<li>living in traverse city, mi</li>
<li>working at <a href="https://www.hagerty.com">hagerty</a> as a software developer</li>
<li>honing my c# skills</li>
<li>thinking of cool ideas for <a href="https://tilde.team">tilde.team</a></li>
<li><strike>probably</strike> definitely spending too much time on irc??? <a
href="https://tilde.chat/">tilde-irc</a></li>
<li>running stuff for the <a href="https://tildeverse.org/">tildeverse</a></li>
<li>learning about and using <a href="https://xmpp.org">xmpp</a> and hosting <a href="https://hmm.st">some</a>
<a href="https://tilde.team/wiki/xmpp">xmpp servers</a>.</li>
<li>doing my best to stay safe and sane during a pandemic</li>
</ul>
<p>updated december 14, 2020</p>
<li>i tend to avoid uppercase letters if i can help it</li>
</ul>
</section>
</section>
<section id="now">
<h1>what i've been up to</h1>
<section id="projects">
<h1>projects</h1>
<ul>
<li>living in traverse city, mi</li>
<p>besides <a href="https://tilde.team/">tilde.team</a>, i'm also involved in several other projects, including:</p>
<ul>
<li><a href="https://tildeverse.org">the tildeverse</a></li>
<li>the original <a href="https://tilde.club"><em>tilde</em></a>, reborn</li>
<li><a href="https://hashbang.sh">hashbang</a></li>
<li>some random projects on my <a href="https://tildegit.org/ben" rel="me">tildegit account</a></li>
<li>also <a href="https://github.com/benharri" rel="me">github</a> but i don't publish everything there</li>
<li>this site. you can find the <a href="https://tildegit.org/ben/site">source code here</a>.</li>
</ul>
<li>working at <a href="https://www.hagerty.com">hagerty</a> as a
software developer</li>
</section>
<li>honing my c# skills</li>
<section id="contact">
<h1>contact</h1>
<li>thinking of cool ideas for <a href="https://tilde.team"
>tilde.team</a></li>
<h2>chat</h2>
<p>
the best way to get ahold of me is irc (if i'm not around, i'll see it soon™). i'm <code>benharri</code>
on <a href="https://freenode.net/">freenode</a> and <code>ben</code> on
<a href="https://tilde.chat">tilde.chat</a>
</p>
<p>i'm also on xmpp as <a href="xmpp:ben@hmm.st">ben@hmm.st</a>. feel free to drop me a line there if irc is too
tricky!</p>
<p>if you don't have an xmpp account, you can register one on my <a href="https://hmm.st">server</a>. there's even
a <a href="https://hmm.st/converse.html">web chat</a>!</p>
<li><strike>probably</strike> definitely spending too much time on
irc??? <a href="https://tilde.chat/">tilde-irc</a></li>
<h2>email</h2>
<p>i have too many email addresses (eg <code>*@bhh.sh</code>), but i mainly use <a href="mailto:ben@tilde.team" rel="me">ben@tilde.team</a> or <a href="mailto:mail@benharr.is" rel="me">mail@benharr.is</a>.
if you use gpg, make sure to use my tilde.team address. here's <a href="/benharri.asc">my pubkey</a>.</p>
<li>running stuff for the <a href="https://tildeverse.org/"
>tildeverse</a></li>
<h2>social media?</h2>
<p>i'm on <a href="https://twitter.com/nebsirrah" rel="me">twitter</a> and <a href="https://tilde.zone/@ben" rel="me">mastodon</a>, but i try not to check them all that much.</p>
<li>learning about and using <a href="https://xmpp.org">xmpp</a>
and hosting <a href="https://hmm.st">some</a> <a
href="https://tilde.team/wiki/xmpp">xmpp servers</a>.</li>
<h2>resume</h2>
<p>if you're curious, here's my <a href="https://tildegit.org/ben/resume/raw/branch/master/resume.pdf">resume</a>.</p>
</section>
<li>doing my best to stay safe and sane during a pandemic</li>
</ul>
</main>
</body>
<p>updated december 14, 2020</p>
</section>
<section id="projects">
<h1>projects</h1>
<p>besides <a href="https://tilde.team/">tilde.team</a>, i'm also
involved in several other projects, including:</p>
<ul>
<li><a href="https://tildeverse.org">the tildeverse</a></li>
<li>the original <a href="https://tilde.club"><em>tilde</em></a
>, reborn</li>
<li><a href="https://hashbang.sh">hashbang</a></li>
<li>some random projects on my <a href="https://tildegit.org/ben"
rel="me">tildegit account</a></li>
<li>also <a href="https://github.com/benharri" rel="me">github</a>
but i don't publish everything there</li>
<li>this site. you can find the <a
href="https://tildegit.org/ben/site">source code here</a>.</li>
</ul>
</section>
<section id="contact">
<h1>contact</h1>
<h2>chat</h2>
<p> the best way to get ahold of me is irc (if i'm not around, i'll see
it soon™). i'm <code>benharri</code> on <a
href="https://freenode.net/">freenode</a> and <code>ben</code> on
<a href="https://tilde.chat">tilde.chat</a></p>
<p>i'm also on xmpp as <a href="xmpp:ben@hmm.st">ben@hmm.st</a>. feel
free to drop me a line there if irc is too tricky!</p>
<p>if you don't have an xmpp account, you can register one on my <a
href="https://hmm.st">server</a>. there's even a <a
href="https://hmm.st/converse.html">web chat</a>!</p>
<h2>email</h2>
<p>i have too many email addresses (eg <code>*@bhh.sh</code>), but i
mainly use <a href="mailto:ben@tilde.team" rel="me"
>ben@tilde.team</a> or <a href="mailto:mail@benharr.is" rel="me"
>mail@benharr.is</a>. if you use gpg, make sure to use my tilde.team
address. here's <a href="/benharri.asc">my pubkey</a>.</p>
<h2>social media?</h2>
<p>i'm on <a href="https://twitter.com/nebsirrah" rel="me">twitter</a>
and <a href="https://tilde.zone/@ben" rel="me">mastodon</a>, but i
try not to check them all that much.</p>
<h2>resume</h2>
<p>if you're curious, here's my <a
href="https://tildegit.org/ben/resume/raw/branch/master/resume.pdf"
>resume</a>.</p>
</section>
</main>
</body>
</html>