diff --git a/resources/mainPage.html b/resources/mainPage.html index 4337840..4319284 100644 --- a/resources/mainPage.html +++ b/resources/mainPage.html @@ -41,7 +41,7 @@

Services

Socials

-

Blog (EXPERIMENTAL)

+

To-Do

diff --git a/static/blog/index.html b/static/blog/index.html deleted file mode 100644 index 5993b17..0000000 --- a/static/blog/index.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - Blog - Violet's Purgatory - - - -

Are you sure you wish to continue?

-

The blog is currently very early in development. There are many bugs to iron out, and it will be going down repeatedly!!! Do NOT expect it to be up right now, as it is not meant to be usable yet!!!

-

Yes, I understand that u are a stupid dumb doodoo diaper baby who cannot set things up properly ever and that your blog most likely will be down and I wont like file a report about it or something! And I also understand that in the very unlikely scenario that the blog page IS currently working, it will contain nothing interesting and look BAD!

-

No thanks, things that dont work scare me!

- - - \ No newline at end of file diff --git a/static/style.css b/static/style.css index ce2e12d..8839374 100644 --- a/static/style.css +++ b/static/style.css @@ -14,10 +14,20 @@ h1 { } h2, -h3 { +h3, +li { color: white; } +ul { + display: inline-block +} + +li { + font-size: 1.5rem; + text-align: left; +} + body, html { overflow-x: hidden; diff --git a/static/todo/index.html b/static/todo/index.html new file mode 100644 index 0000000..5a002a6 --- /dev/null +++ b/static/todo/index.html @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + Todo - Violet's Purgatory + + + +

To-do

+
+

Not only does this page list things that are currently being worked on, but also links to those things. Keep in mind that most of these, though, might not even have development started on them, so please be patient

+

To-do:

+ +
+ + + \ No newline at end of file