Created
December 4, 2019 08:31
-
-
Save fwartner/329c32dec76e85821a7afe03e0cc2e90 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": "Florian Wartner", | |
"label": "Backend-Engineer", | |
"picture": "https://avatars1.githubusercontent.com/u/6692500?s=460", | |
"email": "[email protected]", | |
"phone": "+49 (0) 17624200553", | |
"website": "https://wartner.io", | |
"summary": "A backend-developer from Lübeck, germany. Also a hobby-cook, blogger and hobbyist photograph.", | |
"location": { | |
"address": "Marliring 74", | |
"postalCode": "23566", | |
"city": "Luebeck", | |
"countryCode": "DE", | |
"region": "Schleswig-Holstein" | |
}, | |
"profiles": [{ | |
"network": "Twitter", | |
"username": "fwartner", | |
"url": "https://twitter.com/fwartner" | |
}{ | |
"network": "GitHub", | |
"username": "fwartner", | |
"url": "https://github.com/fwartner" | |
},{ | |
"network": "Instagram", | |
"username": "flo_codes", | |
"url": "https://www.instagram.com/flo_codes" | |
}] | |
}, | |
"work": [{ | |
"company": "Company", | |
"position": "President", | |
"website": "http://company.com", | |
"startDate": "2013-01-01", | |
"endDate": "2014-01-01", | |
"summary": "Description...", | |
"highlights": [ | |
"Started the company" | |
] | |
}], | |
"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": "Fluent speaker" | |
},{ | |
"language": "German", | |
"fluency": "Native speaker" | |
},{ | |
"language": "Dutch", | |
"fluency": "Semi-Native speaker" | |
}], | |
"interests": [{ | |
"name": "Photography", | |
"keywords": [ | |
"Buildings", | |
"Strucutre", | |
"Canon", | |
"EOS" | |
] | |
},{ | |
"name": "Cooking", | |
"keywords": [ | |
"Noodles", | |
"Beef", | |
"Bolognese" | |
] | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment