


Hi my name is Lucas and I haven't used HTML or CSS for like 10 years or so, so forgive the many bugs and mistakes you find on my website. I'm a 30-ish y/o bi transguy from the Netherlands who loves to write, draw, and pet cats. I went to college for game art and got a BSc and several burn-outs out of it, so instead of making it worse and throwing myself in the mosh-pit of crunch time culture I now make my art for myself (and occasionally freelance, mostly for friends). To pay the bills I have a quaint little day job sorting mail and honestly? I don't wanna perpetuate stereotypes about OCD but I quite like it. I also volunteer in a shelter for streetcats and am a foster home for them!
Resources I used for this website:
- W3Schools (Coding)
- Petra Pixel (Coding)
- Dither.it (Image editing)
- Identity tags
- berkahicon on Flaticon (icons i was too lazy to make)
- New Zealand (Background photo (made by me))
- Agency FB (Font)
- Lucida Console (Font)
If anyone knows how to make it so that the images on the left here are hidden on refreshing the page instead of ALL showing despite me using
var divsToHide = document.getElementsByClassName("tabcontent");
for(var i = 0; i < divsToHide.length; i++){
divsToHide[i].style.display = "none";
}
in the javascript then please tell me lmao.