Skip to content

Commit f163785

Browse files
authored
fix(lba-3171): cleaning email templates vol. 2 (#2356)
1 parent d1ec9d3 commit f163785

13 files changed

+1588
-1997
lines changed

.talismanrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ fileignoreconfig:
132132
- filename: server/static/templates/mail-candidat-entretien.mjml.ejs
133133
checksum: 53067858567e2878f5f65da06be9efc6902a691b36299167d54343ab30162e49
134134
- filename: server/static/templates/mail-candidat-offre-emploi-lba.mjml.ejs
135-
checksum: 3188f43c847d071acfb7a366748647ab88d821abb3e022830b82fd092db90f83
135+
checksum: 8c4747be47fcb6facb9ca3b5597653ba01684949483e22f88ff7ebd7ec866e06
136136
- filename: server/static/templates/mail-candidat-offre-emploi-partenaire.mjml.ejs
137-
checksum: 092f871d48fc0602f5f90bb239defbf809aedab35f347f83fd0fdc97a6359abf
137+
checksum: 1b52190fb8a1a5b5a0f4248f64760218448e128417e228c91b9a4472e217169d
138138
- filename: server/static/templates/mail-candidat-recruteur-lba.mjml.ejs
139-
checksum: 0b806bca197dba97415902339e84f924cb45dae766cf8d3cfc47d80d2bdd203c
139+
checksum: 12a469e0fbb0a05cecdc155db325e141e5a27b06b4eb4643914d4b4b988babf2
140140
- filename: server/static/templates/mail-candidat-refus.mjml.ejs
141141
checksum: 3fcfa9586df3283a3f50cf6751b735b646d3f3ac64e8e4a8453999e9e5aea881
142142
- filename: server/static/templates/mail-candidature-spontanee.mjml.ejs
Lines changed: 48 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,52 @@
11
<mjml>
2-
<mj-head>
3-
<mj-title>Votre candidature chez <%= data.company_name %></mj-title>
4-
<mj-font name="Inter" href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'" />
5-
<mj-style inline="inline">
6-
a:link,a:visited, a:hover, a:active {color: #206BC4;}, a {color: #3A55D1;}, body{background: #EDF0F2;}
7-
a.purple {color: #3A55D1; text-decoration: none}
8-
.link-nostyle { color: inherit; text-decoration: none; font-size: 28px }
9-
.link-nostyle:hover { color: inherit; text-decoration: none }
10-
</mj-style>
11-
<mj-attributes>
12-
<mj-text padding="0px" color="#232E3C" font-family="Inter,sans-serif" font-size="14px" line-height="23px" />
13-
<mj-divider padding="0px" />
14-
</mj-attributes>
15-
</mj-head>
16-
<mj-body background-color="#EDF0F2">
17-
<mj-section padding-bottom="10px">
18-
<mj-column padding="0px" vertical-align="middle">
19-
<mj-image padding="0px" width="150px" src="<%= data.images.logoLba %>" alt="Logo du site La bonne alternance" />
20-
</mj-column>
21-
</mj-section>
22-
<mj-wrapper background-color="#ffffff" padding="0px" border-radius="10px">
23-
<mj-section padding="15px">
24-
<mj-column>
25-
<mj-text padding-bottom="32px" font-size="18px" padding="0px" font-weight="700" line-height="24px" text-decoration="none" color="#383838">
26-
Malheureusement votre candidature n'a pas pu être transmise à
27-
</mj-text>
28-
<mj-text font-size="22px" line-height="24px" font-weight="700" color="#F07F87">
29-
<%= data.company_name %>
30-
</mj-text>
31-
<mj-text font-size="14px" line-height="24px">
32-
<%= data.company_address %>
33-
</mj-text>
34-
<mj-text padding-top="32px" font-size="16px" line-height="20px">
35-
L'adresse email dont nous disposons semble erronée et il ne nous est pas possible de leur envoyer une candidature en ligne.
36-
<br />
37-
Veuillez acceptez nos excuses pour ce désagrément.
38-
</mj-text>
39-
<mj-text padding-top="32px" font-size="16px" line-height="20px">
40-
Nous vous invitons à trouver un autre moyen de contacter cet employeur (téléphone ou autre adresse email disponible sur internet).
41-
</mj-text>
42-
</mj-column>
43-
</mj-section>
2+
<mj-head>
3+
<mj-title>Votre candidature chez <%= data.company_name %></mj-title>
4+
<mj-font name="Inter" href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'" />
5+
<mj-style inline="inline">
6+
a:link,a:visited, a:hover, a:active {color: #206BC4;}, a {color: #3A55D1;}, body{background: #EDF0F2;}
7+
a.purple {color: #3A55D1; text-decoration: none}
8+
.link-nostyle { color: inherit; text-decoration: none; font-size: 28px }
9+
.link-nostyle:hover { color: inherit; text-decoration: none }
10+
</mj-style>
11+
</mj-head>
12+
<mj-body background-color="#EDF0F2">
13+
<mj-section padding-bottom="10px">
14+
<mj-column padding="0px" vertical-align="middle">
15+
<mj-image padding="0px" width="150px" src="<%= data.images.logoLba %>" alt="Logo du site La bonne alternance" />
16+
</mj-column>
17+
</mj-section>
18+
<mj-wrapper background-color="#ffffff" padding="0px" border-radius="10px">
19+
<mj-section padding="15px">
20+
<mj-column>
21+
<mj-text padding-bottom="32px" font-size="18px" padding="0px" font-weight="700" line-height="24px" text-decoration="none" color="#383838">
22+
Malheureusement votre candidature n'a pas pu être transmise à
23+
</mj-text>
24+
<mj-text font-size="22px" line-height="24px" font-weight="700" color="#F07F87">
25+
<%= data.company_name %>
26+
</mj-text>
27+
<mj-text font-size="14px" line-height="24px">
28+
<%= data.company_address %>
29+
</mj-text>
30+
<mj-text padding-top="32px" font-size="16px" line-height="20px">
31+
L'adresse email dont nous disposons semble erronée et il ne nous est pas possible de leur envoyer une candidature en ligne.
32+
<br />
33+
Veuillez acceptez nos excuses pour ce désagrément.
34+
<br /><br />
35+
Nous vous invitons à trouver un autre moyen de contacter cet employeur (téléphone ou autre adresse email disponible sur internet).
36+
<br /><br /><br />
37+
</mj-text>
4438

45-
<mj-divider border-width="0.5px" border-style="solid" border-color="#D0C9C4" padding-top="0px" width="95%" max-width="630px" padding-bottom="16px" />
39+
<mj-divider border-width="0.5px" border-style="solid" border-color="#D0C9C4" padding-top="0px" width="95%" max-width="630px" padding-bottom="16px" />
4640

47-
<mj-section padding="15px">
48-
<mj-column>
49-
<mj-text font-size="16px" line-height="20px">
50-
Continuez à envoyer des <span style="color:#F07F87; font-weight:bold" >candidatures spontanées</span> à d'autres entreprises qui n'ont pas diffusé d'offre.
51-
</mj-text>
52-
</mj-column>
53-
</mj-section>
54-
55-
<mj-section padding="5px 15px 15px 15px">
56-
<mj-column >
57-
<mj-button align="left" border-radius="10px" background-color="#000" color="#fff" href="https://labonnealternance.apprentissage.beta.gouv.fr/?utm_source=lba&utm_medium=email&utm_campaign=je-candidate-hardbounce-lien-home">
58-
Je postule sur La bonne alternance
59-
</mj-button>
60-
</mj-column>
61-
</mj-section>
62-
</mj-wrapper>
63-
64-
<mj-section padding-top="50px">
65-
<mj-column ></mj-column>
66-
</mj-section>
67-
</mj-body>
41+
<mj-text font-size="16px" line-height="20px">
42+
<br />
43+
Continuez à envoyer des <span style="color:#F07F87; font-weight:bold">candidatures spontanées</span> à d'autres entreprises qui n'ont pas diffusé d'offre.
44+
</mj-text>
45+
<mj-button align="left" border-radius="10px" background-color="#000" color="#fff" href="https://labonnealternance.apprentissage.beta.gouv.fr/?utm_source=lba&utm_medium=email&utm_campaign=je-candidate-hardbounce-lien-home">
46+
Je postule sur La bonne alternance
47+
</mj-button>
48+
</mj-column>
49+
</mj-section>
50+
</mj-wrapper>
51+
</mj-body>
6852
</mjml>

0 commit comments

Comments
 (0)