My personal portfolio website built with Next.js and Tailwind CSS, featuring a clean neobrutalism design style.
This portfolio showcases my work as a software engineer based in Paris. It includes:
- Home page with introduction and social links
- Work projects showcase
- About section with personal information
- Skills overview
- Framework: Next.js
- Styling: Tailwind CSS
- Typography: Custom font selection
- Icons: Simple Icons
To run the project locally:
# Install dependencies
pnpm install
# Start development server
pnpm devsrc/app/page.tsx- Main landing pagesrc/app/work/page.tsx- Projects showcasesrc/app/about/page.tsx- About me informationsrc/components/- Reusable UI componentssrc/data/- Content configuration files
The site uses a consistent neobrutalism design language with:
- Bold typography
- Strong shadow effects
- Clean spacing
- Texture backgrounds
The site is built to be easily deployed on Vercel or similar platforms.
# Build for production
pnpm buildYou can reach me through the social links on the homepage.