-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (68 loc) · 3.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<html>
<head>
<title>Email Signature Template</title>
<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: shivanshu.mthr8@gmail.com</code></strong><br><br><strong>Hey Smarty!</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 someday! <br><br>
</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">Smile Gupta</strong>
</td>
</tr>
<tr>
<td>
<strong><span style="font-weight:600;letter-spacing:.1em;color:#7d7d7d;">Phone: +91-9464665595</span></strong>
</td>
</tr>
<tr>
<td>
<span style="opacity:0.8">
<a href="https://www.facebook.com/smilegupta.1998"><i class="fab fa-facebook-square fa-2x"></i></a>
<a href="https://twitter.com/gupta_smile_"><i class="fab fa-twitter fa-2x"></i></a>
<a href="https://github.com/smilegupta"><i class="fab fa-github fa-2x"></i></a>
<a href="https://www.linkedin.com/in/smilegupta/"><i class="fab fa-linkedin fa-2x"></i></a>
</span>
</td>
</tr>
</table>
</div>
</body>
</html>