-
Notifications
You must be signed in to change notification settings - Fork 1
/
signature.html
84 lines (84 loc) · 4.83 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
81
82
83
84
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Email Signature</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body style="font-family:Helvetica, sans-serif;">
<table style="font-family:Helvetica, sans-serif;" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="width:150px; padding:0; font-family:Verdana; text-align:center; margin: auto;">
<a href="https://www.rivelinrobotics.com/" target="_blank">
<img alt="Logo" style="width:120px; height:120px; border-radius:60px; border:0;" src="https://avatars3.githubusercontent.com/u/67586617?v=4">
</a>
</td>
<td style="height: 140px; border-left: thin solid #309e56; padding-right: 15px;"></td>
<td style="font-family:inherit; padding:0; margin: auto;">
<table style="font-family:inherit" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="font-family:inherit; width:340px; padding:0; vertical-align:top;" valign="top">
<strong>
<a style="font-family:inherit; color:#309e56ff; font-size:14pt; text-decoration: none;" target="_blank">Robert Bush</a>
</strong>
<a style="font-family:inherit; color:#666666; font-size:10pt; text-decoration: none;" target="_blank">Founder & CEO</a>
</td>
</tr>
<tr>
<td style="font-family:inherit; width:300px; padding-bottom:6px; vertical-align:top;" valign="top">
<strong>
<a style="font-family:inherit; color:#666666; font-size:10pt; text-decoration: none;" target="_blank">Rivelin Robotics</a>
</strong>
<a style="font-family:inherit; color:#309e56ff; font-size:10pt; text-decoration: none;" target="_blank">• Plan·Visualise·Control</a>
</td>
</tr>
<tr>
<td style="font-family:inherit; font-size:9pt; padding-bottom:6px; line-height:18px; vertical-align:top;" valign="top">
<span style="font-family:inherit; color:#309e56;">m ⋅ </span>
<a style="font-family:inherit; text-decoration: none; color:#666666;" href="tel:+44number">+44 #### ### ###</a>
<br>
<span style="font-family:inherit; color:#309e56;">e ⋅ </span>
<a style="font-family:inherit; text-decoration: none; color:#666666;" href="mailto:[email protected]">[email protected]</a>
<br>
<span style="font-family:inherit; color:#309e56;">a ⋅ </span>
<a style="font-family:inherit; text-decoration: none; color:#666666;" href="https://goo.gl/maps/vHRv5xCt1pgaUmYH6" target="_blank">New Mesters, 53 Mowbray Street, Sheffield, S3 8EN</a>
</td>
</tr>
<tr>
<td style="font-family:inherit; width:260px; padding-top:4px; padding-left:0; text-align:left;" valign="top">
<span>
<a style="text-decoration: none; padding: 0 4px;" href="https://linkedin.com/company/19031167" target="_blank">
<img alt="linkedin" style="width:16px; height:16px;" src="https://i.ibb.co/7YnFj8S/linkedin-brands-1.png">
</a>
</span>
<span>
<a style="text-decoration: none; padding: 0 4px;" href="https://github.com/rivelinrobotics" target="_blank">
<img alt="github" style="width:16px; height:16px;" src="https://i.ibb.co/nCjVGBh/github-brands-1.png">
</a>
</span>
<span>
<a style="text-decoration: none; padding: 0 4px;" href="https://twitter.com/RivelinRobotics" target="_blank">
<img alt="twitter" style="width:16px; height:16px;" src="https://i.ibb.co/Jv0xg58/twitter-brands-1.png">
</a>
</span>
<span>
<a style="text-decoration: none; padding: 0 4px;" href="https://facebook.com/rivelinrobotics" target="_blank">
<img alt="facebook" style="width:16px; height:16px;" src="https://i.ibb.co/MkWz36r/facebook-brands-1.png">
</a>
</span>
<span>
<a style="text-decoration: none; padding: 0 4px;" href="https://instagram.com/rivelinrobotics" target="_blank">
<img alt="instagram" style="width:16px; height:16px;" src="https://i.ibb.co/gmS58jM/instagram-brands-1.png">
</a>
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>