{% extends "base.html" %}
{% block content %}
<header>
<h1 class="prompt">
<span class="green">➜ </span>
<span class="purple">~ </span>
<span class="green">code </span>
<span class="cyan">is </span>
<span class="purple">spooky </span>
<span>█</span>
</h1>
</header>
<main id="index-content">
<p>I love working with computers and writing software, but sometimes they feel like a mistake.</p>
<p>My name is Ben Aaron Goldberg. I'm a student and software developer. I
like FOSS, Rust, Linux, and being mad at software. I start a lot of projects
and finish a few of them.</p>
<h2>My Links</h2>
<div id="links">
<span class="link-label">Sourcehut</span>
<a class="srht" href="https://sr.ht/~zethra/">
<div></div>~zethra
</a>
<span class="link-label">Mastodon</span>
<a class="mastodon" href="https://fosstodon.org/@zethra">
<div></div>@zethra@fosstodon.org
</a>
<span class="link-label">Email</span>
<a class="email" href="mailto:ben@benaaron.dev">
<div></div>ben@benaaron.dev
</a>
<span class="link-label">GPG Key</span>
<a class="gpg" href="pubkey.txt">
<div></div>EF9570D2
</a>
</div>
</main>
{% endblock content %}