1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-09-18 19:22:36 +00:00
Files
Resume/index.html

96 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Anson Biggs</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Homepage for Anson" />
<link rel="stylesheet" type="text/css" href="./css/normalize.css" />
<link rel="stylesheet" type="text/css" href="./css/magick.css" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛰️</text></svg>"
/>
<meta charset="UTF-8" />
<script src="p5/p5.min.js" defer></script>
<script src="p5/p5.dom.min.js" defer></script>
<script src="p5/mover.js" defer></script>
<script src="p5/sketch.js" defer></script>
<link
rel="alternate"
type="application/rss+xml"
title="Less Technical Blog"
href="https://notes.ansonbiggs.com/rss/"
/>
<link
rel="alternate"
type="application/rss+xml"
title="Technical Blog"
href="https://projects.ansonbiggs.com/index.xml"
/>
</head>
<body>
<main>
<header>
<h1>Howdy, I'm Anson</h1>
<p>
Currently I'm at
<a href="https://shield.ai" target="_blank">Shield AI</a> where I'm
helping build a safer, autonomous future. In the past I've worked on
making humanity multi-planetary at
<a href="https://blueorigin.com" target="_blank">Blue Origin</a> and
<a href="https://ulalaunch.com" target="_blank"
>United Launch Alliance</a
>.
</p>
<p>
My interests vary, but if you're doing anything involving Autonomy,
Space, writing math using code, or the open web - then please reach
out!
</p>
</header>
<section>
<h2>Connect</h2>
<p>I'm usually down to clown so hit me up!</p>
<!--sse-->
<ul>
<li>
<a href="mailto:anson@ansonbiggs.com" rel="me"
>anson@ansonbiggs.com</a
>
</li>
<li><a href="https://bsky.app/profile/ansonbiggs.com">BlueSky</a></li>
<li><a href="https://t.me/MisterBiggs" rel="me">Telegram</a></li>
<li>
<a href="https://mastodon.social/@MisterBiggs" rel="me">Mastodon</a>
</li>
</ul>
<!--/sse-->
</section>
<section>
<h2>Personal Work</h2>
<p>
Explore my recent endeavors on my
<a href="https://notes.ansonbiggs.com">Blog</a>, see what I'm building
in public on my
<a href="https://gitlab.com/MisterBiggs">GitLab profile</a>, and see
technical breakdowns on my
<a href="https://projects.ansonbiggs.com">Projects Website</a>.
</p>
</section>
<footer>
<p>
For a comprehensive look at my professional journey, view my
<a href="/resume">resume</a>.
</p>
</footer>
</main>
</body>
</html>