Artera templates. Chubb Templates. Anthology small changes to GAS scripts.

This commit is contained in:
Norm Rasmussen
2024-07-10 16:52:16 -04:00
parent c80150b945
commit 622310f627
6 changed files with 109 additions and 23 deletions

View File

@ -20,7 +20,7 @@
</div>
{% include "sub_navigation" %}
{% if current_school.properties.show_alert_banner == true %}
<div class="np-alert" style="background-color:#7715B7; color: #ffffff; margin-top: -28px;" >
<div class="np-alert" style="background-color:#7715B7; color: #ffffff; margin-top: -5px;" >
<p>{{ current_school.properties.alert_banner }}</p>
</div>
{% endif %}

View File

@ -55,4 +55,43 @@
>
</div>
</div>
</div>
</div>
{% if current_person.groups.any? %}
{% for group in current_person.groups %}
{% if group.id == '5766ee65-0f6e-42fa-b932-a26b3bbb1636' %}
<div class="feature-card-wrapper">
<div class="feature-card-container">
<div class="feature-card-content feature-content">
<div class="short-message">GETTING STARTED WITH CHUBB</div>
<h3 class="feature-card-content-title chubb">
Agent Onboarding
</h3>
<div class="feature-card-description lato">
Lorem Ipsum
<div class="note-desc">
<br><span class="bold-text">Note:</span>
Lorem Ipsum
</div>
</div>
<div class="feature-card-btn-container">
<a class="feature-course-btn yellow lato" href="/app/learning_paths/f7211693-fa8a-478f-8707-bb90f08202ae">
Launch Personal
</a>
<a class="feature-course-btn yellow lato" href="/app/learning_paths/2a7c70ba-fa0b-4a5c-a900-2b31daf87cdc">
Launch Commercial
</a>
</div>
</div>
<div class="feature-card-image feature-content">
<img
class="feature-card-image"
alt="rocket"
src="https://s3.amazonaws.com/static.northpass.com/Chubb/assets/launch-rocket-become-an-agent-01.jpg"
>
</div>
</div>
</div>
{% endif %}
{% endfor %}
{% endif %}