From c02663972e5b47d183b90ae75077c58977b18aae Mon Sep 17 00:00:00 2001 From: Axel Sanchez Date: Mon, 13 Oct 2025 23:55:11 -0600 Subject: [PATCH] fix: Update job titles in resume for consistency by removing parentheses --- src/data/resume.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/resume.tsx b/src/data/resume.tsx index c5f4388..fc59e9d 100644 --- a/src/data/resume.tsx +++ b/src/data/resume.tsx @@ -122,7 +122,7 @@ export const DATA = { href: "https://www.agrivanna.com/", badges: [], location: "Calgary, Alberta", - title: "Full Stack Engineer (Part-Time)", + title: "Full Stack Engineer Part-Time", logoUrl: "/agrivanna-logo.jpeg", start: "Sep. 2024", end: "Apr. 2025", @@ -158,7 +158,7 @@ export const DATA = { badges: [], href: "#", location: "Calgary, Alberta", - title: "Backend Engineer (Part-Time)", + title: "Backend Engineer Part-Time", logoUrl: "/rethread-logo.png", start: "Sep. 2023", end: "Apr. 2024", @@ -182,7 +182,7 @@ export const DATA = { href: "#", badges: [], location: "Calgary, AB", - title: "Frontend Engineer (Part-Time)", + title: "Frontend Engineer Part-Time", logoUrl: "/bandist-logo.png", start: "Sep. 2022", end: "Apr. 2023",