From 48d15ade9106dbfa739a7ef0689916924bc85972 Mon Sep 17 00:00:00 2001 From: Greg Hendrickson Date: Tue, 27 Jan 2026 23:41:41 +0000 Subject: [PATCH] Add LinkedIn + gregh.dev links to contact --- index.html | 5 +++-- js/app.js | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 47e7fa4..35437d4 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@
@@ -162,7 +162,8 @@

Want to chat? Here's how to reach me:

diff --git a/js/app.js b/js/app.js index 1d7cb7e..a706285 100644 --- a/js/app.js +++ b/js/app.js @@ -298,6 +298,8 @@ class GregOS { }, contact: () => { addLine('GitHub: github.com/ghndrx'); + addLine('LinkedIn: linkedin.com/in/grhendrickson'); + addLine('Website: gregh.dev'); }, clear: () => { output.innerHTML = '';