Skip to content

Instantly share code, notes, and snippets.

@yeun
Created November 17, 2017 06:55
Show Gist options
  • Save yeun/e9ccef5ec40f6b3c1a6a9b1fdd12df37 to your computer and use it in GitHub Desktop.
Save yeun/e9ccef5ec40f6b3c1a6a9b1fdd12df37 to your computer and use it in GitHub Desktop.
스포카 이메일 서명 (서울)
<!doctype html>
<html>
<head></head>
<body>
<table style="font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 15px; color: rgb(33, 33, 33); margin-bottom: 16px; margin-top: 20px;">
<tr>
<td colspan="2" style="font-weight: bold; color: rgb(33, 33, 33);">
홍길동 Gildong Hong /
<span style="font-weight: normal;">CEO</span>
</td>
</tr>
<tr>
<td style="width: 60px; color: rgb(150, 150, 150);">Mobile</td>
<td style="color: rgb(33, 33, 33);">010-1234-5678</td>
</tr>
</table>
<table style="font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 15px; margin-bottom: 10px;">
<tr>
<td style="width: 60px; font-weight: bold; color: rgb(33, 33, 33); line-height: 20px;">Spoqa</td>
<td>
<a href="http://spoqa.com" style="color: rgb(71, 124, 204); text-decoration: none;">spoqa.com</a>
</td>
</tr>
<tr>
<td style="width: 60px; color: rgb(150, 150, 150);">Office</td>
<td style="color: rgb(33, 33, 33);">1670-6463</td>
</tr>
<tr>
<td style="width: 60px; color: rgb(150, 150, 150);">Fax</td>
<td style="color: rgb(33, 33, 33);">02-544-6460</td>
</tr>
<tr>
<td rowspan="2" style="width: 60px; color: rgb(150, 150, 150);vertical-align: top;">Address</td>
<td style="color: rgb(33, 33, 33);">(06193)서울특별시 강남구 테헤란로 420 하이리빙 9층 스포카</td>
</tr>
<tr>
<td style="color: rgb(33, 33, 33); display: inline;">9F HiLiving Building, 420 Teheran-ro, Gangnam-gu, Seoul, Korea</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment