diff --git a/public/images/pfp-862x1078.webp b/public/images/pfp-862x1078.webp deleted file mode 100644 index 7ee772a..0000000 Binary files a/public/images/pfp-862x1078.webp and /dev/null differ diff --git a/public/images/pfp-square.webp b/public/images/pfp-square.webp deleted file mode 100644 index 2e3dd68..0000000 Binary files a/public/images/pfp-square.webp and /dev/null differ diff --git a/public/images/pfp_transparent_square.png b/public/images/pfp_transparent_square.png new file mode 100644 index 0000000..bfa3cfa Binary files /dev/null and b/public/images/pfp_transparent_square.png differ diff --git a/src/components/Card.astro b/src/components/Card.astro index 75424b8..86fdbaf 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -2,12 +2,13 @@ interface Props { primaryColor: string; bgColor: string; + scaleOnHover: boolean; } -const { primaryColor, bgColor = "#282828" } = Astro.props; +const { primaryColor, bgColor = "#282828", scaleOnHover = false } = Astro.props; --- -
- {introState1}|
-
{introState2}
- {roleState}|
-
- A computer science undergraduate student, passionate in - frontend web development and content creation. -
+
+ I am an undergraduate student, passionate in frontend web + development. I built this website using Astro, Svelte, TailwindCSS + and Typescript! +
+I hope you enjoy your stay here!
+