diff --git a/src/components/sections/ExperienceComponent.astro b/src/components/sections/ExperienceComponent.astro index e23a3f9..f050b12 100644 --- a/src/components/sections/ExperienceComponent.astro +++ b/src/components/sections/ExperienceComponent.astro @@ -7,6 +7,32 @@ import Line from "../elements/NetworkLine.astro";

Experience

+ +
+
+

+ Bachelor of Computer Science student +

+

July 2024 - Present

+
+
+

+ Currently pursuing my Bachelor's degree in Computer + Science in Melbourne, after being awarded a 50% + scholarship to study! +

+

Relevant skills:

+
+
    +
  • C#
  • +
  • Vue.JS
  • +
+
+
+
+
@@ -45,7 +71,11 @@ import Line from "../elements/NetworkLine.astro";

Diploma in Computer Science student -

Jan 2022 - June 2024

+ +

+ @ Methodist College Kuala Lumpur +

+

Jan 2022 - June 2024


Achievements

diff --git a/src/components/sections/StreamSchedule.svelte b/src/components/sections/StreamSchedule.svelte index 0679650..06b2ab8 100644 --- a/src/components/sections/StreamSchedule.svelte +++ b/src/components/sections/StreamSchedule.svelte @@ -4,16 +4,16 @@ const myStreamSchedule = [ { - start: getUpcomingTimeDevTZ(3, "12:00"), - end: getUpcomingTimeDevTZ(3, "15:00"), + start: getUpcomingTimeDevTZ(4, "10:00"), + end: getUpcomingTimeDevTZ(4, "19:00"), }, { start: getUpcomingTimeDevTZ(5, "10:00"), - end: getUpcomingTimeDevTZ(5, "16:00"), + end: getUpcomingTimeDevTZ(5, "19:00"), }, ]; - const myLocation = "Australia/Melbourne"; + const myLocation = "Asia/Singapore"; /** * Calculates the upcoming specified time for a given day of the week in my timezone. @@ -118,21 +118,21 @@ >
{/if} -
+
diff --git a/src/pages/socials.astro b/src/pages/socials.astro index 135761e..a1c3c53 100644 --- a/src/pages/socials.astro +++ b/src/pages/socials.astro @@ -425,10 +425,18 @@ import StreamScheduleComponent from "../components/sections/StreamSchedule.svelt
Day