diff --git a/public/talks/2026-06-03-slay-the-cert/index.html b/public/talks/2026-06-03-slay-the-cert/index.html index 224f435..67db407 100644 --- a/public/talks/2026-06-03-slay-the-cert/index.html +++ b/public/talks/2026-06-03-slay-the-cert/index.html @@ -159,6 +159,7 @@ #slide-8 .demo-preamble { font-size: clamp(1.5rem, 2vw, 2.4rem) !important; } #slide-13 .close-qr .qr-tile svg { width: clamp(220px, 13vw, 290px) !important; } #slide-13 .qr-cta { font-size: clamp(1.1rem, 1.4vw, 1.7rem) !important; } + #slide-13 .qr-link { font-size: clamp(0.9rem, 1.1vw, 1.35rem) !important; } /* Slide 11 — center the workflow-folder reveal at projector (was left-anchored). */ #slide-10 .slide-content { align-items: center !important; text-align: center !important; } #slide-10 .dir-tree { @@ -1169,6 +1170,36 @@ text-align: center; line-height: 1.2; } +/* Take-home link is aliased to an on-brand action so the raw URL never shows or + wraps mid-word; the real address rides in the href + the QR aria-label. Chip + framing + sliding arrow read as tappable for anyone viewing the deck digitally. */ +.qr-link { + display: inline-flex; + align-items: center; + gap: 0.4em; + font-family: 'Spectral', Georgia, serif; + font-style: italic; + font-size: var(--small-size); + letter-spacing: 0.04em; + color: var(--accent-gold); + text-align: center; + text-decoration: none; + white-space: nowrap; + padding: 0.35em 0.9em; + border: 1px solid var(--border-rule); + transition: color 0.3s, border-color 0.3s, background-color 0.3s; +} +.qr-link-arrow { transition: transform 0.3s; } +.qr-link:hover { + color: var(--accent-gold-bright); + border-color: var(--accent-gold); + background-color: rgba(201, 169, 97, 0.08); +} +.qr-link:hover .qr-link-arrow { transform: translateX(0.25em); } +.qr-link:focus-visible { + outline: 2px solid var(--accent-gold); + outline-offset: 2px; +} /* Parchment tile holds the dark-on-light QR — high contrast for room-scale scanning. Sharp corners (no radius) to match the deck's grimoire/manuscript edges. */ .qr-tile { @@ -2175,6 +2206,7 @@

Brainstorm → Spec → Plan → Execute

before you build yours, play mine

+ Enter the dungeon

What's your
dungeon?