mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
updated experience and skills
This commit is contained in:
parent
b2abd4eecd
commit
700a7bb3d7
3 changed files with 59 additions and 59 deletions
Binary file not shown.
|
|
@ -63,7 +63,7 @@ function ExperienceTabContent() {
|
||||||
className: "pb-5",
|
className: "pb-5",
|
||||||
})}
|
})}
|
||||||
{Position({
|
{Position({
|
||||||
title: "Lead Full Stack Developer (Part Time)",
|
title: "Full Stack Developer (Part Time)",
|
||||||
dateRange: "Dec 2024 - Feb 2026",
|
dateRange: "Dec 2024 - Feb 2026",
|
||||||
country: "Malaysia",
|
country: "Malaysia",
|
||||||
highlights: [
|
highlights: [
|
||||||
|
|
@ -118,7 +118,7 @@ function ExtracurricularTabContent() {
|
||||||
className: "pb-5",
|
className: "pb-5",
|
||||||
highlights: [
|
highlights: [
|
||||||
`Leading frontend development of club's revamped website in Astro.`,
|
`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({
|
{Position({
|
||||||
|
|
@ -138,8 +138,8 @@ function ExtracurricularTabContent() {
|
||||||
highlights: [
|
highlights: [
|
||||||
"Directed actors during video filming process.",
|
"Directed actors during video filming process.",
|
||||||
"Frequently starred in videos, followed directions while also suggesting improvements.",
|
"Frequently starred in videos, followed directions while also suggesting improvements.",
|
||||||
"Edited raw footage into high quality videos."
|
"Edited raw footage into high quality videos.",
|
||||||
]
|
],
|
||||||
})}
|
})}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ import Card from "../global/Card.astro";
|
||||||
<div>
|
<div>
|
||||||
<div class="text-xl font-bold">Frontend</div>
|
<div class="text-xl font-bold">Frontend</div>
|
||||||
<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>Typescript,</div>
|
||||||
<div>React,</div>
|
<div>React,</div>
|
||||||
|
|
@ -28,10 +28,11 @@ import Card from "../global/Card.astro";
|
||||||
<div>
|
<div>
|
||||||
<div class="text-xl font-bold">Backend</div>
|
<div class="text-xl font-bold">Backend</div>
|
||||||
<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>Node.js,</div>
|
||||||
<div>PHP,</div>
|
<div>PHP,</div>
|
||||||
|
<div>C#,</div>
|
||||||
<div>Go,</div>
|
<div>Go,</div>
|
||||||
<div>Rust</div>
|
<div>Rust</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -39,12 +40,11 @@ import Card from "../global/Card.astro";
|
||||||
<div>
|
<div>
|
||||||
<div class="text-xl font-bold">Tools</div>
|
<div class="text-xl font-bold">Tools</div>
|
||||||
<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>Git,</div>
|
||||||
<div>Github,</div>
|
<div>Docker,</div>
|
||||||
<div>Codeberg,</div>
|
<div>Forgejo Actions</div>
|
||||||
<div>Visual Studio Code</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue