New comment on the Drawing Architecture in Perspective blog post about FromSoftware's gothic aesthetic (thank you, ohmi!) Plus, a more hidden update but web developers will appreciate. Managed to consolidate two separate style.css pages on the site. Now there is only one, using the magic of id tags and all: inherit.
An OpenShot bug was fixed so I could finally export my pixel art in Clip Studio Paint video (4 years late but still). It has a demo of using my CSP dithering brushes. You can hear my 3 months on T voice. 💜 https://youtu.be/f8IdhBIx3qM I'll upload this to my website soon.
Updated the guestbook and blog comment submission forms to have labels, focus attributes, and overall, just be accessible to screen readers (before they could not be tabbed into or got any audio feedback from the screen reader NVDA). Also removed the layout tables from the comments sections in the blogs too.
Big quality of life update. Finally fixed the broken breadcrumb menu to be accessible (I hid it before). Instructions here: https://www.aditus.io/patterns/breadcrumbs/ Also reversed the order of info in the title tag so unique info comes first (site name last). This is for my benefit as much as anyone elses, I was starting to get lost on my own website lmao
Been trying to write a contact form using JavaScript and it's a process