changed for bluesky update

This commit is contained in:
PossiblyAxolotl 2024-10-19 21:05:27 -06:00
parent c339fc5fd5
commit 8072577502
9 changed files with 8 additions and 88 deletions

View file

@ -37,7 +37,7 @@
<li>Keep it PG</li> <li>Keep it PG</li>
<li>Be nice</li> <li>Be nice</li>
<li>Don't make a bunch of posts, this is more of a one time thing</li> <li>Don't make a bunch of posts, this is more of a one time thing</li>
<li>You agree to the <button onclick="window.parent.postMessage('win https://www.possiblyaxolotl.com/terms/ ToS+PP 600 400')">ToS and Privacy Policy</button></li> <li>You give full permission to publicly show anything you post</li>
</ol> </ol>
</body> </body>
</html> </html>

View file

@ -45,8 +45,9 @@
<div id="body"> <div id="body">
<h1>i-eat.rocks</h1> <h1>i-eat.rocks</h1>
<p>Rock-OS v0.1.3</p> <p>Rock-OS v0.1.3</p>
<p><a style="color:purple; text-decoration: underline; cursor:pointer;" onclick="window.parent.postMessage('url mailto:possiblyaxolotl@i-eat.rocks')">Contact</a></p> <p>Share the website:</p>
<img src="/images/ui/ieatrocks.png"> <img src="/images/ui/ieatrocks.png">
<textarea>&lt;a href="https://i-eat.rocks"&gt;&lt;img src="https://i-eat.rocks/images/ui/ieatrocks.png" alt="i-eat.rocks" /&gt;&lt;/a&gt;</textarea>
</div> </div>
</body> </body>
</html> </html>

View file

@ -26,6 +26,6 @@
<p><span class="rainbow">Rock-OS</span> is chock-full of rock-related activities to keep your brain stimulated, but of course you know that after paying the modest $1,999 license fee.</p> <p><span class="rainbow">Rock-OS</span> is chock-full of rock-related activities to keep your brain stimulated, but of course you know that after paying the modest $1,999 license fee.</p>
<p>Now without further ado, please enjoy <span class="rainbow">Rock-OS</span>!</p> <p>Now without further ado, please enjoy <span class="rainbow">Rock-OS</span>!</p>
<button onclick="createWindow('https://www.possiblyaxolotl.com', 'www.possiblyaxolotl.com', '900', '500')">Created by PossiblyAxolotl</button><button onclick="createWindow('https://ko-fi.com/possiblyaxolotl/?hidefeed=true&widget=true&embed=true&preview=true', 'donate', '400', '630')">support me!</button><button onclick="createWindow('apps/info.html', 'info', '350', '200')">info</button> <button onclick="createWindow('https://ko-fi.com/possiblyaxolotl/?hidefeed=true&widget=true&embed=true&preview=true', 'donate', '400', '630')">support me!</button><button onclick="createWindow('apps/info.html', 'info', '350', '200')">info</button>
</body> </body>
</html> </html>

View file

@ -1,31 +0,0 @@
body, html {
padding:0;
margin: 0;
height: 100%;
}
body {
background-color: black;
text-align: center;
align-content: center;
display: grid;
}
@keyframes reveal {
0% {
opacity: 0%;
}
100% {
opacity: 100%;
}
}
img {
image-rendering: pixelated;
}
p {
color: white;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

View file

@ -1,53 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>???</title>
<style>
body, html {
padding:0;
margin: 0;
height: 100%;
}
body {
background-color: black;
text-align: center;
align-content: center;
display: grid;
}
@keyframes reveal {
0% {
opacity: 0%;
}
100% {
opacity: 100%;
}
}
img {
animation: reveal 5s;
}
p {
animation: reveal 5s forwards;
animation-delay: 4s;
opacity: 0%;
}
</style>
<link rel="stylesheet" href="/door/common.css">
</head>
<body>
<div>
<img src="/door/images/door.png" />
<p>The door is closed.</p>
</div>
</body>
</html>

View file

@ -1,7 +1,7 @@
/* TEAM */ /* TEAM */
Creator: PossiblyAxolotl Creator: PossiblyAxolotl
Flags: 🇨🇦 🏳️‍🌈 💛🤍💜🖤 Flags: 🇨🇦 🏳️‍🌈 💛🤍💜🖤
Contact: possiblyaxolotl@i-eat.rocks, me@possiblyaxolotl.com Contact: me@possiblyaxolotl.com
Location: Canada 🇨🇦 Location: Canada 🇨🇦
/* SITE */ /* SITE */

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -43,6 +43,9 @@
<div class="app" ondblclick="createWindow('apps/guestbook', 'guestbook', '500px', '600px')"> <div class="app" ondblclick="createWindow('apps/guestbook', 'guestbook', '500px', '600px')">
<p><img src="images/icons/home.png" width="48px" height="48px" /><sub>guestbook</sub></p> <p><img src="images/icons/home.png" width="48px" height="48px" /><sub>guestbook</sub></p>
</div> </div>
<div class="app" ondblclick="window.open('https://bsky.app/profile/i-eat.rocks')">
<p><img src="images/icons/bluesky.png" width="48px" height="48px" /><sub>bluesky</sub></p>
</div>
</div> </div>
<nav></nav> <nav></nav>