-
Notifications
You must be signed in to change notification settings - Fork 0
/
jason.html
61 lines (61 loc) · 3.5 KB
/
jason.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jason Porter</title>
</head>
<body style="margin: 0;">
<table border="0" cellspacing="0" cellpadding="0">
<thead>
<tr>
<td style="font-size: 0;">
<a href="https://www.union.ai/" target="_blank" title="union" style="display: inline-block; text-decoration: none; border-right: 2px solid #777978; padding-right: 25px; margin-right: 25px; margin-bottom: 10px;">
<img src="https://i.postimg.cc/Xq16vzJ1/union-logo.png" alt="union" width="160" style="display: inline-block;">
</a>
<a href="https://flyte.org/" target="_blank" title="flyte" style="display: inline-block; text-decoration: none; margin-bottom: 10px;">
<img src="https://i.postimg.cc/pX1TbSm0/flyte-logo.png" alt="flyte" width="133" style="display: inline-block;">
</a>
</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<div style="overflow-x: auto;">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<p style="color: #777978; font-size: 16px; font-family: sans-serif; font-weight: bold; margin-top: 0; margin-bottom: 5px;">Jason Porter</p>
<span style="color: #777978; font-size: 16px; font-family: sans-serif;">Engineering Manager</span>
</td>
<td style="vertical-align: baseline; padding-left: 60px;">
<a style="color: #777978; font-size: 16px; font-family: sans-serif; display: inline-block; text-decoration: none;" href="mailto:[email protected]">[email protected]</a>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td style="font-size: 0; padding-top: 10px;">
<a href="https://github.com/flyteorg/flyte" target="_blank" title="github" style="display: inline-block; text-decoration: none; padding: 1px;">
<img src="https://i.postimg.cc/WbtPyTWB/github-logo.png" alt="github" width="32" height="32" style="display: inline-block;">
</a>
<a href="https://www.linkedin.com/company/union-ai/" target="_blank" title="linkedin" style="display: inline-block; text-decoration: none; padding: 1px; margin-left: 30px; margin-right: 30px;">
<img src="https://i.postimg.cc/TwTzJ65H/linkedin-logo.png" alt="linkedin" width="32" height="32" style="display: inline-block;">
</a>
<a href="https://slack.flyte.org/" target="_blank" title="slack" style="display: inline-block; text-decoration: none; padding: 1px;">
<img src="https://i.postimg.cc/gjJ11HDV/slack-logo.png" alt="slack" width="32" height="32" style="display: inline-block;">
</a>
</td>
</tr>
</tfoot>
</table>
</body>
</html>