Skip to content

Instantly share code, notes, and snippets.

View wcastand's full-sized avatar
🥝
i don't know what's happening

William wcastand

🥝
i don't know what's happening
View GitHub Profile
@wcastand
wcastand / CV.js
Created April 13, 2019 12:49
CV for carbon
const basic_infos = () => ({
firstname: 'William',
lastname: 'Castandet',
age: '27',
location: 'London - UK',
email: '[email protected]',
phone: '+44 7 76 22 111 57',
github: 'wcastand',
npm: 'wcastand'
})