-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignature.html
31 lines (30 loc) · 952 Bytes
/
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
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins"
rel="stylesheet"
/>
<div
style="
margin: 10px;
display: flex;
font-family: 'Poppins', sans-serif;
font-size: 12pt;
align-items: center;
"
>
<img src="https://cdn.aerio.tech/logo.png" alt="aeriologo" height="50px" />
<div style="margin-left: 20px" />
<div style="border-left: 1px solid black" />
<div style="margin-left: 20px" />
<div>
<b><p style="font-size: 12pt; margin: 0">Janez Novak</p></b>
<div style="margin-top: 5px">
<span style="margin-left: 5px; font-size: 10pt">W:</span><a style="margin-left: 5px; font-size: 10pt" href="https://aerio.tech"
>aerio.tech</a
>
<br/>
<span style="margin-left: 5px; font-size: 10pt">M: +386 40 123 456</span>
</div>
</div>
</div>