This is Eliam's about page
This is Eliam's (yes, that's the site's name, "This is Eliam's", exactly like that) is a basic personal site made by me, Eliam!! (not actually my name tho) Where I like to experiment with some HTML, CSS and JS stuff, tho I'm lazy and might not even finish what I'm doing, but whatever.
Also, this site is hosted on Neocities, hence the neocities.org part of https://thisiseliams.neocities.org/about.
In this site, you might encounter:
- Random but cool stuff;
- Possibly unsupported features;
- Many bugs and unoptimized stuff;
- And other weird stuff your brain might like that your browser wouldn't.
Recommended using a Chromium browser because I code on a Chromium browser and so the whole entire site was made with Chromium in mind.
I did notice that things like the thumb part of sliders look broken in Firefox but I don't care, I don't really want the CSS nor the JavaScript looking like alphabet soup. (I already have to handle both the default /style.css and dark mode /dark.css, including mobile styling at-rules for both, which is surprisingly hard specially with moving things around whenever there's an updated styling)
I don't know about Safari because I don't have anything Apple.
I'm not expecting visits, although this site does show up on Google meaning anyone can find it.
Recently I've been experimenting with:
- CSS, specifically tweaking the styling of table and input elements; (trying to get a good skeuomorphic-ish look while still not being too glossy)
- A bit of JavaScript, specifically the site's dialog system. (testing the new
UI.head.dialog.choose(...)function, and also tweakingUI.head.dialog.alert(...)andUI.head.dialog.confirm(...)a little bit)