Add email signature template
This commit is contained in:
parent
cdfbf942d2
commit
0a5b7cbdee
43
email-signature.html
Normal file
43
email-signature.html
Normal file
@ -0,0 +1,43 @@
|
||||
<div>
|
||||
<table
|
||||
style="width: 480px; font-size: 16px; font-family: Cantarell, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; line-height:normal;"
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td
|
||||
rowspan="3"
|
||||
style="vertical-align: top; border-right: 2px solid #212138; width: 48px"
|
||||
>
|
||||
<span
|
||||
style="font-size: 46px; font-weight: 300; color: #212138; line-height: 1em;"
|
||||
>
|
||||
m
|
||||
</span>
|
||||
</td>
|
||||
|
||||
<td
|
||||
style="color: #212138; font-size: 16px; padding-bottom: 4px; padding-left: 8px;"
|
||||
>
|
||||
<span>Michal Vanko</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="color: 42436a; font-size: 14px; padding-left: 8px;">
|
||||
<span>Software Architect and Consultant</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 14px; padding-left: 8px;">
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://michalvanko.dev"
|
||||
style="color: #2e2ed9"
|
||||
>https://michalvanko.dev</a
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user