fix: formatting

This commit is contained in:
Barrett Ruth 2022-12-04 20:51:59 -05:00
parent 6c4175d783
commit 6ad17c516d

View file

@ -1,47 +1,42 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Barrett Ruth</title>
</head>
</head>
<body>
<body>
<header>
<h1>Barrett Ruth</h1>
<aside>Software developer and minimalist advocate.</aside>
<h1>Barrett Ruth</h1>
<aside>Software developer and minimalist advocate.</aside>
</header>
<h2>
About
</h2>
<h2>About</h2>
<p>
Hello, I am Barrett, an incoming computer science and business major at the University of Virginia. I am
interested in backend development and a proponent of free and open source software.
Hello, I am Barrett, an incoming computer science and commerce major at
the University of Virginia. I am interested in backend development and a
proponent of free and open source software.
</p>
<h2>
Projects
</h2>
<p>
Find my work <a href="https://github.com/barrett-ruth">here.</a>
</p>
</body>
<h2><a href="/static/resume.pdf">Resume</a></h2>
<style type="text/css">
<h2>Projects</h2>
<p>Find my work <a href="https://github.com/barrett-ruth">here.</a></p>
</body>
<style type="text/css">
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px;
}
h1,
h2 {
line-height: 1.2
line-height: 1.2;
}
</style>
</style>
</html>