Add TODOs section to the website

In retrospect, I could've just used a trello board, lol
master
Drake 3 years ago
parent 43d1f7dddc
commit f859bef9b3

@ -0,0 +1,24 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Ruthenic's Website's TODO</title>
<link rel="stylesheet" type="text/css" href="css/classes.css">
<link rel="stylesheet" type="text/css" href="css/dark-mode.css">
<script src="/footer.js"></script>
</head>
<body>
<script>
getFooter()
</script>
<ol>
<li>ADD A COMMENT SYSTEM YOU FUCKING IDIOT YOU ALREADY MADE THIS WHY DID YOU REMOVE IT INSTEAD OF PUSH IT</li>
<li>Write more blog posts. A couple of ideas:</li>
<ul>
<li>More psuedo-intellectual content about my (uninformed, probably terrible) philosophical takes.</li>
<li>Subliminal pt2 (although, that would require taking time out of my "busy" schedule (which now includes school) to listen to subliminal content, so this may take a while to happen)</li>
</ul>
<li>Remove rambles section (as it currently is, the section is entirely useless for writing on topics, as it would be far more effective (at least to me) to write a blog post, and instead take notes while studying/participating in the topics discussed (can just be a simple txt or markdown, as opposed to editing HTML as I do for the site currently), and include those notes in an addendum or footnotes section.)</li>
</ol> <!--- What are the chances that none of these will happen? :p --->
<div id="footer" />
</body>
</html>

@ -10,6 +10,7 @@
<a href = "/rambles/rambles.html" class = "grey padding">Rambles</a>
<a href = "/projects.html" class = "grey padding">Projects</a>
<a href = "/cool.html" class = "grey padding">Stuff I Like</a>
<a href = "/TODO.html" class = "grey padding">Website Todos</a>
<a href = "/info.html" class = "grey padding">About Me</a>
<a href = "/contact.html" class = "grey padding">Contact Us</a>
<span class = "grey padding-right" style = "font-size: small; float: right;">&copy; 2020-2021 Ruthenic</span>

Loading…
Cancel
Save