Last active
October 12, 2020 12:36
-
-
Save chizmeeple/dc944412f1e10a2392b835b7a2dee051 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basics": { | |
| "name": "Chisel Wright", | |
| "label": "Programmer", | |
| "picture": "https://pbs.twimg.com/profile_images/1219197189790093312/tHvulOCC_400x400.jpg", | |
| "email": "chisel@chizography.net", | |
| "phone": "+44 7966 44 6768", | |
| "website": "https://chizography.net", | |
| "summary": "A summary of John Doe...", | |
| "location": { | |
| "address": "187A Carr Road", | |
| "postalCode": "UB5 4RJ", | |
| "city": "Northolt", | |
| "countryCode": "UK", | |
| "region": "Greater London" | |
| }, | |
| "profiles": [ | |
| { | |
| "network": "Twitter", | |
| "username": "chizcw", | |
| "url": "http://twitter.com/chizcw" | |
| } | |
| ] | |
| }, | |
| "work": [ | |
| { | |
| "company": "Zoopla", | |
| "position": "Software Engineer", | |
| "website": "http://zoopla.co.uk", | |
| "startDate": "2016-08-30", | |
| "summary": "Description...", | |
| "highlights": [ | |
| "Joined the company" | |
| ] | |
| }, | |
| { | |
| "company": "Net-A-Porter", | |
| "position": "Software Engineer", | |
| "website": "http://net-a-porter.com", | |
| "startDate": "2006-11-06", | |
| "endDate": "2016-08-28", | |
| "summary": "Description...", | |
| "highlights": [ | |
| "Joined 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": "Tabletop Gaming", | |
| "keywords": [ | |
| "Social Deduction", | |
| "Board Games" | |
| ] | |
| } | |
| ], | |
| "references": [ | |
| { | |
| "name": "Jane Doe", | |
| "reference": "Reference..." | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment