Overview
ThePersonalInfo interface defines the structure for personal information and contact details that appear at the top of a resume.
Type definition
Properties
Full name of the person. Typically displayed prominently at the top of the resume.
Professional title or role (e.g., “Senior Software Engineer”, “Product Designer”). Appears below the name.
Current location or preferred work location (e.g., “New York, NY”, “Remote”).
Contact phone number. Can include country code and formatting (e.g., “+1 (555) 123-4567”).
Email address for professional contact.
Personal website or portfolio URL. Can be an empty string if not applicable.
LinkedIn profile URL. Can be an empty string if not applicable.
GitHub profile URL. Particularly relevant for technical roles. Can be an empty string if not applicable.
Twitter/X profile URL. Can be an empty string if not applicable.
URL to profile photo or headshot. Can be an empty string if no image is provided.
Example
Usage notes
- All fields are required in the type definition, but can be empty strings for optional social links
- The
imageUrlfield is used to display a profile photo in resume templates that support images - Social links (LinkedIn, GitHub, Twitter) are typically rendered as clickable icons or links
- Phone and email are primary contact methods and should always be valid