From a7813be0692357c140454364a305f94890aca2ba Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Fri, 24 Jul 2026 22:19:55 -0700 Subject: [PATCH] feat: align About experience entries with LinkedIn Update role descriptions and locations: full Shenzhen, Guangdong, China locations for SUSTech and Lingnan University, and LinkedIn wording for the Peer Mentor and both Teaching Assistant entries. Co-authored-by: Claude --- app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 748e11a..04a9812 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -124,29 +124,29 @@ export default function About() { {[ { org: "Southern University of Science and Technology", - meta: "Shenzhen", + meta: "Shenzhen, Guangdong, China", roles: [ { years: "Jun 2024 – Jun 2025", role: "Peer Mentor", - detail: "Peer mentor at Zhicheng College for the Class of 2028.", + detail: "Peer Mentor for the Class of 2028 at Zhicheng College.", }, { years: "Oct 2023 – Jan 2024", role: "Teaching Assistant", - detail: "TA for a short-term mindfulness course.", + detail: "Teaching Assistant for Introduction to Mindfulness.", }, ], }, { org: "Lingnan University", - meta: "Hong Kong SAR", + meta: "Shenzhen, Guangdong, China", roles: [ { years: "Oct 2024 – Jan 2025", role: "Teaching Assistant", detail: - "TA for Wellness Ambassador Program (WAP), jointly organized by SUSTech and Lingnan University.", + "Teaching Assistant for Wellness Ambassador Program (WAP) in SUSTech, organized by Wofoo Joseph Lee Consulting and Counselling Psychology Research Centre, Lingnan University.", }, ], },