Greetings, traveler! This site is a forever work in progress, a digital canvas where I explore my passions and share my creations.
Feel free to look around, check out my projects, and maybe even leave a message in the guestbook (coming soon!).
Enjoy your stay!
Devlog Entry: 2025-10-07 - Finally Public
Because this was such a hard project to finish I only just now finished a stable and proper version to make public... which is highly annoying
Devlog Entry: 2025-07-26 - Menu System Refinement
Today, I focused on polishing the main menu. The goal was to replicate the classic SMT: Devil Survivor 2 aesthetic as closely as possible. This involved tweaking CSS variables for colors and ensuring the pixel font is consistent.
One key change was adjusting the title's underline. Previously, it had a gradient and shadow, making it look a bit fuzzy. I updated the CSS to make it a solid, sharp line across the entire width of the title section, using the hex color #00ffb5
.
.menu-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: var(--title-underline-color); /* Solid color */ /* Removed box-shadow */ }
Everything seems to be adapting correctly, which is a good start!
Feel free to reach out to me via the following methods:
Hello! I'm Alister, the creator behind this little corner of the Internet. I'm a webdev, pixel artist, music making hobbiest and story writer, who loves to play old games, advocate for piracy, and self-host as much as possible. This site is my personal space to experiment, share my thoughts, and connect and share with like-minded individuals.
I'm very intent about trying new things, so expect this site to evolve over time!
My goal with this site is to create a digital space that feels both nostalgic and fresh.
It's built with pure HTML, CSS, JavaScript, and WASM. Focusing on performance and a style reminiscent of the Shin Megami Tensei menu systems, from Devil Survivor 2. It's a continuous work in progress, and I hope you enjoy your visit!
Action Triggered: