From d82db4e6ca94db9f2b31aa07ef65775a49424230 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Tue, 10 Jun 2025 15:06:56 -0400 Subject: [PATCH] HowardHanna header, DeepL languages, Tasks, Pipedrive templates, Chubb script. --- Custom_Templates/customer_templates/.DS_Store | Bin 20484 -> 22532 bytes .../DeepL/styles.css.liquid | 12 ++- .../Howard-Hanna/custom_page.html (1).liquid | 20 ---- .../_agent_resources.html.liquid | 0 .../_allen_tate_resources.html.liquid | 2 +- .../_buildingRelationships.html.liquid | 0 .../_calendar.html.liquid | 0 .../_calendar_custom_page.html.liquid | 0 .../HowardHanna/_catalog_filters.html.liquid | 24 +++++ .../_catalog_search_form.html.liquid | 0 .../_certificates_info_column.html.liquid | 4 + .../_certificates_metadata.html.liquid | 59 +++++++++++ .../_certificates_preview.html.liquid | 35 +++++++ .../_certificates_top_bar.html.liquid | 60 +++++++++++ .../_certificates_verification.html.liquid | 15 +++ .../_checklists.html.liquid | 0 .../_checklists_and_resources.html.liquid | 0 .../_course.html.liquid | 0 .../_course_category.html.liquid | 0 .../_course_library.html.liquid | 0 ..._course_version_outdated_alert.html.liquid | 7 ++ ..._course_version_outdated_popup.html.liquid | 33 ++++++ .../_double_url_resources.html.liquid | 0 .../_events.html copy.liquid | 0 .../_events.html.liquid | 0 .../_events_empty.html copy.liquid | 0 .../_events_empty.html.liquid | 0 .../_events_list_item.html copy.liquid | 0 .../_events_list_item.html.liquid | 0 .../HowardHanna/_filters.html.liquid | 24 +++++ .../_footer.html.liquid | 0 .../_footer_rand.html.liquid | 0 .../HowardHanna/_head.html.liquid | 6 ++ .../_header.html.liquid | 6 +- .../_header_at.html.liquid | 3 + .../_header_hh.html.liquid | 0 .../_header_rand.html.liquid | 10 +- .../_hero_image.html.liquid | 0 .../HowardHanna/_learning_path.html.liquid | 38 +++++++ .../_learning_path_banners.html.liquid | 5 + .../_learning_path_certificate.html.liquid | 17 +++ ...rning_path_certificate_content.html.liquid | 19 ++++ ...learning_path_completed_banner.html.liquid | 13 +++ .../_learning_path_cover_content.html.liquid | 59 +++++++++++ .../_learning_path_cover_header.html.liquid | 16 +++ .../_learning_path_filters.html.liquid | 24 +++++ ...arning_path_new_content_banner.html.liquid | 12 +++ .../_marketing.html.liquid | 0 .../_my_content_header.html.liquid | 0 .../HowardHanna/_my_paths.html.liquid | 22 ++++ .../_no_filter.html.liquid | 0 .../_openHouses.html.liquid | 0 .../_recordings.html.liquid | 0 .../_search_form.html.liquid | 0 .../_styles_at.html.liquid | 0 .../_styles_hh.html.liquid | 0 .../_styles_rand.html.liquid | 0 .../_training_event.html.liquid | 0 .../_training_session.html.liquid | 0 .../_upcoming_webinars.html.liquid | 0 .../_virtual_workshops.html.liquid | 0 .../_winEveryListing.html.liquid | 0 .../_workingWithBuyers.html.liquid | 0 ...rkshops_and_events_custom_page.html.liquid | 0 .../course_cover.html.liquid | 0 .../HowardHanna/course_details.html.liquid | 97 ++++++++++++++++++ .../HowardHanna/course_index.html.liquid | 22 ++++ .../HowardHanna/custom_javascript.html.liquid | 0 .../custom_javascript_v1.html.liquid | 0 .../custom_javascript_v2.html.liquid | 0 .../custom_javascript_v3.html.liquid | 0 .../custom_page.html.liquid | 0 .../discover_events.html.liquid | 0 .../homepage.html.liquid | 0 .../learning_path_cover.html.liquid | 9 ++ .../learning_path_details.html.liquid | 64 ++++++++++++ .../learning_path_summary.html.liquid | 10 ++ .../learning_paths_index.html.liquid | 16 +++ .../HowardHanna/login.html.liquid | 41 ++++++++ .../my_content.html.liquid | 0 .../HowardHanna/not_found.html.liquid | 12 +++ .../private_certificate.html.liquid | 9 ++ .../public_certificate.html.liquid | 9 ++ .../HowardHanna/server_error.html.liquid | 12 +++ .../styles.css.liquid | 0 .../training_session_show.html.liquid | 0 .../Pipedrive - Learn/course.html.liquid | 6 +- Scripts/API_Tests/bulk_invite_and_props.py | 2 +- Tasks.md | 3 + 89 files changed, 821 insertions(+), 36 deletions(-) delete mode 100644 Custom_Templates/customer_templates/Howard-Hanna/custom_page.html (1).liquid rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_agent_resources.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_allen_tate_resources.html.liquid (99%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_buildingRelationships.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_calendar.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_calendar_custom_page.html.liquid (100%) create mode 100644 Custom_Templates/customer_templates/HowardHanna/_catalog_filters.html.liquid rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_catalog_search_form.html.liquid (100%) create mode 100644 Custom_Templates/customer_templates/HowardHanna/_certificates_info_column.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/_certificates_metadata.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/_certificates_preview.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/_certificates_top_bar.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/_certificates_verification.html.liquid rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_checklists.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_checklists_and_resources.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_course.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_course_category.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_course_library.html.liquid (100%) create mode 100644 Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_alert.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_popup.html.liquid rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_double_url_resources.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_events.html copy.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_events.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_events_empty.html copy.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_events_empty.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_events_list_item.html copy.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_events_list_item.html.liquid (100%) create mode 100644 Custom_Templates/customer_templates/HowardHanna/_filters.html.liquid rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_footer.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_footer_rand.html.liquid (100%) create mode 100644 Custom_Templates/customer_templates/HowardHanna/_head.html.liquid rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_header.html.liquid (97%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_header_at.html.liquid (99%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_header_hh.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_header_rand.html.liquid (99%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_hero_image.html.liquid (100%) create mode 100644 Custom_Templates/customer_templates/HowardHanna/_learning_path.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/_learning_path_banners.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate_content.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/_learning_path_completed_banner.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_content.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_header.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/_learning_path_filters.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/_learning_path_new_content_banner.html.liquid rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_marketing.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_my_content_header.html.liquid (100%) create mode 100644 Custom_Templates/customer_templates/HowardHanna/_my_paths.html.liquid rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_no_filter.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_openHouses.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_recordings.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_search_form.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_styles_at.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_styles_hh.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_styles_rand.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_training_event.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_training_session.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_upcoming_webinars.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_virtual_workshops.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_winEveryListing.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_workingWithBuyers.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/_workshops_and_events_custom_page.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/course_cover.html.liquid (100%) create mode 100644 Custom_Templates/customer_templates/HowardHanna/course_details.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/course_index.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/custom_javascript.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/custom_javascript_v1.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/custom_javascript_v2.html.liquid rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/custom_javascript_v3.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/custom_page.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/discover_events.html.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/homepage.html.liquid (100%) create mode 100644 Custom_Templates/customer_templates/HowardHanna/learning_path_cover.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/learning_path_details.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/learning_path_summary.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/learning_paths_index.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/login.html.liquid rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/my_content.html.liquid (100%) create mode 100644 Custom_Templates/customer_templates/HowardHanna/not_found.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/private_certificate.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/public_certificate.html.liquid create mode 100644 Custom_Templates/customer_templates/HowardHanna/server_error.html.liquid rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/styles.css.liquid (100%) rename Custom_Templates/customer_templates/{Howard-Hanna => HowardHanna}/training_session_show.html.liquid (100%) diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store index 7c557de6dd3f3b72dc3855db686e47bcaa019698..b999acb04d936d13f94ec211ef54cf6de5c5a406 100644 GIT binary patch delta 266 zcmZo!z}T{ZQJ8^&fzhcn#gKs^0LbJ3;(&?5HjL~W16Ua+7dxoQvjK%z8G;$I8A=&4 z8B%i64TF>Oa|?i?3=AxK0?ncqW#kq79O=ggD&eSCSCAYO_9 XNl(u3nK=2Ni|FPVuCYu=cEkbzuY5;n delta 401 zcmZqKz}T{YQJ8^&fzhcn#gKu)1IXk6VvmW!HjLaG16Ua+FSM7P9A+=h$ToSMo6h8E z?t+tT9c(uXGJRv6*ucA)or8sg(PQ#5_sYq&jB=ZK1v2;-b1MiihD;V<)Z1)jV9!<0 z12i?Cp`0O+p@<=cK^MqNWXJ=;#GG`);N<+=0-${i47}5#fh10~x%n4#Ys(O#EnO005CIUtItI diff --git a/Custom_Templates/customer_templates/DeepL/styles.css.liquid b/Custom_Templates/customer_templates/DeepL/styles.css.liquid index 7345b7a8..7a3ceef6 100644 --- a/Custom_Templates/customer_templates/DeepL/styles.css.liquid +++ b/Custom_Templates/customer_templates/DeepL/styles.css.liquid @@ -22,7 +22,7 @@ body { background: #fff; } -.lang-en, .lang-fr, .lang-de, .lang-es { +.lang-en, .lang-fr, .lang-de, .lang-es, .lang-jp { display: none !important; } @@ -30,6 +30,10 @@ body[data-lang="en"] .lang-en { display: block !important; } +body[data-lang="jp"] .lang-jp { + display: block !important; +} + body[data-lang="fr"] .lang-fr { display: block !important; } @@ -288,13 +292,13 @@ section { } #loader-overlay { - display: none; + display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; - background: rgba(0, 0, 0, 0.5); + background: rgba(0, 0, 0, 0.5); z-index: 9999; align-items: center; justify-content: center; @@ -318,7 +322,7 @@ section { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } -@media only screen and (max-width: 900px) { +@media only screen and (max-width: 900px) { .filters-container { flex-wrap: wrap; } diff --git a/Custom_Templates/customer_templates/Howard-Hanna/custom_page.html (1).liquid b/Custom_Templates/customer_templates/Howard-Hanna/custom_page.html (1).liquid deleted file mode 100644 index 57aeff68..00000000 --- a/Custom_Templates/customer_templates/Howard-Hanna/custom_page.html (1).liquid +++ /dev/null @@ -1,20 +0,0 @@ -{% assign rand_realty_groups = "8f637c703ec45ac5dec70ee9517155aa0d9775c2,613932dbeb1595c00b78de8d1860a3bfdb479b22,176629fa82da1d03f3d58c81e751e61b9836a46d,91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb,e9d26fef9adb61c4b523a273aba18c35d40b7a94,a468fb6f64f5af9757d7f60891d2240c7ea43c1e,9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e,32ada17825448e171287f0c7625e2ad1ed051b0f" | split:","%} -{% assign isAllenTate = false %} -{% assign isHowardHanna = false %} -{% assign isRandRealty = false %} -{% for group in current_person.groups %} - {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} - {% assign isAllenTate = true %} - {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or - group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} - {% assign isHowardHanna = true %} - {% elsif rand_realty_groups contains group.enrollment_code %} - {% assign isRandRealty = true %} - {% endif %} -{% endfor %} - -{% if custom_page.content contains "this is calendar" %} - {% include "calendar_custom_page" %} -{% elsif custom_page.content contains "these are workshops and events" %} - {% include "workshops_and_events_custom_page" %} -{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_agent_resources.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_agent_resources.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_agent_resources.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_agent_resources.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_allen_tate_resources.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_allen_tate_resources.html.liquid similarity index 99% rename from Custom_Templates/customer_templates/Howard-Hanna/_allen_tate_resources.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_allen_tate_resources.html.liquid index 1162752d..48f0ffd9 100644 --- a/Custom_Templates/customer_templates/Howard-Hanna/_allen_tate_resources.html.liquid +++ b/Custom_Templates/customer_templates/HowardHanna/_allen_tate_resources.html.liquid @@ -112,7 +112,7 @@ title: "Winner's Edge Annual Calendar", description: "See the Winner's Edge dates for this year", link_description: "View", - link: "https://docs.google.com/presentation/d/1WIkbg9llt9juhSsYqTL53Z4Nt_HKnFMv_YqH0fiwjQ4/edit?usp=sharing" + link: "https://docs.google.com/presentation/d/1W45YgEY_ZnnynvDthkgICv1r6yek0n4q62ujzl5R3Ys/edit?usp=sharing" %} {% diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_buildingRelationships.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_buildingRelationships.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_buildingRelationships.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_buildingRelationships.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_calendar.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_calendar.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_calendar.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_calendar.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_calendar_custom_page.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_calendar_custom_page.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_calendar_custom_page.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_calendar_custom_page.html.liquid diff --git a/Custom_Templates/customer_templates/HowardHanna/_catalog_filters.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_catalog_filters.html.liquid new file mode 100644 index 00000000..e995f619 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_catalog_filters.html.liquid @@ -0,0 +1,24 @@ +{% if current_school.filtering_enabled? and current_person.filterable_catalog_categories.count > 0 %} +
+ {% t .filter_by_category %}: +
    +
  • + {% if query_parameter_value %} + {% capture reset_filters_route %}{{ routes.school_website_catalog_search_path }}?q={{ query_parameter_value }}{% endcapture %} + {% else %} + {% assign reset_filters_route = routes.school_website_catalog_path %} + {% endif %} + + {% t .all %} + +
  • + {% for filterable_category in current_person.filterable_catalog_categories %} +
  • + + {{ filterable_category.name }} + +
  • + {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_catalog_search_form.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_catalog_search_form.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_catalog_search_form.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_catalog_search_form.html.liquid diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
+ {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
+
+ +
+ + {% if certificate.issuer_name_enabled? %} + +
+ {% endif %} + + +
+ +
+
diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
+
+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..abc69e31 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_certificates_top_bar.html.liquid @@ -0,0 +1,60 @@ +
+
+
+

+ {{certificate.certificate_name}} +

+
+
+ {% if certificate.linkedin_sharing_enabled and current_person.signed_in? and certificate.learner_uuid == current_person.id %} + + + {% t .share %} + + {% endif %} + + {% if certificate.generating_pdf %} +
+ +
+ {% else %} + + {% t .download %} + + {% endif %} +
+
+
+ + diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
+
+
+ +
+
+

+ {{certificate.verification_title}} +

+

+ {{certificate.verification_description}} +

+
+
+
diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_checklists.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_checklists.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_checklists.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_checklists.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_checklists_and_resources.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_checklists_and_resources.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_checklists_and_resources.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_checklists_and_resources.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_course.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_course.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_course.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_course_category.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course_category.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_course_category.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_course_category.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_course_library.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course_library.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_course_library.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_course_library.html.liquid diff --git a/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_alert.html.liquid @@ -0,0 +1,7 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..71795884 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
+
+ + +
+
diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_double_url_resources.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_double_url_resources.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_double_url_resources.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_double_url_resources.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_events.html copy.liquid b/Custom_Templates/customer_templates/HowardHanna/_events.html copy.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_events.html copy.liquid rename to Custom_Templates/customer_templates/HowardHanna/_events.html copy.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_events.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_events.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_events.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_events.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_events_empty.html copy.liquid b/Custom_Templates/customer_templates/HowardHanna/_events_empty.html copy.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_events_empty.html copy.liquid rename to Custom_Templates/customer_templates/HowardHanna/_events_empty.html copy.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_events_empty.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_events_empty.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_events_empty.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_events_empty.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_events_list_item.html copy.liquid b/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html copy.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_events_list_item.html copy.liquid rename to Custom_Templates/customer_templates/HowardHanna/_events_list_item.html copy.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_events_list_item.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_events_list_item.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_events_list_item.html.liquid diff --git a/Custom_Templates/customer_templates/HowardHanna/_filters.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_filters.html.liquid new file mode 100644 index 00000000..3521bd2f --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_filters.html.liquid @@ -0,0 +1,24 @@ +{% if current_school.filtering_enabled? and current_person.filterable_categories.count > 0 %} +
+ {% t .filter_by_category %}: +
    +
  • + {% if query_parameter_value %} + {% capture reset_filters_route %}{{ routes.school_website_search_path }}?q={{ query_parameter_value }}{% endcapture %} + {% else %} + {% assign reset_filters_route = routes.my_content_path %} + {% endif %} + + {% t .all %} + +
  • + {% for filterable_category in current_person.filterable_categories %} +
  • + + {{ filterable_category.name }} + +
  • + {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_footer.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_footer.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_footer.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_footer.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_footer_rand.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_footer_rand.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_footer_rand.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_footer_rand.html.liquid diff --git a/Custom_Templates/customer_templates/HowardHanna/_head.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_head.html.liquid new file mode 100644 index 00000000..4f4adea8 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_head.html.liquid @@ -0,0 +1,6 @@ + + + +{% if current_school.has_custom_styles? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_header.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_header.html.liquid similarity index 97% rename from Custom_Templates/customer_templates/Howard-Hanna/_header.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_header.html.liquid index 76c462d4..7ee6ffb2 100644 --- a/Custom_Templates/customer_templates/Howard-Hanna/_header.html.liquid +++ b/Custom_Templates/customer_templates/HowardHanna/_header.html.liquid @@ -1,4 +1,4 @@ -{%- comment -%} +{%- comment -%} BHG Rand Realty - Mortgage 8f637c703ec45ac5dec70ee9517155aa0d9775c2 Howard Hanna | Rand Realty 613932dbeb1595c00b78de8d1860a3bfdb479b22 Howard Hanna Rand Realty 176629fa82da1d03f3d58c81e751e61b9836a46d @@ -17,7 +17,7 @@ {% for group in current_person.groups %} {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} {% assign isAllenTate = true %} - {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or + {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} {% assign isHowardHanna = true %} {% elsif rand_realty_groups contains group.enrollment_code %} @@ -34,4 +34,4 @@ {% elsif isRandRealty %} {% include "header_rand" %} {% endif %} -{% endfor %} +{% endfor %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_header_at.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_header_at.html.liquid similarity index 99% rename from Custom_Templates/customer_templates/Howard-Hanna/_header_at.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_header_at.html.liquid index fdecf273..c1e4c8bb 100644 --- a/Custom_Templates/customer_templates/Howard-Hanna/_header_at.html.liquid +++ b/Custom_Templates/customer_templates/HowardHanna/_header_at.html.liquid @@ -174,6 +174,9 @@ + diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_header_hh.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_header_hh.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_header_hh.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_header_hh.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_header_rand.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_header_rand.html.liquid similarity index 99% rename from Custom_Templates/customer_templates/Howard-Hanna/_header_rand.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_header_rand.html.liquid index 89fe44aa..a590fcf6 100644 --- a/Custom_Templates/customer_templates/Howard-Hanna/_header_rand.html.liquid +++ b/Custom_Templates/customer_templates/HowardHanna/_header_rand.html.liquid @@ -105,7 +105,7 @@ Affiliated Learning Links -
+
@@ -150,7 +150,7 @@
-{%- comment -%} +{%- comment -%}
  • Checklists & Resources @@ -373,7 +373,7 @@ } .live-workshops:hover .survey-tooltip { - visibility: visible; + visibility: visible; } .survey-tooltip:hover { @@ -397,5 +397,5 @@ line-height: 2; padding: 10px 20px; } - - + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_hero_image.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_hero_image.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_hero_image.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_hero_image.html.liquid diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path.html.liquid new file mode 100644 index 00000000..c79788d0 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path.html.liquid @@ -0,0 +1,38 @@ +
  • +
    + + {% if current_school.filtering_enabled? and current_school.learning_paths_enabled? %} + + {{ learning_path.learning_path_category_names }} + + {% endif %} +

    + {% if current_person.enrolled_in_learning_path? %} + {{ learning_path.name }} + {% else %} + {{ learning_path.name }} + {% endif %} +

    +

    {{ learning_path.instructor_names }}

    +

    {{ learning_path.progress_text }}

    + {% if current_person.enrolled_in_learning_path? %} + + {{ learning_path.go_to_label }} + + {% else %} + + {{ learning_path.view_label }} + + {% endif %} +
    +
  • diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_banners.html.liquid new file mode 100644 index 00000000..11a1810c --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_banners.html.liquid @@ -0,0 +1,5 @@ +{% if learning_path.new_content_available? %} + {% include "learning_path_new_content_banner" %} +{% else %} + {% include "learning_path_completed_banner" %} +{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate.html.liquid new file mode 100644 index 00000000..3a282c5e --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate.html.liquid @@ -0,0 +1,17 @@ +{% if learning_path.has_certificate? %} + {% if learning_path.certificate_completed? %} +
    + +
    + {% include "learning_path_certificate_content" %} +
    +
    + {% else %} +
    + {% include "learning_path_certificate_content" %} +
    + {% endif %} +{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate_content.html.liquid new file mode 100644 index 00000000..3feafd59 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_certificate_content.html.liquid @@ -0,0 +1,19 @@ +
    + +

    + {{ learning_path.certificate_name }} +

    + {% if learning_path.certificate_completed? %} + + {% endif %} +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_completed_banner.html.liquid new file mode 100644 index 00000000..38fc9a5e --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_completed_banner.html.liquid @@ -0,0 +1,13 @@ +
    + +
    +

    {% t .headline %}

    +

    {% t .description %}

    +
    + {% if learning_path.certificate_link %} + {% t .actions.certificate %} + {% endif %} + {% t .actions.more_courses %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_content.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_content.html.liquid new file mode 100644 index 00000000..75e05208 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_content.html.liquid @@ -0,0 +1,59 @@ +

    {% t .title %}

    + +{% learning_path_next_step_button learning_path, class: "uk-button uk-float-right completion-button" %} + +

    {{ learning_path.name }}

    +
    + +
    +
    +
    + +
    +
    + +
    +

    {% t .about_label %}

    +

    {{ learning_path.description }}

    + {% if learning_path.has_instructors? %} +

    {{ learning_path.instructors_title }}

    +
    + {% for instructor in learning_path.instructors %} +
    +
    + {{ instructor.name }} +

    {{ instructor.name }}

    +
    {{ instructor.title }}
    +
    +
    {{ instructor.bio }}
    +
    + {% endfor %} +
    + {% endif %} +
    +
    +

    {{ learning_path.progress_text }}

    + {{ learning_path.progress_bar }} + +

    {% t .outline_label %}

    +
      + {% for item in learning_path.items %} +
    1. + {{ item.progress_icon }} + {% learning_path_item item %} + {{ item.type_icon }} + {{ item.name }} + {% if item.optional? %} + optional + {% endif %} + {% endlearning_path_item %} +
    2. + {% endfor %} +
    + {% include "learning_path_certificate" %} +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_header.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_header.html.liquid new file mode 100644 index 00000000..c6c7c080 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_cover_header.html.liquid @@ -0,0 +1,16 @@ +
    +
    + +
    +
    + {% if current_school.logo_url %} + + {% else %} + {{ current_school.name }} + {% endif %} +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_filters.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_filters.html.liquid new file mode 100644 index 00000000..328f1047 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_filters.html.liquid @@ -0,0 +1,24 @@ +{% if current_school.filtering_enabled? and current_school.learning_paths_enabled? and current_person.filterable_learning_path_categories.count > 0 %} +
    + {% t .filter_by_category %}: +
      +
    • + {% if query_parameter_value %} + {% capture reset_filters_route %}{{ routes.school_website_search_path }}?q={{ query_parameter_value }}{% endcapture %} + {% else %} + {% assign reset_filters_route = routes.my_content_path %} + {% endif %} + + {% t .all %} + +
    • + {% for filterable_category in current_person.filterable_learning_path_categories %} +
    • + + {{ filterable_category.name }} + +
    • + {% endfor %} +
    +
    +{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path_new_content_banner.html.liquid new file mode 100644 index 00000000..2bc02d46 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_learning_path_new_content_banner.html.liquid @@ -0,0 +1,12 @@ +
    +
    +

    {% t .headline %}

    +

    {% t .description %}

    +
    + {% learning_path_next_step_button learning_path, class: "np-learning-path-banner-action np-learning-path-banner-action--primary" %} + {% if learning_path.certificate_link %} + {% t .actions.view_certificate %} + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_marketing.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_marketing.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_marketing.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_marketing.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_my_content_header.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_my_content_header.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_my_content_header.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_my_content_header.html.liquid diff --git a/Custom_Templates/customer_templates/HowardHanna/_my_paths.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_my_paths.html.liquid new file mode 100644 index 00000000..56a914a1 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/_my_paths.html.liquid @@ -0,0 +1,22 @@ +
    +

    {{ my_content.learning_paths_headline }}

    +

    {{ my_content.learning_paths_subheadline }}

    +
    +
    + {% include "learning_path_filters" with "" %} + {% if current_school.filtering_enabled? and current_school.learning_paths_enabled? and current_person.filterable_learning_path_categories.count > 0 %} +
    + {% else %} +
    + {% endif %} +
      + {% if my_content.learning_paths.any? %} + {% for learning_path in my_content.learning_paths %} + {% include "learning_path" %} + {% endfor %} + {% else %} +

      {{ my_content.empty_learning_paths }}

      + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_no_filter.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_no_filter.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_no_filter.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_no_filter.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_openHouses.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_openHouses.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_openHouses.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_openHouses.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_recordings.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_recordings.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_recordings.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_recordings.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_search_form.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_search_form.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_search_form.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_search_form.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_styles_at.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_styles_at.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_styles_at.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_styles_at.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_styles_hh.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_styles_hh.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_styles_hh.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_styles_hh.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_styles_rand.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_styles_rand.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_styles_rand.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_styles_rand.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_training_event.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_training_event.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_training_event.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_training_event.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_training_session.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_training_session.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_training_session.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_training_session.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_upcoming_webinars.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_upcoming_webinars.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_upcoming_webinars.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_upcoming_webinars.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_virtual_workshops.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_virtual_workshops.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_virtual_workshops.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_virtual_workshops.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_winEveryListing.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_winEveryListing.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_winEveryListing.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_winEveryListing.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_workingWithBuyers.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_workingWithBuyers.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_workingWithBuyers.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_workingWithBuyers.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_workshops_and_events_custom_page.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_workshops_and_events_custom_page.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/_workshops_and_events_custom_page.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/_workshops_and_events_custom_page.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/course_cover.html.liquid b/Custom_Templates/customer_templates/HowardHanna/course_cover.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/course_cover.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/course_cover.html.liquid diff --git a/Custom_Templates/customer_templates/HowardHanna/course_details.html.liquid b/Custom_Templates/customer_templates/HowardHanna/course_details.html.liquid new file mode 100644 index 00000000..f1cb3d8a --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/course_details.html.liquid @@ -0,0 +1,97 @@ +
    +

    {{ course.name }}

    +
    + +
    +
    +
    +
    + {% if course.promo_video_embed %} +
    + {{ course.promo_video_embed }} +
    + {% else %} + {{ course.name }} + {% endif %} +
    + +
    +
    + {{ course.short_description }} +
    + + {% if current_person.enrolled_in_course? %} + {{ course.go_to_label }} + {% elsif course.payment_required? %} + + {{ course.buy_label }} - {{ course.formatted_price }} + + {% else %} +
    + +
    + {% endif %} + + {% unless current_school.disable_social_share? %} +
    + {{ course.social_links }} +
    + {% endunless %} +
    +
    +
    +
    + +
    +
    +
    +

    {{ course.outline_label }}

    +
    + {% for section in course.published_sections %} +
    +

    {{ section.name }}

    +
      + {% for activity in section.activities %} +
    1. + {{ activity.title }} +
    2. + {% endfor %} +
    +
    + {% endfor %} +
    +
    +
    +

    {{ course.about_label }}

    +
    + {{ course.full_description }} +
    + {% if course.instructors.count > 0 %} +

    {% pluralize course.instructors.count, .instructor_bio_title %}

    + {% for instructor in course.instructors %} +
    +
    +
    + {{ instructor.name }} +
    +
    +
    +
    + {% if instructor.name or instructor.title %} +

    {% if instructor.name %}{{ instructor.name }}{% endif %}{% if instructor.title %}, {{ instructor.title }}{% endif %}

    + {% endif %} + {{ instructor.bio }} +
    +
    +
    + {% endfor %} + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/course_index.html.liquid b/Custom_Templates/customer_templates/HowardHanna/course_index.html.liquid new file mode 100644 index 00000000..02f13d10 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/course_index.html.liquid @@ -0,0 +1,22 @@ +
    + {% if course_catalog.headline or course_catalog.subheadline %} +
    + {% if courses %} +

    {{ course_catalog.headline }}

    + + {% else %} +

    {{ course_catalog.headline_empty_collection }}

    + + {% endif %} +
    + {% endif %} +
    +
      + {% for course in courses %} + {% include "course" %} + {% endfor %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/custom_javascript.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_javascript.html.liquid new file mode 100644 index 00000000..e69de29b diff --git a/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v1.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v1.html.liquid new file mode 100644 index 00000000..e69de29b diff --git a/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v2.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v2.html.liquid new file mode 100644 index 00000000..e69de29b diff --git a/Custom_Templates/customer_templates/Howard-Hanna/custom_javascript_v3.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v3.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/custom_javascript_v3.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/custom_javascript_v3.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/custom_page.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_page.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/custom_page.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/custom_page.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/discover_events.html.liquid b/Custom_Templates/customer_templates/HowardHanna/discover_events.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/discover_events.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/discover_events.html.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/homepage.html.liquid b/Custom_Templates/customer_templates/HowardHanna/homepage.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/homepage.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/homepage.html.liquid diff --git a/Custom_Templates/customer_templates/HowardHanna/learning_path_cover.html.liquid b/Custom_Templates/customer_templates/HowardHanna/learning_path_cover.html.liquid new file mode 100644 index 00000000..43f9d65b --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/learning_path_cover.html.liquid @@ -0,0 +1,9 @@ +{% include "learning_path_cover_header" %} + +{% if preview_banner %} + {{ preview_banner }} +{% endif %} + +
    + {% include "learning_path_cover_content" %} +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/learning_path_details.html.liquid b/Custom_Templates/customer_templates/HowardHanna/learning_path_details.html.liquid new file mode 100644 index 00000000..0d9ea089 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/learning_path_details.html.liquid @@ -0,0 +1,64 @@ +
    +

    + {{ learning_path.name }} +

    +
    + +
    +
    +
    +
    + {{ learning_path.name }} +
    + +
    +
    + {{ learning_path.description }} +
    + + {% learning_path_next_step_button learning_path, class: "uk-button uk-button-primary uk-button-large" %} +
    +
    +
    +
    + +
    +
    +
    +

    {{ learning_path.outline_label }}

    +
    + {% for item in learning_path.items %} +
    +

    {{ item.name }}

    +
    + {% endfor %} +
    +
    +
    +

    {{ learning_path.about_label }}

    +
    + {{ learning_path.description }} +
    + {% if learning_path.instructors.count > 0 %} +

    {% pluralize learning_path.instructors.count, .instructor_bio_title %}

    + {% for instructor in learning_path.instructors %} +
    +
    +
    + {{ instructor.name }} +
    +
    +
    +
    + {% if instructor.name or instructor.title %} +

    {% if instructor.name %}{{ instructor.name }}{% endif %}{% if instructor.title %}, {{ instructor.title }}{% endif %}

    + {% endif %} + {{ instructor.bio }} +
    +
    +
    + {% endfor %} + {% endif %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/HowardHanna/learning_path_summary.html.liquid new file mode 100644 index 00000000..768e5da0 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/learning_path_summary.html.liquid @@ -0,0 +1,10 @@ +{% include "learning_path_cover_header" %} + +{% if preview_banner %} + {{ preview_banner }} +{% endif %} + +
    + {% include "learning_path_banners" %} + {% include "learning_path_cover_content" %} +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/learning_paths_index.html.liquid b/Custom_Templates/customer_templates/HowardHanna/learning_paths_index.html.liquid new file mode 100644 index 00000000..86e4fca6 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/learning_paths_index.html.liquid @@ -0,0 +1,16 @@ +
    +
    +

    + {% t .discover_learning_paths %} +

    +
    +
    + +
    +
      + {% for learning_path in learning_paths %} + {% include "learning_path" %} + {% endfor %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/login.html.liquid b/Custom_Templates/customer_templates/HowardHanna/login.html.liquid new file mode 100644 index 00000000..e9111d33 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/login.html.liquid @@ -0,0 +1,41 @@ +
    +
    +

    {% t .title %}

    + +
    +
    + {% form_authenticity_token %} + +
    +
    + +
    +
    +
    + +
    +
    +

    + {% t .reset_password %} + {% if current_school.account_creation_enabled? %} +  |  + {% t .create_account %} + {% endif %} +

    +
    +
    +

    + {% if current_school.request_access_enabled? %} + {{ current_school.request_access_label }} + {% endif %} +

    +
    +
    +
    +
    +
    + diff --git a/Custom_Templates/customer_templates/Howard-Hanna/my_content.html.liquid b/Custom_Templates/customer_templates/HowardHanna/my_content.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/my_content.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/my_content.html.liquid diff --git a/Custom_Templates/customer_templates/HowardHanna/not_found.html.liquid b/Custom_Templates/customer_templates/HowardHanna/not_found.html.liquid new file mode 100644 index 00000000..13960aaf --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/not_found.html.liquid @@ -0,0 +1,12 @@ +
    +
    +

    {% t .headline %}

    +
    + +
    +
    +

    {% t .subheadline %}

    +

    {% t .home %}

    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/private_certificate.html.liquid b/Custom_Templates/customer_templates/HowardHanna/private_certificate.html.liquid new file mode 100644 index 00000000..408d364f --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/private_certificate.html.liquid @@ -0,0 +1,9 @@ +{% include "certificates_top_bar" %} +
    +
    +
    + {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/public_certificate.html.liquid b/Custom_Templates/customer_templates/HowardHanna/public_certificate.html.liquid new file mode 100644 index 00000000..408d364f --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/public_certificate.html.liquid @@ -0,0 +1,9 @@ +{% include "certificates_top_bar" %} +
    +
    +
    + {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
    +
    +
    diff --git a/Custom_Templates/customer_templates/HowardHanna/server_error.html.liquid b/Custom_Templates/customer_templates/HowardHanna/server_error.html.liquid new file mode 100644 index 00000000..d6a6c804 --- /dev/null +++ b/Custom_Templates/customer_templates/HowardHanna/server_error.html.liquid @@ -0,0 +1,12 @@ +
    +
    +

    {% t .headline %}

    +
    + +
    +
    +

    {% t .subheadline %}

    +

    {% t .home %}

    +
    +
    +
    diff --git a/Custom_Templates/customer_templates/Howard-Hanna/styles.css.liquid b/Custom_Templates/customer_templates/HowardHanna/styles.css.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/styles.css.liquid rename to Custom_Templates/customer_templates/HowardHanna/styles.css.liquid diff --git a/Custom_Templates/customer_templates/Howard-Hanna/training_session_show.html.liquid b/Custom_Templates/customer_templates/HowardHanna/training_session_show.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Howard-Hanna/training_session_show.html.liquid rename to Custom_Templates/customer_templates/HowardHanna/training_session_show.html.liquid diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/course.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/course.html.liquid index 7627285d..f8c5ddbc 100644 --- a/Custom_Templates/customer_templates/Pipedrive - Learn/course.html.liquid +++ b/Custom_Templates/customer_templates/Pipedrive - Learn/course.html.liquid @@ -1,7 +1,9 @@ diff --git a/Scripts/API_Tests/bulk_invite_and_props.py b/Scripts/API_Tests/bulk_invite_and_props.py index 8f233032..6995060f 100644 --- a/Scripts/API_Tests/bulk_invite_and_props.py +++ b/Scripts/API_Tests/bulk_invite_and_props.py @@ -11,7 +11,7 @@ HEADERS = { "X-Api-Key": APIKEY, } BASEURL = "https://api.northpass.com/v2/" -IMPORTFILE = "/Users/normrasmussen/Downloads/cisa-060225.csv" +IMPORTFILE = "/Users/normrasmussen/Downloads/cisa-61025.csv" def bulk_invite_and_group(): diff --git a/Tasks.md b/Tasks.md index d2278512..044a843b 100644 --- a/Tasks.md +++ b/Tasks.md @@ -15,6 +15,9 @@ - [X] Send Daniela instructions on how to update languages in templates. - 04-22-2025 ## Notes +DeepL - Had 5k target for new users in academy and are already at 7k. 1k certs awarded goal - currently at 740 +Need to create pipeline for connecting these metrics to dollars. +"Value Add" Service. Segmentation will help better understanding these metrics. ## Other Admin - [X] Await Lukasz direction on changing the Artera and Hanna University Looks once the new explores are created. - 04-24-2025