Compare commits
70 Commits
6caf86913e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 22b964d881 | |||
| d5091c9961 | |||
| d451215181 | |||
| 480bc4104c | |||
| 26b9187ecd | |||
| 360ca55a18 | |||
| 5e6caf5b0e | |||
| e03be84e94 | |||
| 8ca01e06de | |||
| e874a81701 | |||
| 4e155a3a6f | |||
| 24d18e369b | |||
| 0587616523 | |||
| e8b64b93e1 | |||
| f4ef4ab472 | |||
| 62fe7c0816 | |||
| 4b4f093276 | |||
| 210a6583ef | |||
| 752ae3104d | |||
| 70cf8145b4 | |||
| 4e6209678a | |||
| 9b1a8b4426 | |||
| f9d4b365e0 | |||
| c2f566e5cd | |||
| de9721c8a7 | |||
| e6daabf16d | |||
| ab79e95734 | |||
| ffe9bc6156 | |||
| 24d0a07be9 | |||
| 2e9320f9ac | |||
| 7ad1dcc44b | |||
| 5084d969ba | |||
| dd29fb8571 | |||
| da186279b6 | |||
| 9ff7d3d284 | |||
| c5730952f9 | |||
| 210e190f11 | |||
| 1202cd0221 | |||
| 0b1a622b99 | |||
| 4a847a74d9 | |||
| 4272edd145 | |||
| 3bf4e2fdd9 | |||
| 05ee3d9b63 | |||
| 15cbc6ccfe | |||
| 4eca54312b | |||
| 5e82aeb855 | |||
| 5255e9cd11 | |||
| e98bf93bac | |||
| 579c3e4a40 | |||
| e4a1e6bc2f | |||
| 5ea6e58f92 | |||
| 5decba110c | |||
| 9fc7276fcc | |||
| 84609c0d48 | |||
| 5dc6f910c0 | |||
| 2f10168722 | |||
| 9156e80c37 | |||
| cd75a1f0d5 | |||
| 23684d23b2 | |||
| 38a71f3d4b | |||
| 9ea04660fc | |||
| c22ddbccdb | |||
| 926f2b6174 | |||
| 790fb7a39f | |||
| 4e4a8df446 | |||
| cb6fc2622d | |||
| 9e4786782d | |||
| 4a12d14534 | |||
| daec1677df | |||
| 8b76ccda64 |
47
index.html
47
index.html
@ -6,23 +6,32 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>The Void System</title>
|
<title>The Void System</title>
|
||||||
<link href="/stylesheets/home.css" rel="stylesheet" type="text/css" media="all">
|
<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>
|
||||||
|
<script src="/javascript/newsim.js"></script>
|
||||||
|
<style>canvas{z-index: -1};</style>
|
||||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas id="backgroundSim" width="1000px" height="1000px"></canvas>
|
<h1 id="introtitle">Welcome to the Void System</h1>
|
||||||
<h1 id="intotitle">Welcome to the Void System</h1>
|
|
||||||
<div id="mainview">
|
<div id="mainview">
|
||||||
<div id="postarea">
|
<div id="postarea">
|
||||||
<div id="blogList">
|
<div id="blogList">
|
||||||
<ul id="blogList">
|
<ul id="blogList">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h3 class="postHeader">Welcome To my Site!</h3>
|
<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</p>
|
<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">
|
<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="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>
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h3 class="postHeader">Blog Posts</h3>
|
<h3 class="postHeader">Blog Posts</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="/pages/templates/post.html?02-11-25">02-11-25: Visiting my parents store</a></li>
|
||||||
|
<li><a href="/pages/templates/post.html?01-11-25">01-11-25: My Halloween party</a></li>
|
||||||
|
<li><a href="/pages/templates/post.html?29-10-25">29-10-25: I think I'm about done with the home page</a></li>
|
||||||
|
<li><a href="/pages/templates/post.html?20-10-25">20-10-25: My status has been upgraded</a></li>
|
||||||
<li><a href="/pages/templates/post.html?15-10-25">15-10-25: First Post with blog!</a></li>
|
<li><a href="/pages/templates/post.html?15-10-25">15-10-25: First Post with blog!</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -33,6 +42,7 @@
|
|||||||
<div class="post">
|
<div class="post">
|
||||||
<h3 class="postHeader">System Media</h3>
|
<h3 class="postHeader">System Media</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="/pages/buttons.html">Button's I've Collected</a></li>
|
||||||
<li><a href="/pages/Jukebox.html">Music</a></li>
|
<li><a href="/pages/Jukebox.html">Music</a></li>
|
||||||
<li><a href="/pages/games.html">Games</a></li>
|
<li><a href="/pages/games.html">Games</a></li>
|
||||||
<li><a href="https://steamcommunity.com/id/TechRunner/screenshots/">Steam Screenshots</a></li>
|
<li><a href="https://steamcommunity.com/id/TechRunner/screenshots/">Steam Screenshots</a></li>
|
||||||
@ -45,7 +55,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="bio">
|
<div id="bio">
|
||||||
<h2 id="bioHeader">About <i>Us</i></h2>
|
<h2 id="bioHeader">About <i>Us</i></h2>
|
||||||
<p>We are the Void system we have many hobbies and so many interests. <wbr>
|
<p id="bioDescription">We are the Void system we have many hobbies and so many interests. <wbr>
|
||||||
We have a degree in computer science and we feel like all I can do with it now is use it to make art. <wbr>
|
We have a degree in computer science and we feel like all I can do with it now is use it to make art. <wbr>
|
||||||
We have an unofficial count of 47 of us in this body and getting to do stuff we all want to do is a challenge. <wbr>
|
We have an unofficial count of 47 of us in this body and getting to do stuff we all want to do is a challenge. <wbr>
|
||||||
We hope you like all of our work and we may be open to commisions in the future.<wbr>
|
We hope you like all of our work and we may be open to commisions in the future.<wbr>
|
||||||
@ -55,7 +65,7 @@
|
|||||||
<div class="collumRow">
|
<div class="collumRow">
|
||||||
<li class="member">
|
<li class="member">
|
||||||
<div class="memberPhoto">
|
<div class="memberPhoto">
|
||||||
<a href="/members/willow.html" class="member">Willow</a>
|
<a href="/pages/members/willow.html" class="member">Willow</a>
|
||||||
<img src="/media/Sonas/Kitten&Willow.png" alt="Placeholder">
|
<img src="/media/Sonas/Kitten&Willow.png" alt="Placeholder">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -63,7 +73,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="member">
|
<li class="member">
|
||||||
<div class="memberPhoto">
|
<div class="memberPhoto">
|
||||||
<a href="/members/cosmic.html" class="member">Cosmic</a>
|
<a href="/pages/members/cosmic.html" class="member">Cosmic</a>
|
||||||
<img src="/media/Sonas/Cosmic.png" alt="Placeholder">
|
<img src="/media/Sonas/Cosmic.png" alt="Placeholder">
|
||||||
</div>
|
</div>
|
||||||
<p>I'm Cosmic when I'm not floating around in the headspace thinking of space and existance I prefer to be a protogen</p>
|
<p>I'm Cosmic when I'm not floating around in the headspace thinking of space and existance I prefer to be a protogen</p>
|
||||||
@ -72,14 +82,14 @@
|
|||||||
<div class="collumRow">
|
<div class="collumRow">
|
||||||
<li class="member">
|
<li class="member">
|
||||||
<div class="memberPhoto">
|
<div class="memberPhoto">
|
||||||
<a href="/members/luna.html" class="member">Luna</a>
|
<a href="/pages/members/luna.html" class="member">Luna</a>
|
||||||
<img src="/media/Sonas/Luna.png" alt="Placeholder">
|
<img src="/media/Sonas/Luna.png" alt="Placeholder">
|
||||||
</div>
|
</div>
|
||||||
<p>I am the designer of this website and trying to get over some traumas with poetry</p>
|
<p>I am the designer of this website and trying to get over some traumas with poetry</p>
|
||||||
</li>
|
</li>
|
||||||
<li class="member">
|
<li class="member">
|
||||||
<div class="memberPhoto">
|
<div class="memberPhoto">
|
||||||
<a href="/members/w175b.html" class="member">W175B</a>
|
<a href="/pages/members/w175b.html" class="member">W175B</a>
|
||||||
<img src="/media/placeholder.png" alt="Placeholder">
|
<img src="/media/placeholder.png" alt="Placeholder">
|
||||||
</div>
|
</div>
|
||||||
<p>Beep Boop! This unit is W175B I am a drone and love linux and system administration and cleaning up. My hobbies are Armored Core and Reading and this is my list</p>
|
<p>Beep Boop! This unit is W175B I am a drone and love linux and system administration and cleaning up. My hobbies are Armored Core and Reading and this is my list</p>
|
||||||
@ -89,14 +99,14 @@
|
|||||||
<div class="collumRow">
|
<div class="collumRow">
|
||||||
<li class="member">
|
<li class="member">
|
||||||
<div class="memberPhoto">
|
<div class="memberPhoto">
|
||||||
<a href="/members/bunny.html" class="member">Bunny</a>
|
<a href="/pages/members/bunny.html" class="member">Bunny</a>
|
||||||
<img src="/media/placeholder.png" alt="Placeholder">
|
<img src="/media/placeholder.png" alt="Placeholder">
|
||||||
</div>
|
</div>
|
||||||
<p>I'm Bunny! I'm smol and like to do pixel art and want to do more drawing</p>
|
<p>I'm Bunny! I'm smol and like to do pixel art and want to do more drawing</p>
|
||||||
</li>
|
</li>
|
||||||
<li class="member">
|
<li class="member">
|
||||||
<div class="memberPhoto">
|
<div class="memberPhoto">
|
||||||
<a href="/members/tech.html" class="member">TechRunner</a>
|
<a href="/pages/members/tech.html" class="member">TechRunner</a>
|
||||||
<img src="/media/placeholder.png" alt="Placeholder">
|
<img src="/media/placeholder.png" alt="Placeholder">
|
||||||
</div>
|
</div>
|
||||||
<p>I'm TechRunner I got the computer science degree for the system and went through most of highschool and college with Cosmic</p>
|
<p>I'm TechRunner I got the computer science degree for the system and went through most of highschool and college with Cosmic</p>
|
||||||
@ -105,14 +115,14 @@
|
|||||||
<div class="collumRow">
|
<div class="collumRow">
|
||||||
<li class="member">
|
<li class="member">
|
||||||
<div class="memberPhoto">
|
<div class="memberPhoto">
|
||||||
<a href="/members/beeatrice.html" class="member">Beeatrice</a>
|
<a href="/pages/members/beeatrice.html" class="member">Beeatrice</a>
|
||||||
<img src="/media/placeholder.png" alt="Placeholder">
|
<img src="/media/placeholder.png" alt="Placeholder">
|
||||||
</div>
|
</div>
|
||||||
<p>Greetings my little bees! I'm Beeatrice the hive queen of the Void System any hypnotic files, writings, or spirals will be on my page</p>
|
<p>Greetings my little bees! I'm Beeatrice the hive queen of the Void System any hypnotic files, writings, or spirals will be on my page</p>
|
||||||
</li>
|
</li>
|
||||||
<li class="member">
|
<li class="member">
|
||||||
<div class="memberPhoto">
|
<div class="memberPhoto">
|
||||||
<a href="/members/dallas.html" class="member">Dallas</a>
|
<a href="/pages/members/dallas.html" class="member">Dallas</a>
|
||||||
<img src="/media/Sonas/Dallas.png" alt="Placeholder">
|
<img src="/media/Sonas/Dallas.png" alt="Placeholder">
|
||||||
</div>
|
</div>
|
||||||
<p>I'm Dallas I'm a dragon and I love collecting shiny things and my interests are geology and BDSM</p>
|
<p>I'm Dallas I'm a dragon and I love collecting shiny things and my interests are geology and BDSM</p>
|
||||||
@ -121,14 +131,14 @@
|
|||||||
<div class="collumRow">
|
<div class="collumRow">
|
||||||
<li class="member">
|
<li class="member">
|
||||||
<div class="memberPhoto">
|
<div class="memberPhoto">
|
||||||
<a href="/members/fauwn.html" class="member">Fauwn</a>
|
<a href="/pages/members/fauwn.html" class="member">Fauwn</a>
|
||||||
<img src="/media/placeholder.png" alt="Placeholder">
|
<img src="/media/placeholder.png" alt="Placeholder">
|
||||||
</div>
|
</div>
|
||||||
<p>I'm Fauwn I'll warn you these are just gonna be my rants about stuff and maybe some other stuff</p>
|
<p>I'm Fauwn I'll warn you these are just gonna be my rants about stuff and maybe some other stuff</p>
|
||||||
</li>
|
</li>
|
||||||
<li class="member">
|
<li class="member">
|
||||||
<div class="memberPhoto">
|
<div class="memberPhoto">
|
||||||
<a href="/members/jupiter.html" class="member">Jupiter</a>
|
<a href="/pages/members/jupiter.html" class="member">Jupiter</a>
|
||||||
<img src="/media/placeholder.png" alt="Placeholder">
|
<img src="/media/placeholder.png" alt="Placeholder">
|
||||||
</div>
|
</div>
|
||||||
<p>I'm Jupiter I'm the newest to the system</p>
|
<p>I'm Jupiter I'm the newest to the system</p>
|
||||||
@ -140,8 +150,8 @@
|
|||||||
<div id="imageLinks">
|
<div id="imageLinks">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<img height="31" src="/media/neocities.png" alt="Site hosted by Neocities" >
|
<img height="31" src="/media/neocities.png" alt="Site hosted by Neocities" >
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png"></a>
|
<a href="https://voidwillow.neocities.org" title="Enter The VOID!"><img title="Enter The VOID!" src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt="A space ship flying into the Void System. Click to enter the void."></a>
|
||||||
<textarea class="siteButtonText" readonly=""><a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png"></a></textarea>
|
<textarea class="siteButtonText" readonly=""><a href="https://voidwillow.neocities.org" title="Enter The VOID!"><img title="Enter The VOID!" src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt="A space ship flying into the Void System. Click to enter the void."></a></textarea>
|
||||||
<p id="resolutionTag"></p>
|
<p id="resolutionTag"></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="remeber">
|
<div class="remeber">
|
||||||
@ -150,7 +160,6 @@
|
|||||||
<button onclick="forgetMe()" type="submit">Forget me</button>
|
<button onclick="forgetMe()" type="submit">Forget me</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="/javascript/simulation.js"></script>
|
<script src="/javascript/remeber.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!--Gitea Discord Test 2-->
|
|
||||||
|
|||||||
275
javascript/newsim.js
Normal file
275
javascript/newsim.js
Normal file
@ -0,0 +1,275 @@
|
|||||||
|
let images = {};
|
||||||
|
let simulator = [];
|
||||||
|
let maxSpeed = 1;
|
||||||
|
let backgroundImage;
|
||||||
|
let LEFT = [-1,0];
|
||||||
|
|
||||||
|
const entityTypes = Object.freeze({
|
||||||
|
METERORITE_SMALL: "meteorite_small",
|
||||||
|
METERORITE_LARGE: "meteorite_large",
|
||||||
|
COMET: "comet",
|
||||||
|
});
|
||||||
|
|
||||||
|
var Settings = {
|
||||||
|
windowWrap: true,
|
||||||
|
physics: true,
|
||||||
|
respawn: true,
|
||||||
|
devMode: false,
|
||||||
|
maxSpeed: 1,
|
||||||
|
backgroundImage: "/media/Art/EmptySpace.png",
|
||||||
|
entityCount: 200,
|
||||||
|
emptyEntries: [],
|
||||||
|
rarity: {
|
||||||
|
"comet": .99,
|
||||||
|
"meteorite_small": 500.0,
|
||||||
|
"meteorite_large": 1000.0,
|
||||||
|
},
|
||||||
|
mass: {
|
||||||
|
"comet": 1400.0,
|
||||||
|
"meteorite_small": 500.0,
|
||||||
|
"meteorite_large": 1000.0,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
function distance(entity1, entity2){
|
||||||
|
return Math.sqrt(
|
||||||
|
((entity2.x-entity1.x)*(entity2.x-entity1.x)) +
|
||||||
|
((entity2.y-entity1.y)*(entity2.y-entity1.y))
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function getMass(type){
|
||||||
|
switch (type){
|
||||||
|
case entityTypes.COMET: return Settings.mass[entityTypes.COMET]
|
||||||
|
case entityTypes.METERORITE_SMALL: return Settings.mass[entityTypes.METERORITE_SMALL];
|
||||||
|
case entityTypes.METERORITE_LARGE: return Settings.mass[entityTypes.METERORITE_LARGE];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function createEntity(x, y, vx, vy, ax, ay, rot, rotv, type, id=0, iframes=Math.floor(Math.random()*100)){
|
||||||
|
if (Settings.emptyEntries.length > 1){
|
||||||
|
var entryID = Settings.emptyEntries.pop();
|
||||||
|
if (Settings.devMode) console.warn("Creating new enity from old", entryID);
|
||||||
|
if (entryID <= simulator.length && entryID >= 0){
|
||||||
|
entity = simulator[entryID];
|
||||||
|
entity.x = x;
|
||||||
|
entity.y = y;
|
||||||
|
entity.vx = vx;
|
||||||
|
entity.vy = vy;
|
||||||
|
entity.ax = ax;
|
||||||
|
entity.ay = ay;
|
||||||
|
entity.rot = rot;
|
||||||
|
entity.rotv = rotv;
|
||||||
|
entity.iframes = 1000;
|
||||||
|
entity.show = true;
|
||||||
|
entity.type = type
|
||||||
|
}else{
|
||||||
|
if (Settings.devMode) console.error("Entry ID out of bounds", Settings.emptyEntries.length, id, entryID);
|
||||||
|
}
|
||||||
|
}else{
|
||||||
|
simulator.push({
|
||||||
|
x: x,
|
||||||
|
y: y,
|
||||||
|
ax: ax,
|
||||||
|
ay: ay,
|
||||||
|
vx: vx,
|
||||||
|
vy: vy,
|
||||||
|
rot: rot,
|
||||||
|
rotv: rotv,
|
||||||
|
mass: getMass(type),
|
||||||
|
forcex: 0.0,
|
||||||
|
forcey: 0.0,
|
||||||
|
type: type,
|
||||||
|
show: true,
|
||||||
|
ueid: id,
|
||||||
|
iframes: iframes
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function getRandomType(){
|
||||||
|
let rand = Math.random();
|
||||||
|
if (rand > 0.99){
|
||||||
|
if(Settings.devMode) console.log("Comet made");
|
||||||
|
return entityTypes.COMET;
|
||||||
|
}if(rand > 0.5){
|
||||||
|
return entityTypes.METERORITE_SMALL;
|
||||||
|
}else{
|
||||||
|
return entityTypes.METERORITE_LARGE;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function physicsUpdate(entity){
|
||||||
|
if (entity.show){
|
||||||
|
entity.vx += entity.ax;
|
||||||
|
entity.vy += entity.ay;
|
||||||
|
entity.x += entity.vx;
|
||||||
|
entity.y += entity.vy;
|
||||||
|
entity.rot += entity.rotv;
|
||||||
|
if (entity.iframes > 0) entity.iframes -= 1;
|
||||||
|
if (entity.iframes == 0) simulator.forEach((other_entity) =>{
|
||||||
|
checkCollision(entity, other_entity);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function checkCollision(entity1, entity2){
|
||||||
|
if (entity1.type == entityTypes.COMET && entity2.type == entityTypes.COMET){
|
||||||
|
|
||||||
|
}else if (entity1.ueid != entity2.ueid
|
||||||
|
&& entity1.show
|
||||||
|
&& entity2.show){
|
||||||
|
var dist = distance(entity1, entity2);
|
||||||
|
if(dist < 15){
|
||||||
|
if (Settings.devMode) {
|
||||||
|
stroke('magenta');
|
||||||
|
strokeWeight(5);
|
||||||
|
line(entity1.x,entity1.y, entity2.x, entity2.y);
|
||||||
|
console.log("Collision at", entity1.x, entity1.y, entity1.iframes, entity2.x, entity2.y, dist);
|
||||||
|
}
|
||||||
|
Explode(entity1);
|
||||||
|
Explode(entity2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function Explode(entity){
|
||||||
|
if(entity.type == entityTypes.METERORITE_SMALL){
|
||||||
|
entity.show = false;
|
||||||
|
Settings.emptyEntries.push(entity.ueid);
|
||||||
|
}if(entity.type == entityTypes.METERORITE_LARGE){
|
||||||
|
entity.type = entityTypes.METERORITE_SMALL
|
||||||
|
entity.iframes = 1000;
|
||||||
|
createEntity(entity.x, entity.y, entity.vx + Math.random(), entity.vy + Math.random(), 0.0,0.0,0.0,0.0, entityTypes.METERORITE_SMALL, id=entity.ueid, iframes=1000);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function BlackHole(x,y,m,entity){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function drawBackground(refImage){
|
||||||
|
let w = windowWidth / refImage.width;
|
||||||
|
let h = windowHeight / refImage.height;
|
||||||
|
for (let iy = 0; iy <= h; iy++){
|
||||||
|
for (let ix = 0; ix <= w; ix++){
|
||||||
|
image(refImage, refImage.width * ix, refImage.height * iy);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function drawEntity(entity){
|
||||||
|
if (entity.show){
|
||||||
|
push();
|
||||||
|
imageMode(CENTER);
|
||||||
|
translate(entity.x, entity.y, 0);
|
||||||
|
if (entity.type == entityTypes.COMET){
|
||||||
|
rotate((Math.atan2(entity.vx, entity.vy) - Math.atan2(-1,0)) * 180/Math.PI);
|
||||||
|
}else{
|
||||||
|
rotate(entity.rot);
|
||||||
|
}
|
||||||
|
image(images[entity.type], 0,0);
|
||||||
|
pop();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function preload(){
|
||||||
|
images[entityTypes.METERORITE_SMALL] = loadImage("/media/Art/meteorite_small_1.png");
|
||||||
|
images[entityTypes.METERORITE_LARGE] = loadImage("/media/Art/Meteorite_Large_1_100.png");
|
||||||
|
images[entityTypes.COMET] = loadImage("/media/Art/comet.png");
|
||||||
|
//images["ship"] = loadImage("/media/Art/ship.png"); #Make Ship asset for game portion
|
||||||
|
images["background"] = loadImage("/media/Art/EmptySpace.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
function setup(){
|
||||||
|
let canvas = createCanvas(windowWidth, windowHeight);
|
||||||
|
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){
|
||||||
|
createEntity(
|
||||||
|
Math.floor(Math.random() * windowWidth), //X Location
|
||||||
|
Math.floor(Math.random() * windowHeight), //Y Location
|
||||||
|
(Math.random() * maxSpeed * 2)-maxSpeed, //X Velocity
|
||||||
|
(Math.random() * maxSpeed * 2)-maxSpeed, //Y Velocity
|
||||||
|
0.0, //X Acceleration
|
||||||
|
0.0, //Y Acceleration
|
||||||
|
0.0, //Current Rotation
|
||||||
|
(Math.random() * 2 *(Math.PI / Settings.rotationSpeed))-(Math.PI / Settings.rotationSpeed), //Rotation Velocity
|
||||||
|
getRandomType(),
|
||||||
|
id=i
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function mouseClicked(){
|
||||||
|
console.log(mouseX, mouseY);
|
||||||
|
simulator.forEach((entity) =>{
|
||||||
|
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
function draw(){
|
||||||
|
//background(images["background"]);
|
||||||
|
//Draw Tiled Background
|
||||||
|
drawBackground(images["background"]);
|
||||||
|
|
||||||
|
for(var e = 1; e < simulator.length; e++){
|
||||||
|
let entity = simulator[e]
|
||||||
|
|
||||||
|
//Physics Update
|
||||||
|
if (Settings.physics){
|
||||||
|
physicsUpdate(entity)
|
||||||
|
}
|
||||||
|
|
||||||
|
//Window Wrap
|
||||||
|
if (Settings.windowWrap){
|
||||||
|
if (entity.x > windowWidth){
|
||||||
|
entity.x = 0;
|
||||||
|
}
|
||||||
|
if (entity.x < 0){
|
||||||
|
entity.x = windowWidth;
|
||||||
|
}
|
||||||
|
if (entity.y > windowHeight){
|
||||||
|
entity.y = 0;
|
||||||
|
}
|
||||||
|
if (entity.y < 0){
|
||||||
|
entity.y = windowHeight;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
//Draw Entity
|
||||||
|
drawEntity(entity);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (Settings.respawn){
|
||||||
|
if(Settings.emptyEntries.length > 5){
|
||||||
|
if(frameCount % 20 == 0){
|
||||||
|
createEntity(
|
||||||
|
Math.floor(Math.random() * windowWidth)+windowHeight, //X Location
|
||||||
|
Math.floor(Math.random() * windowHeight)+windowHeight, //Y Location
|
||||||
|
(Math.random() * maxSpeed * 2)-maxSpeed, //X Velocity
|
||||||
|
(Math.random() * maxSpeed * 2)-maxSpeed, //Y Velocity
|
||||||
|
0.0, //X Acceleration
|
||||||
|
0.0, //Y Acceleration
|
||||||
|
0.0, //Current Rotation
|
||||||
|
(Math.random() * 2 *(Math.PI / Settings.rotationSpeed))-(Math.PI / Settings.rotationSpeed), //Rotation Velocity
|
||||||
|
getRandomType()
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function windowResized() {
|
||||||
|
resizeCanvas(windowWidth, windowHeight);
|
||||||
|
}
|
||||||
@ -19,7 +19,14 @@ fetch("/pages/blog/"+search+".json").then(response => response.json()).then(data
|
|||||||
postBody.innerHTML = data.postText;
|
postBody.innerHTML = data.postText;
|
||||||
}
|
}
|
||||||
|
|
||||||
}).catch(error => console.error("Error Fetching Json"));
|
}).catch((error) => {
|
||||||
|
postTitle = document.getElementById("postTitle");
|
||||||
|
postSubTitle = document.getElementById("postSubTitle");
|
||||||
|
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?"
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
30
javascript/remeber.js
Normal file
30
javascript/remeber.js
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
function remeberMe(){
|
||||||
|
let input = document.getElementById("username");
|
||||||
|
let username = input.value;
|
||||||
|
document.cookie = "username=" + username;
|
||||||
|
console.log("Thank you "+ username);
|
||||||
|
}
|
||||||
|
|
||||||
|
function forgetMe(){
|
||||||
|
document.cookie = "username=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/"
|
||||||
|
console.log("Poof!...");
|
||||||
|
}
|
||||||
|
|
||||||
|
function getCookie(cname) {
|
||||||
|
let name = cname + "=";
|
||||||
|
let decodedCookie = decodeURIComponent(document.cookie);
|
||||||
|
let ca = decodedCookie.split(';');
|
||||||
|
for(let i = 0; i <ca.length; i++) {
|
||||||
|
let c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') {
|
||||||
|
c = c.substring(1);
|
||||||
|
}
|
||||||
|
if (c.indexOf(name) == 0) {
|
||||||
|
return c.substring(name.length, c.length);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
|
||||||
|
let decodedCookie = getCookie("username") + " ";
|
||||||
|
document.getElementById("introtitle").textContent = "Welcome " + decodedCookie + "to the Void System"
|
||||||
@ -1,76 +0,0 @@
|
|||||||
var bg = document.getElementById("backgroundSim")
|
|
||||||
var ctx = bg.getContext("2d");
|
|
||||||
ctx.canvas.width = window.screen.availWidth;
|
|
||||||
ctx.canvas.height = window.screen.availHeight;
|
|
||||||
rock = new Image();
|
|
||||||
rock.src = "/media/Art/Rock1.png";
|
|
||||||
|
|
||||||
ctx.fill()
|
|
||||||
|
|
||||||
function remeberMe(){
|
|
||||||
let input = document.getElementById("username");
|
|
||||||
let username = input.value;
|
|
||||||
document.cookie = "username=" + username;
|
|
||||||
console.log(username);
|
|
||||||
cookieStore.getAll().then(data => {
|
|
||||||
console.log(data);
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
function forgetMe(){
|
|
||||||
document.cookie = "username=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/"
|
|
||||||
console.log("Poof!...");
|
|
||||||
}
|
|
||||||
cookieStore.getAll().then(data => {
|
|
||||||
if (data){
|
|
||||||
for(let i = 0; i < data.length; i++){
|
|
||||||
console.log(data[i]["value"]);
|
|
||||||
if (data[i]["name"] == "username"){
|
|
||||||
let username = data[i]["value"];
|
|
||||||
document.getElementById("intotitle").textContent = "Welcome back " + username + " to the Void System";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
console.log(document.cookie);
|
|
||||||
})
|
|
||||||
|
|
||||||
var resolutionTag = document.getElementById("resolutionTag");
|
|
||||||
resolutionTag.textContent = "document: " + window.screen.availWidth + "x" + window.screen.availHeight + ", inner window: " + window.innerWidth + "x" + window.innerHeight;
|
|
||||||
|
|
||||||
function drawCircle(x, y, r){
|
|
||||||
ctx.beginPath();
|
|
||||||
ctx.arc(x, y, r, 0, 2*Math.PI)
|
|
||||||
ctx.stroke();
|
|
||||||
}
|
|
||||||
|
|
||||||
particle = {
|
|
||||||
x: 20,
|
|
||||||
y: 20,
|
|
||||||
r: 10,
|
|
||||||
vx: 0.01,
|
|
||||||
vy: 0.01,
|
|
||||||
update: function(){
|
|
||||||
self.x += self.vx;
|
|
||||||
self.y += self.vy;
|
|
||||||
},
|
|
||||||
draw: function(){
|
|
||||||
ctx.drawImage(rock, self.x, self.y);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
rock.onload = function(){
|
|
||||||
let i = 0;
|
|
||||||
while (i < 25){
|
|
||||||
ctx.drawImage(rock, Math.random(1)*ctx.canvas.height,Math.random(1)*ctx.canvas.height);
|
|
||||||
i += 1;
|
|
||||||
}
|
|
||||||
particle.draw();
|
|
||||||
}
|
|
||||||
|
|
||||||
function Populate(){
|
|
||||||
let particle
|
|
||||||
}
|
|
||||||
|
|
||||||
BIN
media/Art/BlastOff.aseprite
Normal file
BIN
media/Art/BlastOff.aseprite
Normal file
Binary file not shown.
BIN
media/Art/BlastOff.png
Normal file
BIN
media/Art/BlastOff.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 572 B |
BIN
media/Art/Ship.aseprite
Normal file
BIN
media/Art/Ship.aseprite
Normal file
Binary file not shown.
BIN
media/Art/Ship.png
Normal file
BIN
media/Art/Ship.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 233 B |
BIN
media/fonts/SPACEMAN.TTF
Normal file
BIN
media/fonts/SPACEMAN.TTF
Normal file
Binary file not shown.
BIN
media/memes/IMG_0299.webp
Normal file
BIN
media/memes/IMG_0299.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 605 KiB |
@ -1,14 +0,0 @@
|
|||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link rel="stylesheet" href="/stylesheets/base.css">
|
|
||||||
<link href="members.css" rel="stylesheet" type="text/css" media="all">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="mainView">
|
|
||||||
<h1>I'm Cosmic</h1>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
29
newpost.sh
Executable file
29
newpost.sh
Executable file
@ -0,0 +1,29 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
postDir="pages/blog/"
|
||||||
|
rssFeed="xml/voidblog.xml "
|
||||||
|
echo "Enter Date"
|
||||||
|
read name
|
||||||
|
echo "Enter Title: "
|
||||||
|
read title
|
||||||
|
echo "Enter Subtitle: "
|
||||||
|
read subtitle
|
||||||
|
echo "Enter Date: "
|
||||||
|
read date
|
||||||
|
echo "Enter post type"
|
||||||
|
read postType
|
||||||
|
|
||||||
|
# Modify RSS Feed File with new File Data
|
||||||
|
rssItem=$(sed "s/#TITLE/$title/g; s/#CATEGORY/$postType/g; s/#LINK/https:\/\/voidwillow.neocities.org\/pages\/templates\/blog\?$name/g; s/#DESCRIPTION/$subtitle/g; s/#DATE/$(date "+%a %d %b %Y %H:%M:%S CST")/g")
|
||||||
|
#Add new Item to feed below the <!--Feed--> Comment
|
||||||
|
sed '/<!--Feed-->/a\'$rssItem $rssFeed
|
||||||
|
|
||||||
|
#Create new Post from provided info
|
||||||
|
cd $postDir
|
||||||
|
if [ -e $name.json ]
|
||||||
|
then
|
||||||
|
nvim $name.json
|
||||||
|
else
|
||||||
|
cp template.json $name.json
|
||||||
|
sed -i "s/#TITLE/$title/g; s/#SUBTITLE/$subtitle/g; s/#DATE/$date/g" $name.json
|
||||||
|
nvim $name.json
|
||||||
|
fi
|
||||||
@ -36,6 +36,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<audio controls src="" id="audioPlayer"></audio>
|
<audio controls src="" id="audioPlayer"></audio>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="/index.html" id="back">Go Back</a>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
let jukebox = {
|
let jukebox = {
|
||||||
|
|||||||
7
pages/blog/01-11-25.json
Normal file
7
pages/blog/01-11-25.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"title": "Halloween Party",
|
||||||
|
"subTitle": "Halloween with the polycule",
|
||||||
|
"date": "November 1, 2025",
|
||||||
|
"postType": "text",
|
||||||
|
"postText": "Last night I had a little Halloween horror movie watch party with my polycule. It was a lot of fun but I feel like it could have been better but I didn't really plan it out very well and should have set things up with people outside of the polycule. Trying to setup meetups with friends is so difficult but I just gotta keep doing it. I'm tired of not hanging out with a bunch of the people I know and want to know more. It was great at least to finally have everyone together and watch a movie. Even when you all live together trying to get a bunch of trans women together to do stuff is like trying to keep a bunch of cats in one place. We watched the movie Alien because my girlfriend Mosse hadn't seen it. We came to the conclusion the whole movie is just what happens when you don't listen to the minorities. Every time in the movie when something goes wrong it's because they aren't listening to either the transwoman or black man. The cis woman also does nothing but whine and complain the whole time and cries so much. Frainkly rewatching it was great and glad to do it with everyone"
|
||||||
|
}
|
||||||
7
pages/blog/02-11-25.json
Normal file
7
pages/blog/02-11-25.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"title": "Visiting my parents shop",
|
||||||
|
"subTitle": "More website design time",
|
||||||
|
"date": "01 November 2025 11:50PM",
|
||||||
|
"postType": "text",
|
||||||
|
"postText": "I'm currently at my parents shop well really it's my mom's store. She sells wooden signs for special events and hollidays. She also sells antiques too and a bunch of other stuff she has collected over the years. She really loves what she does. She just recently built a big building for her store when she was originally opperating first out of a tent and then a wooden stall and now it's a big metal building almost in an old western style general store kinda. It's really cute and I'm gonna be working on her website while I'm here. I'm hoping to get most of it finished up so I can keep it up instead of just having the test website up. If anyone is wanting to check it out in the future it's located at https://www.thetexassignlady.shop/ Feel free to sign up for the newsletter if you are located near Central Texas and would like to buy a sign. I am gonna be here at least a day and I'm so glad I decided to bring my ex-boyfriends old ultrabook to work on her website than trying to do it on my tablet. Especially since the server software I'm using to write her website doesn't support arm based devices with the database I'm using. I'm pretty sure this is probably gonna be one of my longer post since It's such a departure from the more mundaine but pieceful life I have with my polycule. It's kinda nice seeing my parents even if some of us still hold a lot of resentment towards them for their treatment of us during highdchool especially. But what is in the past is in the past and you have to move past it and accept it in order to grow even if you won't get the exact closure you want. I really hope everyone is liking how my site has been turning out. I've been loving it and I am just wanting to post more and more as we all keep working on it. It really feels like a project that I can have that finally encompassed all of our interests, hobbies, and goals with wanting to be more self actualized about myself and who I am and I feel like it has been rubbing off on my girlfriends lately. My wife the Lavender system put out a really great post about her and her system to her tumblr and I'm just so proud of her. I'm hoping she keeps going. It's been amazing watching her become more of the person I feel like she can be and not what her fear and brain worms drag her down. I love you all and hope whoever is reading this has a great day"
|
||||||
|
}
|
||||||
7
pages/blog/20-10-25.json
Normal file
7
pages/blog/20-10-25.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"title": "My status has been upgraded",
|
||||||
|
"subTitle": "I'm now an Aunt!",
|
||||||
|
"postText": "I was not expecting to wake up to picture from my mom of my brother's new baby girl. It's a little dissapointing what they named her. I definitely forsee her changing it in the future. I guess I can finally start calling myself the crazy aunt now!",
|
||||||
|
"date": "20 October 2025",
|
||||||
|
"postType": "text"
|
||||||
|
}
|
||||||
7
pages/blog/29-10-25.json
Normal file
7
pages/blog/29-10-25.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"title": "Finalizing Homepage",
|
||||||
|
"subTitle": "I think it's almost there",
|
||||||
|
"date": "29 October 2025",
|
||||||
|
"postType": "text",
|
||||||
|
"postText": "I think we have hit the point where the home page is pretty much done. The background simulation probably will get worked on but that is more related to the whole site and the mini game I want to make in the future. I hope if anyone is checking in on this who I haven't been sharing it I hope you like what I've made so far."
|
||||||
|
}
|
||||||
7
pages/blog/rss_item.xml
Normal file
7
pages/blog/rss_item.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<item>
|
||||||
|
<title>#TITLE</title>
|
||||||
|
<category>#CATEGORY</category>
|
||||||
|
<link>#LINK</link>
|
||||||
|
<description>#DESCRIPTION</description>
|
||||||
|
<pubDate>#DATE</pubDate>
|
||||||
|
</item>
|
||||||
7
pages/blog/template.json
Normal file
7
pages/blog/template.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"title": "#TITLE",
|
||||||
|
"subTitle": "#SUBTITLE",
|
||||||
|
"date": "#DATE",
|
||||||
|
"postType": "text",
|
||||||
|
"postText": ""
|
||||||
|
}
|
||||||
@ -16,60 +16,25 @@
|
|||||||
<textarea readonly=""><a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a></textarea>
|
<textarea readonly=""><a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="buttonSection">
|
<div class="buttonSection">
|
||||||
<h1>Buttons Collecteion</h1>
|
<h1>Buttons Collected from other cool pages</h1>
|
||||||
<div class="buttonColumn">
|
<div class="buttonColumn">
|
||||||
<div class="buttonRow">
|
<div class="buttonRow">
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
<a href="https://lanhikari.neocities.org/"><img src="https://lanhikari.neocities.org/button.png"></a>
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
<a href="https://ransei.neocities.org/"><img src="https://ransei.neocities.org/assets/img/embeded.gif"></a>
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
<a href="https://tanukicomputing.neocities.org/" target="_blank" style="cursor: url('https://tanukicomputing.neocities.org/images/cde_mouse.png'), default;"><img src="https://tanukicomputing.neocities.org/buttons/Tanuki-Computing2.0.gif" style="width:88px;height:31px;" loading="lazy" alt="a beige square resembeling a CDE window. “Tanuki-” is written between the window buttons, and “Computing” in the middle of the image. There’s also a pixel art drawing of Tom Nook, and the word Neocitites."></a> </div>
|
||||||
</div>
|
</div>
|
||||||
<div class="buttonRow">
|
<div class="buttonRow">
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
<a href="https://cybird.nekoweb.org" target="_blank"><img src="https://cybird.nekoweb.org/buttons/CybirdNest.gif"></a>
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
<a class="aboutStampIndCont" href="https://pebble.pet" title="pebble"><img class="aboutStamp" src="https://pebble.pet/button.gif" alt="pebble"></a>
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
</div>
|
|
||||||
<div class="buttonRow">
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
</div>
|
|
||||||
<div class="buttonRow">
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
</div>
|
|
||||||
<div class="buttonRow">
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
</div>
|
|
||||||
<div class="buttonRow">
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
</div>
|
|
||||||
<div class="buttonRow">
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
</div>
|
|
||||||
<div class="buttonRow">
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
</div>
|
|
||||||
<div class="buttonRow">
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
</div>
|
|
||||||
<div class="buttonRow">
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png" alt=""></a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="buttonSection">
|
||||||
|
<h1>Web Rings</h1>
|
||||||
|
<script src="https://transring.neocities.org/ring.js"></script>
|
||||||
|
</div>
|
||||||
|
<a id="back" href="/index.html">Go Back</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -8,6 +8,7 @@
|
|||||||
<title>Document</title>
|
<title>Document</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>The Void Gallery</h1>
|
||||||
|
<a id="back" href="/index.html">Go Back</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -10,43 +10,50 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="mainView">
|
<div id="mainView">
|
||||||
<h1>My Games</h1>
|
<h1 id="intotitle">My Games</h1>
|
||||||
<div class="myGamesList">
|
<div class="myGamesList">
|
||||||
|
<h2 class="sectionHeader">Personal Project Games</h2>
|
||||||
<div class="myGame">
|
<div class="myGame">
|
||||||
<h3>%TITLE%</h3>
|
<h3 class="title"></h3>
|
||||||
<img src="/media/placeholder.png" alt="Placeholder">
|
<h4 class="status"></h4>
|
||||||
<p>lorem20</p>
|
<h4 class="start"></h4>
|
||||||
|
<img src="" alt="" srcset="">
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
<h2 class="sectionHeader">Game Jam Games</h2>
|
||||||
|
<div class="myGame">
|
||||||
|
<h3><a href="https://techrunner.itch.io/space-chasers">Space Chasers</a></h3>
|
||||||
|
<h4 class="status">Completed and Submitted</h4>
|
||||||
|
<img src="https://img.itch.zone/aW1nLzE5MzU4MDkucG5n/315x250%23c/VLmmgi.png" alt="A background of stars with the title Space Chasers: How long can you survive?">
|
||||||
|
<p>This game was made for the GameShell Game Jam and is made using Love2D and made during my free time as a teachers assistant in physics class</p>
|
||||||
|
</div>
|
||||||
|
<div class="myGame">
|
||||||
|
<h3><a href="https://techrunner.itch.io/404-bounty-not-found">404: Bounty Not Found</a></h3>
|
||||||
|
<h4 class="status">Unfinished</h4>
|
||||||
|
<img src="https://img.itch.zone/aW1nLzQ0Mzk3MTkuanBn/347x500/f4xdVF.jpg" alt="" srcset="">
|
||||||
|
<p>This games was made with some collaboration from PunkGalFury and Finnegan</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h1>Game Reviews</h1>
|
<h1>Game Reviews</h1>
|
||||||
<div class="gameReviews">
|
<div class="gameReviews">
|
||||||
|
<!--
|
||||||
<div class="gameReview">
|
<div class="gameReview">
|
||||||
<h3>$%TITLE%</h3>
|
<h3>$%TITLE%</h3>
|
||||||
|
<h4 class="rating"></h4>
|
||||||
|
<h4 class="status"></h4>
|
||||||
<img src="/media/placeholder.png" alt="">
|
<img src="/media/placeholder.png" alt="">
|
||||||
<p></p>
|
<p></p>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
<div class="gameReview">
|
<div class="gameReview">
|
||||||
<h3>%TITLE%</h3>
|
<h3 class="title"></h3>
|
||||||
<img src="/media/placeholder.png" alt="">
|
<h4 class="rating"></h4>
|
||||||
<p></p>
|
<h4 class="status"></h4>
|
||||||
</div>
|
|
||||||
<div class="gameReview">
|
|
||||||
<h3>%TITLE%</h3>
|
|
||||||
<img src="/media/placeholder.png
|
|
||||||
" alt="">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
<div class="gameReview">
|
|
||||||
<h3>%TITLE%</h3>
|
|
||||||
<img src="/media/placeholder.png" alt="">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
<div class="gameReview">
|
|
||||||
<h3>%TITLE%</h3>
|
|
||||||
<img src="/media/placeholder.png" alt="">
|
<img src="/media/placeholder.png" alt="">
|
||||||
<p></p>
|
<p></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<a id="back" href="/index.html">Go Back</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -5,6 +5,9 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Void Links</title>
|
<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">
|
<link rel="stylesheet" href="/stylesheets/links.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -4,12 +4,10 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Dallas' Dragon Den</title>
|
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||||
<style>
|
<title>Beeatrice's Hive</title>
|
||||||
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!---->
|
<a id="back" href="/index.html">Go Back</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -5,6 +5,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Bunny's Pixel art and drawings</title>
|
<title>Bunny's Pixel art and drawings</title>
|
||||||
|
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||||
<link rel="stylesheet" href="/stylesheets/bunny.css">
|
<link rel="stylesheet" href="/stylesheets/bunny.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -36,12 +37,12 @@
|
|||||||
<div class="galleryRow">
|
<div class="galleryRow">
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<h4>Small Meteorite</h4>
|
<h4>Small Meteorite</h4>
|
||||||
<img src="/meteorite_small_1.png" alt="">
|
<img src="/media/Art/meteorite_small_1.png" alt="">
|
||||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, vitae.</p>
|
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, vitae.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<h4>Large Meteorite</h4>
|
<h4>Large Meteorite</h4>
|
||||||
<img src="/Meteorite_Large_1_100.png" alt="">
|
<img src="/media/Art/Meteorite_Large_1_100.png" alt="">
|
||||||
<p></p>
|
<p></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="image">
|
<div class="image">
|
||||||
@ -77,29 +78,9 @@
|
|||||||
<p></p>
|
<p></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="galleryRow">
|
<a id="back" href="/index.html">Go Back</a>
|
||||||
<div class="image">
|
|
||||||
<h4></h4>
|
|
||||||
<img src="" alt="">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
<div class="image">
|
|
||||||
<h4></h4>
|
|
||||||
<img src="" alt="">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
<div class="image">
|
|
||||||
<h4></h4>
|
|
||||||
<img src="" alt="">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
<div class="image">
|
|
||||||
<h4></h4>
|
|
||||||
<img src="" alt="">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<a href="/media/atrabutions/Tag Hand Graffiti Trash.txt" id="fontAtrabution">Font Creator</a>
|
<a href="/media/atrabutions/Tag Hand Graffiti Trash.txt" id="fontAtrabution">Font Creator</a>
|
||||||
</body>
|
</body>
|
||||||
20
pages/members/cosmic.html
Normal file
20
pages/members/cosmic.html
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||||
|
<link rel="stylesheet" href="/stylesheets/cosmic.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="mainView">
|
||||||
|
<h1>I'm Cosmic</h1>
|
||||||
|
<h2>Here are some memes</h2>
|
||||||
|
<a id="back" href="/index.html">Go Back</a>
|
||||||
|
<hr>
|
||||||
|
<img src="/media/memes/ApproachingMeProto.png" alt="The Approaching me meme from Jojo's bizare adventure" srcset="">
|
||||||
|
<img src="/media/memes/Dab.png" alt="Dabbing on them" srcset="">
|
||||||
|
<img src="/media/memes/Doing it to em.png" alt="Had to do it to em with my protogen uncolored" srcset="">
|
||||||
|
<img src="/media/memes/NoRam_Cyclles.png" alt="No Ram?" srcset="">
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
112
pages/members/dallas.html
Normal file
112
pages/members/dallas.html
Normal file
@ -0,0 +1,112 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||||
|
<link rel="stylesheet" href="/stylesheets/dallas.css">
|
||||||
|
<title>Dallas' Dragon Den</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!---->
|
||||||
|
<div id="mainView">
|
||||||
|
<h1>Rock Collection</h1>
|
||||||
|
<div class="collection">
|
||||||
|
<ul class="collectionList">
|
||||||
|
<li class="collectionItem">
|
||||||
|
<a href="http://"></a>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li class="collectionItem">
|
||||||
|
<a href="http://"></a>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li class="collectionItem">
|
||||||
|
<a href="http://"></a>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li class="collectionItem">
|
||||||
|
<a href="http://"></a>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li class="collectionItem">
|
||||||
|
<a href="http://"></a>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li class="collectionItem">
|
||||||
|
<a href="http://"></a>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li class="collectionItem">
|
||||||
|
<a href="http://"></a>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li class="collectionItem">
|
||||||
|
<a href="http://"></a>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li class="collectionItem">
|
||||||
|
<a href="http://"></a>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li class="collectionItem">
|
||||||
|
<a href="http://"></a>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<h1>Gear Collection</h1>
|
||||||
|
<div class="collection">
|
||||||
|
<ul id="collectionList">
|
||||||
|
<li class="collectionItem"><a href="http://" class="itemLink"></a><img src="" alt="" class="itemImg"></li>
|
||||||
|
<li class="collectionItem"><a href="http://" class="itemLink"></a><img src="" alt="" class="itemImg"></li>
|
||||||
|
<li class="collectionItem"><a href="http://" class="itemLink"></a><img src="" alt="" class="itemImg"></li>
|
||||||
|
<li class="collectionItem"><a href="http://" class="itemLink"></a><img src="" alt="" class="itemImg"></li>
|
||||||
|
<li class="collectionItem"><a href="http://" class="itemLink"></a><img src="" alt="" class="itemImg"></li>
|
||||||
|
<li class="collectionItem"><a href="http://" class="itemLink"></a><img src="" alt="" class="itemImg"></li>
|
||||||
|
<li class="collectionItem"><a href="http://" class="itemLink"></a><img src="" alt="" class="itemImg"></li>
|
||||||
|
<li class="collectionItem"><a href="http://" class="itemLink"></a><img src="" alt="" class="itemImg"></li>
|
||||||
|
<li class="collectionItem"><a href="http://" class="itemLink"></a><img src="" alt="" class="itemImg"></li>
|
||||||
|
<li class="collectionItem"><a href="http://" class="itemLink"></a><img src="" alt="" class="itemImg"></li>
|
||||||
|
</ul>
|
||||||
|
<h1>My Pic collection</h1>
|
||||||
|
<div class="gallery">
|
||||||
|
<ul id="galleryList">
|
||||||
|
<li>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img:src></img:src>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="back" href="/index.html">Go Back</a>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -5,9 +5,9 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="/stylesheets/base.css">
|
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||||
<title>Document</title>
|
<title>Fauwn's Rants</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a id="back" href="/index.html">Go Back</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -8,6 +8,7 @@
|
|||||||
<title>Document</title>
|
<title>Document</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>Jupiter talks about the headspace</h1>
|
||||||
|
<a id="back" href="/index.html">Go Back</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -4,9 +4,11 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||||
|
<link rel="stylesheet" href="/stylesheets/kitten.css">
|
||||||
<title>Kitten's Lewd Corner</title>
|
<title>Kitten's Lewd Corner</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<a href="/index.html" id="back">Go Back</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
23
pages/members/luna.html
Normal file
23
pages/members/luna.html
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||||
|
<title>Luna's poetry</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="mainView">
|
||||||
|
<h1 id="intotitle">Welcome to Luna's Poetry collection</h1>
|
||||||
|
<ul id="poemList">
|
||||||
|
<li class="poem">
|
||||||
|
<div class="poem">
|
||||||
|
<h3 class="poemTitle"></h3>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a id="back" href="/index.html">Go Back</a>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -8,6 +8,7 @@
|
|||||||
<title>TechRunner's Programs</title>
|
<title>TechRunner's Programs</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>TechRunner's Electronics Projects</h1>
|
||||||
|
<a id="back" href="/index.html">Go Back</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -4,7 +4,8 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Willow</title>
|
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||||
|
<title>Willow's Gardening and Nature pictures</title>
|
||||||
<style>
|
<style>
|
||||||
body{
|
body{
|
||||||
background-color: lavender;
|
background-color: lavender;
|
||||||
@ -56,5 +57,6 @@
|
|||||||
<p class="galleryText"></p>
|
<p class="galleryText"></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="/index.html" id="back">Go Back</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -74,6 +74,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="/index.html" id="back">Go Back</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
15
pages/simonly.html
Normal file
15
pages/simonly.html
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<script src="/javascript/libraries/p5/p5.js"></script>
|
||||||
|
<script src="/javascript/libraries/p5/addons/p5.sound.js"></script>
|
||||||
|
<script src="/javascript/newsim.js"></script>
|
||||||
|
<style>body{margin:0;padding:0;} canvas{z-index: -1};</style>
|
||||||
|
<title>Background Physics Sim only</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -5,6 +5,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Post Template</title>
|
<title>Post Template</title>
|
||||||
|
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||||
<link rel="stylesheet" href="/stylesheets/posts.css">
|
<link rel="stylesheet" href="/stylesheets/posts.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -17,6 +18,7 @@
|
|||||||
<div id="postBody">
|
<div id="postBody">
|
||||||
<p id="postText"></p>
|
<p id="postText"></p>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="/index.html" id="back">Go Back</a>
|
||||||
</div>
|
</div>
|
||||||
<script src="/javascript/post.js"></script>
|
<script src="/javascript/post.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@ -74,6 +74,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="/index.html" id="back">Go Back</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -1,7 +1,35 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: SPACEMAN;
|
||||||
|
src: url("/media/fonts/SPACEMAN.TTF");
|
||||||
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
background-image: url("/media/Art/EmptySpace.png");
|
background-image: url("/media/Art/EmptySpace.png");
|
||||||
background-size: 9%;
|
background-size: 6%;
|
||||||
cursor: url("/media/Art/comet.png");
|
cursor: url('/media/Art/Ship.png'), auto;
|
||||||
color: rgb(57, 214, 253);
|
color: rgb(4, 255, 138);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a{
|
||||||
|
cursor: url("/media/Art/BlastOff.png"), auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#introtitle{
|
||||||
|
font-family: SPACEMAN;
|
||||||
|
color:rgb(2, 255, 192)
|
||||||
|
}
|
||||||
|
|
||||||
|
#back{
|
||||||
|
width: 100px;
|
||||||
|
height: 25px;
|
||||||
|
padding: 5px;
|
||||||
|
border-radius: 15px;
|
||||||
|
text-align: center;
|
||||||
|
color: cyan;
|
||||||
|
background-image: url("/media/Art/EmptySpace.png");
|
||||||
|
border-style: solid;
|
||||||
|
border-color:rgb(240, 69, 112)
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@ -97,4 +97,14 @@ a#fontAtrabution{
|
|||||||
border-color: black;
|
border-color: black;
|
||||||
border-style: dotted;
|
border-style: dotted;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#back{
|
||||||
|
width: 100px;
|
||||||
|
height: 25px;
|
||||||
|
padding-top: 5px;
|
||||||
|
border-radius: 15px;
|
||||||
|
text-align: center;
|
||||||
|
color: cyan;
|
||||||
|
background-image: url("/media/Art/EmptySpace.png");
|
||||||
}
|
}
|
||||||
@ -40,7 +40,8 @@ body{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.buttonSection textarea{
|
.buttonSection textarea{
|
||||||
width: 30%;
|
width: 25vw;
|
||||||
|
height: 7vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttonRow{
|
.buttonRow{
|
||||||
|
|||||||
4
stylesheets/cosmic.css
Normal file
4
stylesheets/cosmic.css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
img{
|
||||||
|
width: 50vw;
|
||||||
|
margin: 15px;
|
||||||
|
}
|
||||||
7
stylesheets/dallas.css
Normal file
7
stylesheets/dallas.css
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
body{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul{
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
@ -7,27 +7,28 @@ Date Created: 9/28/25
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Main Document Stylings */
|
/* Main Document Stylings */
|
||||||
*{
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: black;
|
|
||||||
color: #00ACAC;
|
color: #00ACAC;
|
||||||
font-family: Verdana;
|
font-family: Verdana;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
width:100%;
|
width:100%;
|
||||||
height:100%;
|
cursor: url('/media/Art/Ship.png'), auto;
|
||||||
cursor: url('/media/Art/comet.png'), auto;
|
}
|
||||||
|
|
||||||
|
ul{
|
||||||
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
cursor:crosshair;
|
cursor: url("/media/Art/BlastOff.png"), auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#intotitle{
|
#introtitle{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
size: 50pt;
|
size: 50pt;
|
||||||
margin: 50px;
|
margin: 50px;
|
||||||
@ -134,6 +135,10 @@ div.post {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post li{
|
||||||
|
margin-bottom: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
.postImage{
|
.postImage{
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
@ -158,13 +163,27 @@ div.post {
|
|||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
scroll-behavior: auto;
|
scroll-behavior: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#bioHeader{
|
#bioHeader{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
background-color: rgba(37, 32, 32, 0.897);
|
||||||
|
border-style: solid;
|
||||||
|
border-radius: 15px;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bioDescription{
|
||||||
|
background-color: rgba(37, 32, 32, 0.897);
|
||||||
|
border-radius: 15px;
|
||||||
|
padding: 5px;
|
||||||
|
border-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul#memberList{
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#memberList img{
|
#memberList img{
|
||||||
width: 25%;
|
width: 25%;
|
||||||
@ -196,6 +215,7 @@ div.post {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.memberPhoto{
|
.memberPhoto{
|
||||||
@ -208,7 +228,7 @@ div.post {
|
|||||||
|
|
||||||
|
|
||||||
.member p{
|
.member p{
|
||||||
font-size: 9pt;
|
font-size: 11pt;
|
||||||
background-color: rgb(48, 38, 49);
|
background-color: rgb(48, 38, 49);
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
@ -217,17 +237,17 @@ div.post {
|
|||||||
|
|
||||||
li.member{
|
li.member{
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #25a89d;
|
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
background-color: #35474775;
|
background-color: rgba(37, 32, 32, 0.897);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-grow:1;
|
flex: 1 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.member{
|
a.member{
|
||||||
@ -243,18 +263,32 @@ a.member{
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 800px){
|
|
||||||
div.post{
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.mebere{
|
|
||||||
|
|
||||||
|
|
||||||
|
/* Footer Related*/
|
||||||
|
|
||||||
|
@media (max-width: 700px){
|
||||||
|
div.post{
|
||||||
|
width: 60vw;
|
||||||
|
}
|
||||||
|
ul.member{
|
||||||
margin: 0 0 0 0;
|
margin: 0 0 0 0;
|
||||||
}
|
}
|
||||||
li.member{
|
li.member{
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
div#postarea{
|
||||||
|
height: 60vh;
|
||||||
|
}
|
||||||
|
#bio{
|
||||||
|
height: 50%;
|
||||||
|
}
|
||||||
|
div#mainview{
|
||||||
|
padding: 30px;
|
||||||
|
height: 130vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1000px){
|
@media (min-width: 1000px){
|
||||||
@ -282,9 +316,11 @@ a.member{
|
|||||||
left: 30vw;
|
left: 30vw;
|
||||||
right: 30vw;
|
right: 30vw;
|
||||||
}
|
}
|
||||||
}
|
canvas{
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
top: 0;
|
||||||
/* Footer Related*/
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
0
stylesheets/kitten.css
Normal file
0
stylesheets/kitten.css
Normal file
@ -6,8 +6,35 @@
|
|||||||
<author>The Void System</author>
|
<author>The Void System</author>
|
||||||
<webMaster>willowfyi@proton.me</webMaster>
|
<webMaster>willowfyi@proton.me</webMaster>
|
||||||
<pubDate>Tue 7 Oct 2025 13:00 GMT</pubDate>
|
<pubDate>Tue 7 Oct 2025 13:00 GMT</pubDate>
|
||||||
<lastBuildDate>Thr 15 Oct 2025 18:52 GMT</lastBuildDate>
|
<lastBuildDate>Saturday 01 November 2025 18:52 GMT</lastBuildDate>
|
||||||
<!--Feed-->
|
<!--Feed-->
|
||||||
|
<item>
|
||||||
|
<title>Visiting my parents shop</title>
|
||||||
|
<link>https://voidwillow.neocities.org/pages/templates/post.html?02-11-25</link>
|
||||||
|
<description>More website design time with painting signs</description>
|
||||||
|
<pubDate>02 Nov 2025</pubDate>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>Halloween Party</title>
|
||||||
|
<category>Blog Post</category>
|
||||||
|
<link>https://voidwillow.neocities.org/pages/templates/post.html?01-11-25.json</link>
|
||||||
|
<description>Having a fun night with my polycule</description>
|
||||||
|
<pubDate>01 Nov 2025</pubDate>
|
||||||
|
</item>
|
||||||
|
<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>
|
||||||
|
<link>https://voidwillow.neocities.org/pages/templates/post.html?20-10-25</link>
|
||||||
|
<description>I'm now an Aunt!</description>
|
||||||
|
<pubDate>20 Oct 2025</pubDate>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>First Blog Post with Post page</title>
|
<title>First Blog Post with Post page</title>
|
||||||
<category>Blog Post</category>
|
<category>Blog Post</category>
|
||||||
|
|||||||
Reference in New Issue
Block a user