74 lines
3.6 KiB
HTML
74 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@900"/>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300"/>
|
|
<link rel="stylesheet" href="../style/perspective.css"/>
|
|
<title>Steve Ayerhart</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1 class="name">
|
|
<a class="name" href="https://steve.ayerh.art">steve</a>
|
|
<a class="name" href="https://ayerh.art">ayerhart</a>
|
|
</h1>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="">blog</a></li>
|
|
<li><a href="https://src.steve.ayerh.art">code</a></li>
|
|
<li><a href="#">about</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<section id="blurb">
|
|
<h2><span>blurb</span><hr/></h2>
|
|
<p>I'm a software developer living in <a href="https://www.openstreetmap.org/#map=13/35.6654/-78.9503">New Hill, North Carolina</a>.</p>
|
|
<p>I spend most of my waking hours in front of a computer. When I'm not working as a "fullstack" web developer, I enjoy writing and contributing to free software.</p>
|
|
<p>My wife <a href="https://lkayerhart.ist">Lee Katherine</a> and I live with our <a href="https://lkayerhart.ist/meet-the-family">four rescue dogs</a>.</p>
|
|
</section>
|
|
<section id="programming">
|
|
<h2><span>programming</span><hr/></h2>
|
|
<p>Languages I currently work with:</p>
|
|
<ul>
|
|
<li>
|
|
<a href="https://schemers.org">Scheme</a>
|
|
<ul>
|
|
<li><a href="https://www.gnu.org/software/guile">Guile</a></li>
|
|
<li><a href="https://racket-lang.org">Racket</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="https://factorcode.org">Factor</a></li>
|
|
<li><a href="https://csharp.net">C#</a></li>
|
|
<li><a href="https://wikipedia.org/wiki/JavaScript">JavaScript</a></li>
|
|
<li><a href="https://typescriptlang.org">Typescript</a></li>
|
|
</ul>
|
|
<p>Langauges I've worked with:</p>
|
|
<ul>
|
|
<li><a href="https://www.gnu.org/software/gnu-c-manual">C</a></li>
|
|
<li><a href="https://isocpp.org">C++</a></li>
|
|
<li><a href="https://php.net">PHP</a></li>
|
|
<li><a href="https://www.ruby-lang.org">Ruby</a></li>
|
|
<li><a href="https://python.org">Python</a></li>
|
|
<li><a href="https://erlang.org">Erlang</a></li>
|
|
</ul>
|
|
</section>
|
|
<section id="contact">
|
|
<h2><span>contact</span><hr/></h2>
|
|
<dl>
|
|
<dt>email</dt>
|
|
<dd><code><a href="mailto:steve@ayerh.art">steve@ayerh.art</code></a></dd>
|
|
<dt>gpg</dt>
|
|
<dd><code><a href="https://steve.ayerh.art/public.key">0xb6205be680932292790f622b9475954dbbc6b924</code></a></dd>
|
|
<dt>irc</dt>
|
|
<dd>sayerhart on <a href="http://freenode.net">Freenode</a></dd>
|
|
</dl>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|