prettier time

This commit is contained in:
nin0 2025-04-21 08:42:18 -04:00
parent 77a85e1611
commit 83c4444c8e
Signed by: nin0
SSH key fingerprint: SHA256:NOoDnFVvZNFvqfXCIhzr6oCTDImZAbTTuyAysZ8Ufk8
16 changed files with 2636 additions and 84 deletions

View file

@ -13,12 +13,19 @@ import GroupBox from "@components/GroupBox.astro";
document
.querySelector("#show-code-window")
.addEventListener("click", () => WindowManager.topmost = document.getElementById("window-code-window"));
.addEventListener(
"click",
() =>
(WindowManager.topmost =
document.getElementById("window-code-window"))
);
new Lanyard(LANYARD_ID, presence =>
window.dispatchEvent(new CustomEvent('lanyard-update', {
detail: presence
}))
window.dispatchEvent(
new CustomEvent("lanyard-update", {
detail: presence
})
)
);
</script>
@ -30,8 +37,8 @@ import GroupBox from "@components/GroupBox.astro";
<GroupBox>
<h3>About me</h3>
<p>
I'm a Canadian self-taught software developer.
I also make things that some people use with varying degrees of usefulness.
I'm a Canadian self-taught software developer. I also make things
that some people use with varying degrees of usefulness.
</p>
</GroupBox>