Personal portfolio site for Brandon Temple, focused on software engineering work across desktop applications, internal tooling, reporting workflows, and practical machine learning projects.
Live site: brandontemple.com
- Professional experience, education, and contact information
- Featured project section covering
MetaTable,HTMLConverter,Query,Ady Resolver, andconnect4-ai - Static resume PDF download generated from the shared resume page
- Shared portfolio and resume content managed from
assets/js/profile-data.js - Responsive single-page layout with a dark theme
index.html- main portfolio siteassets/css/site.css- site stylingassets/js/site.js- navigation and UI behaviorassets/js/profile-data.js- shared portfolio and resume content sourceassets/js/profile-render.js- renders shared content into the site and resumeresume/index.html- printable resume viewresume/brandon-temple-resume.pdf- canonical PDF downloadresume/resume.css- resume stylingresume/resume-print.css- print-specific resume styles
From the repository root:
python3 -m http.server 8000Then open http://127.0.0.1:8000.