This commit is contained in:
Norm Rasmussen
2022-05-04 15:47:09 -04:00
parent 90874413c3
commit 91caa83232
4 changed files with 10 additions and 8 deletions

View File

@ -8,14 +8,14 @@
{% assign role = current_person.properties.role %}
{% case role %}
{% when 'developer', 'architect' %}
<div class="np-homepage-subheadline np-header-font-color" style="white-space: pre-wrap;">
Hi {{ current_person.display_name }}, how is the weather in {{ current_person.properties.location }}?
&#10; Here is the training you are eligible for in your role as {{ current_person.properties.role }}.
<div class="np-homepage-subheadline np-header-font-color">
Hi {{ current_person.first_name }}, how is the weather in {{ current_person.properties.location }}?
Here is the training you are eligible for in your role as {{ current_person.properties.role }}.
</div>
{% else %}
<div class="np-homepage-subheadline np-header-font-color">
Hi {{ current_person.display_name }}, how is the weather in {{ current_person.properties.location }}?</div>
<div class="np-homepage-subheadline np-header-font-color">Here is the training you are eligible for in your role as
Hi {{ current_person.first_name }}, how is the weather in {{ current_person.properties.location }}?
Here is the training you are eligible for in your role as
<div class="dropdown">
<button class="dropbtn">Select Role ▼ </button>
<div class="dropdown-content">