From 6edb965eefdd5ad3360033d5a3b4042c31c7f647 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Thu, 21 Aug 2025 15:40:52 -0400 Subject: [PATCH] Creating a script for Anthology to update all the names of their learner properties based on new subscription model. Downloaded and updated some templates for this same project. --- .../Anthology Academy Production/.DS_Store | Bin 6148 -> 0 bytes .../learning_paths.html.liquid | 13 - .../_account_avatar.html.liquid | 0 .../_account_desktop_view.html.liquid | 0 .../_account_form.html.liquid | 2 +- .../_account_mobile_view.html.liquid | 0 .../_browse_by_product.html.liquid | 0 .../_cards_course.html.liquid | 2 +- .../_cards_course_revamped.html.liquid | 2 +- .../_cards_learning_path.html.liquid | 6 +- .../_cards_searched_course.html.liquid | 345 +++++++++--------- .../_cards_training_event.html.liquid | 0 .../_certificates_info_column.html.liquid | 0 .../_certificates_metadata.html.liquid | 0 .../_certificates_preview.html.liquid | 0 .../_certificates_top_bar.html.liquid | 0 .../_certificates_verification.html.liquid | 0 .../_course_activity_locked.html.liquid | 0 .../_course_activity_unlocked.html.liquid | 0 .../_course_categories.html.liquid | 0 .../_course_description.html.liquid | 0 .../_course_desktop_view.html.liquid | 2 +- .../_course_events.html.liquid | 0 .../_course_header.html.liquid | 0 .../_course_instructors.html.liquid | 0 .../_course_mobile_view.html.liquid | 0 .../_course_outline.html.liquid | 0 .../_course_progress_and_cta.html.liquid | 0 ..._course_version_outdated_alert.html.liquid | 0 ..._course_version_outdated_popup.html.liquid | 0 .../_courses_catalog.html.liquid | 0 .../_courses_index.html.liquid | 0 .../_courses_index_completed.html.liquid | 0 .../_courses_index_in_prog.html.liquid | 0 .../_courses_zero_state.html.liquid | 0 .../_dropdown_courses.html.liquid | 0 .../_filter_by_category.html.liquid | 25 +- .../_filter_by_category_lp.html.liquid | 160 ++++++++ .../_filter_by_product.html.liquid | 49 ++- .../_filter_checkbox.html.liquid | 0 .../_filter_dropdown.html.liquid | 0 .../_filter_select.html.liquid | 0 .../_footer.html.liquid | 0 .../_head.html.liquid | 0 .../_header.html.liquid | 0 .../_header_minimal.html.liquid | 0 .../_learning_path_banners.html.liquid | 0 .../_learning_path_certificate.html.liquid | 0 ...rning_path_certificate_content.html.liquid | 0 ...learning_path_completed_banner.html.liquid | 0 .../_learning_path_course.html.liquid | 0 .../_learning_path_description.html.liquid | 0 ..._learning_path_desktop_content.html.liquid | 0 .../_learning_path_desktop_header.html.liquid | 0 .../_learning_path_desktop_view.html.liquid | 0 .../_learning_path_instructors.html.liquid | 0 .../_learning_path_mobile_content.html.liquid | 0 .../_learning_path_mobile_header.html.liquid | 0 .../_learning_path_mobile_view.html.liquid | 0 ...arning_path_new_content_banner.html.liquid | 0 .../_learning_path_outline.html.liquid | 0 ...learning_path_progress_and_cta.html.liquid | 0 ...ning_path_summary_desktop_view.html.liquid | 0 ...rning_path_summary_mobile_view.html.liquid | 0 ...learning_path_training_session.html.liquid | 0 .../_learning_paths_index.html.liquid | 3 +- .../_messages.html.liquid | 0 .../_popular_courses_non_carousel.html.liquid | 0 .../_popup_additional_info.html.liquid | 0 .../_product_bar.html.liquid | 0 .../_profile_card.html.liquid | 26 +- .../_profile_logo_calculator.html.liquid | 2 +- .../_resources.html.liquid | 0 .../_search_result.html.liquid | 0 .../_search_zero_state.html.liquid | 0 .../_sub_navigation.html.liquid | 2 +- .../_training_events_dashboard.html.liquid | 0 .../_training_events_filter.html.liquid | 8 - .../_training_events_index.html.liquid | 0 .../_training_events_zero_state.html.liquid | 0 .../_training_session_calendars.html.liquid | 0 .../_training_session_cta.html.liquid | 0 .../_training_session_date.html.liquid | 0 .../_training_session_description.html.liquid | 0 ..._training_session_desktop_view.html.liquid | 0 .../_training_session_details.html.liquid | 0 .../_training_session_header.html.liquid | 0 .../_training_session_mobile_view.html.liquid | 0 ...training_session_more_sessions.html.liquid | 0 .../_training_session_tile.html.liquid | 0 .../account.html.liquid | 0 .../auth_url_email.html.liquid | 0 .../auth_url_employee.html.liquid | 0 .../auth_url_phone_number.html.liquid | 0 .../auth_url_terms.html.liquid | 0 .../catalog.html.liquid | 0 .../course.html.liquid | 0 .../courses.html.liquid | 0 .../dashboard.html.liquid | 3 + .../forgot_password.html.liquid | 0 .../homepage.html.liquid | 0 .../learning_path.html.liquid | 1 + .../learning_path_summary.html.liquid | 0 .../learning_paths.html.liquid | 25 ++ .../login.html.liquid | 0 .../master.html.liquid | 0 .../not_found.html.liquid | 0 .../private_certificate.html.liquid | 0 .../public_certificate.html.liquid | 0 .../reset_password.html.liquid | 0 .../search.html.liquid | 0 .../sign-up-follow-up.html.liquid | 0 .../sign_up.html.liquid | 0 .../styles.css.liquid | 3 + .../training_events.html.liquid | 0 .../training_session.html.liquid | 0 .../training_session_attendance.html.liquid | 0 .../unsubscribe.html.liquid | 0 .../anthology-update-learner-props.py | 78 ++++ Tasks.md | 1 - 120 files changed, 533 insertions(+), 225 deletions(-) delete mode 100644 Custom_Templates/customer_templates/Anthology Academy Production/.DS_Store delete mode 100644 Custom_Templates/customer_templates/Anthology Academy Production/learning_paths.html.liquid rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_account_avatar.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_account_desktop_view.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_account_form.html.liquid (98%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_account_mobile_view.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_browse_by_product.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_cards_course.html.liquid (98%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_cards_course_revamped.html.liquid (98%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_cards_learning_path.html.liquid (91%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_cards_searched_course.html.liquid (73%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_cards_training_event.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_certificates_info_column.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_certificates_metadata.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_certificates_preview.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_certificates_top_bar.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_certificates_verification.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_course_activity_locked.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_course_activity_unlocked.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_course_categories.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_course_description.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_course_desktop_view.html.liquid (98%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_course_events.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_course_header.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_course_instructors.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_course_mobile_view.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_course_outline.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_course_progress_and_cta.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_course_version_outdated_alert.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_course_version_outdated_popup.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_courses_catalog.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_courses_index.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_courses_index_completed.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_courses_index_in_prog.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_courses_zero_state.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_dropdown_courses.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_filter_by_category.html.liquid (89%) create mode 100644 Custom_Templates/customer_templates/Anthology Academy/_filter_by_category_lp.html.liquid rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_filter_by_product.html.liquid (80%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_filter_checkbox.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_filter_dropdown.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_filter_select.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_footer.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_head.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_header.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_header_minimal.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_banners.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_certificate.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_certificate_content.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_completed_banner.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_course.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_description.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_desktop_content.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_desktop_header.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_desktop_view.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_instructors.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_mobile_content.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_mobile_header.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_mobile_view.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_new_content_banner.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_outline.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_progress_and_cta.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_summary_desktop_view.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_summary_mobile_view.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_path_training_session.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_learning_paths_index.html.liquid (80%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_messages.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_popular_courses_non_carousel.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_popup_additional_info.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_product_bar.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_profile_card.html.liquid (97%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_profile_logo_calculator.html.liquid (98%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_resources.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_search_result.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_search_zero_state.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_sub_navigation.html.liquid (94%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_events_dashboard.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_events_filter.html.liquid (83%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_events_index.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_events_zero_state.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_session_calendars.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_session_cta.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_session_date.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_session_description.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_session_desktop_view.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_session_details.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_session_header.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_session_mobile_view.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_session_more_sessions.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/_training_session_tile.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/account.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/auth_url_email.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/auth_url_employee.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/auth_url_phone_number.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/auth_url_terms.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/catalog.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/course.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/courses.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/dashboard.html.liquid (96%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/forgot_password.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/homepage.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/learning_path.html.liquid (91%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/learning_path_summary.html.liquid (100%) create mode 100644 Custom_Templates/customer_templates/Anthology Academy/learning_paths.html.liquid rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/login.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/master.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/not_found.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/private_certificate.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/public_certificate.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/reset_password.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/search.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/sign-up-follow-up.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/sign_up.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/styles.css.liquid (98%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/training_events.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/training_session.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/training_session_attendance.html.liquid (100%) rename Custom_Templates/customer_templates/{Anthology Academy Production => Anthology Academy}/unsubscribe.html.liquid (100%) create mode 100644 Scripts/API_Tests/anthology-update-learner-props.py diff --git a/Custom_Templates/customer_templates/Anthology Academy Production/.DS_Store b/Custom_Templates/customer_templates/Anthology Academy Production/.DS_Store deleted file mode 100644 index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 -
-
- {% t shared.learning_paths %} -
-
- {% t .subtitle %} -
- {% include "learning_paths_index", items: learning_paths.available %} -
- -{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Anthology Academy Production/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Anthology Academy/_account_avatar.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy Production/_account_avatar.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy/_account_avatar.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology Academy Production/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Anthology Academy/_account_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy Production/_account_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy/_account_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology Academy Production/_account_form.html.liquid b/Custom_Templates/customer_templates/Anthology Academy/_account_form.html.liquid similarity index 98% rename from Custom_Templates/customer_templates/Anthology Academy Production/_account_form.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy/_account_form.html.liquid index ddd264c2..742142db 100644 --- a/Custom_Templates/customer_templates/Anthology Academy Production/_account_form.html.liquid +++ b/Custom_Templates/customer_templates/Anthology Academy/_account_form.html.liquid @@ -1,7 +1,7 @@
{% t .header %}
- @@ -45,7 +45,7 @@
    {% assign subscription_levels = current_person.properties.subscription_levels | split: "," %} - + {% assign essentials_found_flag = false %} {% for subscription_level in subscription_levels %} {% assign name_level_pair = subscription_level | split: ":"%} @@ -57,7 +57,7 @@ {% if essentials_found_flag %}
    - Essential + Core
    {% endif %} @@ -65,16 +65,16 @@ {% for subscription_level in subscription_levels %} {% assign name_level_pair = subscription_level | split: ":"%} {% 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 -%}
  • {{ name_level_pair[0] }} - + {{ name_level_pair[1] }} - + {% if '{{name_level_pair[1]}}' == 'ESS' %} Essential {% elsif '{{name_level_pair[1]}}' == 'ENH' %} @@ -99,7 +99,7 @@ {% if enhanced_found_flag %}
    - Enhanced + Core
    {% endif %} @@ -128,7 +128,7 @@ {% if enhanced_plus_found_flag %}
    - Enhanced Plus + Premium
    {% endif %} @@ -136,7 +136,7 @@ {% for subscription_level in subscription_levels %} {% assign name_level_pair = subscription_level | split: ":"%} {% 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 %}
  • @@ -154,7 +154,7 @@ .profile-card-container{ margin-bottom: 45px; } - + /* .profile-card-wrapper{ background: #AA7FB8; border: 1px solid #EFEFEF; @@ -166,7 +166,7 @@ border: 1px solid #f2f4f5; box-shadow: 0 3px 5px rgba(0,0,0,.1); margin-bottom: 25px; - /* padding: 12px; + /* padding: 12px; padding-bottom: 32px; */ padding: 45px 0; width: 100%; @@ -181,8 +181,8 @@ .profile-bio-header{ border-bottom: 1px solid #D9D9D9; - font-size: 18px; - font-weight: 700; + font-size: 18px; + font-weight: 700; line-height: 25px; margin-bottom: 12px; padding-bottom: 8px; diff --git a/Custom_Templates/customer_templates/Anthology Academy Production/_profile_logo_calculator.html.liquid b/Custom_Templates/customer_templates/Anthology Academy/_profile_logo_calculator.html.liquid similarity index 98% rename from Custom_Templates/customer_templates/Anthology Academy Production/_profile_logo_calculator.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy/_profile_logo_calculator.html.liquid index 744b05e4..78904451 100644 --- a/Custom_Templates/customer_templates/Anthology Academy Production/_profile_logo_calculator.html.liquid +++ b/Custom_Templates/customer_templates/Anthology Academy/_profile_logo_calculator.html.liquid @@ -42,7 +42,7 @@ {% 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' %} +{% elsif product_name contains 'Finance & HCM' or product_name contains 'Finance' or product_name contains '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' %} diff --git a/Custom_Templates/customer_templates/Anthology Academy Production/_resources.html.liquid b/Custom_Templates/customer_templates/Anthology Academy/_resources.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy Production/_resources.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy/_resources.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology Academy Production/_search_result.html.liquid b/Custom_Templates/customer_templates/Anthology Academy/_search_result.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy Production/_search_result.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy/_search_result.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology Academy Production/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Anthology Academy/_search_zero_state.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Anthology Academy Production/_search_zero_state.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy/_search_zero_state.html.liquid diff --git a/Custom_Templates/customer_templates/Anthology Academy Production/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Anthology Academy/_sub_navigation.html.liquid similarity index 94% rename from Custom_Templates/customer_templates/Anthology Academy Production/_sub_navigation.html.liquid rename to Custom_Templates/customer_templates/Anthology Academy/_sub_navigation.html.liquid index a2b3df4b..b290165c 100644 --- a/Custom_Templates/customer_templates/Anthology Academy Production/_sub_navigation.html.liquid +++ b/Custom_Templates/customer_templates/Anthology Academy/_sub_navigation.html.liquid @@ -16,7 +16,7 @@
- {% capture label %}{% t shared.filters.by_course %}{% endcapture %} - {% - include "filter_select", - filters: training_events.filters.courses, - key: "courses_uuid", - label: label - %} -