Skip to content

Commit

Permalink
kill style, clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ravens2d committed May 4, 2024
1 parent 2696b38 commit e7a90b4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@
<link rel="shortcut icon" href="/favicon.ico">
<style>
body {
font-family: monospace;
max-width: 85ch;
margin-left: auto;
margin-right: auto;
padding: 1ch;
}

a {
color: #ff0000;
word-break: break-word;
}

hr {
Expand All @@ -25,9 +21,11 @@
margin-bottom: 2rem;
}
</style>
<title>ravens' site</title>
</head>

<body>
<h1>about me</h1>
<p>
hello. I'm Ravens. I'm a "staff" software "engineer" for a BigCo. I do a lot of other random stuff on the side.
</p>
Expand All @@ -40,6 +38,7 @@

<hr>

<h1>projects</h1>
<p>here are some projects I'm working on:</p>
<ul>
<li><a href="https://github.com/ravens2d/ivy" target="_blank">ivy</a> - a local first, p2p runtime using
Expand All @@ -55,7 +54,7 @@

<hr>

<p>here's my reading list.</p>
<h1>reading list</h1>

<p>to read:</p>
<ul>
Expand Down Expand Up @@ -168,7 +167,8 @@
</ul>

<hr>
<p>thanks for your visit.</p>
<p>thanks for your visit. &#x2665;</p>
<p>- r</p>

<br>
<br>
Expand Down

0 comments on commit e7a90b4

Please sign in to comment.