32 lines
783 B
HTML
32 lines
783 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>
|
|
<header>
|
|
<h1>Barrett Ruth</h1>
|
|
<aside>Software developer.</aside>
|
|
<aside>Simplicity advocate.</aside>
|
|
</header>
|
|
<h2><a href="https://github.com/barrett-ruth">Projects</a></h2>
|
|
</body>
|
|
|
|
<style type="text/css">
|
|
body {
|
|
font-family: "EB Garamond";
|
|
font-size: 1.5em;
|
|
background-color: #fffff8;
|
|
margin: 100px auto;
|
|
max-width: 650px;
|
|
}
|
|
</style>
|
|
</html>
|