erynwells.me/root/index.html
Eryn Wells c0bec2327c Couple more tweaks
Add Keybase and GitHub links
Fix formatting of <title> on resume page
2017-05-07 18:24:26 -07:00

23 lines
662 B
HTML

<!DOCTYPE HTML>
<!-- vim: set tw=120 -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="./styles/home.css" />
<title>Eryn Wells</title>
</head>
<body>
<main class="wrapper">
<header id="masthead">
<h1>Eryn Wells</h1>
<p>iOS accessibility engineer. Programming language geek. Calligrapher. Occasional chef. Hopeful gardener.
Yogini. Queer. Feminist.</p>
</header>
<footer class="nav">
<a href="https://github.com/erynofwales">GitHub</a>
<a href="./resume.html">Résumé</a>
<a href="https://keybase.io/erynofwales">Keybase</a>
</footer>
</main>
</body>
</html>