From 18ba4aec21958e78ba58d79bbb37243d225f03fb Mon Sep 17 00:00:00 2001
From: geoffsee <>
Date: Tue, 27 May 2025 13:42:59 -0400
Subject: [PATCH] Update resume data and clean up welcome text
Revised job history in `resume_data.ts` to remove duplicate roles and update company details. Streamlined and updated links in `welcome_home_text.ts` for better clarity and alignment with current references.
---
src/static-data/resume_data.ts | 9 +--------
src/static-data/welcome_home_text.ts | 15 +++------------
2 files changed, 4 insertions(+), 20 deletions(-)
diff --git a/src/static-data/resume_data.ts b/src/static-data/resume_data.ts
index e2b60f4..b9ee865 100644
--- a/src/static-data/resume_data.ts
+++ b/src/static-data/resume_data.ts
@@ -22,18 +22,11 @@ export const resumeData = {
},
{
title: "Software Engineer",
- company: "Global Analytics Platform",
+ company: "JSOC",
timeline: "Jan 2020 - Mar 2022",
description:
"Spearheaded development of mission-critical data analytics systems.",
},
- {
- title: "Software Engineer",
- company: "Force Nexus",
- timeline: "Sep 2018 - Sep 2020",
- description:
- "Developed robust, real-time communication systems for special operations.",
- },
{
title: "U.S. Army Ranger",
company: "1st Battalion, 75th Ranger Regiment",
diff --git a/src/static-data/welcome_home_text.ts b/src/static-data/welcome_home_text.ts
index 9972b24..49c2fab 100644
--- a/src/static-data/welcome_home_text.ts
+++ b/src/static-data/welcome_home_text.ts
@@ -1,25 +1,16 @@
export const welcome_home_text = `
# welcome!
---
-Please enjoy [responsibly](https://en.wikipedia.org/wiki/Guerilla_Open_Access_Manifesto)
+Please enjoy [responsibly](https://centerforresponsible.ai/the-center)
-Checkout my [resume](https://wellfound.com/u/geoff-seemueller)
+[My Resume](https://wellfound.com/u/geoff-seemueller)
`;
export const welcome_home_tip = `
-
+
-
-
-
-
-
-
-
-
-
`;