-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (119 loc) · 3.93 KB
/
index.html
File metadata and controls
119 lines (119 loc) · 3.93 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!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" />
<link rel="stylesheet" href="index.css" />
<title>Email Templates | Tech Lingo</title>
</head>
<body>
<h1>Signature 190709</h1>
<div class="preview">
<table style="width: 400px; border-spacing: 0">
<tbody>
<tr>
<td
style="
width: 70px;
background-color: rgb(36, 50, 56);
text-align: center;
"
>
<a
target="_blank"
href="https://techlingo.co"
style="text-decoration: none"
>
<img
height="60"
width="60"
alt="Tech Lingo's Logo"
src="https://techlingo.co/wp-content/uploads/2018/10/Logo-5.5_Transparent_Screen_60.png"
/>
</a>
</td>
<td
style="
width: 221.2px;
padding: 10px 0;
background-color: rgb(230, 230, 230);
vertical-align: top;
text-align: center;
"
>
<p style="text-align: center; margin: 10px 0">
<b>Kyle Huang Junyuan</b>
</p>
<p style="text-align: center; font-size: 10px">Tech Lingo</p>
<div>
<p style="text-align: center; margin: 10px 0">
<a
target="_blank"
href="https://techlingo.co"
style="text-decoration: none"
>
<img
height="25"
width="25"
alt="Website"
src="https://techlingo.co/wp-content/uploads/2018/08/website@2x.png"
/>
</a>
<a
target="_blank"
href="https://techlingo.page.link/1EA9"
style="text-decoration: none"
>
<img
height="25"
width="25"
alt="YouTube"
src="https://techlingo.co/wp-content/uploads/2018/03/youtube@2x.png"
/>
</a>
<a
target="_blank"
href="https://www.facebook.com/TechLingo"
style="text-decoration: none"
>
<img
height="25"
width="25"
alt="Facebook"
src="https://techlingo.co/wp-content/uploads/2018/03/facebook@2x.png"
/>
</a>
<a
target="_blank"
href="https://www.instagram.com/TechLingoSG"
style="text-decoration: none"
>
<img
height="25"
width="25"
alt="Instagram"
src="https://techlingo.co/wp-content/uploads/2018/03/instagram@2x.png"
/>
</a>
<a
target="_blank"
href="https://twitter.com/TechLingoSG"
style="text-decoration: none"
>
<img
height="25"
width="25"
alt="Twitter"
src="https://techlingo.co/wp-content/uploads/2018/03/twitter@2x.png"
/>
</a>
</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>