updated experience and skills

This commit is contained in:
liyunze 2026-04-08 11:52:36 +10:00
parent b2abd4eecd
commit 700a7bb3d7
3 changed files with 59 additions and 59 deletions

View file

@ -63,7 +63,7 @@ function ExperienceTabContent() {
className: "pb-5",
})}
{Position({
title: "Lead Full Stack Developer (Part Time)",
title: "Full Stack Developer (Part Time)",
dateRange: "Dec 2024 - Feb 2026",
country: "Malaysia",
highlights: [
@ -118,7 +118,7 @@ function ExtracurricularTabContent() {
className: "pb-5",
highlights: [
`Leading frontend development of club's revamped website in Astro.`,
"Hosted study sessions to encourage productivity amongst students."
"Hosted study sessions to encourage productivity amongst students.",
],
})}
{Position({
@ -138,8 +138,8 @@ function ExtracurricularTabContent() {
highlights: [
"Directed actors during video filming process.",
"Frequently starred in videos, followed directions while also suggesting improvements.",
"Edited raw footage into high quality videos."
]
"Edited raw footage into high quality videos.",
],
})}
</>
);

View file

@ -18,7 +18,7 @@ import Card from "../global/Card.astro";
<div>
<div class="text-xl font-bold">Frontend</div>
<div
class="flex flex-row flex-wrap items-center justify-start gap-2 text-sm"
class="flex flex-row flex-wrap items-center justify-start gap-x-1 text-sm"
>
<div>Typescript,</div>
<div>React,</div>
@ -28,10 +28,11 @@ import Card from "../global/Card.astro";
<div>
<div class="text-xl font-bold">Backend</div>
<div
class="flex flex-row flex-wrap items-center justify-start gap-x-2 text-sm"
class="flex flex-row flex-wrap items-center justify-start gap-x-1 text-sm"
>
<div>Node.js,</div>
<div>PHP,</div>
<div>C#,</div>
<div>Go,</div>
<div>Rust</div>
</div>
@ -39,12 +40,11 @@ import Card from "../global/Card.astro";
<div>
<div class="text-xl font-bold">Tools</div>
<div
class="flex flex-row flex-wrap items-center justify-start gap-x-2 text-sm"
class="flex flex-row flex-wrap items-center justify-start gap-x-1 text-sm"
>
<div>Git,</div>
<div>Github,</div>
<div>Codeberg,</div>
<div>Visual Studio Code</div>
<div>Docker,</div>
<div>Forgejo Actions</div>
</div>
</div>
</div>