diff --git a/graveyard/Not Found.html b/graveyard/Not Found.html new file mode 100644 index 0000000..68826aa --- /dev/null +++ b/graveyard/Not Found.html @@ -0,0 +1,15 @@ + + + + + + Not Found + + + +

Page Not Found

+

whoops i made a invalid link!
i;ll totaly remember to fix later!

+ + + + \ No newline at end of file diff --git a/graveyard/tmp-hypnos/HypnoFont.ttf b/graveyard/tmp-hypnos/HypnoFont.ttf new file mode 100644 index 0000000..a1ad2bd Binary files /dev/null and b/graveyard/tmp-hypnos/HypnoFont.ttf differ diff --git a/graveyard/tmp-hypnos/audio/relaxation.mp3 b/graveyard/tmp-hypnos/audio/relaxation.mp3 new file mode 100644 index 0000000..48de685 Binary files /dev/null and b/graveyard/tmp-hypnos/audio/relaxation.mp3 differ diff --git a/graveyard/tmp-hypnos/audio/relaxation.txt b/graveyard/tmp-hypnos/audio/relaxation.txt new file mode 100644 index 0000000..af4f97b --- /dev/null +++ b/graveyard/tmp-hypnos/audio/relaxation.txt @@ -0,0 +1 @@ +DM_NO1ZPUSH3R - Relaxation diff --git a/graveyard/tmp-hypnos/images/explorer1.png b/graveyard/tmp-hypnos/images/explorer1.png new file mode 100755 index 0000000..bd97950 Binary files /dev/null and b/graveyard/tmp-hypnos/images/explorer1.png differ diff --git a/graveyard/tmp-hypnos/images/explorerbar.png b/graveyard/tmp-hypnos/images/explorerbar.png new file mode 100755 index 0000000..1d1b550 Binary files /dev/null and b/graveyard/tmp-hypnos/images/explorerbar.png differ diff --git a/graveyard/tmp-hypnos/images/expmenubar-combined.png b/graveyard/tmp-hypnos/images/expmenubar-combined.png new file mode 100644 index 0000000..2bf16d9 Binary files /dev/null and b/graveyard/tmp-hypnos/images/expmenubar-combined.png differ diff --git a/graveyard/tmp-hypnos/images/expmenubarbutton-sheet0.png b/graveyard/tmp-hypnos/images/expmenubarbutton-sheet0.png new file mode 100644 index 0000000..6a43c94 Binary files /dev/null and b/graveyard/tmp-hypnos/images/expmenubarbutton-sheet0.png differ diff --git a/graveyard/tmp-hypnos/images/expmenubarbutton-sheet1.png b/graveyard/tmp-hypnos/images/expmenubarbutton-sheet1.png new file mode 100644 index 0000000..ad7f467 Binary files /dev/null and b/graveyard/tmp-hypnos/images/expmenubarbutton-sheet1.png differ diff --git a/graveyard/tmp-hypnos/images/expmenubarbutton-sheet2.png b/graveyard/tmp-hypnos/images/expmenubarbutton-sheet2.png new file mode 100644 index 0000000..be73dc9 Binary files /dev/null and b/graveyard/tmp-hypnos/images/expmenubarbutton-sheet2.png differ diff --git a/graveyard/tmp-hypnos/images/musicend.png b/graveyard/tmp-hypnos/images/musicend.png new file mode 100755 index 0000000..121e0c1 Binary files /dev/null and b/graveyard/tmp-hypnos/images/musicend.png differ diff --git a/graveyard/tmp-hypnos/images/musicplay1.png b/graveyard/tmp-hypnos/images/musicplay1.png new file mode 100755 index 0000000..7b4b783 Binary files /dev/null and b/graveyard/tmp-hypnos/images/musicplay1.png differ diff --git a/graveyard/tmp-hypnos/images/musicplay3.png b/graveyard/tmp-hypnos/images/musicplay3.png new file mode 100755 index 0000000..ffc44ed Binary files /dev/null and b/graveyard/tmp-hypnos/images/musicplay3.png differ diff --git a/graveyard/tmp-hypnos/images/windowpane.png b/graveyard/tmp-hypnos/images/windowpane.png new file mode 100755 index 0000000..2a9612a Binary files /dev/null and b/graveyard/tmp-hypnos/images/windowpane.png differ diff --git a/graveyard/tmp-hypnos/images/zonecandy.png b/graveyard/tmp-hypnos/images/zonecandy.png new file mode 100644 index 0000000..56e8ad5 Binary files /dev/null and b/graveyard/tmp-hypnos/images/zonecandy.png differ diff --git a/graveyard/tmp-hypnos/images/zonefiles.png b/graveyard/tmp-hypnos/images/zonefiles.png new file mode 100644 index 0000000..beb196a Binary files /dev/null and b/graveyard/tmp-hypnos/images/zonefiles.png differ diff --git a/graveyard/tmp-hypnos/images/zoneselector04.png b/graveyard/tmp-hypnos/images/zoneselector04.png new file mode 100755 index 0000000..6d6b57f Binary files /dev/null and b/graveyard/tmp-hypnos/images/zoneselector04.png differ diff --git a/graveyard/tmp-hypnos/index.css b/graveyard/tmp-hypnos/index.css new file mode 100644 index 0000000..b38883d --- /dev/null +++ b/graveyard/tmp-hypnos/index.css @@ -0,0 +1,122 @@ +@font-face { + font-family: hypnos-default; + src: url("HypnoFont.ttf") format("truetype"); +} + +* { + image-rendering: pixelated; + font-family: hypnos-default; + + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +:root { + --bgfill: #e3dad4; +} + + +#main-win { + position: fixed; + width: 98vw; height: 95vh; + left: 1vw; top: 2.5vh; + + overflow: hidden; +} + +#main-win-border{ + position: relative; z-index: 150; + width: 100%; height: 100%; + border-image-source: url("images/windowpane.png"); + border-image-slice: 21 23 5 22 fill; + border-image-width: 10vh 6vw 2vh 6vw; + pointer-events: none; +} + +.ui { + position: absolute; + object-fit: contain; + max-width: 100%; max-height: 100%; + z-index: 160; + width: 7vw; height: 7vh /* these are just defaults*/ +} + +#explorer-header { + position: absolute; z-index: 140; + top: 9%; padding: 1% 3%; + height: 7%; width: 101%; + font-size: 1.25rem; + + background-image: url("images/explorerbar.png"); + background-size: 100% 100%; + + display: flex; + justify-content: flex-start; + align-items: center; +} + +#main-content { + position: absolute; top: 0; + width: 100%; height: 100%; + background-color: var(--bgfill); + overflow-y: scroll; + + border-style: solid; + border-color: black; + border-width: 0px 14vw; +} + +#zoneselection { + width: 100%; height: 20%; + position: relative; +} + +#zoneselection p { + position: absolute; left: 20%; + width: 65%; font-size: 1.2rem; + margin-top: 5px; + color: white; text-align: center; +} + +#zoneselection-icon { + position: absolute; top: 0; z-index: 10; + max-height: 78%; height: 100%; + } + +#zoneselection-bg { + position: absolute; top: 0; + width: 100%; +} + +#autoplay-box { + position: absolute; bottom: 1.5%; left: 1.5%; z-index: 140; + width: 100%; height: 10%; overflow: hidden; +} + +#autoplay-box>img { + position: relative; + height: 100%; z-index: 140; +} + +#autoplay-text-box { + position: absolute; top: 0; z-index: 130; + left: -90.5%; + height: 100%; width: 100%; + transition: left ease-out 1.4s; +} + +#autoplay-text-box>img { + position: absolute; right: 0; z-index: 130; + height: 100%; +} + +#autoplay-text-text { + position: absolute; z-index: 120; + top: 10%; right: 0; + height: 80%; width: 100%; + + background-color: purple; color: white; + text-align: right; + padding: 1.5%; +} diff --git a/graveyard/tmp-hypnos/index.html b/graveyard/tmp-hypnos/index.html new file mode 100644 index 0000000..a481c5d --- /dev/null +++ b/graveyard/tmp-hypnos/index.html @@ -0,0 +1,59 @@ + + + + hypnos style test + + + + + + + +
+
+ +
+ + test +
+
+
+ +
+ Hypnospace Zone Hub +
+
+
+
+ + +

COMX ZONE

Read the hottest comics written in-house!

+
+
+ + +

DOCUMENTATION

Need help with something off-platform? Check here!

+
+
+
+
+ + + diff --git a/graveyard/tmp-hypnos/music-ideas.txt b/graveyard/tmp-hypnos/music-ideas.txt new file mode 100644 index 0000000..3296298 --- /dev/null +++ b/graveyard/tmp-hypnos/music-ideas.txt @@ -0,0 +1,28 @@ +some songs that really hit hard and i want autoplaying + +devs said only 3-4 so we gotta narrow the hsol ones down +hsol +the gizmo factory +relaxation +awesome rap beat (teentopia nov5 theme) +teentopia hypnospace anthem (yes its confusing) +tuba buffet +redstryke - push +we fell into a dream +dm_no1ze dezert +dm_no1ze ice cream and booze +global groove +goodtime rock +cave drip + +dimensional voyager (mysterious) +moonlit sewer garden (spooky) +work through sunrise (sad) + + +ufo 50 +seaside drive stage one +mooncat stage one + +penix +vs layton - city at night diff --git a/graveyard/tmp-hypnos/musiclist.csv b/graveyard/tmp-hypnos/musiclist.csv new file mode 100644 index 0000000..fa7e528 --- /dev/null +++ b/graveyard/tmp-hypnos/musiclist.csv @@ -0,0 +1,3 @@ +page,song +/oneshot/tmp-hypnos/,relaxation +/oneshot/tmp-hypnos/page2, dm_no1ze desert diff --git a/graveyard/tmp-hypnos/musicloader.js b/graveyard/tmp-hypnos/musicloader.js new file mode 100644 index 0000000..f6ccee2 --- /dev/null +++ b/graveyard/tmp-hypnos/musicloader.js @@ -0,0 +1,71 @@ +AUTOplay = {} +AUTOplay.player = null; +AUTOplay.curSong = ""; +AUTOplay.dispSong = ""; + +// fetch the song data on startup! +window.addEventListener("DOMContentLoaded", getPageSong); + + +async function getPageSong() +{ + if (!document.getElementById("autoplay-text-box")) + { return; } + + let req = await fetch("musiclist.csv"); + if (!req.ok) + { throw new Error(`HTTP error" ${req.status}`); } + list = await req.text(); + list = list.split('\n'); + list.shift(); // getting rid of the csv header + + var pgsong = "def" + for (const line of list) + { + let songline = line.split(','); + if(songline[1] === undefined) + { continue; } + if(!window.location.pathname.startsWith(songline[0])) + { continue; } + + pgsong = songline[1]; + } + if(pgsong == "def") + { + console.warn("No page song defined! Defaulting to relaxation"); + pgsong = "relaxation"; + } + + let namereq = await fetch(`audio/${pgsong}.txt`); + if (!req.ok) + AUTOplay.dispSong = `${pgsong}.mp3`; + else + AUTOplay.dispSong = await namereq.text(); + + AUTOplay.curSong = pgsong; + AUTOplay.player = new Audio(`audio/${pgsong}.mp3`); + + AUTOplay.player.addEventListener("play", playMus); + AUTOplay.player.addEventListener("pause", stopMus); + AUTOplay.player.play(); // will most likely fail but we tried :) +} + +function playMus() +{ + document.getElementById("autoplay-text-box").style.left = "-50%"; + document.getElementById("autoplay-text-text").innerHTML = AUTOplay.dispSong; +} + +function stopMus() +{ + document.getElementById("autoplay-text-box").style.left = "-90.5%"; + document.getElementById("autoplay-text-text").innerHTML = ""; +} + +function toggleMus() +{ + if (AUTOplay.player.paused) + { AUTOplay.player.play(); } + else + { AUTOplay.player.pause(); } +} diff --git a/graveyard/tmp-hypnos/page2.html b/graveyard/tmp-hypnos/page2.html new file mode 100644 index 0000000..146a9eb --- /dev/null +++ b/graveyard/tmp-hypnos/page2.html @@ -0,0 +1,13 @@ + + + + pg2 + + + + + + + diff --git a/graveyard/tmp-hypnos/refimage.png b/graveyard/tmp-hypnos/refimage.png new file mode 100644 index 0000000..bd34a0b Binary files /dev/null and b/graveyard/tmp-hypnos/refimage.png differ diff --git a/graveyard/welcome_backup.html b/graveyard/welcome_backup.html new file mode 100644 index 0000000..3ab7dba --- /dev/null +++ b/graveyard/welcome_backup.html @@ -0,0 +1,132 @@ + + + + + + candys entrance + + + + + + + +
+ +
+ +
+ + + + + + + + + + +

+ + while exploring the forest, you stumble upon a strange looking pond + + containing an old pc.. despite the lack of cables, it seems to be running. + + jump in? y/n + +

+ + + + + diff --git a/imagecrunch.sh b/imagecrunch.sh new file mode 100644 index 0000000..bb1921a --- /dev/null +++ b/imagecrunch.sh @@ -0,0 +1,2 @@ +# 1024x for bigger +convert $1 -resize 128x -remap netscape: -ordered-dither o4x4,4 -colorspace transparent $2 diff --git a/oneshot/balatro/image/atlasdeck.png b/oneshot/balatro/image/atlasdeck.png new file mode 100644 index 0000000..b118679 Binary files /dev/null and b/oneshot/balatro/image/atlasdeck.png differ diff --git a/oneshot/balatro/index.css b/oneshot/balatro/index.css new file mode 100644 index 0000000..f0d9ffb --- /dev/null +++ b/oneshot/balatro/index.css @@ -0,0 +1,27 @@ +* { image-rendering: pixelated; } + + +.tablecards { + position: absolute; top: 40%; + width: 10%; height: auto; + transition: transform, left, top, 1s; + --flatten: perspective(15cm) rotateX(65deg); + --floatset: 0px; +} +.tablecards:hover { + transform: translateX(var(--floatset)) translateY(-20%) !important; } + +#deckprogress { + left: 10%; + transform: var(--flatten) rotate(-40deg); + --floatset: 50%; +} + +#temper { + left: 80%; + transform: var(--flatten) rotate(40deg); + --floatset: -50%; +} + + + diff --git a/oneshot/balatro/index.html b/oneshot/balatro/index.html new file mode 100644 index 0000000..db24e1e --- /dev/null +++ b/oneshot/balatro/index.html @@ -0,0 +1,76 @@ +--- +layout: null +--- + + + + + balatro modded 100% completion + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/oneshot/newlayout2/index.html b/oneshot/newlayout2/index.html new file mode 100644 index 0000000..84f3427 --- /dev/null +++ b/oneshot/newlayout2/index.html @@ -0,0 +1,23 @@ +--- +layout: barebones +--- + + +
hello world
+ diff --git a/oneshot/newlayout2/site_musicplaying.gif b/oneshot/newlayout2/site_musicplaying.gif new file mode 100644 index 0000000..6870b78 Binary files /dev/null and b/oneshot/newlayout2/site_musicplaying.gif differ diff --git a/oneshot/springtea/index.html b/oneshot/springtea/index.html new file mode 100644 index 0000000..e9ec736 --- /dev/null +++ b/oneshot/springtea/index.html @@ -0,0 +1,165 @@ + + + + + + + +
+ hello world +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + candycane/etherware + + + + + + + + + + + + + + + + + diff --git a/oneshot/terminal/index.html b/oneshot/terminal/index.html new file mode 100644 index 0000000..30cd523 --- /dev/null +++ b/oneshot/terminal/index.html @@ -0,0 +1,5 @@ +--- +--- + +
+ diff --git a/personal/journal.html b/personal/journal.html index aee02a6..dbe929b 100644 --- a/personal/journal.html +++ b/personal/journal.html @@ -17,6 +17,20 @@ permalink: /journal

basically the "hidden" vent section ive seen the webtracker nobody looks at this page

+
+

2025-06-14

+

(12:06)
+ hi sorry i havent written anything here
+ even with the blackout on the site
+ not a lot happened really, just uni
+ but todays my friends bday and im going over to their party
+ iin like 2 hours so thats exciting!!
+ (22:19)
+ im exhausted it kept going for 8 hours
+ it was pretty fun, tho :D +

+
+

2025-06-12

(09:38)
diff --git a/upload_cmc.sh b/upload_cmc.sh new file mode 100755 index 0000000..42f8b05 --- /dev/null +++ b/upload_cmc.sh @@ -0,0 +1,7 @@ +bn=$(basename $2) +page="_comic/$1.md" + +echo -e "---\nimage: comic/$bn\ntitle: \n---" >> $page +vim $page + +curl "$2" > assets/images/comic/$bn