// Welcome message
console.log("Hello visitor!");
// Informations
var me = {
name : "Allan Durand",
skills : "Web developer since 2008",
project : "Co-creator of the Incredibox app",
job : "Co-founder and manager at So Far So Good",
location : "Lyon, France"
}
// Contact link
function contact(){
window.open("sofarsogood.fr/contact");
}