| 
1 | 1 | <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>  | 
44 | 38 | 
 
  | 
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" />  | 
46 | 40 | 
 
  | 
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>  | 
68 | 52 | </mjml>  | 
0 commit comments