-
-
-Expected graduation: May 2024
-
-Currently working on a Software Engineering research project to conclude the program.
-
-
-
-{ .narrow-image }
-
-
-
-## Completed
-
-### B.S. in Computer Science, University of Dayton
-
-
-
-
-
-Graduated in May of 2021.
-
-
-
-{ .narrow-image }
-
-
diff --git a/src/biography/experience.md b/src/biography/experience.md
deleted file mode 100644
index 6d923ac..0000000
--- a/src/biography/experience.md
+++ /dev/null
@@ -1,65 +0,0 @@
-# Experience
-
-## Current
-
-
-### Data Science Engineer, University of Dayton Research Institute
-
-
-
-Currently employed as a Data Science Engineer at the University of Dayton Research Institute.
-{ .description }
-
-{ .image }
-
-
-
-## Previous
-
-
-### App Development Project Manager, Flyer Enterprises
-
-
-
-Worked for the student-run organization Flyer Enterprises from September 2018 to May 2021. Main project was developing a mobile application, digital loyalty card system, and a simple content management system for keeping menus up-to-date and running promotions viewable in the mobile application. Also contributed to the [FE Digital](https://www.fedigitalagency.com/) team as the lead web developer and consultant for local small businesses.
-{ .description }
-
-{ .narrow-image }
-
-
-
-
-### Intern, University of Dayton Research Institute
-
-
-
-Worked for UDRI as a part-time intern during the 2020-2021 school year.
-{ .description }
-
-{ .image }
-
-
-
-
-### Intern, GE Aviation
-
-
-
-Worked for GE Aviation as a Digital Technology intern in the Summer of 2019. Assisted the military contracts group with data analysis and automation.
-{ .description }
-
-{ .image }
-
-
-
-
-### Intern, Cooper Tire & Rubber Company
-
-
-
-Worked for Cooper Tire as an IT Infrastructure intern in the Summer of 2018. Helped the IT department streamline their device lifecycle management and mobile device management processes.
-{ .description }
-
-{ .image }
-
-
diff --git a/src/biography/index.md b/src/biography/index.md
deleted file mode 100644
index 14c6e21..0000000
--- a/src/biography/index.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Biography
-
-Justen is a Data Science Engineer at the University of Dayton Research Institute, working as a contractor for the Air Force Research Lab. He works on the ACT3 team at AFRL on the Air and Space Cognitive Engine project.
-
-Justen has previously worked as a web developer utilizing modern Javascript frameworks for progressive web applications. He enjoys solving complex problems, designing systems that are easy to maintain, and prioritizing the overlooked details of software development and delivery.
diff --git a/src/biography/portfolio.md b/src/biography/portfolio.md
deleted file mode 100644
index 56b177d..0000000
--- a/src/biography/portfolio.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-draft: true
----
-# Portfolio
-
-## Kubernetes Complexity Research
-
-## Flyer Enterprises Mobile Application
diff --git a/src/blog/.authors.yml b/src/blog/.authors.yml
deleted file mode 100644
index 038deaf..0000000
--- a/src/blog/.authors.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-authors:
- justenstall:
- name: Justen Stall
- description: Creator
- avatar: https://github.com/justenstall.png
diff --git a/src/blog/.meta.yml b/src/blog/.meta.yml
deleted file mode 100644
index 7da561e..0000000
--- a/src/blog/.meta.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-authors:
- - justenstall
-# categories:
-# - Hello
-# - World
diff --git a/src/blog/index.md b/src/blog/index.md
deleted file mode 100644
index 0b6ce58..0000000
--- a/src/blog/index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-draft: true
----
-# Blog
diff --git a/src/blog/posts/first-post.md b/src/blog/posts/first-post.md
deleted file mode 100644
index 843a5a9..0000000
--- a/src/blog/posts/first-post.md
+++ /dev/null
@@ -1,103 +0,0 @@
----
-draft: true
-date: 2023-11-13
-authors:
- - justenstall
-description: A test blog post
-categories:
- - General
----
-
-# My First Blog Post
-
-Testing the blog feature.
-
-```yaml
-# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
-site_name: Justen Stall
-site_description: |
- Justen Stall's portfolio and blog.
-site_author: Justen Stall
-site_url: https://justenstall.com
-repo_name: justenstall/justenstall.github.io
-edit_uri: ""
-copyright: Copyright © 2023 Justen Stall
-
-home:
- image: assets/justenstall.jpg
- tagline: Justen Stall
- description: |
- Data Science Engineer at the University of Dayton Research Institute.
-
-theme:
- name: material
- logo: assets/favicon-t-white-black.png
- favicon: assets/favicon-fullres.png
- language: en
- font:
- text: Inter
- code: DM Mono
- custom_dir: docs/theme
- icon:
- repo: fontawesome/brands/git-alt
- features:
- - content.code.copy
- - navigation.sections
- - navigation.top
- - navigation.tabs
- - navigation.indexes
-
-extra:
- social:
- - icon: fontawesome/brands/square-x-twitter
- link: https://x.com/justenstall
- - icon: fontawesome/brands/linkedin
- link: https://linkedin.com/in/justenstall
- - icon: fontawesome/brands/github
- link: https://github.com/justenstall
-
-extra_css:
- - stylesheets/theme-colors.css
-
-docs_dir: docs
-plugins:
- - blog:
- draft_if_future_date: true
- categories_allowed:
- - General
- - social
- # - rss:
- # enabled: !ENV [CI, false]
- # match_path: blog/posts/.*
- # date_from_meta:
- # as_creation: date
- # categories:
- # - categories
- # - tags
-# - glightbox
-# - blog:
-# post_excerpt: required
-# post_url_date_format: yyyy
-# archive_url_format: "{date}"
-# pagination_per_page: 5
-# markdown_extensions:
-# - attr_list
-# - md_in_html
-# - admonition
-# - meta
-# - codehilite
-# - pymdownx.tilde
-# - pymdownx.progressbar
-# - pymdownx.tasklist
-# - pymdownx.superfences
-# - pymdownx.tabbed:
-# alternate_style: true
-# - pymdownx.superfences:
-# custom_fences:
-# - name: mermaid
-# class: mermaid
-# format: !!python/name:pymdownx.superfences.fence_code_format
-# - pymdownx.emoji:
-# emoji_index: !!python/name:material.extensions.emoji.twemoji
-# emoji_generator: !!python/name:material.extensions.emoji.to_svg
-```
diff --git a/src/index.md b/src/index.md
deleted file mode 100644
index c1af09d..0000000
--- a/src/index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-template: home.html
-title: Home
----
diff --git a/src/stylesheets/colors.css b/src/stylesheets/colors.css
deleted file mode 100644
index 9c43e6a..0000000
--- a/src/stylesheets/colors.css
+++ /dev/null
@@ -1,46 +0,0 @@
-:root {
- /* --light-color: #00d2ff;
- --med-color: #006eff;
- --dark-color: #003aea;
- --single-color: #019eff;
- --transparent: rgba(0, 0, 0, 0);
- --glass: rgba(0, 0, 0, 0.65);
- --dark-glass: rgba(0, 0, 0, 0.65);
- --light-glass: rgba(255, 255, 255, 0.8);
- --gradient-new: linear-gradient(to top, #00c6fb 0%, #005bea 100%); */
-
- /* Main colors */
- --jstall-blue: hsl(225, 100%, 46%);
- --jstall-lightblue: hsl(195, 100%, 50%);
-
- /* Hue stripe to determine colors from */
- --md-hue: 215;
-
- /* Primary color shades */
- --md-primary-fg-color: var(--jstall-blue);
- --md-primary-fg-color--light: var(--jstall-lightblue);
- --md-primary-fg-color--dark: var(--jstall-blue);
- --md-primary-bg-color: hsla(0, 0%, 100%, 1);
- --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);
-
- /* Accent color shades */
- --md-accent-fg-color: var(--jstall-lightblue);
- --md-accent-fg-color--transparent: hsla(0, 0%, 100%, 0.8);
- --md-accent-bg-color: hsla(0, 0%, 100%, 1);
- --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);
-
- /* Fixes a bug where colored text is the default purple */
- --md-typeset-a-color: var(--md-primary-fg-color);
-}
-
-[data-md-color-scheme="slate"] {
- --md-typeset-a-color: var(--md-primary-fg-color--light);
-}
-
-.vertical-center {
- vertical-align: center;
-}
-
-.md-header__option .md-header__button svg {
- height: 1rem;
-}
diff --git a/src/stylesheets/portfolio.css b/src/stylesheets/portfolio.css
deleted file mode 100644
index 1f65aca..0000000
--- a/src/stylesheets/portfolio.css
+++ /dev/null
@@ -1,32 +0,0 @@
-.portfolio-entry-content {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- flex-direction: column;
- justify-content: space-between;
-}
-
-.portfolio-entry-content .image {
- height: 2rem;
- flex-shrink: 0;
-}
-
-.portfolio-entry-content .narrow-image {
- height: 4rem;
- flex-shrink: 0;
-}
-
-.portfolio-entry-content .description {
- align-self: flex-start;
- flex-grow: 2;
-}
-
-@media screen and (min-width: 60em) {
- .portfolio-entry-content {
- flex-direction: row;
- }
-
- .portfolio-entry-content .description {
- max-width: 70%;
- }
-}
diff --git a/src/theme/home.css b/src/theme/home.css
deleted file mode 100644
index 8208672..0000000
--- a/src/theme/home.css
+++ /dev/null
@@ -1,130 +0,0 @@
-/*
- Styles for home.html
-*/
-
-.md-main {
- display: none;
-}
-
-.md-header--shadow {
- box-shadow: none;
-}
-
-.container-hero {
- padding-top: 0rem;
- background: linear-gradient(
- to bottom,
- var(--md-primary-fg-color),
- var(--md-primary-fg-color--light) 99%
- );
- flex-grow: 2;
-}
-
-.tx-hero {
- margin: 32px 2.8rem;
- color: var(--md-primary-bg-color);
- justify-content: center;
-}
-
-.tx-hero h1 {
- margin-bottom: 1rem;
- color: currentColor;
- font-weight: 700;
-}
-
-.tx-hero__content {
- padding-bottom: 1rem;
- margin: 0 auto;
-}
-
-.tx-hero__image {
- width: 100%;
- max-width: 15rem;
- order: 1;
-}
-
-.avatar {
- border-radius: 50%;
-}
-
-.tx-hero .md-button {
- margin-top: 0.5rem;
- margin-right: 0.5rem;
- color: var(--md-primary-bg-color);
- border-color: transparent;
-}
-
-.tx-hero .md-button--primary {
- background-color: var(--md-primary-bg-color);
- color: hsl(0, 2%, 19%);
- padding: 5px 10px;
- border-color: var(--md-primary-bg-color);
-}
-
-.tx-hero .md-button .twemoji {
- padding-right: 3px;
-}
-
-.tx-hero .md-button:focus,
-.tx-hero .md-button:hover {
- background-color: #000000;
- color: #ffffff;
- border-color: #000000;
-}
-
-@media screen and (min-width: 60em) {
- .tx-hero {
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .tx-hero__content {
- max-width: 22rem;
- margin: 3.5rem 4rem 3.5rem 1rem;
- align-items: center;
- }
-
- .md-sidebar--primary {
- display: none;
- }
-}
-
-/*
- Zig Zag Underline
-*/
-
-.zigzag {
- display: inline-block;
- position: relative;
-}
-
-.zigzag:after {
- content: "";
- height: 0.2em;
- width: 100%;
- position: absolute;
- background: url("zigzag-black.svg");
- background-size: 0.35em;
- bottom: 0;
- left: 0;
- animation: zigzagPlay 1.5s infinite linear;
- animation-play-state: paused;
-}
-
-.zigzag:hover:after {
- animation-play-state: running;
-}
-
-@keyframes zigzagPlay {
- 0% { background-position: 0rem; }
- 100% { background-position: -1.7rem; }
-}
-
-.zigzag-play:after {
- animation-play-state: running !important;
-}
-
-.zigzag-title:after {
- top: 2rem;
-}
diff --git a/src/theme/home.html b/src/theme/home.html
deleted file mode 100644
index 3e8b32b..0000000
--- a/src/theme/home.html
+++ /dev/null
@@ -1,50 +0,0 @@
-{% extends "base.html" %}
-
-{% block htmltitle %}
-