-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignature.html
80 lines (74 loc) · 4.17 KB
/
signature.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
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@600&family=Mulish&display=swap');
.url{
color: black;
}
.url:hover{
color:#667E47 ;
}
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="450">
<tr>
<td>
<img height="250" src="https://lh3.googleusercontent.com/F2rAuz4rSKP6OVTZwgTJ16LQasIguDwkARcA32W_q2cUUfORtdyey_EBCBzjxsgpyrDiXFIuJLJFCpr42Eud34NWDjSx8baXBLf0_pPc-KdS5qVy0iKHx4qX62MLjrbyG3LRwz-oKDw=w2400"/>
</td>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><h1 style="font-family:'Jost', sans-serif; font-size: 24px; margin: 0%;">Huei Suen (Evelyn)</h1></td>
</tr>
<tr>
<td>
<p style="font-family: 'Mulish', sans-serif; margin-top: 3px; margin-bottom: 3px; font-size: 14px;">UI/UX Designer | Singapore</p>
</td>
</tr>
<tr>
<td >
<p style="font-family: 'Mulish', sans-serif; margin-top: 3px; margin-bottom: 3px; font-size: 14px;">Website: <a class="url" href="https://heysuen.com">heysuen.com</a></p>
</td>
</tr>
<tr>
<td>
<p style="font-family: 'Mulish', sans-serif; margin-bottom: 15px; margin-top: 3px;font-size: 14px;">Email: <a class="url" href="mailto:tanhueisuen@gmail.com">tanhueisuen@gmail.com</a></p>
</td>
</tr>
<tr>
<td>
<p style="font-family: 'Mulish', sans-serif; margin-top: 3px; margin-bottom: 3px; font-size: 14px;">Socials & Portfolio:</p>
</td>
</tr>
<tr>
<td>
<a href="https://www.linkedin.com/in/hueisuentan/" style="text-decoration: none; font-family: 'Mulish', sans-serif; margin-top: 3px; margin-bottom: 3px;">
<img width="30" src="https://cdn4.iconfinder.com/data/icons/social-messaging-ui-color-shapes-2-free/128/social-linkedin-circle-512.png" />
</a>
<a href="https://www.behance.net/hueisuentan" style="text-decoration: none; font-family: 'Mulish', sans-serif; margin-top: 3px; margin-bottom: 3px;">
<img width="30" src="https://cdn3.iconfinder.com/data/icons/popular-services-brands/512/behance-512.png"/>
</a>
<a href="https://dribbble.com/heysuen" style="text-decoration: none; font-family: 'Mulish', sans-serif; margin-top: 3px; margin-bottom: 3px;">
<img width="30" src="https://icons.iconarchive.com/icons/sicons/basic-round-social/256/dribbble-icon.png"/>
</a>
<a href="https://linktr.ee/heysuen" style="text-decoration: none; font-family: 'Mulish', sans-serif; margin-top: 3px; margin-bottom: 3px;">
<img width="30" src="https://res.cloudinary.com/crunchbase-production/image/upload/c_lpad,f_auto,q_auto:eco,dpr_1/h90nveymaytblh5fldz8"/>
</a>
</td>
</tr>
<tr>
<td>
<p style="margin-top:5px; font-family: 'Mulish', sans-serif; font-size: 12px; margin-bottom: 3px;">For freelance & volunteer projects, please email me.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>