From 5095a79758abb0d306d2d69c30f86eccd661b3c4 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Fri, 6 Jun 2025 21:50:52 +1000 Subject: [PATCH] added colours to theme --- src/components/elements/Card.astro | 134 ++++++++++-------- .../sections/ExperienceComponent.astro | 21 +-- src/components/sections/IntroComponent.svelte | 2 +- .../sections/ProjectsComponent.astro | 10 +- src/components/sections/SkillsComponent.astro | 84 +++++------ src/styles/global.css | 24 +++- svelte.config.js | 2 +- 7 files changed, 142 insertions(+), 135 deletions(-) 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.
-