1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 01:16:39 +00:00
Resume/index.html

50 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Anson Biggs Resume</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta
name="description"
content="Anson Biggs is an undergraduate Aerospace Engineering student with a focus on Aerospace (Astro) Engineering and a minor in Computer Science at Embry-Riddle Aeronautical University"
/>
<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>"
/>
<script src="p5/p5.min.js"></script>
<script src="p5/p5.dom.min.js"></script>
<meta charset="utf-8" />
<script src="p5/mover.js"></script>
<script src="p5/sketch.js"></script>
</head>
<body>
<h1>Hi, I'm Anson.</h1>
<p>
I'm Astronautical Engineer writing software 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>. 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>, or by
<a href="mailto:anson@ansonbiggs.com" rel="me">Email</a>. If you're really
curious you check out my <a href="/resume">Resume</a>.
</p>
<!--/sse-->
</body>
</html>