{WEATHER_MODIFIER}

FAQ (and more!)


1. Questions & Answers

Why are so many words colored?

I like the way it looks to have certain words be highlighted, makes it look fancier and easier to read (imo). So, when I remade this site, I went ahead and added an Automatic Word Highlighting System! This allows me have words automatically highlighted, on the server side, without having to do it in the code manually. E.G.

Godot Engine, Javascript, NodeJS, Starwalker, Violet, Asahi, Purgatory, and more :)

I thought the site doesn't use Javascript? So why is it there?

Originally, all my sites were completely Javascript free. As of late, though, I decided to add Javascript to this one. Javascript will NEVER be a requirement on this site. Javascript will ONLY be used where nessacary, and I will do everything possible to make the experience indistinguishable.

For example, things such as the song duration bar on my activities are pure HTML, using some mathy NodeJS-generated CSS animations! The only thing the site uses Javascript for right now, is setting the scroll to the top of the page on reload, and real time updating discord activities.

Why are there 4 CSS files?

Originally the idea was that I could organize the site with:

  1. CSS for the main page
  2. CSS for the subsites
  3. Global CSS

Slowly, though, they're slowly all merging into one CSS file, so I can't be sure it'll stay this way for long.

As for the "unused" style.css, though, that exists for compatibility reasons- many of my older sites just grabbed CSS from the site for their css. This has been mostly fixed, but the FileShare still does, so it'll stay until I finally give the FileShare its own CSS.