Compare commits

...

5 Commits

Author SHA1 Message Date
e03be84e94 Added styling to sim script instead of in the page 2025-11-01 11:19:59 -05:00
8ca01e06de Added blog post to rss feed 2025-11-01 11:19:36 -05:00
e874a81701 Added sim to links background 2025-11-01 11:17:21 -05:00
4e155a3a6f Removed un-needed style tag 2025-11-01 11:17:09 -05:00
24d18e369b Fixed feedback text 2025-10-31 10:37:12 -05:00
5 changed files with 18 additions and 3 deletions

View File

@ -8,7 +8,6 @@
<link href="/stylesheets/home.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" href="/stylesheets/base.css" type="text/css" media="all">
<script src="/javascript/libraries/p5/p5.js"></script>
<style>canvas{z-index: -1;}</style>
<script src="/javascript/newsim.js"></script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
@ -22,7 +21,8 @@
<h3 class="postHeader">Welcome To my Site!</h3>
<p class="warning">This site is 18+ Warning some content may be hypnotic or contain sensative subjects and will be clearly labeled</p>
<img class="postImage" src="/media/neurohazard.png" alt="A yellow and black Neurohazard symbol">
<img class="postImage" src="/media/memes/0c33eb7e-63d0-485d-9d15-2ab73399ae0e.png" alt="" srcset="">
<img class="postImage" src="/media/memes/0c33eb7e-63d0-485d-9d15-2ab73399ae0e.png" alt="A Therianizing radiation warning sign with the text 'Warning: Therianizing radiation risk Ahead area dangerous to your humanity'" srcset="">
<img class="postImage" src="/media/memes/IMG_0299.webp" alt="A Shark infested warning sign with a Blahaj" srcset="">
</div>
<div class="post">
<h3 class="postHeader">Blog Posts</h3>

View File

@ -188,6 +188,12 @@ function setup(){
background(255);
describe("A space physics simulator");
canvas.style("z-index", -1);
canvas.style("position", "fixed");
canvas.style("top", 0);
canvas.style("left", 0);
canvas.style("right", 0);
canvas.style("bottom", 0);
//Load Entities
for(var i = 0; i <= Settings.entityCount; i+=1){

View File

@ -25,7 +25,7 @@ fetch("/pages/blog/"+search+".json").then(response => response.json()).then(data
postText = document.getElementById("postText");
postTitle.textContent = "Error fetching post";
postSubTitle.textContent = "What happened?"
postText.textContent = "You were trying to look for " + document.location.search + " Is this correct?"
postText.textContent = "You were trying to look for ( " + document.location.search + " ) is this correct?"
});

View File

@ -5,6 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Void Links</title>
<script src="/javascript/libraries/p5/p5.js"></script>
<script src="/javascript/newsim.js"></script>
<link rel="stylesheet" href="/stylesheets/base.css">
<link rel="stylesheet" href="/stylesheets/links.css">
</head>

View File

@ -8,6 +8,13 @@
<pubDate>Tue 7 Oct 2025 13:00 GMT</pubDate>
<lastBuildDate>Thr 15 Oct 2025 18:52 GMT</lastBuildDate>
<!--Feed-->
<item>
<title>I think I'm about done with the home page</title>
<category>Site Update</category>
<link>https://voidwillow.neocities.org/pages/templates/post.html?29-10-25.json</link>
<description>I think it's almost there</description>
<pubDate>29 Oct 2025</pubDate>
</item>
<item>
<title>My status has been upgraded</title>
<category>Life Update</category>