2 Commits
1.5.3 ... 1.5.5

Author SHA1 Message Date
a38a0149b7 fix(templates/certificates): Add point at end of sentence
All checks were successful
Build latest image / build-container (push) Successful in 2m4s
Build release images / build-container (push) Successful in 2m27s
2025-04-25 17:33:43 +02:00
af587b0ac1 feat(certificate): update footer image
All checks were successful
Build latest image / build-container (push) Successful in 1m31s
Build release images / build-container (push) Successful in 1m34s
2025-04-25 16:46:28 +02:00
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -57,7 +57,7 @@
</p> </p>
<p style="font-size: 1cm; margin-bottom: 0;">hat beim {{ $.EventName }}</p> <p style="font-size: 1cm; margin-bottom: 0;">hat beim {{ $.EventName }}</p>
<p style="font-size: 2cm; font-weight: bold; margin-bottom: 0;">{{formatUnit "kilometer" $.Locale .Distance}}km</p> <p style="font-size: 2cm; font-weight: bold; margin-bottom: 0;">{{formatUnit "kilometer" $.Locale .Distance}}km</p>
<p style="font-size: 1cm;">für den guten Zweck zurückgelegt</p> <p style="font-size: 1cm;">für den guten Zweck zurückgelegt.</p>
</main> </main>
<footer class="certificate-footer"> <footer class="certificate-footer">
<img src="data:image/png;base64,{{ loadImage "certificate_footer" }}"> <img src="data:image/png;base64,{{ loadImage "certificate_footer" }}">

View File

@@ -57,7 +57,7 @@
</p> </p>
<p style="font-size: 1cm; margin-bottom: 0;">Ran</p> <p style="font-size: 1cm; margin-bottom: 0;">Ran</p>
<p style="font-size: 2cm; font-weight: bold; margin-bottom: 0;">{{formatUnit "kilometer" $.Locale .Distance}}km</p> <p style="font-size: 2cm; font-weight: bold; margin-bottom: 0;">{{formatUnit "kilometer" $.Locale .Distance}}km</p>
<p style="font-size: 1cm;">for our good cause at the {{ $.EventName }}</p> <p style="font-size: 1cm;">for our good cause at the {{ $.EventName }}.</p>
</main> </main>
<footer class="certificate-footer"> <footer class="certificate-footer">
<img src="data:image/png;base64,{{ loadImage "certificate_footer" }}"> <img src="data:image/png;base64,{{ loadImage "certificate_footer" }}">