add statuscafe
Some checks failed
Build / deploy (push) Has been cancelled

This commit is contained in:
CJSatnarine
2026-01-30 18:54:10 -05:00
parent bbcdd424da
commit d54191c494
2 changed files with 16 additions and 0 deletions

View File

@@ -9,4 +9,7 @@ Hey! My name is CJ, and welcome to my little space on the internet. I just share
Alright, enjoy looking around. Feel free to [reach out to me](@/contact/_index.md).
:evergreen_tree: :evergreen_tree: \*escapes and goes into the [forest](@/secrets/forest/index.md)* :evergreen_tree: :evergreen_tree:
<div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div><script src="https://status.cafe/current-status.js?name=just_cj" defer></script>
<canvas id="rendering_canvas"/>

View File

@@ -112,3 +112,16 @@ p {
color: colours.$text;
}
// Statuscafe
#statuscafe {
padding: .5em;
background-color: black;
color: colours.$text;
border: 2px solid colours.$h1;
}
#statuscafe-username {
margin-bottom: .5em;
}
#statuscafe-content {
margin: 0 1em 0.5em 1em;
}