revamp
This commit is contained in:
parent
452d62ba03
commit
34081ba6f7
1 changed files with 23 additions and 33 deletions
56
index.html
56
index.html
|
|
@ -1,42 +1,32 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
WIP
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<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>
|
<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.</aside>
|
||||||
<!-- </header> -->
|
<aside>Simplicity advocate.</aside>
|
||||||
<!-- <h2>About</h2> -->
|
</header>
|
||||||
<!-- <p> -->
|
<h2><a href="https://github.com/barrett-ruth">Projects</a></h2>
|
||||||
<!-- Hello, I am Barrett, an incoming computer science and commerce major at -->
|
</body>
|
||||||
<!-- the University of Virginia. I am interested in backend development and a -->
|
|
||||||
<!-- proponent of free and open source software. -->
|
<style type="text/css">
|
||||||
<!-- </p> -->
|
body {
|
||||||
<!---->
|
font-family: "EB Garamond";
|
||||||
<!-- <h2><a href="/static/resume.pdf">Resume</a></h2> -->
|
font-size: 1.5em;
|
||||||
<!---->
|
background-color: #fffff8;
|
||||||
<!-- <h2><a href="https://github.com/barrett-ruth">Projects</a></h2> -->
|
margin: 100px auto;
|
||||||
<!-- </body> -->
|
max-width: 650px;
|
||||||
<!---->
|
}
|
||||||
<!-- <style type="text/css"> -->
|
</style>
|
||||||
<!-- body { -->
|
|
||||||
<!-- margin: 40px auto; -->
|
|
||||||
<!-- max-width: 650px; -->
|
|
||||||
<!-- line-height: 1.6; -->
|
|
||||||
<!-- font-size: 18px; -->
|
|
||||||
<!-- color: #444; -->
|
|
||||||
<!-- padding: 0 10px; -->
|
|
||||||
<!-- } -->
|
|
||||||
<!---->
|
|
||||||
<!-- h1, -->
|
|
||||||
<!-- h2 { -->
|
|
||||||
<!-- line-height: 1.2; -->
|
|
||||||
<!-- } -->
|
|
||||||
<!-- </style> -->
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue