Last active
September 24, 2021 09:20
-
-
Save dagolinuxoid/b750479db4fcb3c23ef309f23002701a to your computer and use it in GitHub Desktop.
testing json resume
This file contains 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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Artur Haurylkevich", | |
"label": "coder", | |
"image": "", | |
"email": "[email protected]", | |
"summary": "FRONT-END", | |
"location": { | |
"city": "Vishnevo", | |
"countryCode": "BY" | |
}, | |
"profiles": [ | |
{ | |
"network": "Twitter", | |
"username": "dagoeos", | |
"url": "https://twitter.com/dagoeos" | |
}, | |
{ | |
"network": "GitHub", | |
"username": "dagolinuxoid", | |
"url": "https://github.com/dagolinuxoid" | |
} | |
] | |
}, | |
"education": [ | |
{ | |
"institution": "Belarusian National Technical University", | |
"area": "mechanical engineer", | |
"startDate": "2005-06-01", | |
"endDate": "2011-01-01", | |
"courses": ["cs50 harvard"] | |
} | |
], | |
"skills": [ | |
{ | |
"name": "web development", | |
"level": "", | |
"keywords": ["Javascript", "HTML", "CSS"] | |
}, | |
{ | |
"name": "npm packages", | |
"level": "", | |
"keywords": ["react", "redux", "@reduxjs/toolkit"] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "intermediate" | |
} | |
], | |
"projects": [ | |
{ | |
"name": "Jordan Store", | |
"keywords": ["react hooks"], | |
"url": "https://jordan-store.netlify.app" | |
} | |
], | |
"meta": { | |
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json", | |
"version": "v1.0.0", | |
"lastModified": "2017-12-24T15:53:00", | |
"theme": "stackoverflow" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment