prettier time
This commit is contained in:
parent
77a85e1611
commit
83c4444c8e
16 changed files with 2636 additions and 84 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue