Last active
November 28, 2016 14:32
-
-
Save jordinebot/308bea7f6a8831d7575b35df6db2c879 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
let jordiNebot = { | |
type: 'Full Stack Web Developer', | |
employer: 'Self-employed', | |
from: { | |
city: 'Barcelona', | |
coordinates: { | |
lat: 41.3891006, | |
lng: 2.1333274999999503 | |
} | |
}, | |
contact: { | |
email: '[email protected]', | |
stackOverflow: 'http://stackoverflow.com/story/jordinebot', | |
linkedIn: 'https://www.linkedin.com/in/nebotjordi', | |
cell: '+34 626 544 865' | |
}, | |
works: 'http://jordinebot.work/' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment