1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-06-16 06:56:46 +00:00

added rel="me" anchor tags

This commit is contained in:
Anson Biggs 2022-01-23 17:10:40 -07:00
parent 974f801438
commit 8128a93235
2 changed files with 6 additions and 1 deletions

View File

@ -10,4 +10,4 @@ knitr::opts_chunk$set(echo = FALSE)
I mostly [write code](https://gitlab.com/MisterBiggs), but sometimes I make [3D Models](https://www.thingiverse.com/ansonb/designs). I am constantly in the middle of dozens of projects ranging from [Astrodynamics](https://projects.ansonbiggs.com/#category:Astrodynamics) to developing [self landing model rockets](https://gitlab.com/lander-team). This website is where I plan to break down some of my more interesting findings and share them with the World Wide Web. I mostly [write code](https://gitlab.com/MisterBiggs), but sometimes I make [3D Models](https://www.thingiverse.com/ansonb/designs). I am constantly in the middle of dozens of projects ranging from [Astrodynamics](https://projects.ansonbiggs.com/#category:Astrodynamics) to developing [self landing model rockets](https://gitlab.com/lander-team). This website is where I plan to break down some of my more interesting findings and share them with the World Wide Web.
I am also currently looking for employment as an entry-level engineer. If you think I could be a fit at your company, then take a look at my [Resume](https://ansonbiggs.com); otherwise, you can reach me on [Telegram](https://t.me/MisterBiggs), [Twitter](https://twitter.com/AnsonBiggs), or by [Email](mailto:anson@ansonbiggs.com). I am also currently looking for employment as an entry-level engineer. If you think I could be a fit at your company, then take a look at my <a href="https://ansonbiggs.com" rel="me">Resume</a>; otherwise, you can reach me on <a href="https://t.me/MisterBiggs" rel="me">Telegram</a>, <a href="https://twitter.com/AnsonBiggs" rel="me">Twitter</a>, or by <a href="mailto:anson@ansonbiggs.com" rel="me">Email</a>.

View File

@ -3,3 +3,8 @@ title: "Anson's Projects"
site: distill::distill_website site: distill::distill_website
listing: posts listing: posts
--- ---
<a href="https://ansonbiggs.com" rel="me"></a>
<a href="https://t.me/MisterBiggs" rel="me"></a>
<a href="https://twitter.com/AnsonBiggs" rel="me"></a>
<a href="mailto:anson@ansonbiggs.com" rel="me"></a>