|
4 | 4 | <title>{{title}}</title> |
5 | 5 | </head> |
6 | 6 | <body> |
7 | | -<div class="main" style="font-family: Helvetica, Arial, sans-serif;line-height: 18px;font-size: 16px;color: #353535;"> |
8 | | - <div class="header" style="background-color: #0077C8;padding:10px 40px;"> |
| 7 | +<div class="main" style="display:flex;flex-direction:column; padding:24px 32px;font-family: Helvetica, Arial, sans-serif;line-height: 18px;font-size: 18px;color: #000;"> |
| 8 | + <div class="header"> |
9 | 9 | {{> logo-surf.svg}} |
10 | | - <span style="display: inline-block;color:white;margin-left: 10px;font-size: 18px;">Welkom</span> |
11 | 10 | </div> |
12 | | - <div class="head" style="padding: 30px 40px 20px 40px;"> |
| 11 | + <div class="head"> |
13 | 12 | {{#environment}} |
14 | 13 | <p style="font-weight: bold;margin: 0; padding: 20px 5px; background-color: #f1f19b;"> |
15 | 14 | Deze mail is van de {{environment}}-omgeving |
|
33 | 32 | </ul> |
34 | 33 | {{/invitation.anyRoles}} |
35 | 34 | {{#message}} |
36 | | - <div class="head" style="background-color: #DFF4FF;padding: 20px;margin:5px 0 15px 0;"> |
| 35 | + <div class="head" style="background-color: #DFF4FF;padding: 10px;margin:5px 0 15px 0;"> |
37 | 36 | <p style="margin: 0;"> |
38 | 37 | {{{message}}} |
39 | 38 | </p> |
|
48 | 47 | <span style="color: white;margin: auto 0 auto 12px;">Ga door met eduID</span> |
49 | 48 | </a> |
50 | 49 | </div> |
51 | | - <p>of kopieer deze link in je browser: {{{ url }}}</p> |
| 50 | + <p style="word-break: break-word">of kopieer deze link in je browser: {{{ url }}}</p> |
52 | 51 | {{/useEduID}} |
53 | 52 | {{^useEduID}} |
54 | 53 | <p>De rol(len) accepteer je door in te loggen met SURFconext.</p> |
|
58 | 57 | <span style="color: white;margin: auto;">Ga door</span> |
59 | 58 | </a> |
60 | 59 | </div> |
61 | | - <p>of kopieer deze link in je browser: {{{ url }}}</p> |
| 60 | + <p style="word-break: break-word">of kopieer deze link in je browser: {{{ url }}}</p> |
62 | 61 | {{/useEduID}} |
63 | 62 | </div> |
64 | | - {{#useEduID}} |
65 | | - <div class="eduid-info" style="background-color: #f3f2f2;padding: 20px 40px 20px 40px; color: #9b9b9b"> |
66 | | - <p style="font-size: 18px;margin:20px 0 15px 0;">Waarom heb ik een eduID account nodig?</p> |
67 | | - <p> |
68 | | - Een eduID is een account voor gebruikers binnen het Nederlandse onderwijs en onderzoek. Het |
69 | | - is van jou, en bestaat onafhankelijk van een onderwijsinstelling. Met eduID kan je inloggen op |
70 | | - verschillende applicaties. Ook als je geen account van je instelling hebt, kan je met eduID inloggen. |
71 | | - Je kunt eduID bijvoorbeeld gebruiken als je bij meerdere instellingen tegelijk onnderwijs wilt volgen. |
72 | | - Of na je studie als je naast je werk een opleiding of cursus wilt volgen. |
73 | | - </p> |
74 | | - <p style="font-weight: bold;margin: 15px 0 0 0;"> |
75 | | - Aanvragen eduID |
76 | | - </p> |
77 | | - <p style="margin: 5px 0 10px 0;">Het aanvragen van een eduID is kosteloos en kan direct. Je hebt alleen een |
78 | | - e-mailadres nodig.</p> |
| 63 | + <div class="footer" |
| 64 | + style="display:flex;align-items:center;justify-content:space-between;padding: 12px 0;line-height: 24px; color: #5E6873; border-top: 1px solid #888F99;"> |
| 65 | + <div class="links" style="text-align: left"> |
| 66 | + <span>Deze uitnoding verloopt via</span> |
| 67 | + <a class="external" href="https://support.surfconext.nl/invite" |
| 68 | + style="color: #636363;">SURFconext Invite</a> |
| 69 | + <span> • </span> |
| 70 | + <a class="external" href="https://support.surfconext.nl/privacy-nl" |
| 71 | + style="color: #636363;">Privacy Policy</a> |
| 72 | + <span> • </span> |
| 73 | + <a class="external" href="https://support.surfconext.nl/terms-nl" |
| 74 | + style="color: #636363;">Voorwaarden</a> |
| 75 | + </div> |
| 76 | + <div class="about" style="text-align: right"> |
| 77 | + <a class="external" |
| 78 | + href="https://surf.nl/" |
| 79 | + >{{> logo-surf-black.svg}}</a> |
| 80 | + </div> |
79 | 81 | </div> |
80 | | - {{/useEduID}} |
81 | | - |
82 | | - {{> footer_nl.html}} |
83 | | - |
84 | 82 | </div> |
| 83 | + |
85 | 84 | </body> |
86 | 85 | </html> |
0 commit comments