From e56069d93492e0623406efd9b9a9e2f4c66b9c25 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Fri, 1 Aug 2025 15:42:30 +1000 Subject: [PATCH] removed skills story --- src/components/skills/MoreSkills.astro | 29 +++++---------------- src/components/skills/SkillsComponent.astro | 27 +++---------------- 2 files changed, 10 insertions(+), 46 deletions(-) diff --git a/src/components/skills/MoreSkills.astro b/src/components/skills/MoreSkills.astro index 12d12a1..7a10534 100644 --- a/src/components/skills/MoreSkills.astro +++ b/src/components/skills/MoreSkills.astro @@ -26,16 +26,13 @@ import Skill from "./Skill.astro"; text: "YouTube", bgColor: "red", }, + { + text: "CapCut", + bgColor: "white", + hoverTextColor: "black", + }, ]} - > - Since I was little, I loved watching YouTube videos and the idea - of bringing joy and laughter to a wider audience. Thus, I began - my journey in content creation through YouTube videos and Twitch - streaming. I typically do coworking & study streams to keep - myself accountable and encourage productivity amongst viewers. I - also do software and game development streams where I showcase - my workflow. - + />

- In my Mobile App Development unit in University, I am tasked - to develop Android apps using Android Studio. The final app - project I had developed was a LLM-powered quiz app with - features such as choosing your own topics, viewing your - question attempt history afterwards, and upgrading your tier - with Google Pay. -

-

- The marking tutor was impressed with my work, and offered me - to join a research lab because I had good potential. -

-
+ /> diff --git a/src/components/skills/SkillsComponent.astro b/src/components/skills/SkillsComponent.astro index eb9e443..3d470cd 100644 --- a/src/components/skills/SkillsComponent.astro +++ b/src/components/skills/SkillsComponent.astro @@ -52,23 +52,13 @@ import Skill from "./Skill.astro"; bgColor: "white", hoverTextColor: "black", }, - { - text: "HTMX", - bgColor: "var(--color-htmx)", - }, { text: "TailwindCSS", bgColor: "var(--color-tailwind)", hoverTextColor: "black", }, ]} - > - I started my web development journey by building websites and - widgets using vanilla HTML, CSS, Javascript and Express. As I - learnt more about the fundamentals of 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 open a webcam and - detect faces. Later on, I took a Diploma course that is focused - in data science, where I learnt how to do the fundamentals of - data science such as extracting, transforming and loading data, - as well as data visualisation. - + />