1

Messing around

This commit is contained in:
Evan Pratten 2023-01-29 15:39:11 -05:00
parent 000f1c5afd
commit f0280d2f5c
2 changed files with 62 additions and 1 deletions

View File

@ -7,5 +7,7 @@
"grayscale",
"inpainting",
"rotoscope"
]
],
"editor.rulers": [120]
}

59
index.html Normal file
View File

@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" contant="width=device-width, initial-scale=1.0">
<title>Evan Warren Pratten</title>
<style>
body { text-align: justify; }
.container { max-width: 800px; margin: auto; }
</style>
</head>
<body>
<div style="margin-top:2em;margin-bottom:2em;">
<center>
<strong>
<font size=6>E</font><font size=5 style="color:dimgray;">VAN</font>
<font size=6>W</font><font size=5 style="color:dimgray;">ARREN</font>
<font size=6>PRATTEN</font>
<br>
<font size=4>SOFTWARE DEVELOPER</font>
</strong>
<br>
<a href="https://github.com/ewpratten" rel="me">GitHub</a>
&middot;
<a href="https://linkedin.com/in/ewpratten" rel="me">Linkedin</a>
&middot;
<a href="mailto:evan@ewpratten.com" rel="me">Contact</a>
</center>
</div>
<hr>
<div class="container">
<h2>About Me</h2>
<p>
By day I am a software developer, working on the tooling that powers children's TV productions at
<a target="_blank" href="https://www.industrialbrothers.com">Industrial Brothers</a>.
Perviously worked with
<a target="_blank" href="https://raiderrobotics.org">Raider Robotics</a>,
building high-performance robotic control system software.
</p>
<p>
By night I am <em>"indecisive about my hobbies"</em>. I bounce around between a large collection of interests, with the common focus of wanting to learn how things really work. I take deep dives into topics that I find interesting, and occasionally write about them on my blog.
</p>
<h2>Whats in the Works</h2>
<p>I am currently working on a few projects, including:</p>
<ul>
<li>Maintaining <a href="https://peeringdb.com/asn/54041">AS54041</a>, a small computer network</li>
</ul>
</div>
</body>
</html>