diff options
| author | Kevin Hoerr <kjhoerr@protonmail.com> | 2025-09-18 13:24:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-18 13:24:08 -0400 |
| commit | 00416a17242d7f979383bfee0d39825bfd710ef3 (patch) | |
| tree | 48f064d8f53b8962008713853fc0bcdf900e86ce /src/pages/index.njk | |
| parent | 5346b6eb887dfb44b963f77a7972c72fbfb7ff46 (diff) | |
| download | submelon.dev-00416a17242d7f979383bfee0d39825bfd710ef3.tar.gz submelon.dev-00416a17242d7f979383bfee0d39825bfd710ef3.tar.bz2 submelon.dev-00416a17242d7f979383bfee0d39825bfd710ef3.zip | |
Content updates (#394)
* config.json: Update email
* devcontainer.json: Update devcontainer image for Bookworm, nodejs 22
* devcontainer.json: Support podman with container user settings
* index.njk: Update recent technology experience
* page.njk: Update copy year to 2025
* fingerprint.svg: Add new fingerprint icon
* styles.css: Add fingerprint icon class
* index.njk: Switch pantry link for public key link
* styles.css: Remove code icon class
* code.svg: Remove code icon
* index.njk: Fix icon name
Diffstat (limited to 'src/pages/index.njk')
| -rw-r--r-- | src/pages/index.njk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/index.njk b/src/pages/index.njk index ea7a9a2..7b43aa0 100644 --- a/src/pages/index.njk +++ b/src/pages/index.njk @@ -6,7 +6,7 @@ layout: layouts/page.njk <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> @@ -17,9 +17,9 @@ layout: layouts/page.njk </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> |
