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

feat: added my own email signature for hacktoberfest #210

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
50 changes: 50 additions & 0 deletions src/new_template_aqsaaqeel.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<body>
<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 rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.12/css/all.css" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@600&display=swap" rel="stylesheet">

<style type="text/css">
a.link {margin:0;padding:0;border:none;text-decoration:none;}
a {color:#037720;}
#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}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="format-detection" content="telephone=no">
<table style = "background-color: rgba(238, 226, 226, 0.952); padding: 2rem; border-radius: 0.5rem; " 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:#037720;font-family: 'Noto Sans Mono', monospace;text-decoration:none;font-weight:700;font-size:1.9em;letter-spacing:.13em">Aqsa Aqeel</strong>
</td>
</tr>
<tr>
<td>
<strong><span style="font-weight:500;letter-spacing:.2em;color:#7d7d7d;">Student | Web Dev</span></strong>
</td>
</tr>
<tr>
<td>
<strong><span style="font-weight:600;letter-spacing:.1em;color:#7d7d7d;">Phone: +91-9026305839</span></strong>
</td>
</tr>
<tr>
<td>
<span style="opacity:0.8">
<a href="https://twitter.com/aqsacodes"><i class="fab fa-twitter fa-2x"></i></a>
<a href="https://github.com/aqsaaqeel"><i class="fab fa-github fa-2x"></i></a>
<a href="https://www.linkedin.com/in/aqsa-aqeel-48a682183/"><i class="fab fa-linkedin fa-2x"></i></a>
</span>
</td>
</tr>
</table>
</body>