rework
This commit is contained in:
parent
9048572db0
commit
452d62ba03
1 changed files with 33 additions and 32 deletions
65
index.html
65
index.html
|
|
@ -1,41 +1,42 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
WIP
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Barrett Ruth</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>Barrett Ruth</h1>
|
||||
<aside>Software developer and minimalist advocate.</aside>
|
||||
</header>
|
||||
<h2>About</h2>
|
||||
<p>
|
||||
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><a href="/static/resume.pdf">Resume</a></h2>
|
||||
|
||||
<h2><a href="https://github.com/barrett-ruth">Projects</a></h2>
|
||||
</body>
|
||||
|
||||
<style type="text/css">
|
||||
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>
|
||||
<!-- <body> -->
|
||||
<!-- <header> -->
|
||||
<!-- <h1>Barrett Ruth</h1> -->
|
||||
<!-- <aside>Software developer and minimalist advocate.</aside> -->
|
||||
<!-- </header> -->
|
||||
<!-- <h2>About</h2> -->
|
||||
<!-- <p> -->
|
||||
<!-- 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><a href="/static/resume.pdf">Resume</a></h2> -->
|
||||
<!---->
|
||||
<!-- <h2><a href="https://github.com/barrett-ruth">Projects</a></h2> -->
|
||||
<!-- </body> -->
|
||||
<!---->
|
||||
<!-- <style type="text/css"> -->
|
||||
<!-- 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue