your-github-username.github.io/ │ ├── index.html ├── research.html ├── projects.html ├── teaching.html ├── music.html ├── hobbies.html ├── blog.html ├── contact.html │ ├── css/ │ ├── main.css │ ├── animations.css │ ├── navigation.css │ └── responsive.css │ ├── js/ │ ├── starfield.js │ ├── navigation.js │ ├── scroll-animations.js │ └── theme-toggle.js │ ├── assets/ │ ├── images/ │ ├── music-tools/ │ └── resume/ │ └── blog/ └── posts/