9 lines
No EOL
308 B
JavaScript
9 lines
No EOL
308 B
JavaScript
module.exports = function() {
|
|
return {
|
|
email: 'louis+homepage@hostux.fr',
|
|
phone: '+33 6 99 39 23 90',
|
|
linkedin: 'https://www.linkedin.com/in/louis-guidez-42a4a0170/',
|
|
instagram: 'https://www.instagram.com/wingsofxiv/',
|
|
git: 'https://git.hostux.fr/louis/'
|
|
};
|
|
}; |