diff --git a/package-lock.json b/package-lock.json index b0a53c0..63bae9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,11 +11,11 @@ "@astrojs/mdx": "^4.3.0", "@astrojs/svelte": "^7.1.0", "@tailwindcss/vite": "^4.1.8", - "astro": "^5.9.0", + "astro": "^5.9.1", "caniuse-lite": "^1.0.30001698", "moment": "^2.30.1", "moment-timezone": "^0.6.0", - "svelte": "^5.33.15", + "svelte": "^5.33.16", "tailwindcss": "^4.1.8", "typescript": "^5.8.3" }, @@ -38,9 +38,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.0.tgz", - "integrity": "sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.1.tgz", + "integrity": "sha512-WDSyVIiz7sNcJcCJxJFITu6XjfGhJ50Z0auyaWsrM+xb07IlhBLFtQuDkNy0caVHWNcKTM2LISAaHhgkRqGAVg==", "license": "MIT" }, "node_modules/@astrojs/internal-helpers": { @@ -1587,12 +1587,12 @@ } }, "node_modules/astro": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.0.tgz", - "integrity": "sha512-AHF7oZDBQRwggHUG0bwBhRQjrDD+vJpCtPd0/GVxDB1hGRV0SQuFWS0UHX5bYczIqFcao1z9o9o0r2rQtHrTMg==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.1.tgz", + "integrity": "sha512-wxoJcTbuDZNFSv6EaL0PAlrp0Wx6VnOAULCXvy0scsV70oWMeUkdxuBxfO54JxO5Qgyvwj9h99y6E0elqOpGtA==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^2.12.0", + "@astrojs/compiler": "^2.12.1", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.2", "@astrojs/telemetry": "3.3.0", @@ -5133,9 +5133,9 @@ } }, "node_modules/svelte": { - "version": "5.33.15", - "resolved": "https://registry.npmjs.org/svelte/-/svelte-5.33.15.tgz", - "integrity": "sha512-068mFjz25qg+UTaWlnGEUfCX3VtypcODx3SbRUBvMfAnVim0jGs5q7M50SFKeI4EPvTe87cB1GJgMZhXAAc6OQ==", + "version": "5.33.16", + "resolved": "https://registry.npmjs.org/svelte/-/svelte-5.33.16.tgz", + "integrity": "sha512-bZZtbOXghLrLtOFRfVB1tYzM7Q9Ir3vKBWDKSq0onw3SR3W9LltqNIAP6smWipWTGl2cosjNzYcTxdhb9KV4Ug==", "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.3.0", diff --git a/package.json b/package.json index 8213c18..2f242ba 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ "@astrojs/mdx": "^4.3.0", "@astrojs/svelte": "^7.1.0", "@tailwindcss/vite": "^4.1.8", - "astro": "^5.9.0", + "astro": "^5.9.1", "caniuse-lite": "^1.0.30001698", "moment": "^2.30.1", "moment-timezone": "^0.6.0", - "svelte": "^5.33.15", + "svelte": "^5.33.16", "tailwindcss": "^4.1.8", "typescript": "^5.8.3" }, diff --git a/src/components/sections/IntroComponent.svelte b/src/components/sections/IntroComponent.svelte index 4adec1e..7e77127 100644 --- a/src/components/sections/IntroComponent.svelte +++ b/src/components/sections/IntroComponent.svelte @@ -135,7 +135,7 @@ height="131.8" /> -
Since I was little, I loved watching YouTube videos and the idea of bringing joy and laughter to a wider @@ -61,7 +61,7 @@ import Line from "../elements/NetworkLine.astro"; Mobile Development
In my Mobile App Development unit in University, I am tasked to develop Android apps using Android diff --git a/src/components/sections/SkillsComponent.astro b/src/components/sections/SkillsComponent.astro index 7037e70..a6309e5 100644 --- a/src/components/sections/SkillsComponent.astro +++ b/src/components/sections/SkillsComponent.astro @@ -12,7 +12,7 @@ import Line from "../elements/NetworkLine.astro";
I started my web development journey by building websites and widgets using vanilla HTML, CSS, Javascript @@ -87,7 +87,7 @@ import Line from "../elements/NetworkLine.astro";
With experience in various programming languages, I learnt to setup databases, implement routing and @@ -156,7 +156,7 @@ import Line from "../elements/NetworkLine.astro";
My first exposure to data science was through learning Computer Vision. I learn how to use OpenCV in Python to diff --git a/src/components/sections/StreamSchedule.svelte b/src/components/sections/StreamSchedule.svelte index b3c65a3..9be605e 100644 --- a/src/components/sections/StreamSchedule.svelte +++ b/src/components/sections/StreamSchedule.svelte @@ -9,16 +9,7 @@ end: moment.Moment; }; - const myStreamSchedule: null | StreamScheduleDay[] = [ - { - start: getUpcomingTimeDevTZ(2, "10:00"), - end: getUpcomingTimeDevTZ(2, "17:00"), - }, - { - start: getUpcomingTimeDevTZ(5, "10:00"), - end: getUpcomingTimeDevTZ(5, "17:00"), - }, - ]; + const myStreamSchedule: null | StreamScheduleDay[] = []; /** * Calculates the upcoming specified time for a given day of the week in my timezone. diff --git a/src/components/sections/WhatIDoComponent.astro b/src/components/sections/WhatIDoComponent.astro index e40343d..1141af6 100644 --- a/src/components/sections/WhatIDoComponent.astro +++ b/src/components/sections/WhatIDoComponent.astro @@ -15,7 +15,7 @@ import Card from "../elements/Card.astro";
Bringing ideas to life on the web is my passion. I enjoy
bringing my imagination to life through web development.
@@ -26,7 +26,7 @@ import Card from "../elements/Card.astro";
Using data to make decisions is a powerful tool. I am
experienced in analyzing data and making decisions based
@@ -40,7 +40,7 @@ import Card from "../elements/Card.astro";
Everyone has something to give, or something to share. I
produce content around productivity and software
diff --git a/src/pages/contact.astro b/src/pages/contact.astro
index e6aa029..e96d77b 100644
--- a/src/pages/contact.astro
+++ b/src/pages/contact.astro
@@ -24,7 +24,7 @@ import Footer from "../components/sections/FooterComponent.astro";
Looking for a young developer with fresh ideas?
Data Science
-
+
Content Creation
-
+
+