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

Added everything required for com assignment.

This commit is contained in:
Anson 2021-04-12 22:09:24 -07:00
parent 9e93b31792
commit 5339a3bfcc
7 changed files with 28 additions and 20 deletions

View File

@ -8,8 +8,8 @@ navbar:
right: right:
- text: "Home" - text: "Home"
href: index.html href: index.html
# - text: "About" - text: "About/Contact"
# href: about.html href: about.html
- text: "Resume" - text: "Resume"
href: https://ansonbiggs.com href: https://ansonbiggs.com
output: distill::distill_article output: distill::distill_article

View File

@ -1,9 +1,13 @@
--- ---
title: "About this blog" title: "Hi, I'm Anson."
description: | description: |
Some additional details about the blog I'm an Astronautical Engineer studying at Embry-Riddle Prescott.
--- ---
```{r setup, include=FALSE} ```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE) 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). 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 [Résumé](https://ansonbiggs.com), otherwise you can reach me on [Telegram](https://t.me/MisterBiggs) or by [Email](mailto:anson@ansonbiggs.com).

View File

@ -86,29 +86,29 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
</style> </style>
<!--radix_placeholder_meta_tags--> <!--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&#39;m an Astronautical Engineer studying at Embry-Riddle Prescott."/>
<!-- https://developers.facebook.com/docs/sharing/webmasters#markup --> <!-- https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:title" content="Anson&#39;s Projects: About this blog"/> <meta property="og:title" content="Anson&#39;s Projects: Hi, I&#39;m Anson."/>
<meta property="og:type" content="article"/> <meta property="og:type" content="article"/>
<meta property="og:description" content="Some additional details about the blog"/> <meta property="og:description" content="I&#39;m an Astronautical Engineer studying at Embry-Riddle Prescott."/>
<meta property="og:locale" content="en_US"/> <meta property="og:locale" content="en_US"/>
<meta property="og:site_name" content="Anson&#39;s Projects"/> <meta property="og:site_name" content="Anson&#39;s Projects"/>
<!-- https://dev.twitter.com/cards/types/summary --> <!-- https://dev.twitter.com/cards/types/summary -->
<meta property="twitter:card" content="summary"/> <meta property="twitter:card" content="summary"/>
<meta property="twitter:title" content="Anson&#39;s Projects: About this blog"/> <meta property="twitter:title" content="Anson&#39;s Projects: Hi, I&#39;m Anson."/>
<meta property="twitter:description" content="Some additional details about the blog"/> <meta property="twitter:description" content="I&#39;m an Astronautical Engineer studying at Embry-Riddle Prescott."/>
<!--/radix_placeholder_meta_tags--> <!--/radix_placeholder_meta_tags-->
<!--radix_placeholder_rmarkdown_metadata--> <!--radix_placeholder_rmarkdown_metadata-->
<script type="text/json" id="radix-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> </script>
<!--/radix_placeholder_rmarkdown_metadata--> <!--/radix_placeholder_rmarkdown_metadata-->
<!--radix_placeholder_navigation_in_header--> <!--radix_placeholder_navigation_in_header-->
@ -2053,7 +2053,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
<!--radix_placeholder_front_matter--> <!--radix_placeholder_front_matter-->
<script id="distill-front-matter" type="text/json"> <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> </script>
<!--/radix_placeholder_front_matter--> <!--/radix_placeholder_front_matter-->
@ -2066,6 +2066,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
</div> </div>
<div class="nav-right"> <div class="nav-right">
<a href="index.html">Home</a> <a href="index.html">Home</a>
<a href="about.html">About/Contact</a>
<a href="https://ansonbiggs.com">Resume</a> <a href="https://ansonbiggs.com">Resume</a>
<a href="javascript:void(0);" class="nav-toggle">&#9776;</a> <a href="javascript:void(0);" class="nav-toggle">&#9776;</a>
</div> </div>
@ -2076,14 +2077,15 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
<!--/radix_placeholder_site_before_body--> <!--/radix_placeholder_site_before_body-->
<div class="d-title"> <div class="d-title">
<h1>About this blog</h1> <h1>Hi, Im Anson.</h1>
<!--radix_placeholder_categories--> <!--radix_placeholder_categories-->
<!--/radix_placeholder_categories--> <!--/radix_placeholder_categories-->
<p><p>Some additional details about the blog</p></p> <p><p>Im an Astronautical Engineer studying at Embry-Riddle Prescott.</p></p>
</div> </div>
<div class="d-article"> <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> <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-->
<!--/radix_placeholder_article_footer--> <!--/radix_placeholder_article_footer-->

View File

@ -2064,6 +2064,7 @@ code span.wa { color: #5e5e5e; font-style: italic; } /* Warning */
</div> </div>
<div class="nav-right"> <div class="nav-right">
<a href="index.html">Home</a> <a href="index.html">Home</a>
<a href="about.html">About/Contact</a>
<a href="https://ansonbiggs.com">Resume</a> <a href="https://ansonbiggs.com">Resume</a>
<a href="javascript:void(0);" class="nav-toggle">&#9776;</a> <a href="javascript:void(0);" class="nav-toggle">&#9776;</a>
</div> </div>

View File

@ -2087,6 +2087,7 @@ document.addEventListener('DOMContentLoaded', function() {
</div> </div>
<div class="nav-right"> <div class="nav-right">
<a href="../../index.html">Home</a> <a href="../../index.html">Home</a>
<a href="../../about.html">About/Contact</a>
<a href="https://ansonbiggs.com">Resume</a> <a href="https://ansonbiggs.com">Resume</a>
<a href="javascript:void(0);" class="nav-toggle">&#9776;</a> <a href="javascript:void(0);" class="nav-toggle">&#9776;</a>
</div> </div>

View File

@ -2,18 +2,18 @@
"articles": [ "articles": [
{ {
"path": "about.html", "path": "about.html",
"title": "About this blog", "title": "Hi, I'm Anson.",
"description": "Some additional details about the blog", "description": "I'm an Astronautical Engineer studying at Embry-Riddle Prescott.",
"author": [], "author": [],
"contents": "\r\n\r\n\r\n\r\n", "contents": "\r\nI mostly write code, but sometimes I make 3D Models. 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 Résumé, otherwise you can reach me on Telegram or by Email.\r\n\r\n\r\n\r\n",
"last_modified": "2021-04-05T22:44:50-07:00" "last_modified": "2021-04-12T22:08:37-07:00"
}, },
{ {
"path": "index.html", "path": "index.html",
"title": "Anson's Projects", "title": "Anson's Projects",
"author": [], "author": [],
"contents": "\r\n\r\n\r\n\r\n", "contents": "\r\n\r\n\r\n\r\n",
"last_modified": "2021-04-05T22:44:51-07:00" "last_modified": "2021-04-12T22:08:37-07:00"
} }
], ],
"collections": ["posts/posts.json"] "collections": ["posts/posts.json"]

View File

@ -2,7 +2,7 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" version="1.0"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" version="1.0">
<url> <url>
<loc>https://projects.ansonbiggs.com/about.html</loc> <loc>https://projects.ansonbiggs.com/about.html</loc>
<lastmod>2021-04-02T14:53:47-07:00</lastmod> <lastmod>2021-04-12T22:08:04-07:00</lastmod>
</url> </url>
<url> <url>
<loc>https://projects.ansonbiggs.com/</loc> <loc>https://projects.ansonbiggs.com/</loc>