Portfolio Website
This website! It is my exploration into the front-end capabilities of Rust’s. I first created the design for the site in Figma, and then built it using Sycamore—a framework that compiles written Rust code into HTML and WebAssembly. Perseus is used to generate a static site at build time and vanilla CSS allows for fine-grained control over the design. It is currently hosted on GitHub pages with the build and deployment process automated using a GitHub action.
Check out the source code on GitHub