Add customized footer to blog posts

master
Drake 3 years ago
parent b797b8c054
commit bf3afaab4f

@ -5,12 +5,17 @@
<link rel="stylesheet" type="text/css" href="css/classes.css">
<link rel="stylesheet" type="text/css" href="/css/dark-mode.css">
<!--<link rel="stylesheet" type="text/css" href="css/colours.css">-->
<script src="https://code.jquery.com/jquery-3.6.0.js"></script> <!--pain-->
<script>
$(function() { //load footer
$("#footer").load("footer.html");
});
</script>
<meta property="og:type" content="website">
<meta property="og:title" content="So... what happens when we die?" />
<meta property="og:description" content="But like I really do want to fuck Angel Dust when I die." />
<meta property="og:url" content="https://www.ruthenic.com/blog/entries/afterlife.html" />
<body>
<p><a href = "../blog.html">Go back to blog home</a><p>
<p>So... what <i>really</i> happens when we die? Do we just... stop existing? Is our consciousness stuck in a black void with our own thoughts? Is there a Heaven? Hell? <strike>Are the people on Dr. Oz just making s**t up?</strike></p>
<p>Well, chances are the last one is true, but will there ever be a scientifically excepted answer, or will the ideas be relegated to supernatural communities?</p>
<p>Or, how about a better question... What do we <i>hope</i> happens in the afterlife? The nice thing about this question is that... its human. It is impossible to be answered scientifically, because its, no matter how much some groups try to sugarcoat it, an opinion. We will never know what actually happens when Death comes aknocking, unless we die… and you cant really come back from death (although, HMU if you have “died” before and are currently living, I can set up an interview.). Yes, I know that technically you can come back from death, but I mean dead dead. No coming back-dead.</p>
@ -18,6 +23,7 @@
<p>So... what do I <i>think</i> happens? Well, thinking and hoping is an important distinction to make in this instance. However, if we take the question at face value... realistically, we just stop. We dont think. There is just... nothing. Personally, its very tough for me to conceptualize this. I feel as if there is an important distinction, however; what if we <i>could</i> think? That segways nicely into what I <i>hope</i> happens. Speaking of which, what <i>do</i> I hope happens? Well, the differences of hope and realism dont affect what my very generalized and low-level theory is, which is that it is only a black void. But, the main difference is... either the brain (or rather, your conciousness and its ability to modify the inputs of the senses) or a higher power creates <i>whatever</i> afterlife you truly want. Want Christian heaven? Go right in, God says hi! Want to be reborn? Let the mind create a fake world for your new form to inhabit! Want to go to Hazbin Hotels Hell? Go fuck Angel Dust all you want! Want to have miracuously survived your death, and wake up back in “Reality”? Let your vision slowly fade back in, and rejoice with your (fake) loved ones! Want to go to Christian Hell (for some reason)? Be damned for all eternity! I could go on and on, but I think you get the picture. Notice how I said fake a few times there? Thats because in this theory, nothing youd experience after death is real. Its all, essentially, a hallucination.</p>
<p>A good way to think about this; once you die, your “brain” has multiple different servers that it can “connect” to, similar to the client/server model used in networking, and each of the “servers” serve up a different after life, I.E. one can serve Hazbins Hell, and another could serve Christian Heaven, etc, etc. When the “brain” connects to this “server,” “Your” (and by you, I mean your consciousness) visual, auditory, tactual, olfactory, gustatory, and even kinesthetic (Im using that as meaning the awareness of the position of your limbs) inputs are “connected” to the server, and are receiving what “you” are seeing, feeling, tasting (potentially even owoing (thats not a sense, but okay me)), and all the others, although of course “you” are not actually in that place, you only feel so. And, if you feel it as your reality… is it any different than true reality?</p>
<p><i>Note from the Author: I've been wanting to put my thoughts online about what I think happens upon death for a while now, so I decided to go ahead and write them all down on my blog. I hope you enjoyed, as I plan to create more posts in this "So..." series (name pending)</i></p>
<p><a href = "../blog.html">Go back to blog home</a><p>
<div id="footer">
</div>
</body>
</html>

@ -0,0 +1,12 @@
<head>
<link rel="stylesheet" type="text/css" href="/css/classes.css">
</head>
<body>
<div class = "white">
<footer class = "white footer">
<p>
<a href = "../blog.html" class = "grey padding">Go back to blog home</a>
</p>
</footer>
</div>
</body>

@ -5,13 +5,18 @@
<link rel="stylesheet" type="text/css" href="css/classes.css">
<link rel="stylesheet" type="text/css" href="/css/dark-mode.css">
<!--<link rel="stylesheet" type="text/css" href="css/colours.css">-->
<script src="https://code.jquery.com/jquery-3.6.0.js"></script> <!--pain-->
<script>
$(function() { //load footer
$("#footer").load("footer.html");
});
</script>
<meta property="og:type" content="website">
<meta property="og:title" content="Why are printers terrible?" />
<meta property="og:description" content="Fuck you, Canon." />
<meta property="og:url" content="https://www.ruthenic.com/blog/entries/printer.html" />
</head>
<body>
<p><a href = "../blog.html">Go back to blog home</a><p>
<p>Why are printers so terrible? I mean, is it that hard to make a functional product? I know this has been well walked ground, but any printer I've ever used makes me wanna send my head through a wall!</p>
<p>As an example, just today, just 10 minutes ago even, I had to reconnect a printer to the internet. Simple, right? WRONG!</p>
<p>So to start off with, I went to <a href = "https://www.usa.canon.com/internet/portal/us/home/support/details/printers/support-inkjet-printer/ts-series/ts3122/pixma-ts3122">Canon's website for my printer model</a> to try and find a manual to reconnect it. Issue: I run Linux. None of the manuals are for Linux.</p>
@ -24,6 +29,7 @@
<p>Why the hell does this need to be so hard anyways? Why can't the printer manufacturer just include a screen <i>on</i> the printer to connect with? It can't cost that much, considering the amount of money they make off the ink (don't even get me started!)</p>
<p>I'm probably just missing something here, but I got so aggravated (especially because people kept trying to tell me to use the "Network and Sharing options" in Control Panel... even though thats for the computer, not the printer) that I wrote this out of <b>RAW ANGER</b></p>
<p>Fuck you, Canon. (/s)</p>
<p><a href = "../blog.html">Go back to blog home</a><p>
<div id="footer">
</div>
</body>
</html>

@ -4,13 +4,18 @@
<title>A Story of Subliminals: Part I</title>
<link rel="stylesheet" type="text/css" href="css/image_size.css">
<link rel="stylesheet" type="text/css" href="/css/dark-mode.css">
<script src="https://code.jquery.com/jquery-3.6.0.js"></script> <!--pain-->
<script>
$(function() { //load footer
$("#footer").load("footer.html");
});
</script>
<meta property="og:type" content="website">
<meta property="og:title" content="A Story of Subliminals: Part I" />
<meta property="og:description" content="Do people really think they can create people out of thin air?" />
<meta property="og:url" content="https://www.ruthenic.com/blog/entries/subliminal.html" />
</head>
<body>
<p><a href = "../blog.html">Go back to blog home</a></p>
<p><i>Hello, and welcome to this "blog post". This is a compilation of all my posts on Discord about subliminals (more specifically, Hazbin Hotel subliminals), with redundant information removed and some slight html improvements added. A part II will eventually come, with the story of me trying subliminals out and seeing if they "work." Until then, enjoy!</i></p>
<h3>The first discussion</h3>
<p>ah yes</p>
@ -95,6 +100,8 @@
<img src = "https://media.discordapp.net/attachments/729819875228254329/788314806364667914/image.png"></img>
<p>So if I stay in Hell, depression just takes a hike? Gonna have to send this to some friends, damn.</p>
<p><i>It is finally over. You should be amazed you made it through this. I hope you enjoyed this post, although I doubt it. Have a good day, and keep out for Part II!</i></p>
<p><a href = "../blog.html">Go back to blog home</a></p>
<div style="position:relative;margin-bottom:105px;"></div>
<div id="footer">
</div>
</body>
</html>

@ -5,8 +5,15 @@
<link rel="stylesheet" type="text/css" href="css/classes.css">
<link rel="stylesheet" type="text/css" href="/css/dark-mode.css">
<!--<link rel="stylesheet" type="text/css" href="css/colours.css">-->
<script src="https://code.jquery.com/jquery-3.6.0.js"></script> <!--pain-->
<script>
$(function() { //load footer
$("#footer").load("footer.html");
});
</script>
</head>
<body>
<p><a href = "../blog.html">Go back to blog home</a><p>
<div id="footer">
</div>
</body>
</html>

Loading…
Cancel
Save