-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (111 loc) · 6.68 KB
/
index.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Email Signature</title>
</head>
<body style="font-family: Ubuntu;">
<table>
<tr>
<td>
<table style="background-color: #1A1A1A; color: white; width: 850px; border-spacing: 0px;">
<tr>
<td style="width: 134px; padding-left: 32px;">
<img src="https://uploads-ssl.webflow.com/64fda3e34c01d1a2dc2de8c2/650e89def7212743040b1c2b_2022_profile_picture_transparant_2x3_gradient.png"
width="134px" height="134px" alt="Company Logo"
style="border-radius: 50%; border: 4px solid #7D64F2; object-fit: cover;" />
</td>
<td style="width: 24px; padding: 32px 0px;"></td>
<td style="padding: 32px 0px;">
<h1 style="font-size: 20px; margin-top: 0px; margin-bottom: 4px;">
Koen Van Looveren
</h1>
<h2
style="font-size: 12px; margin-top: 0px; margin-bottom: 4px; font-family: Geologica; font-weight: 400;">
Freelance Mobile & Web Developer / Owner Impaktfull
</h2>
<table style="border-spacing: 0px; margin-top: 0px; margin-bottom: 4px;">
<tr>
<td style="padding: 0px;">
<img src="https://raw.githubusercontent.com/Impaktfull/email_signature/main/web.svg"
width="20px" height="20px" alt="Phone" />
</td>
<td style="width: 4px; padding: 0px;"></td>
<td>
<a style="font-size: 12px; margin: 0px; font-family: Geologica; color: #FFFFFF; font-weight: 300;"
href="https://impaktfull.com" target="_blank">
impaktfull.com
</a>
</td>
</tr>
</table>
<table style="border-spacing: 0px; margin-top: 0px; margin-bottom: 4px;">
<tr>
<td style="padding: 0px;">
<img src="https://raw.githubusercontent.com/Impaktfull/email_signature/main/email.svg"
width="20px" height="20px" alt="Phone" />
</td>
<td style="width: 4px; padding: 0px;"></td>
<td>
<a style="font-size: 12px; margin: 0px; font-family: Geologica; color: #FFFFFF; font-weight: 300;"
href="mailto:[email protected]" target="_blank">
</a>
</td>
</tr>
</table>
<table style="border-spacing: 0px; margin-top: 0px; margin-bottom: 4px;">
<tr>
<td style="padding: 0px;">
<img src="https://raw.githubusercontent.com/Impaktfull/email_signature/main/phone.svg"
width="20px" height="20px" alt="Phone" />
</td>
<td style="width: 4px; padding: 0px;"></td>
<td>
<a style="font-size: 12px; margin: 0px; font-family: Geologica; color: #FFFFFF; font-weight: 300;"
href="tel:[email protected]" target="_blank">
+324 72660467
</a>
</td>
</tr>
</table>
<table style="border-spacing: 0px; margin-top: 0px; margin-bottom: 0px;">
<tr>
<td style="padding: 0px;">
<a href="https://linkedin.com/company/impaktfull" target="_blank">
<img src="https://raw.githubusercontent.com/Impaktfull/email_signature/main/linkedin.svg"
width="20px" height="20px" alt="Phone" />
</a>
</td>
<td style="width: 4px; padding: 0px;"></td>
<td style="padding: 0px;">
<a href="https://instagram.com/impaktfull" target="_blank">
<img src="https://raw.githubusercontent.com/Impaktfull/email_signature/main/instagram.svg"
width="20px" height="20px" alt="Phone" />
</a>
</td>
</tr>
</table>
</td>
<td style="width: 200px; border-spacing: 0px; padding: 0px; margin: 0;">
<img src="https://raw.githubusercontent.com/Impaktfull/email_signature/main/graphic_element.svg"
alt="graphic element recognizable to the impaktfull brand" />
</td>
</tr>
</table>
<!-- <table style="height: 8px; padding: 0px;"></table>
<a href="https://impaktfull.com/follow-us" target="_blank" style="text-decoration: none;">
<table
style="background-color: #1A1A1A;color: white; width: 850px; border-spacing: 0px; padding: 16px;">
<tr>
<td>
<p style="text-align: center;">Follow impaktfull on LinkedIn</p>
</td>
</tr>
</table>
</a>
</td> -->
</tr>
</table>
</body>
</html>