A dependency-free, career-focused portfolio for an applied machine learning engineer.
From this directory:
python3 -m http.server 8000Then open http://localhost:8000.
index.html— content and page structuremendmark.html— ML agent-evaluation project case studysyncabill.html— applied AI invoice-workflow case studyresume.html/resume.css— browser and print versions of the résumémeet.html/meet.css/meet.js— lightweight calendar booking interfacemeet-backend/— Google Apps Script calendar, invitation, and cancellation servicestyles.css— responsive visual systemscript.js— navigation, header, and reveal interactionsfavicon.svg— vector favicon
The site has no build step and can be deployed to any static host.
The main branch is published directly with GitHub Pages at
danielgaskins.github.io and uses the custom domain danielgaskins.com.
CNAMEdeclares the custom domain to GitHub Pages..nojekyllensures GitHub serves the static files without Jekyll processing.