From 13a6fea3ca7239b9412f844e577d671f144aa1fe Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Mon, 29 Jun 2026 02:19:11 -0700 Subject: [PATCH 1/2] style: tighten spacing and polish misc links Apply a consistent, slightly denser spacing rhythm across home/about/projects/misc while keeping readability. Sync About experience with LinkedIn and refine social/help tooltip and resource link labels for better mobile UX. Co-authored-by: Cursor Co-authored-by: Claude --- app/about/page.tsx | 19 ++----- app/components/home-social-links.tsx | 2 + .../oxford-dul/course-project-link.tsx | 6 +- app/components/pinned-project-link.tsx | 4 +- app/globals.css | 35 +++++++++++- app/misc/page.tsx | 56 +++++++++++++++++-- app/page.tsx | 4 +- app/projects/page.tsx | 2 +- 8 files changed, 97 insertions(+), 31 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 26da60b..51145a7 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -29,7 +29,7 @@ export default function About() { {/* Personality / side */}
-
+

I study Maths for my bachelor's degree and I'm always awed by the beauty of it (as the motivation to learn it through so much hard work)! I love the outline of analysis proofs and I'm especially obsessed with algebra structures.

I also learn some computer science and data science, and I find myself better at them than Maths lol. I'm drawn to the problem solving, ideas behind product design, and the empathy I feel when I'm building something for humans.

I really love tinkering stuff. I dream of building something that can help people / make people happy with a fantastic user experience! I also dream of building a tool that could change people's lives for the better.

@@ -86,7 +86,7 @@ export default function About() { {years}

{institution} @@ -161,17 +161,6 @@ export default function About() {

Experience
{[ - { - org: "Constellation Institute", - meta: "Berkeley, CA", - roles: [ - { - years: "Apr 2026 – Present", - role: "Research Assistant", - detail: "RA with an Astra fellow on a compute governance project.", - }, - ], - }, { org: "Southern University of Science and Technology", meta: "Shenzhen", @@ -269,7 +258,7 @@ export default function About() { {roleItem.detail ? (

{roleItem.detail} @@ -346,7 +335,7 @@ export default function About() { {roleItem.detail ? (

{roleItem.detail} diff --git a/app/components/home-social-links.tsx b/app/components/home-social-links.tsx index c8c7c2a..206deb2 100644 --- a/app/components/home-social-links.tsx +++ b/app/components/home-social-links.tsx @@ -105,7 +105,9 @@ export default function HomeSocialLinks() {