1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 09:26:40 +00:00
Resume/index.html
2022-11-08 17:45:14 -05:00

57 lines
1.8 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="Anson Biggs is an Aerospece / Software Engineer working on simulation and modeling of next generation rocket flight systems."
/>
<link
rel="stylesheet"
type="text/css"
href="css/awsm_theme_black.min.css"
/>
<link rel="stylesheet" type="text/css" href="style.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>
</head>
<body>
<h1>Hi, I'm Anson.</h1>
<p>
I'm a Software Engineer working on modeling and simulating flight systems
at United Launch Alliance.
</p>
<!--sse-->
<hr />
<p>
To see what I'm currently working on, check out my
<a href="https://gitlab.com/MisterBiggs">Gitlab</a> or my
<a href="https://projects.ansonbiggs.com">Projects Website</a>.
</p>
<p>
You can reach me on
<a href="https://t.me/MisterBiggs" rel="me">Telegram</a>,
<a href="https://twitter.com/AnsonBiggs" rel="me">Twitter</a>,
<a rel="me" href="https://qoto.org/@anson">Mastodon</a> or at
<a href="mailto:anson@ansonbiggs.com" rel="me">anson@ansonbiggs.com</a>.
</p>
<p>
If you're really curious you check out my <a href="/resume">Resume</a>.
</p>
<!--/sse-->
</body>
</html>