Skip to content
Snippets Groups Projects

feat: :sparkles: Add Aria-Labels + Make All Text Dynamic

Files

@@ -26,21 +26,19 @@
<body>
<div>
<!-- <div>-->
<!-- <h1 style="color: #00a6d6; font-size: 2em" th:text="#{general.app_name}"></h1>-->
<!-- </div>-->
<div style="width: 100%; background-color: #00a8db">
<a th:href="#{general.app_url}" style="text-decoration: none">
<img
th:src="|#{general.app_url}/img/tudelft_logo.png|"
style="height: 40px; padding-left: 0.2em" />
<span style="color: white; font-size: 40px">| TAM</span>
<span
style="color: white; font-size: 40px"
th:text="#{email.applicationName}"></span>
</a>
</div>
<div>
<div style="padding: 0.5em 0">
<!-- <h2 th:text="#{email.application.offered.title(${position})}"></h2>-->
<p th:text="#{email.greeting(${name})}"></p>
<p
th:text="#{email.application.offered.message(${position}, ${course}, ${year})}"></p>
Loading