diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
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 @@ <meta name="theme-color" content="#e1e1e1"/> <meta name="description" content="The official website of Kevin Hoerr, developer of websites."/> <meta name="twitter:description" content="The official website of Kevin Hoerr, developer of websites."/> - <meta name="twitter:title" content="Kevin J Hoerr <kjhoerr@submelon.tech>"/> + <meta name="twitter:title" content="Kevin J Hoerr <kjhoerr@submelon.dev>"/> <meta name="twitter:creator" content="kjhoerr"/> <meta name="twitter:card" content="summary"/> <meta http-equiv="Content-Security-Policy" content="default-src 'self';img-src 'self' data:;script-src 'none';object-src 'none';base-uri 'none';connect-src 'none';"> @@ -24,7 +24,7 @@ <link rel="apple-touch-icon" sizes="256x256" href="/icons/icon-256x256.png"/> <link rel="apple-touch-icon" sizes="384x384" href="/icons/icon-384x384.png"/> <link rel="apple-touch-icon" sizes="512x512" href="/icons/icon-512x512.png"/> - <title>Kevin J Hoerr <kjhoerr@submelon.tech></title> + <title>Kevin J Hoerr <kjhoerr@submelon.dev></title> </head> <body> <main> @@ -38,7 +38,7 @@ <section> <p>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.</p> <p>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.</p> - <p>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.</p> + <p>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.</p> <p>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.</p> <em>- Kevin H.</em> </section> @@ -49,9 +49,9 @@ </a> </section> <section> - <a href="https://github.com/kjhoerr/pantry" aria-label="Pantry (pet project)"> - <i role="img" class="icon fa-code"></i> - Pantry (pet project) + <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/E6B9721D087D93E68CEB604E545818BE629C7D95" aria-label="My GPG public key"> + <i role="img" class="icon fa-fingerprint"></i> + OpenPGP Identity </a> </section> <section> @@ -62,7 +62,7 @@ </section> </article> <footer> - <span>©2024 kjhoerr@https://submelon.dev/:wE.1.3.3.6-0</span> + <span>©2025 kjhoerr@https://submelon.dev/:wF.9.i.h.o-0</span> </footer> </main> </body> |
