Hello, here are some nerdy stuffs

Here, i will compile a collection of beauties.
Let us hope you will be able to read when this attrocious backround is back in the ground where it belongs.

Basically, I have nothing to say here SO FAR.
I guess I could talk about how I used a sin wave thingamabob and some ugly code thingamabobbers to make the background of the homepage... yeah!

1: The Background

Basically, you have, like, the thing, right?
You-- you know what? I'm just going to show you the code. Pretty messed up, if ya ask me.

~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=
function movetiles() {


    document.body.style.backgroundPositionX=thing+thing*thing/100 + "px";
        document.body.style.backgroundPositionY=Math.sin(thing/30)*100 + "px";
        document.body.style.backgroundSize=Math.sin(thing/100)*20+30+"vw";
    thing+=1;
    if(stopped===false){
movetext();
    }
if(shipped===true){
    return;
}

    requestAnimationFrame(movetiles);
}
~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=

You must have noticed the absolutely ugly things at the end of the .backgroundPositionY and X, no? Absolutely ugly, but NMP either :) it looks cool in the end!
Oh yeah, movetext(); is the same but has more underlying layers and is in its own seperate function for the two "accesibility" buttons...