diff --git a/src/components/global/Card.astro b/src/components/global/Card.astro index 6da89e8..e3d07cd 100644 --- a/src/components/global/Card.astro +++ b/src/components/global/Card.astro @@ -1,13 +1,15 @@ --- -interface Props { +type Props = { + href?: string; primaryColor: string; bgColor?: string; scaleOnHover?: boolean; pixelHeight?: string; className?: string; -} +}; const { + href, primaryColor, bgColor = "#282828", scaleOnHover = false, @@ -16,11 +18,34 @@ const { } = Astro.props; --- -
-
-
- I was born and raised in Malaysia, currently studying my Bachelor's
- in Computer Science in Australia! I speak fluent in Mandarin Chinese
- and English.
-
- I'm passionate about developing open source projects that benefit others,
- and I have extensive experience in leadership roles.
-
- I'm also
- well-connected with various Twitch streamers and content
- creators, thanks to prominent projects that have had a positive impact on
- the streaming community. I'm strongly motivated in the fields of
- web development, computer vision and
- data science.
-
-