Right now, the main html files (a.html, g.html, &.html etc.) provide helpful shortcuts to the main pages for seasoned users, but anyone who has never used the site before would struggle to understand which links are which, and the general layout of the pages based on the URL.
I suggest changing the main html files to their expanded versions (apps.html, games.html, and search.html) and keeping the original files with a redirect tag so that it still provides added convenience.
This way, when the user navigates to the games tab, the url will switch to space.crllect.dev/games instead of space.crllect.dev/g which will instead redirect to /games.
I'll be a little busy for a few days, but I'm happy to refactor this myself and send a pull request as soon as I can.
Right now, the main html files (a.html, g.html, &.html etc.) provide helpful shortcuts to the main pages for seasoned users, but anyone who has never used the site before would struggle to understand which links are which, and the general layout of the pages based on the URL.
I suggest changing the main html files to their expanded versions (apps.html, games.html, and search.html) and keeping the original files with a redirect tag so that it still provides added convenience.
This way, when the user navigates to the games tab, the url will switch to space.crllect.dev/games instead of space.crllect.dev/g which will instead redirect to /games.
I'll be a little busy for a few days, but I'm happy to refactor this myself and send a pull request as soon as I can.