1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-15 17:06:39 +00:00
Resume/index.html
2025-05-29 11:12:51 -06:00

170 lines
5.3 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>Hi, I'm Anson</h1>
<p>
I am currently looking for my next role! Take a look at my
<a href="/resume/">resume</a>. If your team is hiring please reach out
using one of the contact methods below.
</p>
<p>
I am an Aerospace Simulation Software Engineer with a B.S. in
Aerospace Engineering and 3 years of professional experience writing
software for human-rated spacecraft. My experience ranges from doing
data science on orbital debris to enable advanced characterization
using Rust and Julia to developing high-fidelity models for GNC
algorithm validation of rockets in C++ to creating highly extensible
simulation orchestrators using Docker and Python.
</p>
</header>
<section>
<h2>Connect</h2>
<p>
I'm available for discussions about employment opportunities,
collaborations, or just to chat about something cool:
</p>
<p>
<button
data-cal-link="ansonbiggs/tagup"
data-cal-namespace="tagup"
data-cal-config='{"layout":"month_view","theme":"dark"}'
>
Schedule a Call
</button>
</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://astrodon.social/@anson" 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>
<!-- Cal element-click embed code begins -->
<script type="text/javascript">
(function (C, A, L) {
let p = function (a, ar) {
a.q.push(ar);
};
let d = C.document;
C.Cal =
C.Cal ||
function () {
let cal = C.Cal;
let ar = arguments;
if (!cal.loaded) {
cal.ns = {};
cal.q = cal.q || [];
d.head.appendChild(d.createElement("script")).src = A;
cal.loaded = true;
}
if (ar[0] === L) {
const api = function () {
p(api, arguments);
};
const namespace = ar[1];
api.q = api.q || [];
if (typeof namespace === "string") {
cal.ns[namespace] = cal.ns[namespace] || api;
p(cal.ns[namespace], ar);
p(cal, ["initNamespace", namespace]);
} else p(cal, ar);
return;
}
p(cal, ar);
};
})(window, "https://app.cal.com/embed/embed.js", "init");
Cal("init", "tagup", { origin: "https://cal.com" });
// Important: Please add the following attributes to the element that should trigger the calendar to open upon clicking.
// `data-cal-link="ansonbiggs/tagup"`
// data-cal-namespace="tagup"
// `data-cal-config='{"layout":"month_view","theme":"dark"}'`
Cal.ns.tagup("ui", {
theme: "dark",
hideEventTypeDetails: false,
layout: "month_view",
});
</script>
<!-- Cal element-click embed code ends -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Anson Biggs",
"url": "https://ansonbiggs.com",
"sameAs": [
"https://gitlab.com/MisterBiggs",
"https://astrodon.social/@anson"
]
}
</script>
</html>