Messing around
This commit is contained in:
parent
000f1c5afd
commit
f0280d2f5c
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -7,5 +7,7 @@
|
|||||||
"grayscale",
|
"grayscale",
|
||||||
"inpainting",
|
"inpainting",
|
||||||
"rotoscope"
|
"rotoscope"
|
||||||
]
|
],
|
||||||
|
|
||||||
|
"editor.rulers": [120]
|
||||||
}
|
}
|
59
index.html
Normal file
59
index.html
Normal 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>
|
||||||
|
·
|
||||||
|
<a href="https://linkedin.com/in/ewpratten" rel="me">Linkedin</a>
|
||||||
|
·
|
||||||
|
<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>
|
Loading…
x
Reference in New Issue
Block a user