stripe
This commit is contained in:
@ -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 }}?
|
||||
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">
|
||||
|
||||
Reference in New Issue
Block a user