import type { ResumeData } from "./index"; export const sampleResume: ResumeData = { basics: { name: "John Doe", headline: "Creative and Innovative Web Developer", email: "john.doe@gmail.com", phone: "(555) 123-4567", location: "Pleasantville, CA 94588", url: { label: "", href: "https://johndoe.me/", }, customFields: [], picture: { url: "https://i.imgur.com/HgwyOuJ.jpg", size: 120, aspectRatio: 1, borderRadius: 0, effects: { hidden: false, border: false, grayscale: false, }, }, }, sections: { summary: { name: "Summary", columns: 1, separateLinks: true, visible: true, id: "summary", content: "

Innovative Web Developer with 5 years of experience in building impactful and user-friendly websites and applications. Specializes in front-end technologies and passionate about modern web standards and cutting-edge development techniques. Proven track record of leading successful projects from concept to deployment.

", }, awards: { name: "Awards", columns: 1, separateLinks: true, visible: true, id: "awards", items: [], }, certifications: { name: "Certifications", columns: 1, separateLinks: true, visible: true, id: "certifications", items: [ { id: "spdhh9rrqi1gvj0yqnbqunlo", visible: true, name: "Full-Stack Web Development", issuer: "CodeAcademy", date: "2020", summary: "", url: { label: "", href: "", }, }, { id: "n838rddyqv47zexn6cxauwqp", visible: true, name: "AWS Certified Developer", issuer: "Amazon Web Services", date: "2019", summary: "", url: { label: "", href: "", }, }, ], }, education: { name: "Education", columns: 1, separateLinks: true, visible: true, id: "education", items: [ { id: "yo3p200zo45c6cdqc6a2vtt3", visible: true, institution: "University of California", studyType: "Bachelor's in Computer Science", area: "Berkeley, CA", score: "", date: "August 2012 to May 2016", summary: "", url: { label: "", href: "", }, }, ], }, experience: { name: "Experience", columns: 1, separateLinks: true, visible: true, id: "experience", items: [ { id: "lhw25d7gf32wgdfpsktf6e0x", visible: true, company: "Creative Solutions Inc.", position: "Senior Web Developer", location: "San Francisco, CA", date: "January 2019 to Present", summary: "", url: { label: "", href: "https://creativesolutions.inc/", }, }, { id: "r6543lil53ntrxmvel53gbtm", visible: true, company: "TechAdvancers", position: "Web Developer", location: "San Jose, CA", date: "June 2016 to December 2018", summary: "", url: { label: "", href: "https://techadvancers.com/", }, }, ], }, volunteer: { name: "Volunteering", columns: 1, separateLinks: true, visible: true, id: "volunteer", items: [], }, interests: { name: "Interests", columns: 1, separateLinks: true, visible: true, id: "interests", items: [], }, languages: { name: "Languages", columns: 1, separateLinks: true, visible: true, id: "languages", items: [], }, profiles: { name: "Profiles", columns: 1, separateLinks: true, visible: true, id: "profiles", items: [ { id: "cnbk5f0aeqvhx69ebk7hktwd", visible: true, network: "LinkedIn", username: "johndoe", icon: "linkedin", url: { label: "", href: "https://linkedin.com/in/johndoe", }, }, { id: "ukl0uecvzkgm27mlye0wazlb", visible: true, network: "GitHub", username: "johndoe", icon: "github", url: { label: "", href: "https://github.com/johndoe", }, }, ], }, projects: { name: "Projects", columns: 1, separateLinks: true, visible: true, id: "projects", items: [ { id: "yw843emozcth8s1ubi1ubvlf", visible: true, name: "E-Commerce Platform", description: "Project Lead", date: "", summary: "

Led the development of a full-stack e-commerce platform, improving sales conversion by 25%.

", keywords: [], url: { label: "", href: "", }, }, { id: "ncxgdjjky54gh59iz2t1xi1v", visible: true, name: "Interactive Dashboard", description: "Frontend Developer", date: "", summary: "

Created an interactive analytics dashboard for a SaaS application, enhancing data visualization for clients.

", keywords: [], url: { label: "", href: "", }, }, ], }, publications: { name: "Publications", columns: 1, separateLinks: true, visible: true, id: "publications", items: [], }, references: { name: "References", columns: 1, separateLinks: true, visible: false, id: "references", items: [ { id: "f2sv5z0cce6ztjl87yuk8fak", visible: true, name: "Available upon request", description: "", summary: "", url: { label: "", href: "", }, }, ], }, skills: { name: "Skills", columns: 1, separateLinks: true, visible: true, id: "skills", items: [ { id: "hn0keriukh6c0ojktl9gsgjm", visible: true, name: "Web Technologies", description: "Advanced", level: 0, keywords: ["HTML5", "JavaScript", "PHP", "Python"], }, { id: "r8c3y47vykausqrgmzwg5pur", visible: true, name: "Web Frameworks", description: "Intermediate", level: 0, keywords: ["React.js", "Angular", "Vue.js", "Laravel", "Django"], }, { id: "b5l75aseexqv17quvqgh73fe", visible: true, name: "Tools", description: "Intermediate", level: 0, keywords: ["Webpack", "Git", "Jenkins", "Docker", "JIRA"], }, ], }, custom: {}, }, metadata: { template: "glalie", layout: [ [ ["summary", "experience", "education", "projects", "references"], [ "profiles", "skills", "certifications", "interests", "languages", "awards", "volunteer", "publications", ], ], ], css: { value: "* {\n\toutline: 1px solid #000;\n\toutline-offset: 4px;\n}", visible: false, }, page: { margin: 14, format: "a4", options: { breakLine: true, pageNumbers: true, }, }, theme: { background: "#ffffff", text: "#000000", primary: "#ca8a04", }, typography: { font: { family: "Merriweather", subset: "latin", variants: ["regular"], size: 13, }, lineHeight: 1.75, hideIcons: false, underlineLinks: true, }, notes: "", }, };