From 92de396196a2691097a788949080d961829c52ce Mon Sep 17 00:00:00 2001 From: donny Date: Thu, 28 May 2026 17:44:49 -0700 Subject: [PATCH] feat: updated about text --- constants/about.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 constants/about.ts diff --git a/constants/about.ts b/constants/about.ts new file mode 100644 index 0000000..664362b --- /dev/null +++ b/constants/about.ts @@ -0,0 +1,7 @@ +export const about: string[] = [ + "When I was about 10, I built a working gaming PC out of parts and a dead Dell tower. Taking things apart, figuring out how they worked, and putting them back together is what eventually pulled me into software development.", + "I started my career as an Audio Engineer in Los Angeles, CA — moved there at 18 years old and spent three years recording and mixing music. I loved it, but I realized the technical problem-solving was what I'd really been chasing all along.", + "I moved back to Arizona in 2016 to pursue a career in technology. Took an IT Help Desk job and taught myself Python and JavaScript. A few years later I was a Software Engineer building production web apps for a health tech company. Now I'm finishing my BA in Computer Science and heading straight into a Master's in AI.", + "Outside of work I build web apps for myself, develop games in Unreal Engine 5, and dig into AI pipelines — Claude Code is wired into most of my daily workflows.", + "I'm currently looking for US-based, remote AI-Native roles.", +]; \ No newline at end of file