This repository contains tanner-eischen.github.io, my software development portfolio.
- A responsive, single-page portfolio built with semantic HTML, modern CSS, and plain JavaScript
- Six selected project case studies with direct source links
- Accessible navigation, keyboard focus states, reduced-motion support, and structured headings
- Automated HTML, formatting, and local-link checks
- GitHub Pages deployment on every successful push to
main
npm install
npm run devThen open http://localhost:8080.
npm run checkThe check suite validates formatting, HTML structure, in-page anchors, local asset references, and JavaScript syntax.
.
├── assets/ # Portrait, résumé, and retained media
├── css/style.css # Layout, visual system, and responsive behavior
├── js/custom.js # Navigation and progressive reveal behavior
├── scripts/ # Lightweight repository checks
├── index.html # Portfolio content and metadata
└── .github/workflows/ # Quality gate and GitHub Pages deployment
Portfolio content and personal assets are © Tanner Eischen. Source code may be reused with attribution.