From 0a627ddf940ba951baa83d3cbbcc79eb9f5c4574 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 12 Jan 2024 15:02:36 +0000 Subject: [PATCH] Extras page, moved Discord, added status page --- resources/mainPage.html | 3 ++- static/{ => extras}/discord/index.html | 3 ++- static/{ => extras}/discord/index.js | 0 static/extras/index.html | 28 ++++++++++++++++++++++++++ 4 files changed, 32 insertions(+), 2 deletions(-) rename static/{ => extras}/discord/index.html (95%) rename static/{ => extras}/discord/index.js (100%) create mode 100644 static/extras/index.html diff --git a/resources/mainPage.html b/resources/mainPage.html index 7212f48..1306c41 100644 --- a/resources/mainPage.html +++ b/resources/mainPage.html @@ -34,9 +34,10 @@

-

Disc Status

+

Status

Socials

Projects

+

Extras


Blog

FAQ

diff --git a/static/discord/index.html b/static/extras/discord/index.html similarity index 95% rename from static/discord/index.html rename to static/extras/discord/index.html index 330ba4d..6a38921 100644 --- a/static/discord/index.html +++ b/static/extras/discord/index.html @@ -19,9 +19,10 @@ + Home
-

Discord Status

+

Discord Status (W.I.P)

This is a more fleshed out version of the main discord status on my site, issue being, it requires Javascript. So, I choose not to use it, though it coulda been cool...

I still am tempted to add something like it to the main page, and just make it compatible without javascript, but I worry that'd upset people.

diff --git a/static/discord/index.js b/static/extras/discord/index.js similarity index 100% rename from static/discord/index.js rename to static/extras/discord/index.js diff --git a/static/extras/index.html b/static/extras/index.html new file mode 100644 index 0000000..9c5aefb --- /dev/null +++ b/static/extras/index.html @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + Extras - Violet's Purgatory + + + + Home +


Extras

+

Just some fun things that really don't have use on the main page but exist anyway!

+ + + + \ No newline at end of file