dumping everything that wasnt saved before i delete this folder
Some checks failed
Deploy to neocities / deploy (push) Has been cancelled
15
graveyard/Not Found.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Not Found</title>
|
||||
<link href="Not%20Found_files/style.css" rel="stylesheet" type="text/css" media="all">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Page Not Found</h1>
|
||||
<p>whoops i made a invalid link!<br>i;ll totaly remember to fix later!<br></p>
|
||||
<img src="Not%20Found_files/site_sleep.png">
|
||||
|
||||
|
||||
</body></html>
|
BIN
graveyard/tmp-hypnos/HypnoFont.ttf
Normal file
BIN
graveyard/tmp-hypnos/audio/relaxation.mp3
Normal file
1
graveyard/tmp-hypnos/audio/relaxation.txt
Normal file
@ -0,0 +1 @@
|
||||
DM_NO1ZPUSH3R - Relaxation
|
BIN
graveyard/tmp-hypnos/images/explorer1.png
Executable file
After Width: | Height: | Size: 527 B |
BIN
graveyard/tmp-hypnos/images/explorerbar.png
Executable file
After Width: | Height: | Size: 261 B |
BIN
graveyard/tmp-hypnos/images/expmenubar-combined.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
graveyard/tmp-hypnos/images/expmenubarbutton-sheet0.png
Normal file
After Width: | Height: | Size: 470 B |
BIN
graveyard/tmp-hypnos/images/expmenubarbutton-sheet1.png
Normal file
After Width: | Height: | Size: 547 B |
BIN
graveyard/tmp-hypnos/images/expmenubarbutton-sheet2.png
Normal file
After Width: | Height: | Size: 314 B |
BIN
graveyard/tmp-hypnos/images/musicend.png
Executable file
After Width: | Height: | Size: 183 B |
BIN
graveyard/tmp-hypnos/images/musicplay1.png
Executable file
After Width: | Height: | Size: 434 B |
BIN
graveyard/tmp-hypnos/images/musicplay3.png
Executable file
After Width: | Height: | Size: 467 B |
BIN
graveyard/tmp-hypnos/images/windowpane.png
Executable file
After Width: | Height: | Size: 364 B |
BIN
graveyard/tmp-hypnos/images/zonecandy.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
graveyard/tmp-hypnos/images/zonefiles.png
Normal file
After Width: | Height: | Size: 488 B |
BIN
graveyard/tmp-hypnos/images/zoneselector04.png
Executable file
After Width: | Height: | Size: 446 B |
122
graveyard/tmp-hypnos/index.css
Normal file
@ -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%;
|
||||
}
|
59
graveyard/tmp-hypnos/index.html
Normal file
@ -0,0 +1,59 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>hypnos style test</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
|
||||
<!-- putting stuff specific to this page here -->
|
||||
<style>
|
||||
#zonelist {
|
||||
position: absolute; top: 40%;
|
||||
width: 100%; height: 100%;
|
||||
|
||||
background-color: #9ea59e;
|
||||
padding: 0 10%;
|
||||
|
||||
display: flex; flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<script src="musicloader.js"></script>
|
||||
<div id="main-win">
|
||||
<div id="autoplay-box" onclick="toggleMus()">
|
||||
<image src="images/musicplay1.png">
|
||||
<div id="autoplay-text-box">
|
||||
<img src="images/musicend.png">
|
||||
<span id="autoplay-text-text">test</span>
|
||||
</div>
|
||||
</div>
|
||||
<div id="main-win-border"></div>
|
||||
<img src="images/explorer1.png" class="ui"
|
||||
style="left: 0vw; top: 1.7vh">
|
||||
<div id="explorer-header">
|
||||
<span id="musictest">Hypnospace Zone Hub</span>
|
||||
</div>
|
||||
<div id="main-content">
|
||||
<div id="zonelist">
|
||||
<div id="zoneselection">
|
||||
<img src="images/zonecandy.png"
|
||||
id="zoneselection-icon">
|
||||
<img src="images/zoneselector04.png"
|
||||
id="zoneselection-bg">
|
||||
<p>COMX ZONE<br><br>Read the hottest comics written in-house!</p>
|
||||
</div>
|
||||
<div id="zoneselection">
|
||||
<img src="images/zonefiles.png"
|
||||
id="zoneselection-icon">
|
||||
<img src="images/zoneselector04.png"
|
||||
id="zoneselection-bg">
|
||||
<p>DOCUMENTATION<br><br>Need help with something off-platform? Check here!</p>
|
||||
</div>
|
||||
</div> <!-- zonelist -->
|
||||
</div> <!-- main-content -->
|
||||
</div> <!-- main-win -->
|
||||
|
||||
</body>
|
||||
</html>
|
28
graveyard/tmp-hypnos/music-ideas.txt
Normal file
@ -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
|
3
graveyard/tmp-hypnos/musiclist.csv
Normal file
@ -0,0 +1,3 @@
|
||||
page,song
|
||||
/oneshot/tmp-hypnos/,relaxation
|
||||
/oneshot/tmp-hypnos/page2, dm_no1ze desert
|
|
71
graveyard/tmp-hypnos/musicloader.js
Normal file
@ -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(); }
|
||||
}
|
13
graveyard/tmp-hypnos/page2.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>pg2</title>
|
||||
<head>
|
||||
<body>
|
||||
<span id="musictest"></span>
|
||||
<script src="musicloader.js"></script>
|
||||
<audio>
|
||||
<img src="images/zonecandy.png">
|
||||
</audio>
|
||||
</body>
|
||||
</body>
|
BIN
graveyard/tmp-hypnos/refimage.png
Normal file
After Width: | Height: | Size: 27 KiB |
132
graveyard/welcome_backup.html
Normal file
@ -0,0 +1,132 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<title>candys entrance</title>
|
||||
|
||||
<style>
|
||||
|
||||
#background {
|
||||
|
||||
position: fixed;
|
||||
|
||||
width: 100%; height: 100%;
|
||||
|
||||
left: 0; right: 0; top: 0; bottom: 0;
|
||||
|
||||
z-index: -99;
|
||||
|
||||
image-rendering: pixelated;
|
||||
|
||||
|
||||
background-image: url('https://abslimeware.neocities.org/assets/images/decor/entrancebg.png');
|
||||
|
||||
background-repeat: no-repeat;
|
||||
|
||||
background-size: cover;
|
||||
|
||||
}
|
||||
|
||||
|
||||
#cpulink {
|
||||
|
||||
position: absolute;
|
||||
|
||||
left: 30vw;
|
||||
|
||||
bottom: 30vh;
|
||||
|
||||
padding-top: 4vh;
|
||||
|
||||
|
||||
height: 18vh;
|
||||
|
||||
overflow: hidden
|
||||
|
||||
}
|
||||
|
||||
#cpulink>img { height: 25vh; image-rendering: pixelated }
|
||||
|
||||
|
||||
#shine {
|
||||
|
||||
height: 150vh;
|
||||
|
||||
width: 128px;
|
||||
|
||||
background: linear-gradient(90deg, transparent, rgb(150, 132, 23), transparent);
|
||||
|
||||
mix-blend-mode: screen;
|
||||
|
||||
|
||||
position: absolute;
|
||||
|
||||
top: -10vh; left: 35vw;
|
||||
|
||||
z-index: 5;
|
||||
|
||||
pointer-events: none;
|
||||
|
||||
}
|
||||
|
||||
|
||||
p {
|
||||
|
||||
padding: 10px;
|
||||
|
||||
background-color: white;
|
||||
|
||||
max-width: 40vw;
|
||||
|
||||
position: absolute;
|
||||
|
||||
|
||||
font-family: "DOS";
|
||||
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
|
||||
font-family: "DOS";
|
||||
|
||||
src: url("https://abslimeware.neocities.org/assets/font/oldschool_pc/ttf - Px (pixel outline)/Px437_HP_100LX_6x8.ttf") format('truetype');
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="background">
|
||||
|
||||
<div id="shine" class="swing"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<a href="https://abslimeware.neocities.org" id="cpulink">
|
||||
|
||||
<img src="https://abslimeware.neocities.org/assets/images/decor/entrancecpu.png" class="bobbing">
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
<p class="tossing marquee" style="overflow: hidden; right: 20vw; top: 10vh;"><span>
|
||||
|
||||
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
|
||||
|
||||
</span></p>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
2
imagecrunch.sh
Normal file
@ -0,0 +1,2 @@
|
||||
# 1024x for bigger
|
||||
convert $1 -resize 128x -remap netscape: -ordered-dither o4x4,4 -colorspace transparent $2
|
BIN
oneshot/balatro/image/atlasdeck.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
27
oneshot/balatro/index.css
Normal file
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
|
76
oneshot/balatro/index.html
Normal file
@ -0,0 +1,76 @@
|
||||
---
|
||||
layout: null
|
||||
---
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>balatro modded 100% completion</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
<body>
|
||||
<svg width="00" height="00" xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
<defs>
|
||||
<filter id="tester" x="0" y="0" width="100%" height="100%">
|
||||
<feImage href="https://textures.neocities.org/thumbnails/fabric/thumb_CANVAS1.jpg" preserveAspectRatio="xMidYMid meet" x="0" y="0" width="100%" height="100%"
|
||||
result="texturing" />
|
||||
<feBlend in="texturing" in2="SourceGraphic" mode="overlay" />
|
||||
</filter>
|
||||
</defs>
|
||||
|
||||
<image
|
||||
href="https://c48248456fed0c3b1c2ea972d97f104bb3d5e727.mdnplay.dev/en-US/docs/Web/SVG/Reference/Element/feTile/mdn_logo_only_color.png"
|
||||
x="0"
|
||||
y="0"
|
||||
width="80%"
|
||||
height="80%"
|
||||
style="filter:url(#tester);" />
|
||||
</svg>
|
||||
|
||||
<!--
|
||||
<svg id="deckprogress" class="tablecards"
|
||||
viewBox="0 0 69 93" xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="gray" />
|
||||
<rect x="0" y="50" width="100%" height="100%" fill="red" />
|
||||
<rect x="0" y="85" width="100%" height="100%" fill="blue" />
|
||||
|
||||
<image
|
||||
href="image/atlasdeck.png"
|
||||
y="-5%" width="100%" height="110%" />
|
||||
</svg>
|
||||
|
||||
|
||||
<svg id="temper" class="tablecards"
|
||||
viewBox="0 0 69 93" xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="gray" />
|
||||
<rect x="0" y="50" width="100%" height="100%" fill="red" />
|
||||
<rect x="0" y="85" width="100%" height="100%" fill="blue" />
|
||||
|
||||
<image
|
||||
href="image/atlasdeck.png"
|
||||
y="-5%" width="100%" height="110%" />
|
||||
</svg>
|
||||
-->
|
||||
|
||||
<svg id="table" viewbox="0 0 1000 1000"
|
||||
xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
|
||||
<defs>
|
||||
<clipPath id="card_cutoff">
|
||||
<rect width="63" height="93" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
|
||||
<g id="g_tablecard">
|
||||
|
||||
<g id="g_deckprogress">
|
||||
</g>
|
||||
|
||||
</g>
|
||||
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
23
oneshot/newlayout2/index.html
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
layout: barebones
|
||||
---
|
||||
<style>
|
||||
html { overflow: hidden; image-rendering: pixelated; }
|
||||
|
||||
.textbox {
|
||||
position: absolute;
|
||||
|
||||
border: 30px solid transparent;
|
||||
padding: 15px;
|
||||
border-image-source: url("https://neoskitties.org/graphics/borders/tile001.png");
|
||||
border-image-slice: 8 fill;
|
||||
|
||||
position: absolute; font-size: 2rem
|
||||
}
|
||||
|
||||
.hidden { visibility: hidden; }
|
||||
:target { visibility: initial; }
|
||||
</style>
|
||||
|
||||
<div class="textbox" style="left: 10%; top: 10%"> hello <a href="#open">world</a></div>
|
||||
<div class="textbox hidden" id="open" style="left: 15%; top: 15%"> newer </div>
|
BIN
oneshot/newlayout2/site_musicplaying.gif
Normal file
After Width: | Height: | Size: 3.8 KiB |
165
oneshot/springtea/index.html
Normal file
@ -0,0 +1,165 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
#background {
|
||||
width: 100vw; height: 99vh;
|
||||
overflow: hidden; position: fixed;
|
||||
|
||||
z-index: -5
|
||||
}
|
||||
|
||||
#content {
|
||||
width: 80vw; height: 40vh;
|
||||
bottom: 40vh; left: 10vw; position: absolute;
|
||||
|
||||
background-color: white;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="content">
|
||||
hello world
|
||||
</div>
|
||||
|
||||
<!-- svg inline background -->
|
||||
<svg
|
||||
width="544"
|
||||
height="480"
|
||||
viewBox="0 0 144.933 127.88206"
|
||||
version="1.1"
|
||||
id="background"
|
||||
preserveAspectRatio="xMinYMid"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs
|
||||
id="defs375" />
|
||||
<g
|
||||
id="layer3">
|
||||
<rect
|
||||
style="fill:#6c5353;stroke-width:0.43834"
|
||||
id="backwall"
|
||||
width="1092.37112"
|
||||
height="551.61058"
|
||||
x="-200.9070305"
|
||||
y="-10.686806"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ac9393;stroke-width:0.264583"
|
||||
id="pillar-bar"
|
||||
width="62.280296"
|
||||
height="137.68019"
|
||||
x="37.602772"
|
||||
y="-6.1365843" />
|
||||
<rect
|
||||
style="fill:#ac9393;fill-opacity:1;stroke-width:0.264583"
|
||||
id="pillar-misc"
|
||||
width="28.625143"
|
||||
height="90.074921"
|
||||
x="109.02529"
|
||||
y="40.138294" />
|
||||
</g>
|
||||
<g
|
||||
id="table"
|
||||
style="display:inline"
|
||||
transform="matrix(1.2506771,0,0,1,-20.245587,12.95395)">
|
||||
<path
|
||||
style="fill:#483737;stroke-width:0.264583"
|
||||
d="m 98.189832,76.78989 -0.87299,53.2751 H 16.123915 Z"
|
||||
id="tableunder" />
|
||||
<path
|
||||
style="fill:#c8b7b7;stroke-width:0.264916"
|
||||
d="m 104.36665,72.814889 0.0788,6.235015 -59.870166,48.253026 -16.578434,0.0324 z"
|
||||
id="tableside" />
|
||||
<path
|
||||
style="fill:#ffd5d5;stroke-width:0.266911"
|
||||
d="M -3.3646558,93.456561 62.262814,72.829446 h 42.112346 l -75.2081,55.257954 -32.2092384,1.01227 z"
|
||||
id="tabletop" />
|
||||
<g
|
||||
id="coffee"
|
||||
transform="matrix(0.60502174,0,0,1,18.593417,-12.95395)">
|
||||
<path
|
||||
style="display:inline;fill:none;stroke:#deaa87;stroke-width:0.879434;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 12.691428,102.47312 c -5.2046328,0.0805 -4.5215339,4.35622 -4.5215339,4.35622 0,0 0.1193135,2.8511 4.4017489,2.78102"
|
||||
id="handle" />
|
||||
<ellipse
|
||||
style="display:inline;fill:#deaa87;stroke-width:0.264583"
|
||||
id="bottomround"
|
||||
cx="21.450222"
|
||||
cy="112.82921"
|
||||
rx="9.0396919"
|
||||
ry="2.332607" />
|
||||
<rect
|
||||
style="display:inline;fill:#deaa87;stroke-width:0.264583"
|
||||
id="core"
|
||||
width="18.073833"
|
||||
height="12.612777"
|
||||
x="12.414111"
|
||||
y="100.2758"
|
||||
ry="0"
|
||||
clip-path="none" />
|
||||
<ellipse
|
||||
style="display:inline;fill:#e9c6af;stroke-width:0.264583"
|
||||
id="top"
|
||||
cx="21.450222"
|
||||
cy="100.29991"
|
||||
rx="9.0396919"
|
||||
ry="2.332607" />
|
||||
<ellipse
|
||||
style="display:inline;fill:#af6b2d;fill-opacity:1;fill-rule:nonzero;stroke:#deaa87;stroke-width:0.879435;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="liquid"
|
||||
ry="2.1262455"
|
||||
rx="8.3453541"
|
||||
cy="101.03384"
|
||||
cx="21.623196" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="roof">
|
||||
<path
|
||||
style="fill:#e9afaf;stroke-width:0.264583"
|
||||
d="M 114.71952,22.177288 98.602884,22.165183 0.19413528,8.0694297 0.10406598,4.1067049 Z"
|
||||
id="under" />
|
||||
<path
|
||||
style="fill:#f4d7d7;stroke-width:0.264583"
|
||||
d="M 0.20310974,4.2953685 114.74878,22.186245 V -2.2396103 L -1.5186464,-2.3282182 Z"
|
||||
id="front" />
|
||||
</g>
|
||||
<metadata
|
||||
id="metadata11127">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title>candycane/etherware</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<cc:license
|
||||
rdf:resource="http://creativecommons.org/licenses/by-nc/4.0/" />
|
||||
</cc:Work>
|
||||
<cc:License
|
||||
rdf:about="http://creativecommons.org/licenses/by-nc/4.0/">
|
||||
<cc:permits
|
||||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
||||
<cc:permits
|
||||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
||||
<cc:requires
|
||||
rdf:resource="http://creativecommons.org/ns#Notice" />
|
||||
<cc:requires
|
||||
rdf:resource="http://creativecommons.org/ns#Attribution" />
|
||||
<cc:prohibits
|
||||
rdf:resource="http://creativecommons.org/ns#CommercialUse" />
|
||||
<cc:permits
|
||||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
||||
</cc:License>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
</svg>
|
||||
</body>
|
||||
</html>
|
5
oneshot/terminal/index.html
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
---
|
||||
|
||||
<div id="stdout"></div>
|
||||
<input id="stdin" type="text">
|
@ -17,6 +17,20 @@ permalink: /journal
|
||||
<h2>basically the "hidden" vent section ive seen the webtracker nobody looks at this page</h2>
|
||||
|
||||
|
||||
<article>
|
||||
<h2>2025-06-14</h2>
|
||||
<p>(12:06)<br>
|
||||
hi sorry i havent written anything here<br>
|
||||
even with the blackout on the site<br>
|
||||
not a lot happened really, just uni<br>
|
||||
but todays my friends bday and im going over to their party<br>
|
||||
iin like 2 hours so thats exciting!!<br>
|
||||
(22:19)<br>
|
||||
im exhausted it kept going for 8 hours<br>
|
||||
it was pretty fun, tho :D
|
||||
</p>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<h2>2025-06-12</h2>
|
||||
<p>(09:38)<br>
|
||||
|
7
upload_cmc.sh
Executable file
@ -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
|