ayerh.art/public/steve.ayerh.art/about/index.html

43 lines
1.7 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="#">code</a></li>
<li><a href="#">about</a></li>
</ul>
</nav>
</header>
<main>
<section id="blurb">
<h2>blurb</h2>
<p>I'm a software developer from Erie, Pennsylvania. During the day I assume the role of a "fullstack" web developer. I mostly write C# and Javascript now. I have written with Ruby, Python, and PHP professionally as well.</p>
<p>I spend most of my waking hours in front of a computer. When I'm not working I enjoy writing and contributing to free software. I also enjoy playing some computers games as well.</p>
<p>My wife <a href="https://lkayerhart.ist">Lee Katherine</a> and I currently live in New Hill North Carolina.</p>
</section>
<section id="contant">
<h2>contact</h2>
<p>You can mail me at <code>steve@ayerh.art</code></p>
<p>My GPG key is <code>0xB6205BE680932292790F622B9475954DBBC6B924</code></p>
</section>
</main>
</body>
</html>