Resume Preview

Modal iframe preview of the live Google Docs resume. Locks body scroll, closes on Escape, and offers Download / Share / Contact actions. Used on the /about page.

Live Preview

Click the trigger below to open the modal. It renders the live resume from Google Docs (requires network).

Behavior

Content

Iframe points at `siteConfig.links.resumePreview` (live Google Docs preview URL). No static PDF.

Modal

Fixed backdrop + centered panel, spring animated. Locks body scroll while open. Escape key closes.

Actions

Desktop: Download link to `siteConfig.links.resumeDownload`. Mobile: native `navigator.share` sheet. Both surfaces include a Contact CTA.

Loading state

Shows a spinner over the iframe until its `load` event fires.

Import

tsx
import { ResumePreview } from '@/components/ui/ResumePreview'