old dir
This commit is contained in:
parent
4fef41c695
commit
6b26f1291f
@ -5,6 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" type="image/jpg" href="https://branding.ewpratten.com/pfp/2022/460x460.webp" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://ewpratten.com/rss.xml">
|
||||
|
||||
<title>Evan Warren Pratten</title>
|
||||
|
||||
@ -62,7 +63,7 @@
|
||||
<a target="_blank" href="https://music.apple.com/us/artist/evan-pratten/1611566708" rel="me">Apple
|
||||
Music</a>
|
||||
</li>
|
||||
<li>Maintaining a handful of <a href="/projects.html">Open-Source software tools</a></li>
|
||||
<li>Maintaining a handful of <a href="/projects">Open-Source software tools</a></li>
|
||||
<li>
|
||||
Occasionally publishing interesting
|
||||
<a target="_blank" href="https://instagram.com/ewpratten" rel="me">photos and artwork</a>
|
||||
|
94
old/build/index.html
Normal file
94
old/build/index.html
Normal file
@ -0,0 +1,94 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Evan Warren Pratten</title>
|
||||
<style>
|
||||
:root {
|
||||
--dim-text: rgb(67, 67, 67);
|
||||
--menu-header-bg: #000;
|
||||
}
|
||||
@media screen and (min-width: 800px) {
|
||||
body {
|
||||
text-align: justify;
|
||||
}
|
||||
}
|
||||
.container {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
}
|
||||
h2 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-top:2em;margin-bottom:2em;">
|
||||
<center>
|
||||
<strong>
|
||||
<h1 style="text-transform: uppercase; margin: 0; font-size:2.5em;">
|
||||
E<span style="color: var(--dim-text); font-size: 0.8em;">van</span>
|
||||
W<span style="color: var(--dim-text); font-size: 0.8em;">arren</span>
|
||||
Pratten
|
||||
</h1>
|
||||
<font size=3 style="color:var(--dim-text);">SOFTWARE DEVELOPER · NETWORK ENGINEER</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>
|
||||
<article class="container">
|
||||
<h2>About Me</h2>
|
||||
<p style="margin-top:0;">
|
||||
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 <em>really</em> work. I take deep dives
|
||||
into
|
||||
topics
|
||||
that I find interesting, and occasionally write about them on <a href="/blog">my blog</a>.
|
||||
</p>
|
||||
<h2>Whats in the Works</h2>
|
||||
<p style="margin-top:0;">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>
|
||||
<li>
|
||||
Publishing music under my own name on
|
||||
<a target="_blank" href="https://open.spotify.com/artist/1aLNEmgqBJkhfkEZvf8Vh5" rel="me">Spotify</a>
|
||||
and
|
||||
<a target="_blank" href="https://music.apple.com/us/artist/evan-pratten/1611566708" rel="me">Apple
|
||||
Music</a>
|
||||
</li>
|
||||
<li>Maintaining a handful of <a href="/projects">Open-Source software tools</a></li>
|
||||
<li>
|
||||
Occasionally publishing interesting
|
||||
<a target="_blank" href="https://instagram.com/ewpratten" rel="me">photos and artwork</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>I am also working on an Internet-Draft:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a target="_blank" href="https://datatracker.ietf.org/doc/html/draft-evan-amateur-radio-ipv6">
|
||||
draft-evan-amateur-radio-ipv6</a>
|
||||
- Globally Unique IPv6 Addressing for Amateur Radio
|
||||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
<br>
|
||||
<hr>
|
||||
<p style="text-align:center;">
|
||||
Copyright © 2017 - 2023 <strong>Evan Warren Pratten</strong>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user