michalvankodev-site/email-signature.html

45 lines
1.2 KiB
HTML
Raw Normal View History

2019-11-02 23:25:26 +01:00
<div>
<table
2019-11-10 21:37:50 +01:00
style="width: 480px; font-size: 12px; font-family: Cantarell, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; line-height:normal;"
2019-11-02 23:25:26 +01:00
cellpadding="0"
cellspacing="0"
>
<tbody>
<tr>
<td
rowspan="3"
2019-11-10 21:37:50 +01:00
style="vertical-align: center; border-right: 1px solid #212138; width: 80px"
2019-11-02 23:25:26 +01:00
>
2019-11-04 20:19:21 +01:00
<img
2019-11-04 20:30:45 +01:00
src="https://michalvanko.dev/images/m-logo.png"
2019-11-04 20:19:21 +01:00
alt="m-logo"
title="Logo"
2019-11-10 21:37:50 +01:00
style="height: 46px;"
2019-11-04 20:19:21 +01:00
/>
2019-11-02 23:25:26 +01:00
</td>
<td
2019-11-10 21:37:50 +01:00
style="color: #212138; font-size: 12px; padding-bottom: 4px; padding-left: 8px;"
2019-11-02 23:25:26 +01:00
>
<span>Michal Vanko</span>
</td>
</tr>
<tr>
2019-11-10 21:37:50 +01:00
<td style="color: 42436a; font-size: 11px; padding-left: 8px;">
2019-11-02 23:25:26 +01:00
<span>Software Architect and Consultant</span>
</td>
</tr>
<tr>
2019-11-10 21:37:50 +01:00
<td style="font-size: 11px; padding-left: 8px;">
2019-11-02 23:25:26 +01:00
<a
target="_blank"
href="https://michalvanko.dev"
style="color: #2e2ed9"
>https://michalvanko.dev</a
>
</td>
</tr>
</tbody>
</table>
</div>