michalvankodev-site/email-signature.html

46 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2019-11-02 23:25:26 +01:00
<div>
<table
2022-03-17 18:01:09 +01:00
style="width: 360px; 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>
2022-03-17 18:01:09 +01:00
<td
style="color: #21205a; font-size: 12px; padding-bottom: 4px; padding-left: 4px;"
>
<span>Michal Vanko</span>
</td>
2019-11-02 23:25:26 +01:00
<td
rowspan="3"
2020-09-26 14:49:58 +02:00
style="vertical-align: center; width: 80px"
2019-11-02 23:25:26 +01:00
>
2019-11-04 20:19:21 +01:00
<img
src="https://michalvanko.dev/m-logo.svg"
2019-11-04 20:19:21 +01:00
alt="m-logo"
title="Logo"
2022-03-17 18:01:09 +01:00
height="64px"
width="64px"
2019-11-04 20:19:21 +01:00
/>
2019-11-02 23:25:26 +01:00
</td>
</tr>
<tr>
2022-03-17 18:01:09 +01:00
<td style="color: #21205a; font-size: 11px; padding-left: 4px;">
<span>Software Architect and Engineering Manager</span>
2019-11-02 23:25:26 +01:00
</td>
</tr>
<tr>
2020-09-26 14:49:58 +02:00
<td style="font-size: 11px; padding-left: 4px;">
2019-11-02 23:25:26 +01:00
<a
target="_blank"
href="https://michalvanko.dev"
style="color: #42a6f0"
2019-11-02 23:25:26 +01:00
>https://michalvanko.dev</a
>
</td>
</tr>
</tbody>
</table>
</div>