mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 01:16:39 +00:00
make landing page more better
This commit is contained in:
parent
04d4dd89e7
commit
e671f86730
116
index.html
116
index.html
@ -41,30 +41,39 @@
|
|||||||
<header>
|
<header>
|
||||||
<h1>Hi, I'm Anson</h1>
|
<h1>Hi, I'm Anson</h1>
|
||||||
<p>
|
<p>
|
||||||
I'm a Software Engineer specializing in Aerospace Applications looking
|
I am currently looking for my next role! Take a look at my resume
|
||||||
for my next opportunity.
|
<a href="/resume">here</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 a lifelong passion for writing code. I'm
|
||||||
|
deeply committed to expanding humanity's access to space through
|
||||||
|
building high-quality software. My experience ranges from developing
|
||||||
|
high-fidelity models for GNC algorithm validation of rockets in C++ to
|
||||||
|
creating highly extensible simulation orchestrators using Docker and
|
||||||
|
Python.
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<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>
|
|
||||||
<!--sse-->
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Connect</h2>
|
<h2>Connect</h2>
|
||||||
<p>
|
<p>
|
||||||
Feel free to reach out or contact me on any of the following
|
I'm available for discussions about employment opportunities,
|
||||||
platforms:
|
collaborations, or just to chat about something cool:
|
||||||
</p>
|
</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>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="mailto:anson@ansonbiggs.com" rel="me"
|
<a href="mailto:anson@ansonbiggs.com" rel="me"
|
||||||
@ -77,8 +86,20 @@
|
|||||||
<a href="https://astrodon.social/@anson" rel="me">Mastodon</a>
|
<a href="https://astrodon.social/@anson" rel="me">Mastodon</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</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>
|
</section>
|
||||||
<!--/sse-->
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
For a comprehensive look at my professional journey, view my
|
For a comprehensive look at my professional journey, view my
|
||||||
@ -87,4 +108,65 @@
|
|||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</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>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user