Skip to content

Instantly share code, notes, and snippets.

@kbsali
Last active October 24, 2021 21:25
Show Gist options
  • Save kbsali/3954627baafe76ee5e2f4bfef982c2ca to your computer and use it in GitHub Desktop.
Save kbsali/3954627baafe76ee5e2f4bfef982c2ca to your computer and use it in GitHub Desktop.
{
"@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:kevin@saliou.name",
"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