-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
117 lines (112 loc) · 7.06 KB
/
template.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Onest:[email protected]&display=swap" rel="stylesheet">
<title>Email signature</title>
</head>
<style>
@media (prefers-color-scheme: dark) {
.table-2 {
background-color: #fff
}
}
</style>
<body style="font-family: Onest, sans-serif;margin: 0px;">
<div style="background-color:#ffffff;">
<table height="100%" width="600px" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" align="center" background="https://nabikhujayev.github.io/Green/icons/background.png">
<table style="padding: 10px; height: 200px; width: 600px; margin: auto;">
<tbody>
<tr>
<td style="padding-bottom: 5px; line-height: 15px;">
<span style="font-size: 18px;font-weight: 600;">%%FirstName%% %%LastName%%</span>
<br>
<span style="color: #5C5C66;font-size: 13px;font-weight: 400;">%%Title%%</span>
</td>
<td rowspan="3" style="text-align: center; align-content: end;">
<div>
<a href="https://smartup.uz" target="_blank" rel="noopener noreferrer"
style="text-decoration: none;">
<img src="https://nabikhujayev.github.io/Green/icons/smartup.png"
width="200">
</a>
</div>
<div style="color: #5C5C66;font-size: 10px;font-weight: 400;">
Cloud platform for distribution<br>
management and field<br>
team automation
</div>
</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-bottom: 5px; line-height: 15px;">
<span
style="padding-top: 10px;font-size: 16px;font-weight: 600;">%%MobileNumber%%</span>
<br>
<span style="color: #5C5C66;font-size: 12px;font-weight: 400;">%%Email%%</span>
</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-bottom: 5px; line-height: 10px;">
<span
style="color: #5C5C66;font-size: 10px;font-weight: 400;vertical-align: bottom;margin-top: 10px; margin-bottom: 10px;">
We're in Uzbekistan:<br>
Tashkent, Beshyogoch, 22
</span>
</td>
</tr>
<tr>
<td style="padding-top: 5px;">
<table>
<tr>
<td width="30">
<a href="https://www.facebook.com/SmartupERP/" target="_blank"
rel="noopener noreferrer" style="text-decoration: none;"><img
src="https://nabikhujayev.github.io/Green/icons/facebook.png"
style="border:0; height:25; width:25;" width="25"></a>
</td>
<td width="30">
<a href="https://www.linkedin.com/showcase/smartup-erp/" target="_blank"
rel="noopener noreferrer" style="text-decoration: none;"><img
src="https://nabikhujayev.github.io/Green/icons/linkedin.png"
style="border:0; height: 25px; width: 25px;" width="25"></a>
</td>
<td width="30">
<a href="https://www.youtube.com/@smartup_erp" target="_blank"
rel="noopener noreferrer" style="text-decoration: none;"><img
src="https://nabikhujayev.github.io/Green/icons/youtube.png"
style="border:0; height:25px; width:25px;" width="25"></a>
</td>
<td width="30">
<a href="https://www.instagram.com/smartup_erp/" target="_blank"
rel="noopener noreferrer" style="text-decoration: none;"><img
src="https://nabikhujayev.github.io/Green/icons/instagram.png"
style="border:0; height:25px; width:25px;" width="25"></a>
</td>
<td width="30">
<a href="https://yandex.uz/maps/org/164690234624/" target="_blank"
rel="noopener noreferrer" style="text-decoration: none;"><img
src="https://nabikhujayev.github.io/Green/icons/map.png"
style="border:0; height:25px; width:25px;" width="25"></a>
</td>
</tr>
</table>
</td>
<td style="text-align:center;">
<div><a href="https://smartup.uz/" target="_blank" rel="noopener noreferrer"
style="text-decoration: none;color: black;">www.smartup.uz</a></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>