39 lines
968 B
HTML
39 lines
968 B
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" />
|
|
<link
|
|
href="https://fonts.googleapis.com/css?family=EB Garamond"
|
|
rel="stylesheet"
|
|
/>
|
|
<title>Barrett Ruth</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Barrett Ruth</h1>
|
|
<aside>Software developer.</aside>
|
|
<aside>Simplicity advocate.</aside>
|
|
<h2><a href="https://github.com/barrett-ruth">projects</a></h2>
|
|
<h2><a href="https://github.com/nvimdev">nvimdev</a></h2>
|
|
<h2><a href="/resume.pdf">resume</a></h2>
|
|
</body>
|
|
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: et-book;
|
|
src: url(et-book.ttf);
|
|
}
|
|
a {
|
|
color: inherit;
|
|
}
|
|
body {
|
|
font-family: et-book;
|
|
font-size: 1.5em;
|
|
background-color: #fffff8;
|
|
margin: 100px auto;
|
|
max-width: 650px;
|
|
}
|
|
</style>
|
|
</html>
|