diff --git a/src/components/elements/Card.astro b/src/components/elements/Card.astro index ef7b0d3..6da89e8 100644 --- a/src/components/elements/Card.astro +++ b/src/components/elements/Card.astro @@ -1,80 +1,94 @@ --- interface Props { - primaryColor: string; - bgColor?: string; - scaleOnHover?: boolean; - pixelHeight?: string; - className?: string; + primaryColor: string; + bgColor?: string; + scaleOnHover?: boolean; + pixelHeight?: string; + className?: string; } const { - primaryColor, - bgColor = "#282828", - scaleOnHover = false, - pixelHeight = "70px", - className = "", + primaryColor, + bgColor = "#282828", + scaleOnHover = false, + pixelHeight = "70px", + className = "", } = Astro.props; ---
I started my web development journey by building websites and widgets using vanilla HTML, CSS, Javascript @@ -20,9 +20,11 @@ import Line from "../elements/NetworkLine.astro"; web development, I delved into frontend frameworks such as Svelte, React and Astro.
-With experience in various programming languages, I learnt to setup databases, implement routing and organized my code to ensure maintainability and scalability.
-My first exposure to data science was through learning Computer Vision. I learn how to use OpenCV in Python to @@ -162,9 +166,11 @@ import Line from "../elements/NetworkLine.astro"; as extracting, transforming and loading data, as well as data visualisation.
-