-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail-signature.html
54 lines (54 loc) · 3.39 KB
/
email-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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+Georgian:wght@500&display=swap" rel="stylesheet">
</head>
<body style="margin: 0;">
<table border="0" cellspacing="0" cellpadding="0" width="385" style="width: 385px;">
<tr>
<td width="232">
<img src="https://developer-zahid.github.io/Eden-Capital-Investment-Email-Signature/images/logo.gif" alt="logo" width="183" style="display: block; width: 183px;" />
</td>
<td style="vertical-align: top; padding-top: 40px;">
<table border="0" cellspacing="0" cellpadding="0" style="margin-left: 4px; margin-bottom: 12px;">
<tr>
<td style="padding: 3px 5px; border-left: 2px solid #D6D6D6;">
<p style="color: #030303; font-size: 12pt; font-family: 'Noto Serif Georgian', serif; line-height: 1; letter-spacing: 2.5px; margin-top: 0; margin-bottom: 9px;">
<strong style="font-weight: 500;">TOM MEEK</strong>
</p>
<p style="color: #030303; font-size: 8pt; font-family: 'Poppins', sans-serif; line-height: 1; letter-spacing: 4px; margin: 0;">DIRECTOR</p>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="28" style="padding-bottom: 9px;">
<img src="https://developer-zahid.github.io/Eden-Capital-Investment-Email-Signature/images/mail.png" alt="email" width="20" style="display: block; width: 20px;" />
</td>
<td style="color: #030303; font-size: 8pt; font-weight: 300; font-family: 'Poppins', sans-serif; line-height: 1; padding-bottom: 9px;">
<a href="mailto:TOM@EDEN-CAP.CO.UK" target="_blank" title="Email" style="color: #030303; text-decoration: none !important;">
<span style="color: #030303; text-decoration: none !important;">TOM@EDEN-CAP.CO.UK</span>
</a>
</td>
</tr>
<tr>
<td>
<img src="https://developer-zahid.github.io/Eden-Capital-Investment-Email-Signature/images/phone.png" alt="phone" width="20" style="display: block; width: 20px;" />
</td>
<td style="color: #030303; font-size: 8pt; font-weight: 300; font-family: 'Poppins', sans-serif; line-height: 1;">
<a href="tel:07760424327" target="_blank" title="Phone" style="color: #030303; text-decoration: none !important;">
<span style="color: #030303; text-decoration: none !important;">07760 424 327</span>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>