This is the source code for my portfolio website. It's built from scratch using the 11ty static site generator and is designed to be simple, accessible, fast, and content-focused.
Please use any of my code or design for your own purposes (except fonts, which must be licensed separately).
Lausanne by Nizar Kazan at WELTKERN®.
- White:
#ffffff
- Light:
#f6f0e8
- Tan:
#e4d8cd
- Blue:
#005198
- Dark:
#1b1b1b
Prerequisites: Node.js 14+
- Clone this project.
- Navigate to the project in your terminal.
- Install dependencies:
npm install
. - Start the server:
npm start
. - Navigate to
localhost:8080
in your browser.