-
Notifications
You must be signed in to change notification settings - Fork 1
/
email-signature.html
24 lines (23 loc) · 1.24 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
<style>
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
</style>
<table style="width:100%;margin:0;padding:0;border-collapse:collapse;">
<tr>
<td style="margin:0;font-family:Lora,sans-serif;font-size:14px;white-space:nowrap;border-collapse:collapse;padding-left:5px;">
<table style="padding:0;border-spacing:0;width:100%;">
<tr>
<td style="margin:0;font-family:Georgia,serif;font-size:12px;white-space:nowrap;border-collapse:collapse;padding-bottom:3px;">
<a href="mailto:{{ email }}" target="_blank" style="border:none;text-decoration:none;">
<b><span style="border:none;text-decoration:none;color:#243d48;">{{ name }}</span></b>
</a>
</td>
</tr>
<tr>
<td style="margin:0;font-family:'Montserrat-SemiBold',sans-serif;font-size:12px;white-space:nowrap;border-collapse:collapse;padding-bottom:3px;text-transform:uppercase;">
<span style="font-family:'Montserrat-SemiBold',sans-serif;line-height:1.2;color:#243d48;">{{ job_title }}</span>
</td>
</tr>
</table>
</td>
</tr>
</table>