From 43f35050241dbc2b42ab01af41d2701815ba4eef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Sep 2025 17:24:37 +0000 Subject: chore: autopublish 2025-09-18T17:24:37Z --- config.json | 2 +- public/404/index.html | 4 ++-- public/icons/code.svg | 4 ---- public/icons/fingerprint.svg | 4 ++++ public/index.html | 14 +++++++------- public/sitemap.xml | 4 ++-- public/styles.css | 4 ++-- publish-badge.svg | 16 ++++++++-------- 8 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 public/icons/code.svg create mode 100644 public/icons/fingerprint.svg diff --git a/config.json b/config.json index 21be041..18d4d99 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { "url": "https://submelon.dev", "title": "Kevin J Hoerr ", - "version": "1704251171" + "version": "1758216259" } \ No newline at end of file diff --git a/public/404/index.html b/public/404/index.html index 523f2c2..21ac3b5 100644 --- a/public/404/index.html +++ b/public/404/index.html @@ -24,7 +24,7 @@ - Kevin J Hoerr <kjhoerr@submelon.tech> | 404 Not Found + Kevin J Hoerr <kjhoerr@submelon.dev> | 404 Not Found
@@ -38,7 +38,7 @@
- ©2024 kjhoerr@https://submelon.dev/:wE.1.3.3.6-0 + ©2025 kjhoerr@https://submelon.dev/:wF.9.i.h.o-0
diff --git a/public/icons/code.svg b/public/icons/code.svg deleted file mode 100644 index ddd0a7d..0000000 --- a/public/icons/code.svg +++ /dev/null @@ -1,4 +0,0 @@ - \ No newline at end of file diff --git a/public/icons/fingerprint.svg b/public/icons/fingerprint.svg new file mode 100644 index 0000000..f743804 --- /dev/null +++ b/public/icons/fingerprint.svg @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/public/index.html b/public/index.html index e9df80c..680cec8 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,7 @@ - + @@ -24,7 +24,7 @@ - Kevin J Hoerr <kjhoerr@submelon.tech> + Kevin J Hoerr <kjhoerr@submelon.dev>
@@ -38,7 +38,7 @@

I'm a computer science and math graduate from Millersville University. I work as a Solutions Architect and specialize in development operations and systems validation for web applications.

During my time at Millersville I was the lead Linux admin for the Cyber Defense Organization (CDO). In addition to constructing a new computer lab for our efforts, we participated in NCL and MACCDC.

-

Most of my development experience is focused around full stack development. For the front-end I use TypeScript and ReactJS using create-react-app or NextJS. For back-end systems I have used both Java with Spring Boot and rust with actix-web extensively. To mediate APIs I have used Apache Kafka, OpenAPI, and GraphQL.

+

Most of my development experience is focused around full stack development. For the front-end I use TypeScript and ReactJS using Vite. For back-end systems I have used both Java with Spring Boot and Quarkus frameworks extensively. To mediate APIs I have used Apache Kafka, OpenAPI, and GraphQL.

My free time is spent engaging in general computing hobbies. When I'm not trying out new application frameworks, I am fiddling around with Guix or NixOS. I run a kubernetes cluster at home to manage, maintain, and secure my personal network as well as experimenting with distributed workloads.

- Kevin H.
@@ -49,9 +49,9 @@
- - - Pantry (pet project) + + + OpenPGP Identity
@@ -62,7 +62,7 @@
- ©2024 kjhoerr@https://submelon.dev/:wE.1.3.3.6-0 + ©2025 kjhoerr@https://submelon.dev/:wF.9.i.h.o-0
diff --git a/public/sitemap.xml b/public/sitemap.xml index 7cbf1c1..5153005 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -3,14 +3,14 @@ https://submelon.dev/404/ - 2025-9-6 + 2025-9-18 monthly 0.8 https://submelon.dev/ - 2025-9-6 + 2025-9-18 monthly 0.8 diff --git a/public/styles.css b/public/styles.css index a9aa9d5..d1fef16 100644 --- a/public/styles.css +++ b/public/styles.css @@ -52,8 +52,8 @@ i.icon { filter: invert(37%) sepia(0%) saturate(1906%) hue-rotate(177deg) brightness(97%) contrast(72%); } -i.icon.fa-code { - background-image: url(icons/code.svg); +i.icon.fa-fingerprint { + background-image: url(icons/fingerprint.svg); } i.icon.fa-github { background-image: url(icons/github.svg); diff --git a/publish-badge.svg b/publish-badge.svg index 5647495..d606d27 100644 --- a/publish-badge.svg +++ b/publish-badge.svg @@ -1,20 +1,20 @@ - - Last Publish: 2024-01-03 - + + Last Publish: 2025-09-18 + - - + + - + -- cgit