From d80e6a58ada5586edd85550ccc74e6d87972b7bf Mon Sep 17 00:00:00 2001 From: octospacc Date: Mon, 5 Sep 2022 16:29:51 +0200 Subject: [PATCH] Updates --- public/Assets/CSS/Dark.css | 17 +- public/Assets/JS/RandomGIF.js | 2 +- public/Ecoji/index.html | 692 ++++++++++++++++++++++++++++++++++ public/index.html | 14 +- 4 files changed, 712 insertions(+), 13 deletions(-) create mode 100644 public/Ecoji/index.html diff --git a/public/Assets/CSS/Dark.css b/public/Assets/CSS/Dark.css index 5a5bbe6..f8832f9 100644 --- a/public/Assets/CSS/Dark.css +++ b/public/Assets/CSS/Dark.css @@ -1,4 +1,4 @@ -@import url(Font_F25_Bank_Printer.css); +@import url("Font_F25_Bank_Printer.css"); a { color: #17c3ea; @@ -9,7 +9,7 @@ a:active { } body { - background-image: url(/Web-ThirdParty-Unknown/Assets/Media/Backgrounds/0.gif); + background-image: url("https://octospacc.gitlab.io/Web-ThirdParty-Unknown/Assets/Media/Backgrounds/0.gif"); background-size: cover; margin: 0; height: 100%; @@ -57,12 +57,17 @@ body { } .Footer { - background-color: rgba(48,48,48, 0.7); + background-color: rgba(48,48,48, 0.8); position: fixed; bottom: 0px; - width: 100%; - height: 20px; + width: 100vw; + height: 24px; text-align: center; - overflow-x: hidden; + overflow-x: scroll; + overflow-y: hidden; + white-space: nowrap; z-index: 1; } +.Footer > * { + vertical-align: sub; +} diff --git a/public/Assets/JS/RandomGIF.js b/public/Assets/JS/RandomGIF.js index c0a0a10..3831b1a 100644 --- a/public/Assets/JS/RandomGIF.js +++ b/public/Assets/JS/RandomGIF.js @@ -1,6 +1,6 @@ function RandomGIF() { GifID = Math.floor((Math.random() * 25)/2); - GifURL = "/Web-ThirdParty-Unknown/Assets/Media/Backgrounds/" + GifID + ".gif"; + GifURL = "https://octospacc.gitlab.io/Web-ThirdParty-Unknown/Assets/Media/Backgrounds/" + GifID + ".gif"; document.body.style.backgroundImage = "url(" + GifURL + ")"; } diff --git a/public/Ecoji/index.html b/public/Ecoji/index.html new file mode 100644 index 0000000..49f8a4a --- /dev/null +++ b/public/Ecoji/index.html @@ -0,0 +1,692 @@ + + + + + + + + + + Ecoji + + +
+
+
+
[๐Ÿ”ผ Home]
+

Ecoji v1 | ๐Ÿฃ๐Ÿ”‰๐Ÿฆ๐Ÿ”ผ๐Ÿ‰๐Ÿค๐ŸŒ†โ˜•

+
+
+
+

+ +
+

๐Ÿ”‘ Decode

+ +


+

๐Ÿ”’ Encode

+ +


+
+

+ The app is self-contained - you can simply "Save Page As" to get an offline copy. +

+
+ + diff --git a/public/index.html b/public/index.html index 7b87317..46234cd 100644 --- a/public/index.html +++ b/public/index.html @@ -21,14 +21,16 @@

OctoSpacc Place



-

Still kinda empty :/




+

Will this place ever be filled up?

+
At the moment it is just a glorified hub...



-

๐Ÿ”บ๏ธ Fumo Prisms (!)

+

๐Ÿ”บ๏ธ Fumo Prisms (!)

+

๐Ÿฆœ Ecoji v1 (mirror)


๐Ÿ”–๏ธ bachecoctt (My WebPinBoard)


-

[๐Ÿ‡ฎ๐Ÿ‡น] sitoctt (blog/personale)

+

[๐Ÿ‡ฎ๐Ÿ‡น] โœจsitocttโœจ (blog/personale)


@@ -41,9 +43,9 @@