2 Commits

Author SHA1 Message Date
64855131ba Redesign page heroes, add pill buttons, improve HubertChat
Hero sections:
- Redesign blog, dev, and contact page heroes with sleek modern style
- Add gradient text titles, floating accent orbs, stats rows
- Remove heavy terminal-style elements for cleaner aesthetic

Buttons:
- Add rounded-full to all buttons sitewide for consistent pill shape
- Update btn-primary and btn-ghost utilities in global.css

HubertChat:
- Move Hubert to dedicated /hubert page
- Add framer-motion for smooth input transitions
- Support markdown rendering with marked + DOMPurify
- Add multiline textarea with Shift+Enter support
- Fix light mode visibility for input and message bubbles
- Extract useHubertChat hook for cleaner state management

Fonts:
- Update to Sora (sans) and IBM Plex Mono (mono)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 03:49:26 -07:00
fe8a75629b Add DevEngageModal component and update dev page
- Introduce modal for live project preview with boot sequence.
- Add event listener for dev:engage to open modal.
- Update dev.astro to include modal reference.
- Implement responsive viewport presets (desktop, tablet, mobile).
- Provide copy link and retry actions.

Hubert The Eunuch
2026-01-02 21:00:28 -07:00