forked from vergnet/application-amicale
Added email and linkedin
This commit is contained in:
parent
4780b838ab
commit
e6e4e9f822
1 changed files with 2 additions and 2 deletions
|
@ -34,12 +34,12 @@ const links = {
|
|||
"&body=" +
|
||||
"Coucou !\n\n",
|
||||
authorLinkedin: 'https://www.linkedin.com/in/arnaud-vergnet-434ba5179/',
|
||||
yohanMail: "mailto:TODO@etud.insa-toulouse.fr?" + // TODO set real email
|
||||
yohanMail: "mailto:ysimard@etud.insa-toulouse.fr?" +
|
||||
"subject=" +
|
||||
"Application Amicale INSA Toulouse" +
|
||||
"&body=" +
|
||||
"Coucou !\n\n",
|
||||
yohanLinkedin: 'https://www.linkedin.com/in/', // TODO set real link
|
||||
yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard', // TODO set real link
|
||||
react: 'https://facebook.github.io/react-native/',
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue