Created
April 19, 2017 13:54
-
-
Save dib258/89bf165691ffb7eb4b98668c8ddb4dee to your computer and use it in GitHub Desktop.
Mail Signature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
@import url('https://fonts.googleapis.com/css?family=Raleway:200,400,600'); | |
</style> | |
<table style="border-collapse:collapse;"> | |
<tbody> | |
<tr> | |
<!-- Logo --> | |
<td rowspan="2" align="center" width="100" style="padding:20px 0px 20px 0px;border:1px black"> | |
<a href="http://www.chillpills.io" target="_blank"> | |
<img src="http://www.chillpills.io/images/chillpills-logo-red.png" width="60px" alt="Chill Pills Project"> | |
</a> | |
</td> | |
<!-- Separator --> | |
<td rowspan="2" align="left" valign="top"> | |
<p style="background-color:#2D3955;height:100px;width:2px;margin-top:20px"> | |
</p> | |
</td> | |
<!-- Informations about Worker --> | |
<td align="left" valign="center" width="350" style="padding:20px 0px 0px 20px ;font-family:Raleway,Tahoma,Verdana;font-size:14px;line-height:16px"> | |
<span style="font-weight:400;display:inline">Yannick Decat</span> | |
<span style="display:inline">-</span> | |
<span style="font-weight:600;color:#CC2963;display:inline">Co-Creator</span> | |
<span style="display:inline"><br></span> | |
<a href="mailto:[email protected]" style="color:#2D3955;font-weight:300;text-decoration:none;display:inline" target="_blank">[email protected]</a> | |
<a href="tel:+32494398574" style="color:#2D3955;font-weight:300;text-decoration:none;display:block" target="_blank">+32 494 39 85 74</a> | |
</td> | |
</tr> | |
<tr> | |
<!-- Informations about Worker --> | |
<td align="left" valign="center" width="350" style="color:#2D3955;padding:0px 0px 5px 20px;font-family:Raleway,Tahoma,Verdana;font-size:14px;line-height:16px;"> | |
<span style="font-weight:400;display:inline">Chill Pills</span> | |
<span style="display:inline">-</span> | |
<a href="http://www.chillpills.io" style="color:#CC2963;font-weight:600;text-decoration:none;display:inline" target="_blank">chillpills.io</a> | |
<span style="display:inline"><br></span> | |
<span style="font-weight:300;display:inline">Rue Van Eyck 29, box 3</span> | |
<span style="font-weight:300;display:inline">-</span> | |
<span style="font-weight:300;display:inline">1050 Brussels - Belgium</span> | |
<span style="display:inline"><br></span> | |
</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment