erynwells.me/root/index.html
Eryn Wells ef9a698d2d Lots of general website tweaks
- Resume updates
- Style updates for the resume (print styles!)
- Prototyping some additions to the resume for side projects and some JS to support that
2018-03-12 21:02:19 -07:00

25 lines
670 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 id="home" class="wrapper">
<header>
<h1>Eryn Wells</h1>
</header>
<div id="content">
<p>iOS accessibility engineer. Programming language geek. Calligrapher. Occasional chef. Hopeful gardener.
Yogini. Queer. Feminist.</p>
</div>
<nav>
<a href="https://github.com/erynofwales">GitHub</a>
<a href="./resume.html">Résumé</a>
<a href="https://keybase.io/erynofwales">Keybase</a>
</nav>
</main>
</body>
</html>