Skip to content

Instantly share code, notes, and snippets.

@hs0ucy

hs0ucy/cv.json Secret

Created June 27, 2016 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hs0ucy/51db292266b4f7120460eba4a2a808db to your computer and use it in GitHub Desktop.
Save hs0ucy/51db292266b4f7120460eba4a2a808db to your computer and use it in GitHub Desktop.
{
"@context": {
"cv": "http://rdfs.org/resume-rdf/#",
"dcterms": "http://purl.org/dc/terms/",
"foaf": "http://xmlns.com/foaf/0.1/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"vcard": "http://www.w3.org/2006/vcard/ns#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@id": "http://hugo.soucy.cc/#hs",
"@type": "foaf:Person",
"foaf:name": "Hugo Soucy",
"foaf:nick": "hs0ucy",
"dcterms:description": {
"@language": "fr-CA",
"@value": "Je suis un intégrateur Web d'expérience, qui adore structurer des contenus qui se démarquent. J'excelle à mettre en valeur le travail de mes collègues designers et rédacteurs. J'aime contribuer à l'émergence de sites Web de qualité, accessibles autant aux humains qu'aux machines... Pour y arriver, je favorise l'utilisation des standards du Web et des formats libres."
},
"foaf:based_near": "Québec",
"foaf:homepage": {
"@id": "http://hugo.soucy.cc/"
},
"foaf:mbox": {
"@id": "mailto:hugo@soucy.cc",
"dcterms:alternative": "hugo@soucy.cc"
},
"foaf:phone": {
"@id": "tel:+15819966481",
"dcterms:alternative": "581-996-6481"
},
"foaf:workplaceHomepage": {
"@id": "http://savoirfairelinux.com/"
},
"vcard:title": "Développeur Web Frontend",
"vcard:Address": {
"vcard:locality": "Québec",
"vcard:postalCode": "G1L 2N2"
},
"cv:hasWorkHistory": [
{
"cv:workHistory": {
"cv:employedIn": "Libéo",
"cv:Locality": "Québec",
"cv:startDate": "2012",
"cv:endDate": "2013",
"cv:jobDescription": [
{
"@language": "fr-CA",
"@value": "Programmer avec JavaScript et JQuery"
},
{
"@language": "fr-CA",
"@value": "Intégrer en (X)HTML 5 et CSS 3"
}
],
"cv:jobTitle": {
"@language": "fr-CA",
"@value": "Intégrateur Web sénior"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment