Static portfolio site for my projects, resume, and contact links. The site is built with plain HTML, CSS, and JavaScript so it can deploy from GitHub Pages without a build step.
index.html- intro pageresume.html- resume pageassets/styles.css- shared responsive stylingassets/script.js- motion canvas, icons, and header behavior.nojekyll- keeps GitHub Pages from running Jekyll transforms
Open index.html in a browser, or run a tiny local server:
python3 -m http.server 8000Then visit http://localhost:8000.
GitHub Pages serves this repository from the main branch at https://aminehamlouchi.github.io/.