You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.6 KiB

<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Ruthenic's Website</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>
<meta property="og:type" content="website">
<meta property="og:title" content="Ruthenic's Website"/>
<meta property="og:description" content="A website where epic gamers come to be epic"/>
<meta property="og:url" content="https://www.ruthenic.com/"/>
</head>
<body>
<script>
getFooter()
</script>
<center><h1>Ruthenic's site</h1></center> <!--originally intended to be only written in CSS and HTML but f**k that-->
<p>Hello, welcome to my website! Please Enjoy the experience and let me know if you have any suggestions or questions!</p>
<a href ="https://github.com/Ruthenic"><marquee behavior="scroll" direction="left">Checkout (haha) my Github!</marquee></a>
<p>Favorite Programming Languages:</p>
<ol>
<li>C</li>
<li>Python</li>
<li>C++</li>
<li>Machine Code</li>
<li>C#</li>
<li>Pseudocode</li>
<li>Java</li>
<li>English</li>
</ol>
<p>This list has been rated 69/10 by <a href = "https://unpromptedtirade.com">ForLoveOfCats</a></p>
<p>Check me out on:
<ul>
<li><a href = "https://github.com/Ruthenic">Github</a></li>
<li><a href = "https://www.last.fm/user/DustyAngel47">Last.fm</a></li>
<li><a href = "https://twitter.com/RuthenicDawn208">Twitter</a></li>
<li><a href = "https://www.youtube.com/channel/UC5BfTH4lP7rY5q3qSAvpvhA">Youtube</a></li>
</ul>
</p>
<p id="fooling"></p>
<script>
var date = new Date().toLocaleDateString().toString()
console.log(date)
if (date.startsWith("4/1/")) {
document.getElementById("fooling").innerHTML = "<a href = \"https://www.youtube.com/watch?v=dQw4w9WgXcQ\">My favourite song!</a>"
}
</script>
<div id="footer">
</div>
<noscript>
<a href = "/index.html" class = "grey padding">Homepage</a>
<a href = "/blog/blog.html" class = "grey padding">Blog</a>
<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>
</noscript>
</body>
</html>