mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-08-03 03:51:35 +00:00
Compare commits
2 Commits
711f1aebe4
...
f483e529ff
Author | SHA1 | Date | |
---|---|---|---|
f483e529ff | |||
3cc197f222 |
31
index.html
31
index.html
@@ -37,11 +37,6 @@
|
|||||||
<main>
|
<main>
|
||||||
<header>
|
<header>
|
||||||
<h1>Hi, I'm Anson</h1>
|
<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>
|
<p>
|
||||||
I am an Aerospace Simulation Software Engineer with a B.S. in
|
I am an Aerospace Simulation Software Engineer with a B.S. in
|
||||||
Aerospace Engineering and 3 years of professional experience writing
|
Aerospace Engineering and 3 years of professional experience writing
|
||||||
@@ -52,7 +47,6 @@
|
|||||||
simulation orchestrators using Docker and Python.
|
simulation orchestrators using Docker and Python.
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Connect</h2>
|
<h2>Connect</h2>
|
||||||
<p>
|
<p>
|
||||||
@@ -60,16 +54,6 @@
|
|||||||
collaborations, or just to chat about something cool:
|
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-->
|
<!--sse-->
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
@@ -80,7 +64,7 @@
|
|||||||
<li><a href="https://bsky.app/profile/ansonbiggs.com">BlueSky</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://t.me/MisterBiggs" rel="me">Telegram</a></li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://astrodon.social/@anson" rel="me">Mastodon</a>
|
<a href="https://mastodon.social/@MisterBiggs" rel="me">Mastodon</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<!--/sse-->
|
<!--/sse-->
|
||||||
@@ -153,17 +137,4 @@
|
|||||||
layout: "month_view",
|
layout: "month_view",
|
||||||
});
|
});
|
||||||
</script>
|
</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>
|
||||||
|
Reference in New Issue
Block a user