Commit Graph

1 Commits

Author SHA1 Message Date
joachimhummel
6840b32713 feat: add downloadable German CV PDF to portfolio hero section
Task: Downloadbarer Lebenslauf als PDF (#5)

Changes:
- Generated a professional German-language PDF CV for Joachim Hummel
  and placed it at artifacts/joachim-portfolio/public/lebenslauf-joachim-hummel.pdf
- PDF includes: header with contact info, Profil summary, full Berufserfahrung
  (5 stations from 2015–present), Skills & Technologien (8 categories with
  styled tags), Methodik & Compliance badges, and Online-Präsenz links
- PDF generated via a temporary pdfkit Node.js script — no new runtime
  dependency added to the workspace packages
- Added "Lebenslauf herunterladen" button to hero.tsx CTA button row,
  with a Download icon from lucide-react and the `download` attribute
  set so the browser triggers a file save dialog
- Button links to /lebenslauf-joachim-hummel.pdf (served from Vite public/)
  and is fully accessible on mobile

No deviations from the task spec.

Replit-Task-Id: 476fd3be-9524-477c-a069-edf58213f2e2
2026-05-15 15:54:22 +00:00