homepage/src/_data/contact.js
Louis 48b9176ea7
Some checks failed
/ deploy (push) Has been skipped
/ build (push) Failing after 1m39s
monsieurlouis.se --> louis.hostux.fr
2025-04-17 17:53:03 +02:00

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/'
};
};