You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
at first, the background was simply two images being loaded up and drawn onto the screen. simple enough to set up, but it meant that for every colour scheme i had to make new png files, and at large resolution pixelation could possibly be noticed as the triangle is stretched to fit the screen. now the shapes are drawn using css gradients that i didn't steal off random tutorials at all (2/?)
this means that i don't have to swap out png files and pages load slightly faster. neat. you shouldn't have noticed any change, unless you looked real close at the edge of the triangle. i haven't tested out how it looks on browsers that can't render gradients, but judging from how the css broke while editing it, it should just show a solid colour. boring, but that's the best i can do. (3/3)