Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New signature template added. #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
53 changes: 53 additions & 0 deletions src/new_template_shoom1337.html
@@ -0,0 +1,53 @@
<html>
<head>
<title>One More Email Signature Template</title>
<meta name="author" content="shoom1337">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="format-detection" content="telephone=no">
<link href="https://fonts.googleapis.com/css?family=Mansalva|Share+Tech|Share+Tech+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.12/css/all.css" crossorigin="anonymous">
<style type="text/css">
a.link {margin:0;padding:0;border:none;text-decoration:none;}
a {color:#273746;}
p { font-family: 'Share Tech'; }
#sig {font-family: 'Share Tech Mono', sans-serif;}
table, tr, td {margin:0;padding:0;line-height: 1.8em;}
td a {margin:0 1.2em 0 0}
.container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #ECEFF1;
width: 500px;
height: auto;
border-radius: 10px;
overflow: hidden;
padding: 50px;
}
</style>
</head>
<body>
<div class="container">
<p><strong><code>To: sherry@gmail.com</code></strong><br><br><strong>Hello Sherry</strong>,</i><br><br>
Hope you are <del>doing</del> <strong>coding</strong> well!<br><br>
It has been so long we didn't meet, let's catch up tomorrow at <strong>Vapour Brew & Pub</strong>, Indiranagar 560038 <br><br>
Hope to see you there!
</p>
<table id="sig" width='640' cellspacing='0' cellpadding='0' border-spacing='0'>
<tr>
<td>
<strong><span style="font-family:'Share Tech'; font-weight:800;letter-spacing:.18em;color:#7d7d7d;">Best Regards,</span></strong>
<br>
<strong style="color:#e51818;font-family:Mansalva;border:none;text-decoration:none;font-weight:700;font-size:1.9em;letter-spacing:.13em">Shoom Teel</strong>
</td>
<td style="border-left: 1px solid red; padding-left: 24px;">
<strong><span style="font-family:'Share Tech Mono';color:#f19494;">Phone: +7-911-125 3556</span></strong>
<br>
<strong><span style="font-family:'Share Tech Mono';color:#f19494;">email: shoom@teel.org</span></strong>
</td>
</tr>
</table>
</div>
</body>
</html>