UNPKG

cra-template-resume

Version:

A resume template for Complete React Scripts.

59 lines (58 loc) 1.69 kB
export const mainData = { name: 'Your Name', occupation: 'Your Occupation', description: 'Here will be your description. Use this to describe what you do or whatever you feel best describes yourself to a potential employer', image: 'profilepic.jpg', bio: 'Use this bio section as your way of describing yourself and saying what you do, what technologies you like to use or feel most comfortable with, describing your personality, or whatever else you feel like throwing in.', contactmessage: 'Here is where you should write your message to readers to have them get in contact with you.', email: 'youremailhere@gmail.com', phone: '555-555-5555', address: { street: '(Your Street)', city: '(Your City)', state: '(Your State)', zip: '(Your Zip/Postal Code)', }, website: 'http://www.example.com', resumedownload: 'http://example.com', social: [ { name: 'facebook', url: 'http://facebook.com/example', className: 'fa fa-facebook', }, { name: 'twitter', url: 'http://twitter.com', className: 'fa fa-twitter', }, { name: 'google-plus', url: 'http://googleplus.com/example', className: 'fa fa-google-plus', }, { name: 'linkedin', url: 'https://www.linkedin.com/in/example/', className: 'fa fa-linkedin', }, { name: 'instagram', url: 'http://instagram.com/example', className: 'fa fa-instagram', }, { name: 'github', url: 'http://github.com/example', className: 'fa fa-github', }, { name: 'skype', url: 'http://skype.com', className: 'fa fa-skype', }, ], };