Last active
October 24, 2021 21:25
-
-
Save kbsali/3954627baafe76ee5e2f4bfef982c2ca to your computer and use it in GitHub Desktop.
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
{ | |
"@context": "https://schema.org", | |
"@type": "Person", | |
"address": { | |
"@type": "PostalAddress", | |
"addressCountry": "France", | |
"addressLocality": "Nantes", | |
"postalCode": "44000" | |
}, | |
"sameAs": [ | |
"https://www.linkedin.com/in/kevinsaliou/", | |
"https://twitter.com/kbsali", | |
"https://twitter.com/regadata", | |
"https://github.com/kbsali" | |
], | |
"alumniOf": [ | |
{ | |
"@type": "CollegeOrUniversity", | |
"name": "Sheffield Hallam University", | |
"sameAs": "https://en.wikipedia.org/wiki/Sheffield_Hallam_University" | |
}, | |
{ | |
"@type": "CollegeOrUniversity", | |
"name": "Université de Bretagne-Sud", | |
"sameAs": "https://fr.wikipedia.org/wiki/Universit%C3%A9_de_Bretagne-Sud" | |
}, | |
{ | |
"@type": "CollegeOrUniversity", | |
"name": "IUT de Vannes", | |
"sameAs": "https://fr.wikipedia.org/wiki/Institut_universitaire_de_technologie_de_Vannes" | |
} | |
], | |
"nationality": "French", | |
"email": "mailto:[email protected]", | |
"image": "https://kevin.saliou.name/kevin_saliou.jpg", | |
"jobTitle": "CTO on demand, web development consultant", | |
"description": "Hands-on CTO with solid web development experience in different industries, fond of sailing, concerned about environmental issues. Looking to be part of challenging projects in those areas.", | |
"name": "Kevin Saliou", | |
"familyName": "Saliou", | |
"givenName": "Kevin", | |
"birthDate": "1980-01-19", | |
"gender": "male", | |
"knowsLanguage": ["fr-FR", "en-US", "ca-ES", "es-ES"], | |
"url": "http://kevin.saliou.name" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment