Swift Templates, Talkspace, Notes

This commit is contained in:
Norm Rasmussen
2022-12-22 18:15:51 -05:00
parent 3f647bbae7
commit 3bf4d6a151
10 changed files with 182 additions and 71 deletions

Binary file not shown.

View File

@ -7,8 +7,9 @@
<div class="uk-container uk-container-center">
<div class="uk-padding-horizontal">
<div class="my-course-banner-content">
<h3 class="custom-title"><img src="{{ current_school.logo_url }}" width="130" alt="TALKSPACE FOUNTAIN LOGO" style="width: 20rem; margin-bottom: -3rem;"></h3>
<p class=""np-resource-title" style="font-size: 1.5rem; font-weight: 600; margin-bottom: -1rem;">Hi {{current_person.first_name}}! &#128075;</p>
<h3 class="custom-title"><img src="{{ current_school.logo_url }}" width="130" alt="TALKSPACE FOUNTAIN LOGO" style="width: 20rem; margin-bottom: -3rem;"></h3>
{% assign persongroup = current_person.groups.last.name | split: "-" %}
<p class=""np-resource-title" style="font-size: 1.5rem; font-weight: 600; margin-bottom: -1rem;">Hi {{current_person.first_name}}! &#128075; {{ persongroup | slice: 1 }}</p>
<div> <p style="font-weight: 500;">Please complete all your 2023 Compliance Courses.</p></div>
</div>
</div>