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

Added email signature for Aman Sarraf #212

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 77 additions & 0 deletions src/new_template_AmanSarraf.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<html>
<head>
<title>Email Signature Template</title>
<meta name="author" content="Vinit Shahdeo">
<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=Dosis" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Caveat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Caveat|Cookie&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Delius&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: 'Delius', cursive; }
#sig {font-family: 'Dosis', 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: amanrxl99@gmail.com</code></strong><br><br><strong>Hello Friend</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>The Junkyard Cafe</strong>, Cannaught Place , Delhi<br><br>
Hope to see you there!
</p>
<table id="sig" width='320' cellspacing='0' cellpadding='0' border-spacing='0'>
<tr>
<td>
<strong><span style="font-family:Caveat; font-weight:800;letter-spacing:.18em;color:#7d7d7d;">Best Regards,</span></strong>
</td>
</tr>
<tr>
<td>
<strong style="color:#273746;font-family:cookie;border:none;text-decoration:none;font-weight:700;font-size:1.9em;letter-spacing:.13em">Aman Kumar Sarraf</strong>
</td>
</tr>
<tr>
<td>
<strong><span style="font-weight:500;letter-spacing:.2em;color:#7d7d7d;">MCA Student |NIT Kurukshetra</span></strong>
</td>
</tr>
<tr>
<td>
<strong><span style="font-weight:600;letter-spacing:.1em;color:#7d7d7d;">Phone: +91-993419763</span></strong>
</td>
</tr>
<tr>
<td>
<span style="opacity:0.8">
<a href="https://www.facebook.com/aman.sarraf.12"><i class="fab fa-facebook-square fa-2x"></i></a>
<a href="https://twitter.com/Aman81152043"><i class="fab fa-twitter fa-2x"></i></a>
<a href="https://github.com/AmanSarraf"><i class="fab fa-github fa-2x"></i></a>
<a href="https://www.linkedin.com/in/aman-sarraf-aa338b155"><i class="fab fa-linkedin fa-2x"></i></a>
</span>
</td>
</tr>
</table>
<p>-----<br><span style="font-family: Montserrat; opacity: 0.4;">Email signature template by Aman Sarraf</span></p>
</div>
</body>
<!--Made with love by Vinit Shahdeo-->
</html>