removed skills story

This commit is contained in:
liyunze 2025-08-01 15:42:30 +10:00
parent a180ac5966
commit e56069d934
2 changed files with 10 additions and 46 deletions

View file

@ -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.
</Skill>
/>
<Line height="50px" />
<Skill
primaryColor="#9D76C1"
@ -54,19 +51,7 @@ import Skill from "./Skill.astro";
bgColor: "var(--color-kotlin)",
},
]}
><p class="text-left">
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.
</p>
<p class="text-left">
The marking tutor was impressed with my work, and offered me
to join a research lab because I had good potential.
</p>
</Skill>
/>
</div>
</div>
</div>

View file

@ -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.
</Skill>
/>
<Line height="50px" />
<Skill
title="Backend Development"
@ -115,11 +105,7 @@ import Skill from "./Skill.astro";
bgColor: "var(--color-mongodb)",
},
]}
>
With experience in various programming languages, I learnt to
setup databases, implement routing and organized my code to
ensure maintainability and scalability.
</Skill>
/>
<Line height="50px" />
<Skill
title="Data Science"
@ -159,14 +145,7 @@ import Skill from "./Skill.astro";
hoverTextColor: "black",
},
]}
>
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.
</Skill>
/>
</div>
</div>
</div>