23 lines
1.0 KiB
Handlebars
23 lines
1.0 KiB
Handlebars
<table cellpadding="0" cellspacing="0" border="0" style="font-family: Arial, sans-serif; font-size: 13px; color: #333333;">
|
|
<tr>
|
|
<td style="padding-right: 16px; vertical-align: middle; border-right: 2px solid #C9A84C;">
|
|
<img src="cid:company-logo" alt="Messagepoint Media"
|
|
style="width: 80px; height: auto; display: block;"
|
|
onerror="this.style.display='none'" />
|
|
</td>
|
|
<td style="padding-left: 16px; vertical-align: middle;">
|
|
<p style="margin: 0 0 2px 0; font-weight: bold; font-size: 14px; color: #1a1a1a;">{{fullName}}</p>
|
|
<p style="margin: 0 0 2px 0; color: #555555; font-size: 12px;">{{title}}</p>
|
|
<p style="margin: 0 0 2px 0;">
|
|
<a href="mailto:{{email}}" style="color: #C9A84C; text-decoration: none;">{{email}}</a>
|
|
</p>
|
|
{{#if_val phone}}
|
|
<p style="margin: 0 0 2px 0; color: #333333;">O: {{phone}}</p>
|
|
{{/if_val}}
|
|
{{#if_val cellPhone}}
|
|
<p style="margin: 0 0 2px 0; color: #333333;">C: {{cellPhone}}</p>
|
|
{{/if_val}}
|
|
</td>
|
|
</tr>
|
|
</table>
|