Skip to content

Instantly share code, notes, and snippets.

@lb1a
Created February 16, 2020 22:23
Show Gist options
  • Select an option

  • Save lb1a/c6a3aff9ee5216c818e2aff4b7e37c7c to your computer and use it in GitHub Desktop.

Select an option

Save lb1a/c6a3aff9ee5216c818e2aff4b7e37c7c to your computer and use it in GitHub Desktop.

Revisions

  1. lb1a created this gist Feb 16, 2020.
    95 changes: 95 additions & 0 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,95 @@
    {

    "basics": {
    "name": "John Doe",
    "label": "Programmer",
    "picture": "",
    "email": "[email protected]",
    "phone": "(912) 555-4321",
    "website": "http://johndoe.com",
    "summary": "A summary of John Doe...",
    "location": {
    "address": "2712 Broadway St",
    "postalCode": "CA 94115",
    "city": "San Francisco",
    "countryCode": "US",
    "region": "California"
    },
    "profiles": [{
    "network": "Twitter",
    "username": "john",
    "url": "http://twitter.com/john"
    }]
    },
    "work": [{
    "company": "Company",
    "position": "President",
    "website": "http://company.com",
    "startDate": "2013-01-01",
    "endDate": "2014-01-01",
    "summary": "Description...",
    "highlights": [
    "Started the company"
    ]
    }],
    "volunteer": [{
    "organization": "Organization",
    "position": "Volunteer",
    "website": "http://organization.com/",
    "startDate": "2012-01-01",
    "endDate": "2013-01-01",
    "summary": "Description...",
    "highlights": [
    "Awarded 'Volunteer of the Month'"
    ]
    }],
    "education": [{
    "institution": "University",
    "area": "Software Development",
    "studyType": "Bachelor",
    "startDate": "2011-01-01",
    "endDate": "2013-01-01",
    "gpa": "4.0",
    "courses": [
    "DB1101 - Basic SQL"
    ]
    }],
    "awards": [{
    "title": "Award",
    "date": "2014-11-01",
    "awarder": "Company",
    "summary": "There is no spoon."
    }],
    "publications": [{
    "name": "Publication",
    "publisher": "Company",
    "releaseDate": "2014-10-01",
    "website": "http://publication.com",
    "summary": "Description..."
    }],
    "skills": [{
    "name": "Web Development",
    "level": "Master",
    "keywords": [
    "HTML",
    "CSS",
    "Javascript"
    ]
    }],
    "languages": [{
    "language": "English",
    "fluency": "Native speaker"
    }],
    "interests": [{
    "name": "Wildlife",
    "keywords": [
    "Ferrets",
    "Unicorns"
    ]
    }],
    "references": [{
    "name": "Jane Doe",
    "reference": "Reference..."
    }]

    }