←Back to Projects
Minimalist Portfolio V1
A personal project focused on simplicity and the heavy use of modern CSS to craft a fluid user experience.
About the Project
This portfolio was designed around the idea that "less is more". I used Astro 6 for the infrastructure thanks to its excellent support for static content and its new Content Layer API.
Key Features
- Extreme Performance: Instant loading thanks to static rendering.
- Smooth Transitions: Reload-free navigation using Astro's native view transitions.
- Curated Typography: A combination of Inter and Roboto Mono for a technical, professional look.
// Code example with Shiki syntax highlighting
const astro = "v6.0";
console.log(`Building with Astro ${astro}`);
The Challenge
The biggest challenge was maintaining the minimalist aesthetic without sacrificing interactivity or user experience.