From fbd5f9adfcf3342de8e07669ac67929af694b338 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Sat, 1 Mar 2025 21:43:41 +1100 Subject: [PATCH] updated experience --- .../sections/ExperienceComponent.astro | 52 ++++++++++--------- src/components/sections/MoreExperience.astro | 50 ++++++++++++++++++ src/pages/experience.astro | 4 +- src/pages/index.astro | 6 +-- 4 files changed, 83 insertions(+), 29 deletions(-) create mode 100644 src/components/sections/MoreExperience.astro diff --git a/src/components/sections/ExperienceComponent.astro b/src/components/sections/ExperienceComponent.astro index 2f192e3..2cff22b 100644 --- a/src/components/sections/ExperienceComponent.astro +++ b/src/components/sections/ExperienceComponent.astro @@ -3,7 +3,7 @@ import Card from "../elements/Card.astro"; import Line from "../elements/NetworkLine.astro"; --- -
+

Experience

@@ -33,6 +33,32 @@ import Line from "../elements/NetworkLine.astro";
+ +
+
+

+ Lead Frontend Web Developer +

+

@ JW BizTech

+

Dec 2024 - Present

+
+
+

+ Led implementation of frontend technology stack for + websites. Worked closely with UI/UX designers to + translate designs into code, and with backend developers + to ensure smooth integration with CMS. +

+

Relevant skills:

+ +
    +
  • Astro
  • +
  • Typescript
  • +
  • TailwindCSS
  • +
+
+
+
@@ -64,30 +90,6 @@ import Line from "../elements/NetworkLine.astro";
- - -
-
-

- Diploma in Computer Science student -

-

- @ Methodist College Kuala Lumpur -

-

Jan 2022 - June 2024

-
-
-

Achievements

-
    -
  • - 4-time Dean's List Award recipient (>3.5 GPA) -
  • -
  • 3.8 CGPA
  • -
  • President of Computer Programming Club
  • -
  • Vice President of Diploma Union
  • -
-
-
diff --git a/src/components/sections/MoreExperience.astro b/src/components/sections/MoreExperience.astro new file mode 100644 index 0000000..8b2fa23 --- /dev/null +++ b/src/components/sections/MoreExperience.astro @@ -0,0 +1,50 @@ +--- +import Card from "../elements/Card.astro"; +import Line from "../elements/NetworkLine.astro"; +--- + +
+
+
+ + +
+
+

+ Diploma in Computer Science student +

+

+ @ Methodist College Kuala Lumpur +

+

Jan 2022 - June 2024

+
+
+

Achievements

+
    +
  • + 4-time Dean's List Award recipient (>3.5 GPA) +
  • +
  • 3.8 CGPA
  • +
  • President of Computer Programming Club
  • +
  • Vice President of Diploma Union
  • +
+
+
+
+
+
+ + diff --git a/src/pages/experience.astro b/src/pages/experience.astro index a5e33f0..4a7c6d5 100644 --- a/src/pages/experience.astro +++ b/src/pages/experience.astro @@ -2,6 +2,7 @@ import NavBar from "../components/sections/NavBar.astro"; import Layout from "../layouts/Layout.astro"; import EducationComponent from "../components/sections/ExperienceComponent.astro"; +import MoreExperience from "../components/sections/MoreExperience.astro"; import Footer from "../components/sections/FooterComponent.astro"; --- @@ -10,8 +11,9 @@ import Footer from "../components/sections/FooterComponent.astro"; description="Find out RythonDev's previous education" > -
+
+