initial commit
This commit is contained in:
parent
1278e6d850
commit
f9f88e37aa
1 changed files with 37 additions and 0 deletions
37
index.html
37
index.html
|
|
@ -7,4 +7,41 @@
|
||||||
<title>Barrett-Ruth</title>
|
<title>Barrett-Ruth</title>
|
||||||
</head>
|
</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 business 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>
|
||||||
|
|
||||||
|
<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>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue