diff --git a/Custom_Templates/customer_templates/CE-CS-Internal-Demo/_head.html.liquid b/Custom_Templates/customer_templates/CE-CS-Internal-Demo/_head.html.liquid new file mode 100644 index 00000000..cbea6a24 --- /dev/null +++ b/Custom_Templates/customer_templates/CE-CS-Internal-Demo/_head.html.liquid @@ -0,0 +1,49 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + +{% comment %} {% endcomment %} +{% comment %} {% endcomment %} +{% comment %} {% endcomment %} + + + + + +{% if current_person.groups.any? %} + {% for groups in current_person.groups %} + + {% assign group = groups.name | split: "," %} + + {% endfor %} +{% else %} + {% assign group = "None" %} + +{% endif %} + + {% assign email_add = current_person.email | split: "@" %} + {% assign domain = email_add.last | split: "." %} + + + diff --git a/Custom_Templates/customer_templates/Chubb/.DS_Store b/Custom_Templates/customer_templates/Chubb/.DS_Store new file mode 100644 index 00000000..5008ddfc Binary files /dev/null and b/Custom_Templates/customer_templates/Chubb/.DS_Store differ diff --git a/Custom_Templates/customer_templates/Chubb/_featured_cards_course.html.liquid b/Custom_Templates/customer_templates/Chubb/_featured_cards_course.html.liquid index 3e61e354..157047a6 100644 --- a/Custom_Templates/customer_templates/Chubb/_featured_cards_course.html.liquid +++ b/Custom_Templates/customer_templates/Chubb/_featured_cards_course.html.liquid @@ -35,7 +35,13 @@ - {% endif %} + {% elsif group.id == '' %} + {% comment %} + <-------------------------------> + Jenelle, similar to above for Cornerstone, please add your carousel items here! + <-------------------------------> + {% endcomment %} + {% endif %} {% endfor %} {% endif %}
diff --git a/Custom_Templates/customer_templates/Chubb/_recommended_carousel.html.liquid b/Custom_Templates/customer_templates/Chubb/_recommended_carousel.html.liquid index 66c7685e..6cdd44a9 100644 --- a/Custom_Templates/customer_templates/Chubb/_recommended_carousel.html.liquid +++ b/Custom_Templates/customer_templates/Chubb/_recommended_carousel.html.liquid @@ -14,7 +14,11 @@ {% endif %} {% endfor %} {% endfor %} +{% comment %} +To add for Chubb: +If person is in group show certain courses. +{% endcomment%}