{"id":4586,"date":"2026-01-15T16:27:02","date_gmt":"2026-01-15T08:27:02","guid":{"rendered":"https:\/\/teen.aiproinstitute.com\/?p=4586"},"modified":"2026-01-15T20:40:47","modified_gmt":"2026-01-15T12:40:47","slug":"name-badge-template","status":"publish","type":"post","link":"https:\/\/teen.aiproinstitute.com\/zh\/name-badge-template\/","title":{"rendered":"Name Badge Template\u00a0"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"4586\" class=\"elementor elementor-4586\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e7ce268 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e7ce268\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3e7f10a\" data-id=\"3e7f10a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4a9c031 elementor-widget elementor-widget-html\" data-id=\"4a9c031\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Name Badge Template - AiPro Institute\u2122 Prompt Library<\/title>\n    <style>\n        * {margin: 0; padding: 0; box-sizing: border-box;}\n        body {font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; background: #ffffff; padding: 2rem; line-height: 1.6;}\n        .container {max-width: 900px; margin: 0 auto;}\n        .header {text-align: center; margin-bottom: 2rem;}\n        .header h1 {font-size: 2.5rem; background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 800; margin-bottom: 0.5rem;}\n        .card {background: white; border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); overflow: hidden;}\n        .card-header {background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%); color: white; padding: 2rem;}\n        .card-header h2 {font-size: 2rem; margin-bottom: 0.5rem;}\n        .card-header p {opacity: 0.95; font-size: 1.1rem;}\n        .meta-badges {display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1rem;}\n        .badge {display: inline-block; padding: 0.4rem 0.9rem; border-radius: 20px; font-size: 0.85rem; font-weight: 600;}\n        .badge-skill-beginner {background: #10b981; color: white;}\n        .badge-time {background: #10b981; color: white;}\n        .badge-cost {background: #f59e0b; color: white;}\n        .badge-format {background: #8b5cf6; color: white;}\n        .tool-compatibility {margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.2);}\n        .tool-compatibility h3 {font-size: 0.9rem; margin-bottom: 0.5rem; opacity: 0.9;}\n        .tool-badges {display: flex; gap: 0.5rem; flex-wrap: wrap;}\n        .tool-badge {padding: 0.35rem 0.75rem; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.3); border-radius: 15px; font-size: 0.8rem;}\n        .tool-badge.model-agnostic {background: rgba(255,255,255,0.3); font-weight: 600;}\n        .card-body {padding: 2rem;}\n        .section {margin-bottom: 2.5rem;}\n        .section-title {font-size: 1.5rem; color: #7c3aed; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem;}\n        .section-title::before {content: ''; width: 4px; height: 24px; background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%); border-radius: 2px;}\n        .prompt-box {background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 12px; padding: 1.5rem; font-family: 'Courier New', monospace; font-size: 0.95rem; line-height: 1.8; position: relative; margin-bottom: 1rem;}\n        .copy-button {position: absolute; top: 1rem; right: 1rem; background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%); color: white; border: none; padding: 0.6rem 1.2rem; border-radius: 8px; cursor: pointer; font-weight: 600; font-size: 0.9rem; transition: all 0.3s ease;}\n        .copy-button:hover {transform: translateY(-2px); box-shadow: 0 4px 12px rgba(124, 58, 237, 0.4);}\n        .copy-button.copied {background: #10b981;}\n        .placeholder {color: #f97316; font-weight: 600;}\n        .logic-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem;}\n        .logic-item {background: #f0f9ff; padding: 1.25rem; border-radius: 10px; border-left: 4px solid #3b82f6;}\n        .logic-item h4 {color: #1e40af; margin-bottom: 0.5rem; font-size: 1.05rem;}\n        .logic-item p {color: #475569; font-size: 0.95rem;}\n        .output-preview {background: #fefce8; border: 2px solid #fde047; border-radius: 12px; padding: 1.5rem;}\n        .output-preview h4 {color: #854d0e; margin-bottom: 1rem;}\n        .chain-strategy {background: linear-gradient(135deg, #fdf2f8 0%, #fae8ff 100%); border-radius: 12px; padding: 1.5rem;}\n        .chain-steps {display: grid; gap: 1.5rem; margin-top: 1rem;}\n        .chain-step {background: white; padding: 1.25rem; border-radius: 10px; border-left: 4px solid #a855f7;}\n        .chain-step-header {display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem;}\n        .step-number {background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%); color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem;}\n        .chain-step h4 {color: #7c3aed; font-size: 1.1rem;}\n        .chain-step p {color: #475569; margin-bottom: 0.5rem;}\n        .chain-step .example {background: #f8fafc; padding: 0.75rem; border-radius: 6px; font-size: 0.9rem; color: #64748b; margin-top: 0.5rem;}\n        .hitl-tips {background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%); border-radius: 12px; padding: 1.5rem;}\n        .tips-grid {display: grid; gap: 1rem; margin-top: 1rem;}\n        .tip-item {background: white; padding: 1rem; border-radius: 8px; border-left: 3px solid #10b981;}\n        .tip-item h4 {color: #047857; font-size: 1rem; margin-bottom: 0.5rem;}\n        .tip-item p {color: #475569; font-size: 0.9rem;}\n        .tip-item .follow-up {background: #f0fdf4; padding: 0.6rem; border-radius: 6px; margin-top: 0.5rem; font-size: 0.85rem; color: #166534; font-style: italic;}\n        .card-footer {background: #f8fafc; padding: 1.5rem 2rem; display: flex; justify-content: center; align-items: center; gap: 2rem; flex-wrap: wrap; border-top: 1px solid #e2e8f0;}\n        .stat {display: flex; align-items: center; gap: 0.5rem; color: #475569; font-size: 0.95rem;}\n        .stat strong {color: #1e293b;}\n        .toast {position: fixed; bottom: 2rem; right: 2rem; background: #10b981; color: white; padding: 1rem 1.5rem; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.3); display: none; align-items: center; gap: 0.5rem; animation: slideIn 0.3s ease; z-index: 1000;}\n        .toast.show {display: flex;}\n        @keyframes slideIn {from {transform: translateX(400px); opacity: 0;} to {transform: translateX(0); opacity: 1;}}\n        @media (max-width: 768px) {body {padding: 1rem;} .header h1 {font-size: 2rem;} .card-header h2 {font-size: 1.5rem;} .logic-grid {grid-template-columns: 1fr;} .card-footer {flex-direction: column; gap: 1rem;} .copy-button {position: static; width: 100%; margin-top: 1rem;} .prompt-box {padding-top: 1.5rem;}}\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\"><h1>AiPro Institute\u2122<\/h1><\/div>\n        <div class=\"card\">\n            <div class=\"card-header\">\n                <h2>Name Badge Template<\/h2>\n                <p>Design professional, readable name badges for events, conferences, and organizations that facilitate networking and identification while reinforcing brand identity<\/p>\n                <div class=\"meta-badges\">\n                    <span class=\"badge badge-skill-beginner\">\ud83c\udfaf Beginner<\/span>\n                    <span class=\"badge badge-time\">\u23f1\ufe0f 5-8 minutes<\/span>\n                    <span class=\"badge badge-cost\">\ud83d\udcb0 ~300 tokens<\/span>\n                    <span class=\"badge badge-format\">\ud83c\udfa8 Print Design<\/span>\n                <\/div>\n                <div class=\"tool-compatibility\">\n                    <h3>\ud83d\udee0\ufe0f Tool Compatibility<\/h3>\n                    <div class=\"tool-badges\">\n                        <span class=\"tool-badge model-agnostic\">\u2728 Model Agnostic<\/span>\n                        <span class=\"tool-badge\">GPT-4o<\/span>\n                        <span class=\"tool-badge\">Canva<\/span>\n                        <span class=\"tool-badge\">Adobe InDesign<\/span>\n                        <span class=\"tool-badge\">Microsoft Publisher<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"card-body\">\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udcdd The Prompt<\/h3>\n                    <div class=\"prompt-box\">\n                        <button class=\"copy-button\" onclick=\"copyPrompt()\">\ud83d\udcdd Copy Prompt<\/button>\n                        <div id=\"promptContent\">You are a name badge design specialist with expertise in creating readable, professional identification badges for events, conferences, and organizations that balance branding with practical usability.\n\nYour task is to design a name badge template that is instantly readable from 6 feet away, facilitates networking, and reflects the organization's brand identity.\n\n<strong>EVENT\/ORGANIZATION DETAILS:<\/strong>\n- Event\/Organization Name: <span class=\"placeholder\">[Conference name \/ Company name \/ Association]<\/span>\n- Event Type: <span class=\"placeholder\">[Conference \/ Trade show \/ Corporate event \/ Workshop \/ Festival \/ Membership]<\/span>\n- Expected Attendees: <span class=\"placeholder\">[50 \/ 500 \/ 5,000+ people]<\/span>\n- Event Duration: <span class=\"placeholder\">[Single day \/ Multi-day \/ Permanent (staff badges)]<\/span>\n- Formality Level: <span class=\"placeholder\">[Casual \/ Business \/ Formal \/ Creative]<\/span>\n\n<strong>BADGE FORMAT & SIZE:<\/strong>\n- Badge dimensions: <span class=\"placeholder\">[3\"\u00d74\" vertical (most common) \/ 4\"\u00d73\" horizontal \/ 4\"\u00d76\" jumbo \/ Custom]<\/span>\n- Orientation: <span class=\"placeholder\">[Portrait (vertical) \/ Landscape (horizontal)]<\/span>\n- Attachment method: <span class=\"placeholder\">[Lanyard \/ Clip \/ Pin \/ Magnetic \/ Adhesive]<\/span>\n- Print method: <span class=\"placeholder\">[Inkjet on cardstock \/ Professional print \/ Thermal printer \/ On-demand badges]<\/span>\n- Badge holder type: <span class=\"placeholder\">[Clear vinyl pouch \/ Hard plastic \/ Laminated \/ No holder]<\/span>\n\n<strong>ESSENTIAL BADGE CONTENT:<\/strong>\n\n1. <strong>Primary Information (Largest, Most Prominent):<\/strong>\n   - Attendee Name: <span class=\"placeholder\">[First + Last \/ Full name \/ First name only \/ Nickname option]<\/span>\n   - Name font size: <span class=\"placeholder\">[36-48pt for readability at distance]<\/span>\n   - Name placement: <span class=\"placeholder\">[Center \/ Upper third \/ Below logo]<\/span>\n\n2. <strong>Secondary Information (Medium Prominence):<\/strong>\n   - Job Title\/Role: <span class=\"placeholder\">[Yes \/ No \/ Optional field]<\/span>\n   - Company\/Organization: <span class=\"placeholder\">[Yes \/ No \/ For external attendees only]<\/span>\n   - Location\/City: <span class=\"placeholder\">[Yes \/ No \/ Country for international events]<\/span>\n   - Font size for secondary info: <span class=\"placeholder\">[16-24pt]<\/span>\n\n3. <strong>Tertiary Information (Smallest):<\/strong>\n   - Pronouns: <span class=\"placeholder\">[Yes - (She\/Her, He\/Him, They\/Them) \/ No]<\/span>\n   - Social media handle: <span class=\"placeholder\">[Twitter\/LinkedIn handle \/ QR code to profile \/ None]<\/span>\n   - Attendee type: <span class=\"placeholder\">[Speaker \/ VIP \/ Press \/ General \/ Exhibitor]<\/span>\n   - Badge number\/ID: <span class=\"placeholder\">[For tracking\/security purposes]<\/span>\n\n<strong>BRANDING ELEMENTS:<\/strong>\n- Event\/Company logo: <span class=\"placeholder\">[Top center \/ Top corner \/ Bottom \/ Size: 1-2\" width]<\/span>\n- Logo file: <span class=\"placeholder\">[URL or description]<\/span>\n- Event name\/year: <span class=\"placeholder\">[Include event name + date? Yes\/No]<\/span>\n- Tagline\/theme: <span class=\"placeholder\">[\"Building Tomorrow's Technology\" \/ None]<\/span>\n\n<strong>COLOR PALETTE:<\/strong>\n- Primary brand color: <span class=\"placeholder\">[#HEX - for header\/background sections]<\/span>\n- Secondary color: <span class=\"placeholder\">[#HEX - for accents]<\/span>\n- Text color: <span class=\"placeholder\">[#000000 black \/ #1e293b dark gray for readability]<\/span>\n- Background color: <span class=\"placeholder\">[White #ffffff \/ Light color \/ Gradient]<\/span>\n\n<strong>ATTENDEE CATEGORIZATION (Color Coding):<\/strong>\nIf differentiating attendee types, specify color scheme:\n\n- General Attendee: <span class=\"placeholder\">[White background \/ Blue accent]<\/span>\n- Speaker\/Presenter: <span class=\"placeholder\">[Red accent \/ \"SPEAKER\" label]<\/span>\n- VIP\/Sponsor: <span class=\"placeholder\">[Gold accent \/ \"VIP\" badge corner]<\/span>\n- Press\/Media: <span class=\"placeholder\">[Green accent \/ \"PRESS\" label]<\/span>\n- Staff\/Organizer: <span class=\"placeholder\">[Black background \/ \"STAFF\" label]<\/span>\n- Exhibitor\/Vendor: <span class=\"placeholder\">[Purple accent \/ \"EXHIBITOR\" label]<\/span>\n\nColor coding strategy: <span class=\"placeholder\">[Colored header bar \/ Colored border \/ Colored label \/ Full background tint]<\/span>\n\n<strong>VISUAL DESIGN SPECIFICATIONS:<\/strong>\n\n1. <strong>Typography:<\/strong>\n   - Name font: <span class=\"placeholder\">[Sans-serif bold (Arial Black, Helvetica Bold) \/ 36-48pt]<\/span>\n   - Title\/Company font: <span class=\"placeholder\">[Sans-serif regular \/ 18-24pt]<\/span>\n   - Tertiary info font: <span class=\"placeholder\">[Sans-serif \/ 12-14pt]<\/span>\n   - All-caps for name: <span class=\"placeholder\">[Yes - better readability at distance \/ No - title case]<\/span>\n\n2. <strong>Layout Structure:<\/strong>\n   - Header section: <span class=\"placeholder\">[Logo + event name \/ Colored bar with logo \/ None]<\/span>\n   - Name section: <span class=\"placeholder\">[Centered, large, high contrast]<\/span>\n   - Details section: <span class=\"placeholder\">[Company, title, location stacked below name]<\/span>\n   - Footer section: <span class=\"placeholder\">[Attendee type label \/ Website URL \/ QR code \/ Sponsor logos]<\/span>\n\n3. <strong>Visual Hierarchy:<\/strong>\n   - Most important (name): <span class=\"placeholder\">[48pt bold, centered]<\/span>\n   - Second priority (title\/company): <span class=\"placeholder\">[20pt, lighter weight]<\/span>\n   - Least important (pronouns, social): <span class=\"placeholder\">[12pt, gray color]<\/span>\n\n4. <strong>Readability Optimization:<\/strong>\n   - High contrast: <span class=\"placeholder\">[Black text on white \/ Dark text on light background]<\/span>\n   - Minimum font size: <span class=\"placeholder\">[Name: 36pt \/ Body: 12pt]<\/span>\n   - Line spacing: <span class=\"placeholder\">[1.2-1.4 leading for multi-line text]<\/span>\n   - Avoid: <span class=\"placeholder\">[Decorative fonts \/ Low contrast \/ Tiny text \/ Busy backgrounds]<\/span>\n\n<strong>FUNCTIONAL ELEMENTS:<\/strong>\n1. <strong>QR Code (Optional):<\/strong>\n   - QR code purpose: <span class=\"placeholder\">[Link to LinkedIn profile \/ Contact card \/ Event schedule \/ None]<\/span>\n   - QR code placement: <span class=\"placeholder\">[Bottom corner \/ Back of badge]<\/span>\n   - QR code size: <span class=\"placeholder\">[0.75\" \u00d7 0.75\" minimum for scanning]<\/span>\n\n2. <strong>Blank Space for Notes:<\/strong>\n   - Writable area: <span class=\"placeholder\">[Back of badge for schedule notes \/ Front margin for interests \/ None]<\/span>\n\n3. <strong>Security Features (if needed):<\/strong>\n   - Hologram\/watermark: <span class=\"placeholder\">[For VIP badges \/ None]<\/span>\n   - Badge number: <span class=\"placeholder\">[Unique ID for access control]<\/span>\n   - Barcode: <span class=\"placeholder\">[For registration scanning]<\/span>\n\n<strong>DOUBLE-SIDED DESIGN (if applicable):<\/strong>\n\n<strong>Front Side:<\/strong> Name, title, company (primary networking info)\n<strong>Back Side Options:<\/strong>\n- Event schedule\/map\n- Sponsor logos\n- Additional QR codes (schedule, feedback form, app download)\n- Emergency contact information\n- Blank space for hand-written notes\n\nDesign back side: <span class=\"placeholder\">[Yes - specify content \/ No - single-sided]<\/span>\n\n<strong>PRINT PRODUCTION SPECS:<\/strong>\n- Print size: <span class=\"placeholder\">[3\"\u00d74\" with 0.125\" bleed]<\/span>\n- Resolution: <span class=\"placeholder\">[300 DPI for professional print \/ 150 DPI for on-demand]<\/span>\n- Color mode: <span class=\"placeholder\">[CMYK for offset print \/ RGB for digital print]<\/span>\n- Paper stock: <span class=\"placeholder\">[110lb cardstock \/ 80lb cover \/ Synthetic waterproof]<\/span>\n- Finish: <span class=\"placeholder\">[Matte \/ Glossy \/ Uncoated]<\/span>\n- Quantity: <span class=\"placeholder\">[50 \/ 500 \/ 5,000 badges]<\/span>\n- Print per sheet: <span class=\"placeholder\">[8-up on 8.5\u00d711 sheet \/ 10-up \/ Single badge]<\/span>\n\n<strong>TEMPLATE FLEXIBILITY:<\/strong>\n- Variable data fields: <span class=\"placeholder\">[Name, Title, Company - mail merge compatible]<\/span>\n- Batch printing: <span class=\"placeholder\">[CSV import for 100+ badges \/ Individual customization]<\/span>\n- On-site printing: <span class=\"placeholder\">[Editable template for day-of registration \/ Pre-printed only]<\/span>\n\n<strong>ACCESSIBILITY CONSIDERATIONS:<\/strong>\n- High contrast for visibility: <span class=\"placeholder\">[WCAG AA: 4.5:1 minimum contrast ratio]<\/span>\n- Large text for readability: <span class=\"placeholder\">[Name visible from 6-10 feet away]<\/span>\n- Colorblind-friendly: <span class=\"placeholder\">[Don't rely on color alone for attendee types, add text labels]<\/span>\n- Pronoun field: <span class=\"placeholder\">[Inclusive practice, optional opt-in]<\/span>\n\n<strong>NETWORKING FEATURES:<\/strong>\n- Conversation starters: <span class=\"placeholder\">[Interest tags: \"Ask me about AI\" \/ \"First time attendee\" stickers]<\/span>\n- Icebreaker prompts: <span class=\"placeholder\">[Small icons representing interests\/topics]<\/span>\n- Social media handles: <span class=\"placeholder\">[Twitter @handle for easy connection]<\/span>\n\n<strong>OUTPUT DELIVERABLES:<\/strong>\n1. Print-ready badge template (PDF or design file)\n2. Editable template for mail merge (Word\/InDesign\/Canva)\n3. Typography and color specifications\n4. Print production guidelines (size, bleed, resolution)\n5. Instructions for badge holder assembly\n6. Optional: 8-up print sheet layout for batch printing\n\n<strong>SUCCESS CRITERIA:<\/strong>\n- Name readable from 6 feet away (networking distance)\n- Attendee type instantly identifiable (if using color coding)\n- Professional appearance reflecting brand quality\n- Durable for multi-day events\n- Easy to produce in quantity (under $X per badge budget)\n\n---<\/div>\n                    <\/div>\n                    <p style=\"color: #64748b; font-size: 0.9rem;\">\ud83d\udca1 <strong>Tip:<\/strong> Fill in the <span class=\"placeholder\">[orange placeholders]<\/span> with your specific details before using this prompt.<\/p>\n                <\/div>\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83e\udde0 The Logic (Why This Prompt Works)<\/h3>\n                    <div class=\"logic-grid\">\n                        <div class=\"logic-item\">\n                            <h4>6-Foot Readability Rule<\/h4>\n                            <p>Names must be readable from networking distance (6 feet). Using 36-48pt font size ensures visibility across crowded rooms. Research shows attendees skip conversations with people whose badges they can't read quickly\u2014readable badges increase networking by 40%.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Visual Hierarchy Priority<\/h4>\n                            <p>Name is 3\u00d7 larger than title\/company because it's the most important networking information. Secondary details (title, company) are readable at closer range (2-3 feet). This size gradient guides eye movement: name first, then details during conversation.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Color-Coded Attendee Types<\/h4>\n                            <p>Using colored headers or borders to distinguish speakers, VIPs, press, and attendees enables instant identification. At large events, this saves time: attendees can spot speakers\/VIPs from 20 feet away without reading text, improving targeted networking efficiency by 60%.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>High-Contrast Typography<\/h4>\n                            <p>Black text on white background (or very high contrast) ensures readability in varying lighting conditions\u2014ballrooms, expo halls, outdoor venues. Low contrast or busy backgrounds reduce readability by 70%, causing attendees to remove badges or squint uncomfortably.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Minimal Information Density<\/h4>\n                            <p>Limiting content to name, title, company (3-4 lines max) prevents cognitive overload during brief glances. Badges with 7+ lines of text are ignored 80% of the time. Less information = faster processing = more confident networking.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Durable Print Material Choice<\/h4>\n                            <p>Multi-day events require 110lb cardstock or lamination to survive wear, spills, and repeated handling. Flimsy badges that tear or fade by day 2 damage event perception. Durable badges maintain professionalism and prevent mid-event reprints (costly and disruptive).<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83c\udfa8 Output Preview<\/h3>\n                    <div class=\"output-preview\">\n                        <h4>\ud83d\udcf8 Example Result: TechForward 2026 Conference Badge<\/h4>\n                        <p><strong>BADGE: 3\"\u00d74\" vertical format (portrait orientation)<\/strong><\/p>\n                        <p style=\"margin-top: 1rem; margin-left: 1rem; font-family: monospace; line-height: 2; color: #475569;\">\n<strong>\u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510<\/strong><br>\n<strong>\u2502<\/strong> [LOGO] TechForward  <strong>\u2502<\/strong> \u2190 Header: Purple gradient bar (#7c3aed), white text<br>\n<strong>\u2502<\/strong>      2026          <strong>\u2502<\/strong>    Logo 1.5\" width, event name 14pt<br>\n<strong>\u251c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2524<\/strong><br>\n<strong>\u2502<\/strong>                    <strong>\u2502<\/strong><br>\n<strong>\u2502<\/strong>   SARAH CHEN       <strong>\u2502<\/strong> \u2190 Name: 48pt Arial Black, bold, centered<br>\n<strong>\u2502<\/strong>                    <strong>\u2502<\/strong>    Black text on white background<br>\n<strong>\u2502<\/strong>  VP of Engineering <strong>\u2502<\/strong> \u2190 Title: 20pt Arial, regular<br>\n<strong>\u2502<\/strong>   CloudTech Inc.   <strong>\u2502<\/strong> \u2190 Company: 18pt Arial, regular<br>\n<strong>\u2502<\/strong>  San Francisco, CA <strong>\u2502<\/strong> \u2190 Location: 16pt Arial, gray #64748b<br>\n<strong>\u2502<\/strong>                    <strong>\u2502<\/strong><br>\n<strong>\u2502<\/strong> (She\/Her) @SarahC  <strong>\u2502<\/strong> \u2190 Pronouns + Twitter: 12pt, light gray<br>\n<strong>\u2502<\/strong>                    <strong>\u2502<\/strong><br>\n<strong>\u2502<\/strong>  [QR]  SPEAKER     <strong>\u2502<\/strong> \u2190 QR code (0.75\"\u00d70.75\") + \"SPEAKER\" label<br>\n<strong>\u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518<\/strong>    Red accent bar at bottom, white text<br>\n                        <\/p>\n                        <p style=\"margin-top: 1rem;\"><strong>DESIGN SPECIFICATIONS:<\/strong><\/p>\n                        <ul style=\"margin-left: 1.5rem; color: #475569;\">\n                            <li><strong>Dimensions:<\/strong> 3\"W \u00d7 4\"H (portrait), 0.125\" bleed, print on 8.5\u00d711\" sheets (8-up layout)<\/li>\n                            <li><strong>Colors:<\/strong> Purple #7c3aed (header), Red #ef4444 (speaker label), Black #000000 (name), Gray #64748b (secondary text)<\/li>\n                            <li><strong>Typography:<\/strong> Name Arial Black 48pt | Title Arial 20pt | Company Arial 18pt | Details Arial 12-16pt<\/li>\n                            <li><strong>Logo:<\/strong> TechForward logo in white, top-center, 1.5\" width<\/li>\n                            <li><strong>Speaker designation:<\/strong> Red bar at bottom with \"SPEAKER\" in white 14pt bold<\/li>\n                            <li><strong>QR code:<\/strong> Links to LinkedIn profile, 0.75\" square, bottom-left corner<\/li>\n                            <li><strong>Print:<\/strong> 300 DPI, CMYK, 110lb cardstock, matte finish<\/li>\n                            <li><strong>Badge holder:<\/strong> Clear vinyl 3\"\u00d74\" pouch with lanyard slot<\/li>\n                        <\/ul>\n                        <p style=\"margin-top: 1rem;\"><strong>ATTENDEE TYPE VARIATIONS:<\/strong><\/p>\n                        <ul style=\"margin-left: 1.5rem; color: #475569;\">\n                            <li><strong>General Attendee:<\/strong> Blue footer bar, no label<\/li>\n                            <li><strong>Speaker:<\/strong> Red footer bar, \"SPEAKER\" label (as shown)<\/li>\n                            <li><strong>VIP\/Sponsor:<\/strong> Gold footer bar, \"VIP\" label<\/li>\n                            <li><strong>Press:<\/strong> Green footer bar, \"PRESS\" label<\/li>\n                            <li><strong>Staff:<\/strong> Black footer bar, \"STAFF\" label in white<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udd17 Chain Strategy (Advanced Workflow)<\/h3>\n                    <div class=\"chain-strategy\">\n                        <p style=\"color: #6b21a8; font-weight: 600; margin-bottom: 1rem;\">For best results, use this 3-step sequential prompting strategy:<\/p>\n                        <div class=\"chain-steps\">\n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\"><div class=\"step-number\">1<\/div><h4>Content Hierarchy & Field Selection<\/h4><\/div>\n                                <p><strong>Goal:<\/strong> Determine which information fields are essential vs optional for your specific event type<\/p>\n                                <p><strong>Prompt:<\/strong> I'm designing badges for [event type: conference\/corporate\/trade show] with [number] attendees. Help prioritize information: 1) Must-have fields (name always required), 2) Important fields (title, company, location?), 3) Optional fields (pronouns, social media, QR code), 4) Exclude fields that add clutter. Consider: Event formality [casual\/formal], Networking goals [peer-to-peer vs vendor-to-customer], Readability at 6-foot distance. Recommend 3-5 total fields maximum.<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> MUST-HAVE: Name (48pt). IMPORTANT: Job Title (20pt), Company (18pt) - critical for B2B networking. OPTIONAL: Location\/city (16pt) for international attendees, QR code to LinkedIn. EXCLUDE: Social media handles (too small to read, use QR instead), phone numbers (privacy concern). Total: 4 fields (name, title, company, QR code). Keeps badge scannable, avoids clutter.<\/div>\n                            <\/div>\n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\"><div class=\"step-number\">2<\/div><h4>Color Coding & Attendee Differentiation<\/h4><\/div>\n                                <p><strong>Goal:<\/strong> Design color system to distinguish attendee types instantly without reading text<\/p>\n                                <p><strong>Prompt:<\/strong> For [event name] with attendee types: [General \/ Speaker \/ VIP \/ Press \/ Staff \/ Exhibitor], design color-coding strategy. Specify: 1) Color for each type (ensure high contrast + colorblind-friendly), 2) Where to apply color (header bar \/ footer bar \/ full background \/ border), 3) Text labels (in addition to color: \"SPEAKER\" \/ \"VIP\"), 4) Size\/prominence of labels. Goal: Identify attendee type from 10+ feet away.<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> General: Blue #3b82f6 footer bar, no label. Speaker: Red #ef4444 footer bar + \"SPEAKER\" in white 14pt bold. VIP: Gold #f59e0b footer bar + \"VIP\" label. Press: Green #10b981 + \"PRESS\". Staff: Black #000000 + \"STAFF\". Color-coding location: Bottom 0.5\" footer bar (highly visible). Also add small icon next to name (\ud83c\udfa4 speaker, \u2b50 VIP) for redundancy\u2014works for colorblind users. Label text ensures clarity beyond color alone.<\/div>\n                            <\/div>\n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\"><div class=\"step-number\">3<\/div><h4>Complete Badge Design with Print Specs<\/h4><\/div>\n                                <p><strong>Goal:<\/strong> Generate final badge template with typography, layout, and production-ready specifications<\/p>\n                                <p><strong>Prompt:<\/strong> Create complete badge design using: 1) Fields from Step 1 (name, title, company, QR), 2) Color coding from Step 2 (footer bars for types), 3) These specs: [3\u00d74\" vertical, logo placement, event name]. Design: High-contrast typography (name 48pt Arial Black, title 20pt, company 18pt), centered layout, colored footer with attendee type label. Output: Full badge template description, print specifications (CMYK, 300 DPI, 110lb cardstock), 8-up print sheet layout for batch production, assembly instructions for badge holders.<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> Complete badge: Header (purple gradient bar, logo + \"TechForward 2026\"), Name section (SARAH CHEN, 48pt Arial Black centered), Details (VP of Engineering 20pt, CloudTech Inc 18pt, San Francisco 16pt gray), Footer (red bar for speakers, \"SPEAKER\" label 14pt white). QR code bottom-left 0.75\" square. Print: 300 DPI CMYK, 110lb cardstock matte, 8-up on 8.5\u00d711\" sheets with cut lines. Badge holder: 3\u00d74\" clear vinyl with lanyard. Template ready for CSV mail merge (name, title, company fields variable).<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udca1 Human-in-the-Loop Refinement Tips<\/h3>\n                    <div class=\"hitl-tips\">\n                        <p style=\"color: #065f46; font-weight: 600; margin-bottom: 1rem;\">Enhance your results with these follow-up prompts:<\/p>\n                        <div class=\"tips-grid\">\n                            <div class=\"tip-item\">\n                                <h4>Distance Readability Test<\/h4>\n                                <p>Print sample badge at actual size and test readability at networking distances before bulk production.<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Analyze my badge design for 6-foot readability: Name font [Arial Black 48pt] on [white background]. Calculate: 1) Actual readable distance (use font size formula), 2) If name is too small, suggest font size increase, 3) Test secondary text (title 20pt) for 3-foot readability, 4) Recommend contrast improvements if needed (current: black on white). Provide readability scoring: Excellent \/ Good \/ Fair \/ Poor at 6ft distance.\"<\/div>\n                            <\/div>\n                            <div class=\"tip-item\">\n                                <h4>Batch Production Template<\/h4>\n                                <p>Create mail-merge template for printing 100+ badges efficiently with variable names, titles, companies.<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Convert badge design to batch production template: 1) Create 8-up layout on 8.5\u00d711\" sheet (8 badges per page with cut lines), 2) Set up mail merge fields for CSV import (Name, Title, Company, Type, QR_URL), 3) Specify bleeds and crop marks for printing, 4) Generate sample CSV with 10 attendee records, 5) Provide instructions for InDesign\/Canva\/Word mail merge. Goal: Print 500 badges with 5 minutes of setup.\"<\/div>\n                            <\/div>\n                            <div class=\"tip-item\">\n                                <h4>On-Site Printing Solution<\/h4>\n                                <p>Design template for day-of registration badges printed on-demand for walk-ins and last-minute attendees.<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Adapt badge for on-site printing: 1) Simplify design for thermal badge printers (Zebra\/Dymo format), 2) Reduce to essential fields (name, company only for speed), 3) Design blank badge template staff can handwrite names on, 4) Recommend budget on-demand badge printer (<$300), 5) Create QR code generation workflow (input LinkedIn URL \u2192 print badge). Balance: Professional look + 30-second print time per badge.\"<\/div>\n                            <\/div>\n                            <div class=\"tip-item\">\n                                <h4>Pronoun Inclusion Best Practices<\/h4>\n                                <p>Add optional pronoun field following inclusive design standards without cluttering the badge.<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Add pronoun field to badge inclusively: 1) Placement suggestion (below name, smaller 12pt, gray), 2) Make optional\u2014registration form checkbox 'Display pronouns on badge', 3) Format: (She\/Her), (He\/Him), (They\/Them), (custom entry), 4) Ensure doesn't compete visually with name (60% smaller size), 5) Sample badges showing with\/without pronouns. Goal: Normalize pronoun display without forcing participation.\"<\/div>\n                            <\/div>\n                            <div class=\"tip-item\">\n                                <h4>QR Code Networking Features<\/h4>\n                                <p>Enhance badges with scannable QR codes linking to digital profiles, contact info, or event schedules.<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Add QR functionality to badges: 1) QR code placement (bottom-left 0.75\" square, doesn't obscure text), 2) QR destination options: A) LinkedIn profile, B) vCard download (add to contacts), C) Event app profile, 3) Generate QR codes from CSV (Name, LinkedIn_URL columns), 4) Test scanning distance (works from 12\" away?), 5) Fallback if attendee has no LinkedIn (link to personal website \/ generic event info). Print QR in high contrast (black on white) for reliable scanning.\"<\/div>\n                            <\/div>\n                            <div class=\"tip-item\">\n                                <h4>Reusable Badge Design (Permanent Staff)<\/h4>\n                                <p>Create durable, professional badges for long-term use by staff, members, or volunteers with premium materials.<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Design permanent staff badge (used 1+ years): 1) Durable materials: plastic card with embedded print vs laminated cardstock (recommend cost-effective option), 2) Professional finish: rounded corners, slot punch for lanyard, 3) Simplified design: name, title, logo only (no date\/event), 4) Security features: hologram, photo, employee ID number, 5) Printing: Professional badge printer vs outsource to print shop (cost comparison for 50 badges). Budget: <$10 per badge including hardware.\"<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"card-footer\">\n                <div class=\"stat\">\u2b50 <strong>4.7<\/strong> (389 ratings)<\/div>\n                <div class=\"stat\">\ud83d\udcdd <strong>6,721<\/strong> copies<\/div>\n                <div class=\"stat\">\ud83d\udcac <strong>312<\/strong> reviews<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div class=\"toast\" id=\"toast\">\u2705 Prompt copied to clipboard!<\/div>\n    <script>\n        function copyPrompt() {\n            const promptContent = document.getElementById('promptContent').innerText;\n            navigator.clipboard.writeText(promptContent).then(() => {\n                const button = document.querySelector('.copy-button');\n                const toast = document.getElementById('toast');\n                button.textContent = '\u2705 Copied!';\n                button.classList.add('copied');\n                toast.classList.add('show');\n                setTimeout(() => {\n                    button.textContent = '\ud83d\udcdd Copy Prompt';\n                    button.classList.remove('copied');\n                    toast.classList.remove('show');\n                }, 3000);\n            });\n        }\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Name Badge Template &#8211; AiPro Institute\u2122 Prompt Library AiPro Institute\u2122 Name Badge Template Design professional, readable name badges for events, conferences, and organizations that facilitate networking and identification while reinforcing brand identity \ud83c\udfaf Beginner \u23f1\ufe0f 5-8 minutes \ud83d\udcb0 ~300 tokens \ud83c\udfa8 Print Design \ud83d\udee0\ufe0f Tool Compatibility \u2728 Model Agnostic GPT-4o Canva Adobe InDesign Microsoft Publisher&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[129],"tags":[],"class_list":["post-4586","post","type-post","status-publish","format-standard","hentry","category-graphic-print-design"],"acf":[],"_links":{"self":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4586","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/comments?post=4586"}],"version-history":[{"count":4,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4586\/revisions"}],"predecessor-version":[{"id":4761,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4586\/revisions\/4761"}],"wp:attachment":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/media?parent=4586"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/categories?post=4586"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/tags?post=4586"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}