diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 70a0553..f07e2ad 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -3,7 +3,7 @@ title: About --- ## whoami -I'm Sean, a secondary school student from Hong Kong, who's interested in all things programming. I'm part of the CTF team [Black Bauhinia](https://ctftime.org/team/83678/), and have done independent security research. Other than infosec, I also enjoy being a hobbyist full stack developer and a competitive programmer. +I'm Sean, a secondary school student from Hong Kong who's interested in all things programming. I'm part of the CTF team [Black Bauhinia](https://ctftime.org/team/83678/), and have done independent security research. Other than infosec, I also enjoy being a hobbyist full stack developer and a competitive programmer. ## Research - [CVE-2025-23207 - KaTeX](https://github.com/KaTeX/KaTeX/security/advisories/GHSA-cg87-wmx4-v546) diff --git a/src/content/pages/contact.md b/src/content/pages/contact.md index b9a0bc4..85ba640 100644 --- a/src/content/pages/contact.md +++ b/src/content/pages/contact.md @@ -7,5 +7,8 @@ seo: Thank you for reaching out! Whether you have a question, a suggestion, or just want to share your thoughts, I'm all ears. Feel free to get in touch through any of the methods below: -_Social Media:_ -Connect with me on social media as well. Find me on [Twitter](https://twitter.com). +_Discord:_ +I regularly use [Discord](https://discord.com)! Find me at `@ensy.zip` or [visit this link to my profile](https://discord.com/users/603448257653374976). + +_Twitter:_ +Sometimes uses [Twitter](https://twitter.com). Find me at `@ensyzip` or [here](https://x.com/ensyzip). \ No newline at end of file diff --git a/src/data/site-config.ts b/src/data/site-config.ts index ae206a3..f12b289 100644 --- a/src/data/site-config.ts +++ b/src/data/site-config.ts @@ -78,6 +78,12 @@ const siteConfig: SiteConfig = { hero: { title: 'Hey!', text: "I'm **Sean**, otherwise known as *ensy* or *nsysean*, a programmer and CTF player from Hong Kong. [Learn more about me.](/about)", + actions: [ + { + text: 'Get in Touch', + href: '/contact' + } + ] }, postsPerPage: 8, projectsPerPage: 8