mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-08-02 11:31:27 +00:00
Added everything required for com assignment.
This commit is contained in:
@@ -86,29 +86,29 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
|
||||
</style>
|
||||
|
||||
<!--radix_placeholder_meta_tags-->
|
||||
<title>Anson's Projects: About this blog</title>
|
||||
<title>Anson's Projects: Hi, I'm Anson.</title>
|
||||
|
||||
<meta property="description" itemprop="description" content="Some additional details about the blog"/>
|
||||
<meta property="description" itemprop="description" content="I'm an Astronautical Engineer studying at Embry-Riddle Prescott."/>
|
||||
|
||||
|
||||
|
||||
<!-- https://developers.facebook.com/docs/sharing/webmasters#markup -->
|
||||
<meta property="og:title" content="Anson's Projects: About this blog"/>
|
||||
<meta property="og:title" content="Anson's Projects: Hi, I'm Anson."/>
|
||||
<meta property="og:type" content="article"/>
|
||||
<meta property="og:description" content="Some additional details about the blog"/>
|
||||
<meta property="og:description" content="I'm an Astronautical Engineer studying at Embry-Riddle Prescott."/>
|
||||
<meta property="og:locale" content="en_US"/>
|
||||
<meta property="og:site_name" content="Anson's Projects"/>
|
||||
|
||||
<!-- https://dev.twitter.com/cards/types/summary -->
|
||||
<meta property="twitter:card" content="summary"/>
|
||||
<meta property="twitter:title" content="Anson's Projects: About this blog"/>
|
||||
<meta property="twitter:description" content="Some additional details about the blog"/>
|
||||
<meta property="twitter:title" content="Anson's Projects: Hi, I'm Anson."/>
|
||||
<meta property="twitter:description" content="I'm an Astronautical Engineer studying at Embry-Riddle Prescott."/>
|
||||
|
||||
<!--/radix_placeholder_meta_tags-->
|
||||
<!--radix_placeholder_rmarkdown_metadata-->
|
||||
|
||||
<script type="text/json" id="radix-rmarkdown-metadata">
|
||||
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","description"]}},"value":[{"type":"character","attributes":{},"value":["About this blog"]},{"type":"character","attributes":{},"value":["Some additional details about the blog"]}]}
|
||||
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","description"]}},"value":[{"type":"character","attributes":{},"value":["Hi, I'm Anson."]},{"type":"character","attributes":{},"value":["I'm an Astronautical Engineer studying at Embry-Riddle Prescott."]}]}
|
||||
</script>
|
||||
<!--/radix_placeholder_rmarkdown_metadata-->
|
||||
<!--radix_placeholder_navigation_in_header-->
|
||||
@@ -2053,7 +2053,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
|
||||
<!--radix_placeholder_front_matter-->
|
||||
|
||||
<script id="distill-front-matter" type="text/json">
|
||||
{"title":"About this blog","description":"Some additional details about the blog","authors":[]}
|
||||
{"title":"Hi, I'm Anson.","description":"I'm an Astronautical Engineer studying at Embry-Riddle Prescott.","authors":[]}
|
||||
</script>
|
||||
|
||||
<!--/radix_placeholder_front_matter-->
|
||||
@@ -2066,6 +2066,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
|
||||
</div>
|
||||
<div class="nav-right">
|
||||
<a href="index.html">Home</a>
|
||||
<a href="about.html">About/Contact</a>
|
||||
<a href="https://ansonbiggs.com">Resume</a>
|
||||
<a href="javascript:void(0);" class="nav-toggle">☰</a>
|
||||
</div>
|
||||
@@ -2076,14 +2077,15 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
|
||||
<!--/radix_placeholder_site_before_body-->
|
||||
|
||||
<div class="d-title">
|
||||
<h1>About this blog</h1>
|
||||
<h1>Hi, I’m Anson.</h1>
|
||||
<!--radix_placeholder_categories-->
|
||||
<!--/radix_placeholder_categories-->
|
||||
<p><p>Some additional details about the blog</p></p>
|
||||
<p><p>I’m an Astronautical Engineer studying at Embry-Riddle Prescott.</p></p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="d-article">
|
||||
<p>I mostly <a href="https://gitlab.com/MisterBiggs">write code</a>, but sometimes I make <a href="https://www.thingiverse.com/ansonb/designs">3D Models</a>. This website is where I plan on breaking down some of my more interesting findings and sharing them with the World Wide Web. If you think I could be a could fit at your company then take a look at my <a href="https://ansonbiggs.com">Résumé</a>, otherwise you can reach me on <a href="https://t.me/MisterBiggs">Telegram</a> or by <a href="mailto:anson@ansonbiggs.com">Email</a>.</p>
|
||||
<div class="sourceCode" id="cb1"><pre class="sourceCode r distill-force-highlighting-css"><code class="sourceCode r"></code></pre></div>
|
||||
<!--radix_placeholder_article_footer-->
|
||||
<!--/radix_placeholder_article_footer-->
|
||||
|
Reference in New Issue
Block a user