diff --git a/Custom_Templates/customer_templates/Anthology - Production/_cards_course_revamped.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_cards_course_revamped.html.liquid
new file mode 100644
index 00000000..51445f46
--- /dev/null
+++ b/Custom_Templates/customer_templates/Anthology - Production/_cards_course_revamped.html.liquid
@@ -0,0 +1,358 @@
+{% if course.properties.product_names_for_course_cards == 'Anthology Reach' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Reach.svg' %}
+ {% assign product_alt = 'Anthology Reach' %}
+ {% assign color_main = '#F06A32' %}
+ {% assign color_dark = '#731013' %}
+ {% assign color_light = '#F58545' %}
+{% elsif course.properties.product_names_for_course_cards == 'Radius' %}
+ {% assign product_logo = 'blank' %}
+ {% assign color_main = '#F06A32' %}
+ {% assign color_dark = '#F3798A' %}
+ {% assign color_light = '#F58545' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Engage' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Engage.svg' %}
+ {% assign product_alt = 'Anthology Engage' %}
+ {% assign color_main = '#F06A32' %}
+ {% assign color_dark = '#F16423' %}
+ {% assign color_light = '#F3798A' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Beacon' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Beacon.svg' %}
+ {% assign product_alt = 'Anthology Beacon' %}
+ {% assign color_main = '#F06A32' %}
+ {% assign color_dark = '#D94827' %}
+ {% assign color_light = '#F16423' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Milestone' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Milestone.svg' %}
+ {% assign product_alt = 'Anthology Milestone' %}
+ {% assign color_main = '#F06A32' %}
+ {% assign color_dark = '#F3798A' %}
+ {% assign color_light = '#F9B5B5' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Occupation Insight' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Occupation+Insight.svg' %}
+ {% assign product_alt = 'Anthology Occupation Insight' %}
+ {% assign color_main = '#F06A32' %}
+ {% assign color_dark = '#F58545' %}
+ {% assign color_light = '#F9B5B5' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Raise' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Raise.svg' %}
+ {% assign product_alt = 'Anthology Raise' %}
+ {% assign color_main = '#F06A32' %}
+ {% assign color_dark = '#D94827' %}
+ {% assign color_light = '#F9B5B5' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Digital Assistant' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Digital+Assistant.svg' %}
+ {% assign product_alt = 'Anthology Digital Assistant' %}
+ {% assign color_main = '#F06A32' %}
+ {% assign color_dark = '#D94827' %}
+ {% assign color_light = '#F58545' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Baseline' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Baseline.svg' %}
+ {% assign product_alt = 'Anthology Baseline' %}
+ {% assign color_main = '#F06A32' %}
+ {% assign color_dark = '#731013' %}
+ {% assign color_light = '#D94827' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Encompass' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Encompass.svg' %}
+ {% assign product_alt = 'Anthology Encompass' %}
+ {% assign color_main = '#F06A32' %}
+ {% assign color_dark = '#731013' %}
+ {% assign color_light = '#F3798A' %}
+{% elsif course.properties.product_names_for_course_cards == 'Talisma' %}
+ {% assign product_logo = 'blank' %}
+ {% assign color_main = '#F06A32' %}
+ {% assign color_dark = '#D94827' %}
+ {% assign color_light = '#F3798A' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Student' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Student.svg' %}
+ {% assign product_alt = 'Anthology Student' %}
+ {% assign color_main = '#82C342' %}
+ {% assign color_dark = '#96CA51' %}
+ {% assign color_light = '#F3E588' %}
+{% elsif course.properties.product_names_for_course_cards == 'CVue' %}
+ {% assign product_logo = 'blank' %}
+ {% assign color_main = '#82C342' %}
+ {% assign color_dark = '#286734' %}
+ {% assign color_light = '#F3E588' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Insight' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Insight.svg' %}
+ {% assign product_alt = 'Anthology Insight' %}
+ {% assign color_main = '#82C342' %}
+ {% assign color_dark = '#286734' %}
+ {% assign color_light = '#82C342' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Finance & HCM' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Finance+%26+HCM.svg' %}
+ {% assign product_alt = 'Anthology Finance & HCM' %}
+ {% assign color_main = '#82C342' %}
+ {% assign color_dark = '#539542' %}
+ {% assign color_light = '#C9BD2E' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Payroll' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Payroll.svg' %}
+ {% assign product_alt = 'Anthology Payroll' %}
+ {% assign color_main = '#82C342' %}
+ {% assign color_dark = '#000000' %}
+ {% assign color_light = '#82C342' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Academic Economics' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Academic+Economics.svg' %}
+ {% assign product_alt = 'Anthology Academic Economics' %}
+ {% assign color_main = '#82C342' %}
+ {% assign color_dark = '#000000' %}
+ {% assign color_light = '#286734' %}
+{% elsif course.properties.product_names_for_course_cards == 'Blackboard Learn' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/BBLearn.svg' %}
+ {% assign product_alt = 'Blackboard Learn' %}
+ {% assign color_main = '#1BA8E1' %}
+ {% assign color_dark = '#027BB6' %}
+ {% assign color_light = '#1BA8E1' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Ally' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Ally.svg' %}
+ {% assign product_alt = 'Anthology Ally' %}
+ {% assign color_main = '#1BA8E1' %}
+ {% assign color_dark = '#1BA8E1' %}
+ {% assign color_light = '#A3DBDC' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Course Evaluations' %}
+ {% assign product_logo = 'https://s3.amazonaws.com/static.northpass.com/anthology/Course+Evaluations.svg' %}
+ {% assign product_alt = 'Anthology Course Evaluations' %}
+ {% assign color_main = '#1BA8E1' %}
+ {% assign color_dark = '#004C6D' %}
+ {% assign color_light = '#027BB6' %}
+{%- comment -%} NEED DIFF IMG FORMAT FOR THIS ONE {%- endcomment -%}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Evaluate' %}
+ {% assign product_logo = 'blank' %}
+ {% assign color_main = '#1BA8E1' %}
+ {% assign color_dark = '#027BB6' %}
+ {% assign color_light = '#A3DBDC' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Portfolio' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Portfolio.svg' %}
+ {% assign product_alt = 'Anthology Portfolio' %}
+ {% assign color_main = '#1BA8E1' %}
+ {% assign color_dark = '#0090A1' %}
+ {% assign color_light = '#5CC6CC' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Program Review' %}
+ {% assign product_logo = 'https://s3.amazonaws.com/static.northpass.com/anthology/Program+Review.svg' %}
+ {% assign product_alt = 'Anthology Program Review' %}
+ {% assign color_main = '#1BA8E1' %}
+ {% assign color_dark = '#027BB6' %}
+ {% assign color_light = '#5CC6CC' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Planning' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Planning.svg' %}
+ {% assign product_alt = 'Anthology Planning' %}
+ {% assign color_main = '#1BA8E1' %}
+ {% assign color_dark = '#000000' %}
+ {% assign color_light = '#004C6D' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology Accreditation' %}
+ {% assign product_logo = 'https://cdn.northpass.io/anthology/Accreditation.svg' %}
+ {% assign product_alt = 'Anthology Accreditation' %}
+ {% assign color_main = '#1BA8E1' %}
+ {% assign color_dark = '#0090A1' %}
+ {% assign color_light = '#1BA8E1' %}
+{% elsif course.properties.product_names_for_course_cards == 'Anthology 101' %}
+ {% assign product_logo = 'blank' %}
+ {% assign color_main = '#7F59A5' %}
+ {% assign color_dark = '#573376' %}
+ {% assign color_light = '#7F59A5' %}
+{% elsif course.properties.product_names_for_course_cards == 'Academy Use & Navigation' %}
+ {% assign product_logo = 'blank' %}
+ {% assign color_main = '#7F59A5' %}
+ {% assign color_dark = '#6283C2' %}
+ {% assign color_light = '#87ADDB' %}
+{% elsif course.properties.product_names_for_course_cards == 'Data Strategy' %}
+ {% assign product_logo = 'blank' %}
+ {% assign color_main = '#7F59A5' %}
+ {% assign color_dark = '#000000' %}
+ {% assign color_light = '#573376' %}
+{% elsif course.properties.product_names_for_course_cards == 'Faculty Development' %}
+ {% assign product_logo = 'blank' %}
+ {% assign color_main = '#7F59A5' %}
+ {% assign color_dark = '#7F59A5' %}
+ {% assign color_light = '#AA7FB8' %}
+{% elsif course.properties.product_names_for_course_cards == 'Power BI' %}
+ {% assign product_logo = 'blank' %}
+ {% assign color_main = '#7F59A5' %}
+ {% assign color_dark = '#573376' %}
+ {% assign color_light = '#87ADDB' %}
+{% elsif course.properties.product_names_for_course_cards == 'Professional Development' %}
+ {% assign product_logo = 'blank' %}
+ {% assign color_main = '#7F59A5' %}
+ {% assign color_dark = '#000000' %}
+ {% assign color_light = '#87ADDB' %}
+{% else %}
+ {% assign product_logo = 'blank' %}
+ {% assign color_main = '#DCE4E9' %}
+ {% assign color_dark = '#747A7B' %}
+ {% assign color_light = '#B2B7BA' %}
+{% endif %}
+
+{% unless flag == 'dashboard' %}
+ {% assign flag = '' %}
+{% endunless %}
+
+
+{% assign allCats = '' %}
+{% for category in course.categories %}
+ {% assign allCats = allCats | append: category.name | append: ' || '%}
+{% endfor %}
+
+
{%- comment -%} Catalog is not used in this school. The "catalog" is the set of unstarted enrolled courses shown at the homepage {%- endcomment -%}
-
+
+ {% comment %} row row-with-thumbnails {% endcomment %}
{% for course in courses.enrolled %}
{%- comment -%} {% unless course.progress > 0 %}
{% endunless %} {%- endcomment -%}
{%- comment -%} {% include "cards_course" with course, flag: 'catalog' %} {%- endcomment -%}
- {% include "cards_course" with course, flag: 'null' %}
+ {% if current_person.email contains '+preview' or current_person.email == 'kfelton@anthology.com'%}
+ {% include "cards_course_revamped" with course, flag: 'null' %}
+ {% else %}
+ {% include "cards_course" with course, flag: 'null' %}
+ {% endif %}
{% endfor %}
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_filter_by_category.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_filter_by_category.html.liquid
index 51f6f212..032ab0df 100644
--- a/Custom_Templates/customer_templates/Anthology - Production/_filter_by_category.html.liquid
+++ b/Custom_Templates/customer_templates/Anthology - Production/_filter_by_category.html.liquid
@@ -5,29 +5,89 @@
type="text"
name="category-filter-dropdown"
id="category-filter-dropdown"
- onchange="filterCatalog()"
+ onchange="filterByCategory()"
>
{% assign sorted_categories = current_school.filterable_categories | sort: "name" %}
-
All Categories
+
All Categories
-
All Categories
{% for category in sorted_categories %}
-
{{ category.name }}
+ {% assign renderCat = false %}
+
+ {% for course in courses.enrolled %}
+ {% for course_category in course.categories %}
+ {% if course_category.id == category.id %}
+ {% assign renderCat = true %}
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+
+ {% comment %} Need to iterate over all filterable categories, target all searched cards, check if cat exists, render if found {% endcomment %}
+
+ {% comment %} Need to generate category entires dynamically? Might not be possible because liquid is server side. Would need to pull all cats before load but all Searched Results after render {% endcomment %}
+
+ {%if renderCat %}
+
{{ category.name }}
+ {% endif %}
{% endfor %}
-
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_filter_by_product.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_filter_by_product.html.liquid
index c6653e79..d8ac1901 100644
--- a/Custom_Templates/customer_templates/Anthology - Production/_filter_by_product.html.liquid
+++ b/Custom_Templates/customer_templates/Anthology - Production/_filter_by_product.html.liquid
@@ -7,7 +7,7 @@
id="product-filter-dropdown"
onchange="filterByProduct()"
>
-
Product
+
All Products
@@ -64,35 +64,67 @@
for(let i = 0; i < allLearning.length; i++){
if(event.target.value == 'Default'){
- if(!allLearning[i].classList.contains('hidden-by-search')){
- allLearning[i].style.display = 'block';
- }
- allLearning[i].classList.remove('filtered')
- } else {
+ // if(!allLearning[i].classList.contains('hidden-by-search')){
+ // allLearning[i].style.display = 'block';
+ // }
+
+ allLearning[i].style.display = 'block';
+ allLearning[i].classList.remove('hidden-by-product');
+ allLearning[i].classList.remove('filtered');
+ } else {
if(allLearning[i].dataset.product != event.target.value){
allLearning[i].style.display = 'none';
+ allLearning[i].classList. add('hidden-by-product');
allLearning[i].classList.add('filtered');
} else {
- if(!allLearning[i].classList.contains('hidden-by-search')){
- allLearning[i].style.display = 'block';
- }
+ // if(!allLearning[i].classList.contains('hidden-by-search')){
+ // allLearning[i].style.display = 'block';
+ // }
+ allLearning[i].style.display = 'block';
+ allLearning[i].classList.remove('hidden-by-product');
allLearning[i].classList.remove('filtered');
};
- };
};
- // for(let i = 0; i < popular.length; i++){
- // if(event.target.value == 'Default'){
- // popular[i].style.display = 'block';
- // } else {
- // if(popular[i].dataset.product != event.target.value){
- // popular[i].style.display = 'none';
- // } else {
- // popular[i].style.display = 'block';
- // };
- // };
- // };
- }
+ console.log($("#product-filter-dropdown > option:selected").text());
+
+
+
+ let allCategoryFiltersProduct = document.querySelectorAll('.category-filter-entry');
+ let allSearchedResultsProduct = document.querySelectorAll('.course-card');
+
+ for(let i = 1; i < allCategoryFiltersProduct.length; i++){
+ allCategoryFiltersProduct[i].style.display = 'block';
+ }
+
+ for(let i = 1; i < allCategoryFiltersProduct.length; i++){
+ let catFound = false;
+
+ for(let j = 0; j < allSearchedResultsProduct.length; j++){
+
+ if(allSearchedResultsProduct[j].dataset.categories.indexOf(allCategoryFiltersProduct[i].getAttribute('value')) > -1){
+ if(allSearchedResultsProduct[j].style.display == 'block'){
+ catFound = true;
+ }
+ }
+ }
+
+ if(!catFound){
+ allCategoryFiltersProduct[i].style.display = 'none';
+ } else {
+ allCategoryFiltersProduct[i].style.display = 'block';
+ }
+
+ $('#category-filter-dropdown > option:nth-child(1)').attr('selected', true);
+
+ // Last step is to return cat dropdown to always be all cats on product selection
+ // This will prevent cats that shouldnt be present from remaining selected
+
+ // $('#category-filter-dropdown > option:nth-child(1)').text('All Categories');
+ $('#category-filter-dropdown').val('Default');
+ }
+ };
+ }
{% elsif page == 'Dashboard' %}
if(allProductTypesDash.length > 1){
allProductTypesDash.map((product) => {
@@ -121,8 +153,6 @@
if(event.target.value == 'Default'){
inProgressCourses[i].style.display = 'block';
} else {
- //console.log(event.target.value)
- //console.log(inProgressCourses[i].dataset.product)
if(inProgressCourses[i].dataset.product != event.target.value){
inProgressCourses[i].style.display = 'none';
} else {
@@ -135,7 +165,6 @@
if(event.target.value == 'Default'){
completedCourses[i].style.display = 'block';
} else {
- console.log(completedCourses[i].dataset.product)
if(completedCourses[i].dataset.product != event.target.value){
completedCourses[i].style.display = 'none';
} else {
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_header.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_header.html.liquid
index 48146e4d..3cd374d7 100644
--- a/Custom_Templates/customer_templates/Anthology - Production/_header.html.liquid
+++ b/Custom_Templates/customer_templates/Anthology - Production/_header.html.liquid
@@ -161,7 +161,7 @@
{% endfor %}
{%- endcomment -%}
-
+ {% comment %}
{% for link in navigations.sub_navigation %}
{% unless link.label == 'Catalog' or link.label == 'Learning Paths' %}
@@ -174,7 +174,7 @@
{% endunless %}
{% endfor %}
-
+
{% endcomment %}
{%- comment -%} Desktop Search Box {%- endcomment -%}
{% if current_person.signed_in? %}
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_product_bar.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_product_bar.html.liquid
new file mode 100644
index 00000000..aed490b0
--- /dev/null
+++ b/Custom_Templates/customer_templates/Anthology - Production/_product_bar.html.liquid
@@ -0,0 +1,97 @@
+
+
+
+ Browse By Product
+
+
+
+ {% assign subscription_levels = current_person.properties.subscription_levels | split: "," %}
+
+ {% for subscription_level in subscription_levels %}
+ {% assign name_level_pair = subscription_level | split: ":"%}
+ {% assign product_sub_level = name_level_pair | slice: 1 | strip %}
+ {% include "profile_logo_calculator", product: name_level_pair[0] %}
+ {% comment %}
+ {% endcomment %}
+ {% endfor %}
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_profile_card.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_profile_card.html.liquid
index 0add6bca..264c322c 100644
--- a/Custom_Templates/customer_templates/Anthology - Production/_profile_card.html.liquid
+++ b/Custom_Templates/customer_templates/Anthology - Production/_profile_card.html.liquid
@@ -67,22 +67,22 @@
{% assign product_sub_level = name_level_pair | slice: 1 | strip %}
{% if product_sub_level contains 'Essential' %}
-
- {% include "profile_logo_calculator", product: name_level_pair[0] %}
- {%- comment -%}
+ {% include "profile_logo_calculator", product: name_level_pair[0] %}
+ {%- comment -%}
+
{{ name_level_pair[0] }}
- {%- endcomment -%}
- {%- comment -%}
+
+
{{ name_level_pair[1] }}
- {%- endcomment -%}
- {%- comment -%} {% if '{{name_level_pair[1]}}' == 'ESS' %}
+
+ {% if '{{name_level_pair[1]}}' == 'ESS' %}
Essential
{% elsif '{{name_level_pair[1]}}' == 'ENH' %}
Enhanced
{% elsif '{{name_level_pair[1]}}' == 'ENH+' %}
Enhanced Plus
- {% endif %} {%- endcomment -%}
-
+ {% endif %}
+ {%- endcomment -%}
{% endif %}
{% endfor %}
@@ -110,22 +110,9 @@
{% if product_sub_level contains 'Enhanced' %}
{% unless product_sub_level contains 'Enhanced+' %}
-
- {% include "profile_logo_calculator", product: name_level_pair[0] %}
- {%- comment -%}
- {{ name_level_pair[0] }}
- {%- endcomment -%}
- {%- comment -%}
- {{ name_level_pair[1] }}
- {%- endcomment -%}
- {%- comment -%} {% if '{{name_level_pair[1]}}' == 'ESS' %}
- Essential
- {% elsif '{{name_level_pair[1]}}' == 'ENH' %}
- Enhanced
- {% elsif '{{name_level_pair[1]}}' == 'ENH+' %}
- Enhanced Plus
- {% endif %} {%- endcomment -%}
-
+ {% include "profile_logo_calculator", product: name_level_pair[0] %}
+ {% comment %}
+ {% endcomment %}
{% endunless %}
{% endif %}
{% endfor %}
@@ -151,22 +138,9 @@
{% assign product_sub_level = name_level_pair | slice: 1 | strip %}
{% if product_sub_level contains 'Enhanced+' %}
-
- {% include "profile_logo_calculator", product: name_level_pair[0] %}
- {%- comment -%}
- {{ name_level_pair[0] }}
- {%- endcomment -%}
- {%- comment -%}
- {{ name_level_pair[1] }}
- {%- endcomment -%}
- {%- comment -%} {% if '{{name_level_pair[1]}}' == 'ESS' %}
- Essential
- {% elsif '{{name_level_pair[1]}}' == 'ENH' %}
- Enhanced
- {% elsif '{{name_level_pair[1]}}' == 'ENH+' %}
- Enhanced Plus
- {% endif %} {%- endcomment -%}
-
+ {% include "profile_logo_calculator", product: name_level_pair[0] %}
+ {% comment %}
+ {% endcomment %}
{% endif %}
{% endfor %}
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_profile_logo_calculator.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_profile_logo_calculator.html.liquid
index 888b55bf..744b05e4 100644
--- a/Custom_Templates/customer_templates/Anthology - Production/_profile_logo_calculator.html.liquid
+++ b/Custom_Templates/customer_templates/Anthology - Production/_profile_logo_calculator.html.liquid
@@ -2,69 +2,101 @@
{% if product_name contains 'Reach' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Reach.svg' %}
+ {% assign product_query = 'Reach' %}
{% elsif product_name contains 'Radius' %}
{% assign product_logo = 'blank' %}
+ {% assign product_query = 'Radius' %}
{% elsif product_name contains 'Engage' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Engage.svg' %}
+ {% assign product_query = 'Engage' %}
{% elsif product_name contains 'Beacon' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Beacon.svg' %}
+ {% assign product_query = 'Beacon' %}
{% elsif product_name contains 'Milestone' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Milestone.svg' %}
+ {% assign product_query = 'Milestone' %}
{% elsif product_name contains 'Occupation Insight' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Occupation+Insight.svg' %}
+ {% assign product_query = 'Occupation Insight' %}
{% elsif product_name contains 'Raise' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Raise.svg' %}
+ {% assign product_query = 'Raise' %}
{% elsif product_name contains 'Digital Assistant' %}
{% assign product_logo = 'https://s3.amazonaws.com/static.northpass.com/anthology/Digital+Assistant.svg' %}
+ {% assign product_query = 'Digital Assistant' %}
{% elsif product_name contains 'Baseline' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Baseline.svg' %}
+ {% assign product_query = 'Baseline' %}
{% elsif product_name contains 'Encompass' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Encompass.svg' %}
+ {% assign product_query = 'Encompass' %}
{% elsif product_name contains 'Talisma' %}
{% assign product_logo = 'blank' %}
+ {% assign product_query = 'Talisma' %}
{% elsif product_name contains 'Student' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Student.svg' %}
+ {% assign product_query = 'Student' %}
{% elsif product_name contains 'CVue' %}
{% assign product_logo = 'blank' %}
+ {% assign product_query = 'CVue' %}
{% elsif product_name contains 'Insight' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Insight.svg' %}
+ {% assign product_query = 'Insight' %}
{% elsif product_name contains 'Finance & HCM' %}
{% assign product_logo = 'https://s3.amazonaws.com/static.northpass.com/anthology/Finance+%26+HCM.svg' %}
+ {% assign product_query = 'Finance & HCM' %}
{% elsif product_name contains 'Payroll' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Payroll.svg' %}
+ {% assign product_query = 'Payroll' %}
{% elsif product_name contains 'Academic Economics' %}
{% assign product_logo = 'https://s3.amazonaws.com/static.northpass.com/anthology/Academic+Economics.svg' %}
+ {% assign product_query = 'Academic Economics' %}
{% elsif product_name contains 'Blackboard Learn' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/BBLearn.svg' %}
+ {% assign product_query = 'Blackboard Learn' %}
{% elsif product_name contains 'Ally' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Ally.svg' %}
+ {% assign product_query = 'Ally' %}
{% elsif product_name contains 'Course Evaluations' %}
{% assign product_logo = 'https://s3.amazonaws.com/static.northpass.com/anthology/Course+Evaluations.svg' %}
+ {% assign product_query = 'Course Evaluations' %}
{%- comment -%} NEED DIFF IMG FORMAT FOR THIS ONE {%- endcomment -%}
{% elsif product_name contains 'Evaluate' %}
{% assign product_logo = 'blank' %}
+ {% assign product_query = 'Evaluate' %}
{% elsif product_name contains 'Portfolio' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Portfolio.svg' %}
+ {% assign product_query = 'Portfolio' %}
{% elsif product_name contains 'Program Review' %}
{% assign product_logo = 'https://s3.amazonaws.com/static.northpass.com/anthology/Program+Review.svg' %}
+ {% assign product_query = 'Program Review' %}
{% elsif product_name contains 'Planning' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Planning.svg' %}
+ {% assign product_query = 'Planning' %}
{% elsif product_name contains 'Accreditation' %}
{% assign product_logo = 'https://cdn.northpass.io/anthology/Accreditation.svg' %}
+ {% assign product_query = 'Accreditation' %}
{% elsif product_name contains '101' %}
{% assign product_logo = 'blank' %}
+ {% assign product_query = '101' %}
{% elsif product_name contains 'Academy Use & Navigation' %}
{% assign product_logo = 'blank' %}
+ {% assign product_query = 'Academy Use & Navigation' %}
{% elsif product_name contains 'Data Strategy' %}
{% assign product_logo = 'blank' %}
+ {% assign product_query = 'Data Strategy' %}
{% elsif product_name contains 'Faculty Development' %}
{% assign product_logo = 'blank' %}
+ {% assign product_query = 'Faculty Development' %}
{% elsif product_name contains 'Power BI' %}
{% assign product_logo = 'blank' %}
+ {% assign product_query = 'Power BI' %}
{% elsif product_name contains 'Professional Development' %}
{% assign product_logo = 'blank' %}
+ {% assign product_query = 'Professional Development' %}
{% else %}
{% assign product_logo = 'blank' %}
+ {% assign product_query = 'blank' %}
{% endif %}
{% comment %} {% if product_logo contains 'blank' %}
@@ -78,7 +110,11 @@
{% endif %} {% endcomment %}
{% unless product_logo contains 'blank' %}
-
-
-
+
+
+
+
+
+
+
{% endunless %}
diff --git a/Custom_Templates/customer_templates/Anthology - Production/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_sub_navigation.html.liquid
index 2fe4c5f9..d5d64997 100644
--- a/Custom_Templates/customer_templates/Anthology - Production/_sub_navigation.html.liquid
+++ b/Custom_Templates/customer_templates/Anthology - Production/_sub_navigation.html.liquid
@@ -1,4 +1,4 @@
-
+{% comment %}
{% for link in navigations.sub_navigation %}
{% unless link.label == 'Catalog' or link.label == 'Learning Paths' %}
@@ -12,4 +12,18 @@
{% endunless %}
{% endfor %}
-
+ {% endcomment %}
+
+
+ {% for link in navigations.sub_navigation %}
+ {% unless link.label == 'Catalog' or link.label == 'Learning Paths' %}
+
+ {% endunless %}
+ {% endfor %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Anthology - Production/dashboard.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/dashboard.html.liquid
index b60be675..b1f0486f 100644
--- a/Custom_Templates/customer_templates/Anthology - Production/dashboard.html.liquid
+++ b/Custom_Templates/customer_templates/Anthology - Production/dashboard.html.liquid
@@ -1,6 +1,12 @@
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.enrolled %}
-
+{% include "sub_navigation" %}
+{% comment %} {% if current_person.email contains '+preview' or current_person.email == 'kfelton@anthology.com'%}
+ {% assign sub_levels_length = current_person.properties.subscription_levels | size %}
+ {% if sub_levels_length > 0 %}
+ {% include "product_bar" %}
+ {% endif %}
+{% endif %} {% endcomment %}
{% include "profile_card" %}
diff --git a/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid
index 4aac7a55..e153f135 100644
--- a/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid
+++ b/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid
@@ -52,6 +52,14 @@
+
+{% if current_person.email contains '+preview' or current_person.email == 'kfelton@anthology.com'%}
+ {% assign sub_levels_length = current_person.properties.subscription_levels | size %}
+ {% if sub_levels_length > 0 %}
+ {% include "product_bar" %}
+ {% endif %}
+{% endif %}
+