-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignature.html
80 lines (79 loc) · 1.65 KB
/
signature.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<table style="width: 100%; max-width: 500px">
<style>
h3,
h4,
p {
margin: 0;
}
p,
a {
font-size: smaller;
}
a {
color: #cbd5e1;
text-decoration: underline solid #00e0d5 2px;
}
img {
width: 100%;
}
.footer {
background-color: #010b13;
height: 70px;
display: flex;
justify-items: center;
align-items: center;
padding-left: 20px;
border-radius: 8px;
border: 2px solid #00e0d5;
}
.footerLogo {
width: 60px;
height: 60px;
padding-right: 10px;
margin: auto 0px;
}
.footerFont {
width: 100px;
height: 22px;
padding: 0px 6px;
margin: auto 0px;
}
</style>
<tbody>
<tr>
<td style="padding: 8px 4px 0px 4px">
<h4>Pawel Kowalski</h4>
</td>
</tr>
<tr>
<td style="padding: 8px 4px">
<p>Seyringer Straße 1/2/131</p>
<p>Vienna 1210</p>
<p>Austria</p>
<div style="padding-top: 2px">
<p>pawel@web-paw.com</p>
</div>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>
<a class="footer" href="https://web-paw.com/">
<img
class="footerLogo"
src="https://web-paw.com/build/_assets/webpawLogo-57UMR5VO.png"
/>
<img
class="footerFont webpaw"
src="https://web-paw.com/build/_assets/webpawFont-H2GOYBMH.png"
/>
<img
class="footerFont solution"
src="https://web-paw.com/build/_assets/solutionsFont-CZXZUAYT.png"
/>
</a>
</td>
</tr>
</tfoot>
</table>