From 3be5c2762901a2dd1ce80c8d1f02fef612004098 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 22 Apr 2021 16:26:47 -0400 Subject: Fix quoted link and formatting --- src/pages/index.tsx | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.tsx b/src/pages/index.tsx index f162106..c811a55 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -110,23 +110,22 @@ const IndexPage = () => {
-
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 was recently rebuilt in GatsbyJS since the instance formerly holding this website broke during upgrades. Thank goodness for backups.

+

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.
-
©2021 kjhoerr@//submelon.tech/:{getTimestamp(parseInt(TIMESTAMP))}
+
©2021 kjhoerr@https://submelon.dev/:{getTimestamp(parseInt(TIMESTAMP))}
); -- cgit