To-do page!

This commit is contained in:
bingus_violet 2023-12-22 16:34:44 +00:00
parent f34f5900a8
commit 39ebeb0d4d
4 changed files with 47 additions and 27 deletions

View file

@ -41,7 +41,7 @@
<hr>
<p class="chip"><a href="./hosted">Services</a></p>
<p class="chip"><a href="./socials">Socials</a></p>
<p class="chip"><a href="./blog">Blog (EXPERIMENTAL)</p>
<p class="chip"><a href="./todo">To-Do</p>
<!-- <p class="chip"><a href="./portfolio">Portfolio</a></p> -->
<!-- <p class="chip"><a href="./art">Art</a></p> -->
<!-- <p class="chip"><a href="./games">Games</a></p> -->

View file

@ -1,25 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css">
<meta content="Games - Violet's Purgatory" property="og:title" />
<meta content="Check out information about the games I develop- and even play them in the web!" />
<meta content="https://api.lanyard.rest/534132311781015564.png" property="og:image" />
<meta content="#a200ff" data-react-helmet="true" name="theme-color" />
<title>Blog - Violet's Purgatory</title>
</head>
<body>
<h1>Are you sure you wish to continue?</h1>
<p style="color: gray">The blog is currently very early in development. There are many bugs to iron out, and it will be going down repeatedly!!! Do <b>NOT</b> expect it to be up right now, as it is not meant to be usable yet!!!</p>
<p class="chip"><a href="https://blog.violets-purgatory.dev">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!</a></p>
<p class="chip"><a href="../">No thanks, things that dont work scare me!</a></p>
</body>
</html>

View file

@ -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;

35
static/todo/index.html Normal file
View file

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css">
<meta content="Games - Violet's Purgatory" property="og:title" />
<meta content="Check out information about the games I develop- and even play them in the web!" />
<meta content="https://api.lanyard.rest/534132311781015564.png" property="og:image" />
<meta content="#a200ff" data-react-helmet="true" name="theme-color" />
<title>Todo - Violet's Purgatory</title>
</head>
<body>
<h1>To-do</h1>
<div class="fadediv">
<p>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</p>
<h2>To-do:</h2>
<ul>
<li><a href="https://codeberg.org/Bingus_Violet/Violets-Limbo">Blog Page</a> (Current Priority)</li>
<li><a href="../portfolio">Portfolio Page</a></li>
<li><a href="../games">Game Page</a></li>
<li><a href="../art">Art Page</a></li>
<li>Mastodon Server</li>
<li>Matrix Server</li>
<li>IRC Server???????</li>
</ul>
</div>
</body>
</html>