stop flashbanging users when they visit

master
Drake 3 years ago
parent 60ab063cd6
commit b797b8c054

@ -3,6 +3,7 @@
<head>
<title>Blog Home</title>
<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>
<script>

@ -3,6 +3,7 @@
<head>
<title>So... what happens when we die?</title>
<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">-->
<meta property="og:type" content="website">
<meta property="og:title" content="So... what happens when we die?" />

@ -3,6 +3,7 @@
<head>
<title>Why are printers terrible?</title>
<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">-->
<meta property="og:type" content="website">
<meta property="og:title" content="Why are printers terrible?" />

@ -3,6 +3,7 @@
<head>
<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">
<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?" />

@ -3,6 +3,7 @@
<head>
<title>Title</title>
<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">-->
</head>
<body>

@ -3,6 +3,7 @@
<head>
<title>Information</title>
<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>
<script>

@ -3,6 +3,7 @@
<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="https://code.jquery.com/jquery-3.6.0.js"></script>
<script>
$(function() { //load footer

@ -6,10 +6,10 @@
height: 100;
}
.white {
color: #FFFFFF;
background-color: #DDDDDD;
}
.grey {
background-color: #251F1E;
color: #000000;
}
.padding {

@ -0,0 +1,7 @@
body {
background-color:#171B19;
color:white;
};
pre {
background-color:white;
}

@ -1,16 +1,16 @@
<head>
<link rel="stylesheet" type="text/css" href="css/classes.css">
<link rel="stylesheet" type="text/css" href="/css/classes.css">
</head>
<body>
<div class = "grey">
<footer class="footer grey">
<div class = "white">
<footer class = "white footer">
<p>
<a href = "/index.html" class = "white padding">Homepage</a>
<a href = "/blog/blog.html" class = "white padding">Blog</a>
<a href = "/projects.html" class = "white padding">Projects</a>
<a href = "/cool.html" class = "white padding">Stuff I Like</a>
<a href = "/info.html" class = "white padding">About Me</a>
<a href = "/contact.html" class = "white padding">Contact Us</a>
<a href = "/index.html" class = "grey padding">Homepage</a>
<a href = "/blog/blog.html" class = "grey padding">Blog</a>
<a href = "/projects.html" class = "grey padding">Projects</a>
<a href = "/cool.html" class = "grey padding">Stuff I Like</a>
<a href = "/info.html" class = "grey padding">About Me</a>
<a href = "/contact.html" class = "grey padding">Contact Us</a>
</p>
</footer>
</div>

@ -3,6 +3,7 @@
<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="https://code.jquery.com/jquery-3.6.0.js"></script> <!--pain-->
<script>
$(function() { //load footer

@ -3,6 +3,7 @@
<head>
<title>Information</title>
<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>
<script>

@ -3,6 +3,7 @@
<head>
<title>Information</title>
<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>
<script>

Loading…
Cancel
Save