-
Notifications
You must be signed in to change notification settings - Fork 221
/
index.html
77 lines (77 loc) · 3.61 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
69
70
71
72
73
74
75
76
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: [email protected]</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='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">Vinit Shahdeo</strong>
</td>
</tr>
<tr>
<td>
<strong><span style="font-weight:500;letter-spacing:.2em;color:#7d7d7d;">SE Intern | POSTMAN</span></strong>
</td>
</tr>
<tr>
<td>
<strong><span style="font-weight:600;letter-spacing:.1em;color:#7d7d7d;">Phone: +91-8870855940</span></strong>
</td>
</tr>
<tr>
<td>
<span style="opacity:0.8">
<a href="https://www.facebook.com/vinit.shahdeo"><i class="fab fa-facebook-square fa-2x"></i></a>
<a href="https://twitter.com/Vinit_Shahdeo"><i class="fab fa-twitter fa-2x"></i></a>
<a href="https://github.com/vinitshahdeo"><i class="fab fa-github fa-2x"></i></a>
<a href="https://www.linkedin.com/in/vinitshahdeo/"><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 Vinit Shahdeo</span></p>
</div>
</body>
<!--Made with love by Vinit Shahdeo-->
</html>