Portfolio site showcasing production AI systems, autonomous agent teams, and marketing automation platforms.
Live: Deployed on Replit
- Measurable Impact section with real before/after numbers (3x conversion, 3.3x email revenue, 6x video output)
- 4 Featured Projects with expandable detail cards (Foxelli Ad Tool, Content Engine, Ad Professor, AI Agent Team)
- Tech Stack overview across AI models, automation, frontend, backend, and infrastructure
- Career Timeline from Junior Copywriter to AI Strategy Manager in under 4 years
- Neural network animated background on canvas
| Layer | Tech |
|---|---|
| Markup | Semantic HTML5 |
| Styling | Custom CSS with CSS variables, responsive grid |
| Animation | Vanilla JS (intersection observer reveals, typing effect, stat counters, neural network canvas) |
| Fonts | Inter + JetBrains Mono (Google Fonts) |
portfolio/
├── index.html Main page
├── css/
│ └── styles.css All styles (CSS variables, responsive)
├── js/
│ └── main.js Animations, typing, neural background
└── img/
└── liam.png Profile photo
Open index.html in a browser. No build step, no dependencies.
Built with Claude Code.