From b086c45c34a1dfc0467a13a7e32af356118d1cf2 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Fri, 18 Nov 2022 19:51:48 -0500 Subject: Commit public dir for use with static site builders --- public/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 public/index.html (limited to 'public/index.html') diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..77f5448 --- /dev/null +++ b/public/index.html @@ -0,0 +1,26 @@ +Kevin J Hoerr <kjhoerr@submelon.tech>
Picture of Kevin Hoerr
Hello!

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

My most recent projects have been focused on full-stack development. I use Kubernetes for orchestration, NextJS for front-end, and rust+actix-web for my backend services with GraphQL serving as the public API.

This site was recently rebuilt using GatsbyJS since the instance formerly holding this website broke during upgrades. Thank goodness for backups.

- Kevin H.
+ + \ No newline at end of file -- cgit From 8f7baceabdfa50c2864e3ac26b08aff4ae7c7dbe Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Fri, 18 Nov 2022 20:06:11 -0500 Subject: Update 404 with main styles --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/index.html') diff --git a/public/index.html b/public/index.html index 77f5448..b181c44 100644 --- a/public/index.html +++ b/public/index.html @@ -21,6 +21,6 @@ data-styled.g5[id="Footer-sc-zowffk-0"]{content:"iTuNWP,"}/*!sc*/ - \ No newline at end of file + \ No newline at end of file -- cgit