contact
StatementPanelStructure
An identity card that encodes a vCard: name, title and contact lines beside a QR that saves the presenter to a phone.
Use as the "scan to add me" close or a speaker-intro slide. The QR encodes a vCard the audience saves in one tap; the card shows the name as hero with title/org and a contact ledger. Author the fields as a postfix-key list.
referenceonboardingkickoff
When to use
- The scan-to-add-me close. End a pitch or intro with a code the audience scans to save your contact, instead of trading business cards.
- Show what you choose, encode the rest. Every non-empty field goes into the vCard; the card foregrounds the name, title and org and lists email/phone/url beneath.
When not to use
- Not a team roster. One card is one person. For a set of people use an inventory layout; a contact card is a single identity.
- Don't bold the field values. The value leads and the key trails as a small tag — name last, never first. Writing the key first, bolded, breaks the transform's postfix read.
Common mistakes
- No field is tagged with the
namekey. Every contact card needs exactly one field trailing `name` — without it the vCard has no identity and the hero name area renders empty. - The trailing key doesn't match a supported alias, e.g. `
positioninstead oftitle/role`. Only the documented keys are recognized (name, title|role, org|company, email, phone|tel|mobile, url|web|site, caption) — an unrecognized key isn't mapped to any card field, so the whole bullet is silently dropped from both the rendered card and the vCard, not merely misplaced.
Authoring
<!-- _class: contact -->
## Add me.
- Full Name `name`
- Title `title`
- Organization `org`
- name@example.com `email`
- Scan to add me `caption`Slots
| Slot | Selector | Required | Description |
|---|---|---|---|
title | h2 | no | Optional framing heading; the person's name is the visual hero, drawn from the name field. |
fields | ul > li | yes | One field per bullet in postfix-key form — value first, trailing inline-code names the field: - Sharmarke Aden name`. Keys: name (required), title|role, org|company, email, phone|tel, url|web. Optional key: caption` (CTA under the QR). |
caption | ul > li | no | Optional call-to-action under the QR, as a postfix-key bullet: `- Scan to add me caption `. |
Related
- wifithe card is a network to join rather than a person