Everything is in their respective html/css pages. I tried my best to make it beginner friendly for learning purposes.
This is a static site. It does not run on Node.js in production.
npm is only used locally to compile SCSS into the checked-in CSS files:
npm run buildThat script runs Sass over src/css/ and writes the compiled .css files back into the same folder.
I would like to extend my heartfelt thanks to:
-
Miyukiko: For their invaluable encouragement and support (and uploading 100+ Miku pics for me)
-
Slmlaggi: For taking my not-rigged trade offer and improving the site 🚎
-
Benjamin Tissot: For the "November" track that plays as background music
-
铫: For the beautiful background artwork (Pixiv)
Feel free to reach out if you have any questions, suggestions, or just want to connect!
sass --watch src/css/:src/css/- Move osu! content into the main index page and make components for it
- Update project section with improved background styling
- Experiment with additional CSS animations and visual effects
- Add more widgets (expandable tabs, floating elements, etc.) to make the site feel more dynamic and engaging
