Skip to content

Commit ed3fe12

Browse files
Add all Komyo signatures
1 parent 71d1773 commit ed3fe12

24 files changed

+267
-27
lines changed

images/logoTheodoApps.png

7.13 KB
Loading

images/logoTheodoCloud.png

6.82 KB
Loading

images/logoTheodoDataAi.png

7.73 KB
Loading

images/logoTheodoFinTech.png

6.79 KB
Loading

images/logoTheodoGovTech.png

7.64 KB
Loading

images/logoTheodoHealthTech.png

-1.31 KB
Loading

images/logoTheodoNew.png

-2.89 KB
Loading

minimizeSignatures.sh

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
#!/bin/bash
22
set -e
33
htmlmin -o signatureTemplates/aleios-signature.min.html signatureTemplates/aleios-signature.html
4-
htmlmin -o signatureTemplates/theodo-healthtech-signature.min.html signatureTemplates/theodo-healthtech-signature.html
54
htmlmin -o signatureTemplates/theodo-signature.min.html signatureTemplates/theodo-signature.html
5+
htmlmin -o signatureTemplates/theodo-healthtech-signature.min.html signatureTemplates/theodo-healthtech-signature.html
6+
htmlmin -o signatureTemplates/theodo-apps-signature.min.html signatureTemplates/theodo-apps-signature.html
7+
htmlmin -o signatureTemplates/theodo-cloud-signature.min.html signatureTemplates/theodo-cloud-signature.html
8+
htmlmin -o signatureTemplates/theodo-data-ai-signature.min.html signatureTemplates/theodo-data-ai-signature.html
9+
htmlmin -o signatureTemplates/theodo-fintech-signature.min.html signatureTemplates/theodo-fintech-signature.html
10+
htmlmin -o signatureTemplates/theodo-govtech-signature.min.html signatureTemplates/theodo-govtech-signature.html
611
echo 'signature templates minimized'
712
echo 'You need to update signature update dates in config.js'

scripts/config.js

+48-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var config = {
2-
TheodoNew: {
3-
signatureTemplate: "signatureTemplates/theodo-signature.html",
2+
Theodo: {
3+
signatureTemplate: "signatureTemplates/theodo-signature.min.html",
44
lastUpdate: new Date("06/16/2024"),
55
logo: "images/logoTheodoNew.png",
66
form: {
@@ -9,14 +9,59 @@ var config = {
99
}
1010
},
1111
TheodoHealthTech: {
12-
signatureTemplate: "signatureTemplates/theodo-healthtech-signature.html",
12+
signatureTemplate: "signatureTemplates/theodo-healthtech-signature.min.html",
1313
lastUpdate: new Date("06/16/2024"),
1414
logo: "images/logoTheodoHealthTech.png",
1515
form: {
1616
mail: false,
1717
country: true
1818
}
1919
},
20+
TheodoDataAi: {
21+
signatureTemplate: "signatureTemplates/theodo-data-ai-signature.min.html",
22+
lastUpdate: new Date("06/16/2024"),
23+
logo: "images/logoTheodoDataAi.png",
24+
form: {
25+
mail: false,
26+
country: true
27+
}
28+
},
29+
TheodoFinTech: {
30+
signatureTemplate: "signatureTemplates/theodo-fintech-signature.min.html",
31+
lastUpdate: new Date("06/16/2024"),
32+
logo: "images/logoTheodoFinTech.png",
33+
form: {
34+
mail: false,
35+
country: true
36+
}
37+
},
38+
TheodoCloud: {
39+
signatureTemplate: "signatureTemplates/theodo-cloud-signature.min.html",
40+
lastUpdate: new Date("06/16/2024"),
41+
logo: "images/logoTheodoCloud.png",
42+
form: {
43+
mail: false,
44+
country: true
45+
}
46+
},
47+
TheodoApps: {
48+
signatureTemplate: "signatureTemplates/theodo-apps-signature.min.html",
49+
lastUpdate: new Date("06/16/2024"),
50+
logo: "images/logoTheodoApps.png",
51+
form: {
52+
mail: false,
53+
country: true
54+
}
55+
},
56+
TheodoGovTech: {
57+
signatureTemplate: "signatureTemplates/theodo-govtech-signature.min.html",
58+
lastUpdate: new Date("06/16/2024"),
59+
logo: "images/logoTheodoGovTech.png",
60+
form: {
61+
mail: false,
62+
country: true
63+
}
64+
},
2065
Aleios: {
2166
signatureTemplate: "signatureTemplates/aleios-signature.min.html",
2267
lastUpdate: new Date("10/25/2021"), //Month/Day/Year
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<table style="margin-top:10px;">
2+
<tr>
3+
<td class="signatureName"
4+
style="font-family: Helvetica,sans-serif; font-size: 16px; font-weight:700; line-height: 19px; color: #575857;">
5+
</td>
6+
</tr>
7+
<tr>
8+
<td class="signatureJob"
9+
style="font-family: Helvetica,sans-serif; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857;">
10+
</td>
11+
</tr>
12+
<tr>
13+
<td
14+
style="font-family: Helvetica,sans-serif; padding-bottom: 13px; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857;">
15+
<div class="signatureFrTelGroup"><span class="country hidden">M </span><span class="signatureFrTel">+33 6 12 34 56 78</span></div>
16+
<div class="signatureUkTelGroup" class="hidden"><span class="country hidden">M </span><span
17+
class="signatureUkTel" id="signatureUkTel"></span></div>
18+
<div class="signatureMaTelGroup" class="hidden"><span class="country hidden">M </span><span
19+
class="signatureMaTel"></span></div>
20+
<div class="signatureUsTelGroup" class="hidden"><span class="country hidden">M </span><span
21+
class="signatureUsTel"></span></div>
22+
</td>
23+
</tr>
24+
<tr>
25+
<td style="padding-bottom:16px;">
26+
<a href="https://apps.theodo.com" target="_blank">
27+
<img id="logo" src="https://theodo.github.io/signature/images/logoTheodoApps.png" width="114px"
28+
style="width: 114px; vertical-align: middle; border: none;" alt="Theodo Apps" />
29+
</a>
30+
</td>
31+
</tr>
32+
<tr>
33+
<td style="font-family: Helvetica, sans-serif; font-weight:400; font-size:14px; line-height: 18px; color: #052B6A;"
34+
id="customFooterMessage">
35+
</td>
36+
</tr>
37+
</table>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<table style=margin-top:10px><tr><td class=signatureName style="font-family: Helvetica,sans-serif; font-size: 16px; font-weight:700; line-height: 19px; color: #575857"><tr><td class=signatureJob style="font-family: Helvetica,sans-serif; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857"><tr><td style="font-family: Helvetica,sans-serif; padding-bottom: 13px; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857"><div class=signatureFrTelGroup><span class="country hidden">M</span><span class=signatureFrTel>+33 6 12 34 56 78</span></div><div class=signatureUkTelGroup class=hidden><span class="country hidden">M</span><span class=signatureUkTel id=signatureUkTel></span></div><div class=signatureMaTelGroup class=hidden><span class="country hidden">M</span><span class=signatureMaTel></span></div><div class=signatureUsTelGroup class=hidden><span class="country hidden">M</span><span class=signatureUsTel></span></div><tr><td style=padding-bottom:16px><a href=https://apps.theodo.com target=_blank><img id=logo src=https://theodo.github.io/signature/images/logoTheodoApps.png width=114px style="width: 114px; vertical-align: middle; border: none" alt="Theodo Apps"></a><tr><td style="font-family: Helvetica, sans-serif; font-weight:400; font-size:14px; line-height: 18px; color: #052B6A" id=customFooterMessage></table>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<table style="margin-top:10px;">
2+
<tr>
3+
<td class="signatureName"
4+
style="font-family: Helvetica,sans-serif; font-size: 16px; font-weight:700; line-height: 19px; color: #575857;">
5+
</td>
6+
</tr>
7+
<tr>
8+
<td class="signatureJob"
9+
style="font-family: Helvetica,sans-serif; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857;">
10+
</td>
11+
</tr>
12+
<tr>
13+
<td
14+
style="font-family: Helvetica,sans-serif; padding-bottom: 13px; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857;">
15+
<div class="signatureFrTelGroup"><span class="country hidden">M </span><span class="signatureFrTel">+33 6 12 34 56 78</span></div>
16+
<div class="signatureUkTelGroup" class="hidden"><span class="country hidden">M </span><span
17+
class="signatureUkTel" id="signatureUkTel"></span></div>
18+
<div class="signatureMaTelGroup" class="hidden"><span class="country hidden">M </span><span
19+
class="signatureMaTel"></span></div>
20+
<div class="signatureUsTelGroup" class="hidden"><span class="country hidden">M </span><span
21+
class="signatureUsTel"></span></div>
22+
</td>
23+
</tr>
24+
<tr>
25+
<td style="padding-bottom:16px;">
26+
<a href="https://cloud.theodo.com" target="_blank">
27+
<img id="logo" src="https://theodo.github.io/signature/images/logoTheodoCloud.png" width="114px"
28+
style="width: 114px; vertical-align: middle; border: none;" alt="Theodo Cloud" />
29+
</a>
30+
</td>
31+
</tr>
32+
<tr>
33+
<td style="font-family: Helvetica, sans-serif; font-weight:400; font-size:14px; line-height: 18px; color: #09102C;"
34+
id="customFooterMessage">
35+
</td>
36+
</tr>
37+
</table>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<table style=margin-top:10px><tr><td class=signatureName style="font-family: Helvetica,sans-serif; font-size: 16px; font-weight:700; line-height: 19px; color: #575857"><tr><td class=signatureJob style="font-family: Helvetica,sans-serif; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857"><tr><td style="font-family: Helvetica,sans-serif; padding-bottom: 13px; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857"><div class=signatureFrTelGroup><span class="country hidden">M</span><span class=signatureFrTel>+33 6 12 34 56 78</span></div><div class=signatureUkTelGroup class=hidden><span class="country hidden">M</span><span class=signatureUkTel id=signatureUkTel></span></div><div class=signatureMaTelGroup class=hidden><span class="country hidden">M</span><span class=signatureMaTel></span></div><div class=signatureUsTelGroup class=hidden><span class="country hidden">M</span><span class=signatureUsTel></span></div><tr><td style=padding-bottom:16px><a href=https://cloud.theodo.com target=_blank><img id=logo src=https://theodo.github.io/signature/images/logoTheodoCloud.png width=114px style="width: 114px; vertical-align: middle; border: none" alt="Theodo Cloud"></a><tr><td style="font-family: Helvetica, sans-serif; font-weight:400; font-size:14px; line-height: 18px; color: #09102C" id=customFooterMessage></table>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<table style="margin-top:10px;">
2+
<tr>
3+
<td class="signatureName"
4+
style="font-family: Helvetica,sans-serif; font-size: 16px; font-weight:700; line-height: 19px; color: #575857;">
5+
</td>
6+
</tr>
7+
<tr>
8+
<td class="signatureJob"
9+
style="font-family: Helvetica,sans-serif; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857;">
10+
</td>
11+
</tr>
12+
<tr>
13+
<td
14+
style="font-family: Helvetica,sans-serif; padding-bottom: 13px; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857;">
15+
<div class="signatureFrTelGroup"><span class="country hidden">M </span><span class="signatureFrTel">+33 6 12 34 56 78</span></div>
16+
<div class="signatureUkTelGroup" class="hidden"><span class="country hidden">M </span><span
17+
class="signatureUkTel" id="signatureUkTel"></span></div>
18+
<div class="signatureMaTelGroup" class="hidden"><span class="country hidden">M </span><span
19+
class="signatureMaTel"></span></div>
20+
<div class="signatureUsTelGroup" class="hidden"><span class="country hidden">M </span><span
21+
class="signatureUsTel"></span></div>
22+
</td>
23+
</tr>
24+
<tr>
25+
<td style="padding-bottom:16px;">
26+
<a href="https://data-ai.theodo.com" target="_blank">
27+
<img id="logo" src="https://theodo.github.io/signature/images/logoTheodoDataAi.png" width="114px"
28+
style="width: 114px; vertical-align: middle; border: none;" alt="Theodo Data&AI" />
29+
</a>
30+
</td>
31+
</tr>
32+
<tr>
33+
<td style="font-family: Helvetica, sans-serif; font-weight:400; font-size:14px; line-height: 18px; color: #040716;"
34+
id="customFooterMessage">
35+
</td>
36+
</tr>
37+
</table>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<table style=margin-top:10px><tr><td class=signatureName style="font-family: Helvetica,sans-serif; font-size: 16px; font-weight:700; line-height: 19px; color: #575857"><tr><td class=signatureJob style="font-family: Helvetica,sans-serif; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857"><tr><td style="font-family: Helvetica,sans-serif; padding-bottom: 13px; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857"><div class=signatureFrTelGroup><span class="country hidden">M</span><span class=signatureFrTel>+33 6 12 34 56 78</span></div><div class=signatureUkTelGroup class=hidden><span class="country hidden">M</span><span class=signatureUkTel id=signatureUkTel></span></div><div class=signatureMaTelGroup class=hidden><span class="country hidden">M</span><span class=signatureMaTel></span></div><div class=signatureUsTelGroup class=hidden><span class="country hidden">M</span><span class=signatureUsTel></span></div><tr><td style=padding-bottom:16px><a href=https://data-ai.theodo.com target=_blank><img id=logo src=https://theodo.github.io/signature/images/logoTheodoDataAi.png width=114px style="width: 114px; vertical-align: middle; border: none" alt="Theodo Data&AI"></a><tr><td style="font-family: Helvetica, sans-serif; font-weight:400; font-size:14px; line-height: 18px; color: #040716" id=customFooterMessage></table>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<table style="margin-top:10px;">
2+
<tr>
3+
<td class="signatureName"
4+
style="font-family: Helvetica,sans-serif; font-size: 16px; font-weight:700; line-height: 19px; color: #575857;">
5+
</td>
6+
</tr>
7+
<tr>
8+
<td class="signatureJob"
9+
style="font-family: Helvetica,sans-serif; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857;">
10+
</td>
11+
</tr>
12+
<tr>
13+
<td
14+
style="font-family: Helvetica,sans-serif; padding-bottom: 13px; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857;">
15+
<div class="signatureFrTelGroup"><span class="country hidden">M </span><span class="signatureFrTel">+33 6 12 34 56 78</span></div>
16+
<div class="signatureUkTelGroup" class="hidden"><span class="country hidden">M </span><span
17+
class="signatureUkTel" id="signatureUkTel"></span></div>
18+
<div class="signatureMaTelGroup" class="hidden"><span class="country hidden">M </span><span
19+
class="signatureMaTel"></span></div>
20+
<div class="signatureUsTelGroup" class="hidden"><span class="country hidden">M </span><span
21+
class="signatureUsTel"></span></div>
22+
</td>
23+
</tr>
24+
<tr>
25+
<td style="padding-bottom:16px;">
26+
<a href="https://fintech.theodo.com" target="_blank">
27+
<img id="logo" src="https://theodo.github.io/signature/images/logoTheodoFinTech.png" width="114px"
28+
style="width: 114px; vertical-align: middle; border: none;" alt="Theodo FinTech" />
29+
</a>
30+
</td>
31+
</tr>
32+
<tr>
33+
<td style="font-family: Helvetica, sans-serif; font-weight:400; font-size:14px; line-height: 18px; color: #121241;"
34+
id="customFooterMessage">
35+
</td>
36+
</tr>
37+
</table>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<table style=margin-top:10px><tr><td class=signatureName style="font-family: Helvetica,sans-serif; font-size: 16px; font-weight:700; line-height: 19px; color: #575857"><tr><td class=signatureJob style="font-family: Helvetica,sans-serif; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857"><tr><td style="font-family: Helvetica,sans-serif; padding-bottom: 13px; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857"><div class=signatureFrTelGroup><span class="country hidden">M</span><span class=signatureFrTel>+33 6 12 34 56 78</span></div><div class=signatureUkTelGroup class=hidden><span class="country hidden">M</span><span class=signatureUkTel id=signatureUkTel></span></div><div class=signatureMaTelGroup class=hidden><span class="country hidden">M</span><span class=signatureMaTel></span></div><div class=signatureUsTelGroup class=hidden><span class="country hidden">M</span><span class=signatureUsTel></span></div><tr><td style=padding-bottom:16px><a href=https://fintech.theodo.com target=_blank><img id=logo src=https://theodo.github.io/signature/images/logoTheodoFinTech.png width=114px style="width: 114px; vertical-align: middle; border: none" alt="Theodo FinTech"></a><tr><td style="font-family: Helvetica, sans-serif; font-weight:400; font-size:14px; line-height: 18px; color: #121241" id=customFooterMessage></table>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<table style="margin-top:10px;">
2+
<tr>
3+
<td class="signatureName"
4+
style="font-family: Helvetica,sans-serif; font-size: 16px; font-weight:700; line-height: 19px; color: #575857;">
5+
</td>
6+
</tr>
7+
<tr>
8+
<td class="signatureJob"
9+
style="font-family: Helvetica,sans-serif; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857;">
10+
</td>
11+
</tr>
12+
<tr>
13+
<td
14+
style="font-family: Helvetica,sans-serif; padding-bottom: 13px; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857;">
15+
<div class="signatureFrTelGroup"><span class="country hidden">M </span><span class="signatureFrTel">+33 6 12 34 56 78</span></div>
16+
<div class="signatureUkTelGroup" class="hidden"><span class="country hidden">M </span><span
17+
class="signatureUkTel" id="signatureUkTel"></span></div>
18+
<div class="signatureMaTelGroup" class="hidden"><span class="country hidden">M </span><span
19+
class="signatureMaTel"></span></div>
20+
<div class="signatureUsTelGroup" class="hidden"><span class="country hidden">M </span><span
21+
class="signatureUsTel"></span></div>
22+
</td>
23+
</tr>
24+
<tr>
25+
<td style="padding-bottom:16px;">
26+
<a href="https://govtech.theodo.com" target="_blank">
27+
<img id="logo" src="https://theodo.github.io/signature/images/logoTheodoGovTech.png" width="114px"
28+
style="width: 114px; vertical-align: middle; border: none;" alt="Theodo GovTech" />
29+
</a>
30+
</td>
31+
</tr>
32+
<tr>
33+
<td style="font-family: Helvetica, sans-serif; font-weight:400; font-size:14px; line-height: 18px; color: #6045B5;"
34+
id="customFooterMessage">
35+
</td>
36+
</tr>
37+
</table>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<table style=margin-top:10px><tr><td class=signatureName style="font-family: Helvetica,sans-serif; font-size: 16px; font-weight:700; line-height: 19px; color: #575857"><tr><td class=signatureJob style="font-family: Helvetica,sans-serif; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857"><tr><td style="font-family: Helvetica,sans-serif; padding-bottom: 13px; font-size: 14px; font-weight: 400; line-height: 17px; color: #575857"><div class=signatureFrTelGroup><span class="country hidden">M</span><span class=signatureFrTel>+33 6 12 34 56 78</span></div><div class=signatureUkTelGroup class=hidden><span class="country hidden">M</span><span class=signatureUkTel id=signatureUkTel></span></div><div class=signatureMaTelGroup class=hidden><span class="country hidden">M</span><span class=signatureMaTel></span></div><div class=signatureUsTelGroup class=hidden><span class="country hidden">M</span><span class=signatureUsTel></span></div><tr><td style=padding-bottom:16px><a href=https://govtech.theodo.com target=_blank><img id=logo src=https://theodo.github.io/signature/images/logoTheodoGovTech.png width=114px style="width: 114px; vertical-align: middle; border: none" alt="Theodo GovTech"></a><tr><td style="font-family: Helvetica, sans-serif; font-weight:400; font-size:14px; line-height: 18px; color: #6045B5" id=customFooterMessage></table>

0 commit comments

Comments
 (0)