UNPKG

cra-template-resume

Version:

A resume template for Complete React Scripts.

37 lines (36 loc) 1.29 kB
export const resumeData = { skillmessage: 'Here you can create a short write-up of your skills to show off to employers', education: [ { school: 'University?', degree: 'Masters in Beer tasting', graduated: 'April 2007', description: 'Describe your experience at school, what you learned, what useful skills you have acquired etc.', }, { school: 'School #1 Maybe College?', degree: 'What did you study 101', graduated: 'March 2003', description: 'Describe your experience at school, what you learned, what useful skills you have acquired etc.', }, ], work: [ { company: 'Awesome Design Studio', title: 'Senior UX God ', years: 'March 2010 - Present', description: 'Describe work, special projects, notable achievements, what technologies you have been working with, and anything else that would be useful for an employer to know.', }, { company: 'Super Cool Studio', title: 'Junior bug fixer', years: 'March 2007 - February 2010', description: 'Describe work, special projects, notable achievements, what technologies you have been working with, and anything else that would be useful for an employer to know.', }, ], };