moser-executive/
│
├── index.html
├── leadership.html
├── impact.html
├── resume.html
├── contact.html
│
├── css/
│ ├── style.css
│ ├── animations.css
│ └── responsive.css
│
├── js/
│ ├── script.js
│ ├── navigation.js
│ └── animations.js
│
├── assets/
│ ├── images/
│ │ kevin-moser-headshot.jpg
│ │ logo.svg
│ │ hero-background.jpg
│ │
│ ├── docs/
│ │ Kevin-Moser-Resume.pdf
│ │
│ └── icons/
│ linkedin.svg
│ email.svg
│ resume.svg
│
└── favicon.ico