diff --git a/src/components/sections/WhatIDoComponent.astro b/src/components/sections/WhatIDoComponent.astro
index a59f1c8..a0ce981 100644
--- a/src/components/sections/WhatIDoComponent.astro
+++ b/src/components/sections/WhatIDoComponent.astro
@@ -2,70 +2,70 @@
import Card from "../elements/Card.astro";
---
-
-
-
What I Do
-
-
-
-
- Web Development
-
-
-
- Bringing ideas to life on the web is my passion. I enjoy
- bringing my imagination to life through web development.
-
-
-
+
+
+
What I Do
+
+
+
+
+ Web Development
+
+
+
+ Bringing ideas to life on the web is my passion. I enjoy
+ bringing my imagination to life through web development.
+
+
+
-
-
-
Data Science
-
-
- Using data to make decisions is a powerful tool. I am
- experienced in analyzing data and making decisions based
- on data.
-
-
-
+
+
+
Data Science
+
+
+ Using data to make decisions is a powerful tool. I am
+ experienced in analyzing data and making decisions based
+ on data.
+
+
+
-
-
-
- Content Creation
-
-
-
- Everyone has something to give, or something to share. I
- produce content around productivity and software
- development.
-
-
-
-
-
+
+
+
+ Content Creation
+
+
+
+ Everyone has something to give, or something to share. I
+ produce content around productivity and software
+ development.
+
+
+
+
+
diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro
index ae7da9e..2c76319 100644
--- a/src/pages/blog/[...slug].astro
+++ b/src/pages/blog/[...slug].astro
@@ -5,11 +5,11 @@ import Layout from "../../layouts/Layout.astro";
import Footer from "../../components/sections/FooterComponent.astro";
export async function getStaticPaths() {
- const blogEntries = await getCollection("blog");
- return blogEntries.map((entry) => ({
- params: { slug: entry.slug },
- props: { entry },
- }));
+ const blogEntries = await getCollection("blog");
+ return blogEntries.map((entry) => ({
+ params: { slug: entry.slug },
+ props: { entry },
+ }));
}
const { entry } = Astro.props;
@@ -17,123 +17,118 @@ const { Content } = await entry.render();
---
-
-
-
{entry.data.title}
-
- Published
- {
- new Date(entry.data.pubDate).toLocaleDateString("en-UK", {
- day: "numeric",
- month: "long",
- year: "numeric",
- })
- }
-
-
by {entry.data.author}
-
{entry.data.description}
+
+
+
{entry.data.title}
+
+ Published
+ {
+ new Date(entry.data.pubDate).toLocaleDateString("en-UK", {
+ day: "numeric",
+ month: "long",
+ year: "numeric",
+ })
+ }
+
+
by {entry.data.author}
+
{entry.data.description}
-
- {
- entry.data.tags?.map((tag) => (
-
- {tag}
-
- ))
- }
-
+
+ {
+ entry.data.tags?.map((tag) => (
+
+ {tag}
+
+ ))
+ }
+
-
+
-
-
-
-
-
+
+
+
+
+
diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro
index ee1961a..2072ab2 100644
--- a/src/pages/blog/index.astro
+++ b/src/pages/blog/index.astro
@@ -9,78 +9,74 @@ const blogPosts = await getCollection("blog");
---
-
-
Blog
-
-
-
- This is where I upload my blogs. No paywalls, no ads, no
- bullshit.
-
-
+
+
Blog
+
+
+
+ This is where I upload my blogs. No paywalls, no ads, no
+ bullshit.
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/src/pages/contact.astro b/src/pages/contact.astro
index 9a13481..d4cfc5f 100644
--- a/src/pages/contact.astro
+++ b/src/pages/contact.astro
@@ -7,51 +7,51 @@ import Footer from "../components/sections/FooterComponent.astro";
---
-
-
-
+
+
+
diff --git a/src/pages/discord.astro b/src/pages/discord.astro
index 51fe350..4616328 100644
--- a/src/pages/discord.astro
+++ b/src/pages/discord.astro
@@ -3,11 +3,11 @@ import InfoLayout from "../layouts/InfoLayout.astro";
---
diff --git a/src/pages/experience.astro b/src/pages/experience.astro
index 4a7c6d5..10ade78 100644
--- a/src/pages/experience.astro
+++ b/src/pages/experience.astro
@@ -7,13 +7,13 @@ import Footer from "../components/sections/FooterComponent.astro";
---
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/pages/faq.astro b/src/pages/faq.astro
index 347ecac..ac814d2 100644
--- a/src/pages/faq.astro
+++ b/src/pages/faq.astro
@@ -5,88 +5,88 @@ import Footer from "../components/sections/FooterComponent.astro";
---
-
-
-
-
- Frequently Asked Questions
-
-
-
-
Who are you?
-
- I'm Ryan, I am a software developer and a coworking & study
- streamer.
-
-
- See my website here to learn more about me, including my software development portfolio
- and my content creation projects.
-
-
-
- Where are you from? What languages do you speak?
-
-
- I'm born and raised in Malaysia, studying in Australia. I
- speak English, Mandarin Chinese, and some Malay. I can read
- both traditional and simplified Chinese characters.
-
-
-
-
- How to pronounce your username?
-
-
- Try to pronounce Python, and then replace the "Py" with
- "Ry". You can also call me "Ry" or "Ryan" if you prefer.
-
-
-
-
What is a coworking stream?
-
- That question is answered here.
-
-
-
-
- Why are you muted? Why aren't you reading chat?
-
-
- During work time, I am muted and not reading chat to focus
- on my work. I will try to catch up on chat during break
- time.
-
-
-
-
Is that a keychron?
-
No. It's an Epomaker GK64x modded with black switches.
-
-
-
-
-
-
+
+
+
+
+ Frequently Asked Questions
+
+
+
+
Who are you?
+
+ I'm Ryan, I am a software developer and a coworking & study
+ streamer.
+
+
+ See my website here to learn more about me, including my software development portfolio
+ and my content creation projects.
+
+
+
+ Where are you from? What languages do you speak?
+
+
+ I'm born and raised in Malaysia, studying in Australia. I
+ speak English, Mandarin Chinese, and some Malay. I can read
+ both traditional and simplified Chinese characters.
+
+
+
+
+ How to pronounce your username?
+
+
+ Try to pronounce Python, and then replace the "Py" with
+ "Ry". You can also call me "Ry" or "Ryan" if you prefer.
+
+
+
+
What is a coworking stream?
+
+ That question is answered here.
+
+
+
+
+ Why are you muted? Why aren't you reading chat?
+
+
+ During work time, I am muted and not reading chat to focus
+ on my work. I will try to catch up on chat during break
+ time.
+
+
+
+
Is that a keychron?
+
No. It's an Epomaker GK64x modded with black switches.
+
+
+
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 7d9f429..4a3ae19 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -13,49 +13,49 @@ import Footer from "../components/sections/FooterComponent.astro";
---
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/live.astro b/src/pages/live.astro
index caaa0fe..5ac1886 100644
--- a/src/pages/live.astro
+++ b/src/pages/live.astro
@@ -3,12 +3,12 @@ import InfoLayout from "../layouts/InfoLayout.astro";
---
diff --git a/src/pages/onlyfans.astro b/src/pages/onlyfans.astro
index 1c60dd5..66b75fc 100644
--- a/src/pages/onlyfans.astro
+++ b/src/pages/onlyfans.astro
@@ -3,12 +3,12 @@ import InfoLayout from "../layouts/InfoLayout.astro";
---
diff --git a/src/pages/projects.astro b/src/pages/projects.astro
index 1889389..1e44d0d 100644
--- a/src/pages/projects.astro
+++ b/src/pages/projects.astro
@@ -7,102 +7,102 @@ import Footer from "../components/sections/FooterComponent.astro";
---
-
-
-
Projects
-
-
-
-
-
+
+
+
Projects
+
+
+
+
+
diff --git a/src/pages/skills.astro b/src/pages/skills.astro
index 3420e10..3dbbb94 100644
--- a/src/pages/skills.astro
+++ b/src/pages/skills.astro
@@ -8,87 +8,75 @@ import Footer from "../components/sections/FooterComponent.astro";
---
-
-
-
-
-
-
-
-
-
Content Creation
-
-
-
- Since I was little, I loved watching YouTube videos and
- the idea of bringing joy and laughter to a wider
- audience. Thus, I began my journey in content creation
- through YouTube videos and Twitch streaming. I typically
- do coworking & study streams to keep myself accountable
- and encourage productivity amongst viewers. I also do
- software and game development streams where I showcase
- my work flow.
-
-
-
- OBS
-
-
- DaVinci Resolve
-
-
- Twitch
-
-
- YouTube
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Content Creation
+
+
+
+ Since I was little, I loved watching YouTube videos and
+ the idea of bringing joy and laughter to a wider
+ audience. Thus, I began my journey in content creation
+ through YouTube videos and Twitch streaming. I typically
+ do coworking & study streams to keep myself accountable
+ and encourage productivity amongst viewers. I also do
+ software and game development streams where I showcase
+ my work flow.
+
+
+
+ OBS
+
+
+ DaVinci Resolve
+
+
+ Twitch
+
+
+ YouTube
+
+
+
+
+
+
+
diff --git a/src/pages/socials.astro b/src/pages/socials.astro
index 612d31e..6010125 100644
--- a/src/pages/socials.astro
+++ b/src/pages/socials.astro
@@ -5,934 +5,905 @@ import Footer from "../components/sections/FooterComponent.astro";
---
-
+
diff --git a/src/pages/what-i-do.astro b/src/pages/what-i-do.astro
index a907078..f17cfda 100644
--- a/src/pages/what-i-do.astro
+++ b/src/pages/what-i-do.astro
@@ -8,202 +8,202 @@ import Footer from "../components/sections/FooterComponent.astro";
---