Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 102 additions & 2 deletions backend/src/email/templates/notebook.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ <h2 style="font-size: 24px; margin: 0 0 16px; text-align: center">
</p>
<p>
Alors si tu veux y participer, tu peux le télécharger juste ici et le renvoyer à
<a href="mailto:clement.duranson@utt.fr" style="color: #0400ff"
>clement.duranson@utt.fr</a
<a href="mailto:daniela.brown_malarin@utt.fr" style="color: #0400ff"
>daniela.brown_malarin@utt.fr</a
>
avant le dimanche 30 août.
</p>
Expand Down Expand Up @@ -156,6 +156,106 @@ <h3 style="text-align: center">
</p>
</td>
</tr>
<tr>
<td style="border-top: 2px solid #ccc; padding: 20px 0"></td>
</tr>
<tr>
<td style="line-height: 1.6; padding: 0 12px 12px; text-align: justify">
<h2 style="font-size: 24px; margin: 0 0 16px; text-align: center">A bit of work...</h2>
<p>
If you receive this email, this means that you are about to join utt and live your
best years in university.
</p>
<p>
But after the whole summer, it is important that you do not fall asleep and that you
get back to work promptly !
</p>
<p>Therefore the integration proposes you a summerbook so you can get back in shape.</p>
<p>
All basics are reviewed from the high school senior year… until the 1st grade. Show
us what you can do ! Methodology and thoroughness are needed to finish it (and a bit
of humour).
</p>
<p>
This book will be examined by a jury incredibly talented : outstanding engineers
that proved their worth during a Ricard contest at Banyyls-sur-Mer.
</p>
<p>
Show them that you can match their talent ! This jury will not hesitate to value
your efforts if you send your summerbook at this email address.
</p>
<p>
So if you want to take part to it, you can download it just here, and send it to
clement.duranson@utt.fr
<a href="mailto:daniela.brown_malarin@utt.fr" style="color: #0400ff"
>daniela.brown_malarin@utt.fr</a
>
before sunday the 30th of August.
</p>
<p style="margin: 28px 0; text-align: center">
<a
href="{{notebook_en}}"
target="_blank"
style="
display: inline-block;
padding: 12px 20px;
background-color: #e74160;
color: #ffffff;
text-decoration: none;
border-radius: 4px;
font-weight: bold;
"
>Summerbook !</a
>
</p>
<p>
We will be there on the networks all summer long to keep you informed, share you
tips and so much cool stuff ! <strong>Join the integration website</strong> in order
to be informed of everything ! You received the first email from us, a link to reset
your password and to log in.
</p>
<p style="margin: 28px 0; text-align: center">
<a
href="https://integration.utt.fr/"
target="_blank"
style="
display: inline-block;
padding: 12px 20px;
background-color: #e74160;
color: #ffffff;
text-decoration: none;
border-radius: 4px;
font-weight: bold;
"
>Access the website</a
>
</p>
<p>So good luck to you, we can’t wait to read you best answers.</p>
<p>See you soon !</p>
</td>
</tr>
<tr>
<td style="padding: 0 24px 24px">
<h3 style="text-align: center">Stay updated by following us on Instagram !</h3>
<div style="margin: auto; width: fit-content">
<a href="https://www.instagram.com/bdeutt" target="_blank">
<img
src="https://cdn.tools.unlayer.com/social/icons/rounded/instagram.png"
alt="Instagram"
style="width: 30px; height: 30px; margin: 5px" />
</a>
</div>
<p>Sincerely yours,<br />The integration team</p>
<p style="font-size: 12px; color: #999999; margin: 0; text-align: center">
If you have any questions, feel free to
<a
href="mailto:integration+site-support@utt.fr"
style="color: #e74160; text-decoration: none"
>contact us</a
>.
</p>
</td>
</tr>
</table>
</td>
</tr>
Expand Down
Loading