mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
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.
This commit is contained in:

committed by
Geoff Seemueller

parent
d519534c7d
commit
18ba4aec21
@@ -22,18 +22,11 @@ export const resumeData = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Software Engineer",
|
title: "Software Engineer",
|
||||||
company: "Global Analytics Platform",
|
company: "JSOC",
|
||||||
timeline: "Jan 2020 - Mar 2022",
|
timeline: "Jan 2020 - Mar 2022",
|
||||||
description:
|
description:
|
||||||
"Spearheaded development of mission-critical data analytics systems.",
|
"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",
|
title: "U.S. Army Ranger",
|
||||||
company: "1st Battalion, 75th Ranger Regiment",
|
company: "1st Battalion, 75th Ranger Regiment",
|
||||||
|
@@ -1,25 +1,16 @@
|
|||||||
export const welcome_home_text = `
|
export const welcome_home_text = `
|
||||||
# welcome!
|
# welcome!
|
||||||
---
|
---
|
||||||
Please enjoy [responsibly](https://en.wikipedia.org/wiki/Guerilla_Open_Access_Manifesto)
|
Please enjoy [responsibly](https://centerforresponsible.ai/the-center)
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
Checkout my [resume](https://wellfound.com/u/geoff-seemueller)
|
[My Resume](https://wellfound.com/u/geoff-seemueller)
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const welcome_home_tip = `
|
export const welcome_home_tip = `
|
||||||
<!--[ai.seemueller.io](https://ai.seemueller.io)-->
|
<!--write markdown content here: will appear below welcome_home_text-->
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<!--[khaos.seemueller.io](https://khaos.seemueller.io) -->
|
|
||||||
|
|
||||||
<!--<br/>-->
|
|
||||||
|
|
||||||
<!--[rehoboam.seemueller.io](https://rehoboam.seemueller.io)-->
|
|
||||||
|
|
||||||
<!--<br/>-->
|
|
||||||
<!--[khaos.seemueller.io](https://khaos.seemueller.io)-->
|
|
||||||
`;
|
`;
|
||||||
|
Reference in New Issue
Block a user