From 728dc962cc023313257b71c2d016aef6dd19ca55 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Fri, 27 Oct 2023 17:41:59 -0400 Subject: [PATCH] Papa and Walmart Notes. Anthology and HackerRank templates. --- .../_cards_course.html.liquid | 58 +- .../_cards_training_event.html.liquid | 0 .../_course_desktop_view.html.liquid | 8 +- .../_course_header.html.liquid | 36 +- .../_course_mobile_view.html.liquid | 0 .../_course_progress_and_cta.html.liquid | 14 +- .../_courses_catalog.html.liquid | 2 +- .../_courses_index_completed.html.liquid | 8 +- .../_courses_index_in_prog.html.liquid | 8 +- .../_dropdown_courses.html.liquid | 0 .../_filter_by_category.html.liquid | 2 +- .../_filter_by_product.html.liquid | 93 ++-- .../_footer.html.liquid | 100 ++++ .../_head.html.liquid | 0 .../_header.html.liquid | 90 ++++ .../_popular_courses_non_carousel.html.liquid | 4 +- .../_popup_additional_info.html.liquid | 503 ++++++++++++++++++ .../_profile_card.html.liquid | 318 +++++++++++ .../_profile_logo_calculator.html.liquid | 8 +- .../_resources.html.liquid | 0 .../_sub_navigation.html.liquid | 0 .../_training_events_dashboard.html.liquid | 0 .../_training_events_index.html.liquid | 2 +- .../_training_events_zero_state.html.liquid | 0 .../dashboard.html.liquid | 78 ++- .../homepage.html.liquid | 371 +++++++++++++ .../learning_paths.html.liquid | 0 .../search.html.liquid | 28 + .../sign-up-follow-up.html.liquid | 1 + .../sign_up.html.liquid | 124 +++++ .../styles.css.liquid | 40 +- .../training_events.html.liquid | 0 .../_cards_course.html.liquid | 0 .../_cards_course_non_carousel.html.liquid | 0 .../_cards_training_event.html.liquid | 0 .../_course_progress_and_cta.html.liquid | 0 .../_courses_catalog.html.liquid | 0 .../_courses_index_completed.html.liquid | 0 .../_courses_index_in_prog.html.liquid | 0 .../_dropdown_courses.html.liquid | 0 .../_filter_by_category.html.liquid | 0 .../_filter_by_product.html.liquid | 0 .../_filter_dropdown.html.liquid | 0 .../_head.html.liquid | 0 .../_header.html.liquid | 0 .../_header_default.html.liquid | 0 .../_popular_courses_carousel.html.liquid | 0 .../_popular_courses_non_carousel.html.liquid | 0 .../_profile_card.html.liquid | 0 .../_profile_logo_calculator.html.liquid | 0 .../_resources.html.liquid | 0 .../_sub_navigation.html.liquid | 0 .../_training_events_dashboard.html.liquid | 0 .../_training_events_index.html.liquid | 0 .../_training_events_zero_state.html.liquid | 0 .../dashboard.html.liquid | 0 .../homepage.html.liquid | 0 .../learning_paths.html.liquid | 0 .../styles.css.liquid | 0 .../training_events.html.liquid | 0 .../_cards_course_non_carousel.html.liquid | 54 -- .../_profile_card.html.liquid | 192 ------- .../Anthology-Production/homepage.html.liquid | 225 -------- .../_popular_courses_carousel.html.liquid | 42 -- .../_sub_navigation.html.liquid | 2 +- .../new-product-releases.html.liquid | 193 +++++++ CustomerNotes/Anthology/Anthology.md | 25 + CustomerNotes/Glassdoor/Glassdoor.md | 11 +- CustomerNotes/Papa/Papa.md | 31 ++ CustomerNotes/Walmart/Walmart.md | 32 ++ 70 files changed, 2085 insertions(+), 618 deletions(-) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_cards_course.html.liquid (83%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_cards_training_event.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_course_desktop_view.html.liquid (97%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_course_header.html.liquid (64%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_course_mobile_view.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_course_progress_and_cta.html.liquid (80%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_courses_catalog.html.liquid (96%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Prod}/_courses_index_completed.html.liquid (93%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Prod}/_courses_index_in_prog.html.liquid (93%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_dropdown_courses.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_filter_by_category.html.liquid (95%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_filter_by_product.html.liquid (56%) create mode 100644 Custom_Templates/customer_templates/Anthology Academy - Prod/_footer.html.liquid rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_head.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_header.html.liquid (73%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_popular_courses_non_carousel.html.liquid (87%) create mode 100644 Custom_Templates/customer_templates/Anthology Academy - Prod/_popup_additional_info.html.liquid create mode 100644 Custom_Templates/customer_templates/Anthology Academy - Prod/_profile_card.html.liquid rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Prod}/_profile_logo_calculator.html.liquid (90%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_resources.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_sub_navigation.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_training_events_dashboard.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Prod}/_training_events_index.html.liquid (97%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/_training_events_zero_state.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/dashboard.html.liquid (82%) create mode 100644 Custom_Templates/customer_templates/Anthology Academy - Prod/homepage.html.liquid rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/learning_paths.html.liquid (100%) create mode 100644 Custom_Templates/customer_templates/Anthology Academy - Prod/search.html.liquid create mode 100644 Custom_Templates/customer_templates/Anthology Academy - Prod/sign-up-follow-up.html.liquid create mode 100644 Custom_Templates/customer_templates/Anthology Academy - Prod/sign_up.html.liquid rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/styles.css.liquid (81%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Prod}/training_events.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_cards_course.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_cards_course_non_carousel.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_cards_training_event.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_course_progress_and_cta.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_courses_catalog.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Sandbox}/_courses_index_completed.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Sandbox}/_courses_index_in_prog.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_dropdown_courses.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_filter_by_category.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_filter_by_product.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_filter_dropdown.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_head.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_header.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_header_default.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Sandbox}/_popular_courses_carousel.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_popular_courses_non_carousel.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_profile_card.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Sandbox}/_profile_logo_calculator.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_resources.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_sub_navigation.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_training_events_dashboard.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Production => Anthology Academy - Sandbox}/_training_events_index.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/_training_events_zero_state.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/dashboard.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/homepage.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/learning_paths.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/styles.css.liquid (100%) rename Custom_Templates/customer_templates/{Anthology-Sandbox => Anthology Academy - Sandbox}/training_events.html.liquid (100%) delete mode 100644 Custom_Templates/customer_templates/Anthology-Production/_cards_course_non_carousel.html.liquid delete mode 100644 Custom_Templates/customer_templates/Anthology-Production/_profile_card.html.liquid delete mode 100644 Custom_Templates/customer_templates/Anthology-Production/homepage.html.liquid delete mode 100644 Custom_Templates/customer_templates/Anthology-Sandbox/_popular_courses_carousel.html.liquid create mode 100644 Custom_Templates/customer_templates/HackerRank External/new-product-releases.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology-Production/_cards_course.html.liquid b/Custom_Templates/customer_templates/Anthology Academy - Prod/_cards_course.html.liquid similarity index 83% rename from Custom_Templates/customer_templates/Anthology-Production/_cards_course.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy - Prod/_cards_course.html.liquid index ee9276fe..456e25c4 100644 --- a/Custom_Templates/customer_templates/Anthology-Production/_cards_course.html.liquid +++ b/Custom_Templates/customer_templates/Anthology Academy - Prod/_cards_course.html.liquid @@ -1,5 +1,6 @@ {% 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' %} @@ -10,41 +11,49 @@ {% 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' %} @@ -55,6 +64,7 @@ {% 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' %} @@ -65,36 +75,43 @@ {% 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://cdn.northpass.io/anthology/Course+Evaluations.svg' %} + {% 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' %} @@ -106,21 +123,25 @@ {% 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://cdn.northpass.io/anthology/Program+Review.svg' %} + {% 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' %} @@ -170,13 +191,13 @@ {% endunless %} {%- endcomment -%}
{% if product_logo != 'blank' %} - + {% else %} Anthology {% endif %} @@ -231,7 +252,7 @@
- {{course.properties.course_duration}} left + {%- comment -%} {{course.properties.course_duration}} left {%- endcomment -%}
{% else %} @@ -239,21 +260,31 @@ {% t shared.progress, count: course.progress %} {%- endcomment -%}
- {{course.properties.course_duration}} duration + {%- comment -%} {{course.properties.course_duration}} duration {%- endcomment -%}
{% endif %} - + {% if course.progress > 0 and course.progress < 100 %} Continue {% else %} View {% endif %} - {%- comment -%} {% t shared.view %} {%- endcomment -%} + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Anthology-Production/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Anthology Academy - Prod/_course_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology-Production/_course_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy - Prod/_course_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology-Production/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Anthology Academy - Prod/_course_progress_and_cta.html.liquid similarity index 80% rename from Custom_Templates/customer_templates/Anthology-Production/_course_progress_and_cta.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy - Prod/_course_progress_and_cta.html.liquid index 6c305980..58bdaca8 100644 --- a/Custom_Templates/customer_templates/Anthology-Production/_course_progress_and_cta.html.liquid +++ b/Custom_Templates/customer_templates/Anthology Academy - Prod/_course_progress_and_cta.html.liquid @@ -1,4 +1,4 @@ -{% assign shell_redirect_url = course.properties.external_course_url %} +{% assign external_course_url = course.properties.external_course_url %}
@@ -18,13 +18,19 @@
-{% if shell_redirect_url %} +{% if external_course_url != '' %} - View Course + {% if course.started? == false %} + {% t shared.course.start, key: current_school.course_vocabulary %} + {% elsif course.completed? %} + {% t shared.course.view, key: current_school.course_vocabulary %} + {% else %} + {% t shared.continue %} + {% endif %} {% else %} {% if course.learner_can_retake? %} diff --git a/Custom_Templates/customer_templates/Anthology-Production/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_catalog.html.liquid similarity index 96% rename from Custom_Templates/customer_templates/Anthology-Production/_courses_catalog.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_catalog.html.liquid index 44fad45f..789858d3 100644 --- a/Custom_Templates/customer_templates/Anthology-Production/_courses_catalog.html.liquid +++ b/Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_catalog.html.liquid @@ -5,7 +5,7 @@
{% for course in courses.enrolled %} {% unless course.progress > 0 %} -
+
{%- comment -%} {% include "cards_course" with course, flag: 'catalog' %} {%- endcomment -%} {% include "cards_course" with course, flag: 'null' %}
diff --git a/Custom_Templates/customer_templates/Anthology-Sandbox/_courses_index_completed.html.liquid b/Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_index_completed.html.liquid similarity index 93% rename from Custom_Templates/customer_templates/Anthology-Sandbox/_courses_index_completed.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_index_completed.html.liquid index 96d1a053..9c063da9 100644 --- a/Custom_Templates/customer_templates/Anthology-Sandbox/_courses_index_completed.html.liquid +++ b/Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_index_completed.html.liquid @@ -5,7 +5,7 @@ {% endif %} {% endfor %} -{% if totalCountCompleted > 3 %} +{%- comment -%} {% if totalCountCompleted > 3 %} {% else %} -{% endif %} +{% endif %} {%- endcomment -%}
Completed
@@ -39,7 +39,7 @@ {% endif %}> {% for course in courses.enrolled %} {% if course.progress == 100 %} -
+
{% include "cards_course" with course, flag:'completed' %}
{% endif %} @@ -53,7 +53,7 @@ style="padding: 0;"> {% for course in courses.enrolled %} {% if course.progress == 100 %} -
+
{% if outerClass == "dashboard-courses-index" %} {% include "cards_course" with course, flag: 'dashboard' %} {% else %} diff --git a/Custom_Templates/customer_templates/Anthology-Sandbox/_courses_index_in_prog.html.liquid b/Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_index_in_prog.html.liquid similarity index 93% rename from Custom_Templates/customer_templates/Anthology-Sandbox/_courses_index_in_prog.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_index_in_prog.html.liquid index 90ee473a..af80b8b2 100644 --- a/Custom_Templates/customer_templates/Anthology-Sandbox/_courses_index_in_prog.html.liquid +++ b/Custom_Templates/customer_templates/Anthology Academy - Prod/_courses_index_in_prog.html.liquid @@ -21,9 +21,9 @@
{% else %} {% endif %} {%- endcomment -%} -
+{%- comment -%}
In Progress -
+
{%- endcomment -%} {%- comment -%}