This commit is contained in:
Barrett Ruth 2023-06-19 16:33:08 -05:00
parent 9048572db0
commit 452d62ba03

View file

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