/*
* NB: for images, if you pass in a relative path ('assets/logo.png'), they will be automatically embedded (base64). If you pass in a URL, it will stay as it is.
*/
module.exports = [
{
id: 'Lorenzo ', // Will be appended to the built templates.
signature_fr: 'Cordialement,',
signature_en: 'Cheers,',
name: 'Lorenzo Perozzi',
title: 'PhD Geophysics',
linkedin: '
', // Wrap phone numbers like this to prevent iOS mail from making them blue.
github: '
', // Wrap phone numbers like this to prevent iOS mail from making them blue.
twitter: '
', // Wrap phone numbers like this to prevent iOS mail from making them blue.
contactMail: 'lorenzo.perozzi@gmail.com',
logoUrl: 'https://raw.githubusercontent.com/groupeLIAMG/HTML_signature/master/src/signature/assets/liamg_logo.png',
logoAlt: 'liamg logo',
website: 'http://www.liamg.ca'
}
]