mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-07-25 07:41:22 +00:00
started with updating landing page and ended up with this massive diff lol
This commit is contained in:
87
index.html
87
index.html
@@ -8,12 +8,8 @@
|
||||
name="description"
|
||||
content="Anson Biggs is an Aerospace / Software Engineer working on simulation and modeling of next generation rocket flight systems."
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="css/awsm_theme_black.min.css"
|
||||
/>
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
<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>"
|
||||
@@ -27,34 +23,59 @@
|
||||
<script src="p5/sketch.js" defer></script>
|
||||
</head>
|
||||
|
||||
<!--sse-->
|
||||
<body>
|
||||
<h1>Hi, I'm Anson.</h1>
|
||||
<p>
|
||||
I'm a Software Engineer working on modeling and simulating flight systems
|
||||
at Blue Origin.
|
||||
</p>
|
||||
<hr />
|
||||
<main>
|
||||
<header>
|
||||
<h1>Hi, I'm Anson</h1>
|
||||
<p>
|
||||
I'm a Software Engineer working on modeling and simulating lunar
|
||||
systems at Blue Origin.
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<h2>Discover My Work</h2>
|
||||
<p>
|
||||
Explore my recent endeavors on my
|
||||
<a href="https://gitlab.com/MisterBiggs">Gitlab profile</a> and
|
||||
<a href="https://projects.ansonbiggs.com">projects website</a>.
|
||||
</p>
|
||||
<h2>Connect</h2>
|
||||
<p>
|
||||
I'm available on various platforms:
|
||||
<a href="https://t.me/MisterBiggs" rel="me">Telegram</a>,
|
||||
<a href="https://twitter.com/AnsonBiggs" rel="me">Twitter</a>,
|
||||
<a rel="me" href="https://astrodon.social/@anson">Mastodon</a>.
|
||||
Alternatively, you can
|
||||
<a href="mailto:anson@ansonbiggs.com" rel="me">email me directly</a>.
|
||||
</p>
|
||||
<p>
|
||||
For a comprehensive look at my professional journey, view my
|
||||
<a href="/resume">resume</a>.
|
||||
</p>
|
||||
<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>
|
||||
<h2>Connect</h2>
|
||||
<p>
|
||||
For communications about a specific project of mine I would prefer you
|
||||
reach out to me using the issues for that project.
|
||||
</p>
|
||||
<p>
|
||||
Feel free to reach out or contact me on any of the following
|
||||
platforms:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://t.me/MisterBiggs" rel="me">Telegram</a></li>
|
||||
<li><a href="https://twitter.com/AnsonBiggs" rel="me">Twitter</a></li>
|
||||
<li>
|
||||
<a href="https://astrodon.social/@anson" rel="me">Mastodon</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="mailto:anson@ansonbiggs.com" rel="me"
|
||||
>anson@ansonbiggs.com</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<!--/sse-->
|
||||
<footer>
|
||||
<p>
|
||||
For a comprehensive look at my professional journey, view my
|
||||
<a href="/resume">resume</a>.
|
||||
</p>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
<!--/sse-->
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user