1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-08-05 21:11:22 +00:00

6 Commits

Author SHA1 Message Date
7cbeb78d74 forgot the robots.txt 2025-08-01 16:27:58 -06:00
373c0ddbb6 organize all of my domains with a sitemap 2025-08-01 16:26:48 -06:00
f483e529ff update mastodon link 2025-07-02 17:38:58 -06:00
3cc197f222 Remove cal.com button 2025-07-02 17:37:56 -06:00
711f1aebe4 add JavaScript 2025-06-02 01:07:06 -06:00
e5d7992bce update meta descriptions 2025-05-29 11:12:51 -06:00
4 changed files with 23 additions and 36 deletions

View File

@@ -4,10 +4,7 @@
<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 Aerospace / Software Engineer working on simulation and modeling of next generation rocket flight systems."
/>
<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
@@ -40,11 +37,6 @@
<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
@@ -55,7 +47,6 @@
simulation orchestrators using Docker and Python.
</p>
</header>
<section>
<h2>Connect</h2>
<p>
@@ -63,16 +54,6 @@
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>
@@ -83,7 +64,7 @@
<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>
<a href="https://mastodon.social/@MisterBiggs" rel="me">Mastodon</a>
</li>
</ul>
<!--/sse-->
@@ -156,17 +137,4 @@
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>

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta
name="description"
content="Anson is an aerospace simulation software engineer making humanity multiplanetary as an engineer at Blue Origin"
content="Resume for Anson Biggs, Aerospace Simulation Software Engineer"
/>
<link rel="stylesheet" type="text/css" href="./css/awsm.min.css" />
<link rel="stylesheet" type="text/css" href="./css/style.css" />
@@ -248,7 +248,7 @@
</dd>
<dd>
<strong>Languages:</strong> Python, C++, Julia, Rust, MATLAB, Simulink,
FORTRAN, LaTeX, Regex
FORTRAN, LaTeX, Regex, JavaScript
</dd>
<dd style="padding-left: 1em">
<strong>Libraries:</strong> Pytest, Plotly, NumPy, Pandas, Matplotlib,

4
robots.txt Normal file
View File

@@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://ansonbiggs.com/sitemap.xml

15
sitemap.xml Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://git.ansonbiggs.com/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://brain.ansonbiggs.com/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://notes.ansonbiggs.com/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://projects.ansonbiggs.com/sitemap.xml</loc>
</sitemap>
</sitemapindex>