Make blog post index listing
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<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;"
|
||||
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;"
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
>
|
||||
@ -8,29 +8,29 @@
|
||||
<tr>
|
||||
<td
|
||||
rowspan="3"
|
||||
style="vertical-align: center; border-right: 2px solid #212138; width: 48px"
|
||||
style="vertical-align: center; border-right: 1px solid #212138; width: 80px"
|
||||
>
|
||||
<img
|
||||
src="https://michalvanko.dev/images/m-logo.png"
|
||||
alt="m-logo"
|
||||
title="Logo"
|
||||
style="height: 60px;"
|
||||
style="height: 46px;"
|
||||
/>
|
||||
</td>
|
||||
|
||||
<td
|
||||
style="color: #212138; font-size: 16px; padding-bottom: 4px; padding-left: 8px;"
|
||||
style="color: #212138; font-size: 12px; padding-bottom: 4px; padding-left: 8px;"
|
||||
>
|
||||
<span>Michal Vanko</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="color: 42436a; font-size: 14px; padding-left: 8px;">
|
||||
<td style="color: 42436a; font-size: 11px; padding-left: 8px;">
|
||||
<span>Software Architect and Consultant</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-size: 14px; padding-left: 8px;">
|
||||
<td style="font-size: 11px; padding-left: 8px;">
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://michalvanko.dev"
|
||||
|
Reference in New Issue
Block a user