-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail.html
37 lines (37 loc) · 1.86 KB
/
email.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Email Signature</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="width: 600px; padding: 20px; background-image: url(https://tasinarnab.github.io/img/bg8.jpg); box-shadow: 0px 0px 10px #333333;">
<tr >
<td width="35%">
<img src="https://tasinarnab.github.io/img/man.png" alt="" style="max-width: 100%; ">
</td>
<td width="65%" valign="top">
<h1 style="font-size: 30px; margin: 0px;">Tasin Arnab</h1>
<h4 style="margin: 10px 0px 20px; border-bottom: 2px solid black; padding: 5px; font-size: 16px;">Web Enginer</h4>
<p >
<img src="https://tasinarnab.github.io/img/fb2.png" alt="" style="max-width: 18px; vertical-align:middle; margin-bottom: 4px; margin-right: 5px;">
facebook.com/tasin101
</p>
<p >
<img src="https://tasinarnab.github.io/img/email.png" alt="" style="max-width: 18px; vertical-align:middle; margin-bottom: 4px; margin-right: 5px;">
facebook.com/tasin101
</p>
<p >
<img src="https://tasinarnab.github.io/img/call3.png" alt="" style="max-width: 18px; vertical-align:middle; margin-bottom: 4px; margin-right: 5px;">
facebook.com/tasin101
</p>
<p >
<img src="https://tasinarnab.github.io/img/instragram.png" alt="" style="max-width: 18px; vertical-align:middle; margin-bottom: 4px; margin-right: 5px;">
facebook.com/tasin101
</p>
</td>
</tr>
</table>
</body>
</html>