-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
74 lines (73 loc) · 2.83 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
<!DOCTYPE html>
<html>
<head>
<title>Lockstep Email Signature</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="email-container">
<img src="images/header.png" alt="header" />
<div class="email-body">
<p>
It is a dark time for the Rebellion. Although the Death Star has been
destroyed, Imperial troops have driven the Rebel forces from their
hidden base and pursued them across the galaxy.
</p>
<p>
Evading the dreaded Imperial Starfleet, a group of freedom fighters
led by Luke Skywalker has established a new secret base on the remote
ice world of Hoth.
</p>
<p>
The evil lord Darth Vader, obsessed with finding young Skywalker,
has dispatched thousands of remote probes into the far
reaches of space...
</p>
<p>
May the force be with you,
</p>
<table class="signature">
<tr>
<td class="logo-cell">
<a href="https://www.locksteplabs.com/">
<img src="https://s3-us-west-1.amazonaws.com/lockstep-email-signature/logo.png"
id="logo" alt="Lockstep Logo" />
</a>
</td>
<td class="contact-details">
<span class="name teal">Jan Klimo</span>
<span class="separator green"> | </span>
<span class="title">Team Lead</span>
<div class="phone">
<span class="green tag">M: </span>+66 925 599 360
<br />
<span class="green tag">W: </span>
<a href="https://www.locksteplabs.com" target="_blank">locksteplabs.com</a>
</div>
<a href="https://www.linkedin.com/in/janklimo" target="_blank"
class="link">
<img class="icon"
src="https://s3-us-west-1.amazonaws.com/lockstep-email-signature/linkedin.png" />
</a>
<a href="https://github.com/janklimo" target="_blank"
class="link">
<img class="icon"
src="https://s3-us-west-1.amazonaws.com/lockstep-email-signature/github.png" />
</a>
<a href="http://stackoverflow.com/users/3678689/jan-klimo"
target="_blank" class="link">
<img class="icon"
src="https://s3-us-west-1.amazonaws.com/lockstep-email-signature/so.png" />
</a>
<a href="https://twitter.com/janklimo" target="_blank"
class="link">
<img class="icon"
src="https://s3-us-west-1.amazonaws.com/lockstep-email-signature/twitter.png" />
</a>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>