changed for bluesky update
This commit is contained in:
parent
c339fc5fd5
commit
8072577502
9 changed files with 8 additions and 88 deletions
|
@ -37,7 +37,7 @@
|
|||
<li>Keep it PG</li>
|
||||
<li>Be nice</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>
|
||||
</body>
|
||||
</html>
|
|
@ -45,8 +45,9 @@
|
|||
<div id="body">
|
||||
<h1>i-eat.rocks</h1>
|
||||
<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">
|
||||
<textarea><a href="https://i-eat.rocks"><img src="https://i-eat.rocks/images/ui/ieatrocks.png" alt="i-eat.rocks" /></a></textarea>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -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>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>
|
||||
</html>
|
|
@ -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 |
|
@ -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>
|
|
@ -1,7 +1,7 @@
|
|||
/* TEAM */
|
||||
Creator: PossiblyAxolotl
|
||||
Flags: 🇨🇦 🏳️🌈 💛🤍💜🖤
|
||||
Contact: possiblyaxolotl@i-eat.rocks, me@possiblyaxolotl.com
|
||||
Contact: me@possiblyaxolotl.com
|
||||
Location: Canada 🇨🇦
|
||||
|
||||
/* SITE */
|
||||
|
|
BIN
site/images/icons/bluesky.png
Normal file
BIN
site/images/icons/bluesky.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
|
@ -43,6 +43,9 @@
|
|||
<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>
|
||||
</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>
|
||||
|
||||
<nav></nav>
|
||||
|
|
Loading…
Reference in a new issue