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() {
{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..83bd1a4 100644 --- a/app/components/home-social-links.tsx +++ b/app/components/home-social-links.tsx @@ -8,6 +8,7 @@ type SocialBrand = "email" | "signal" | "github" | "linkedin" | "spotify"; const SOCIAL_LINKS: Array<{ href: string; label: string; + tip?: string; ariaLabel: string; brand: SocialBrand; external?: boolean; @@ -16,6 +17,7 @@ const SOCIAL_LINKS: Array<{ { href: "mailto:kaichen.dev.37@gmail.com", label: "Email", + tip: "Email: kaichen.dev.37@gmail.com", ariaLabel: "Email", brand: "email", icon: ( @@ -82,8 +84,8 @@ export default function HomeSocialLinks() { return (