diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_course_desktop_view.html.liquid index aa39066e..c397c9e3 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_course_desktop_view.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_course_desktop_view.html.liquid @@ -1,28 +1,10 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign partners = false %} -{% assign redirect = false %} -{% assign both_gorups = false %} +{% assign log_out = true %} {% if current_person.signed_in? %} {% assign log_out = false %} - {% for group in current_person.groups %} - {% if group.name contains 'Partners' %} - {% assign partners = true %} - {% else %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endif %} - {% endfor %} -{% endif %} - -{% if omni and core %} - {% assign both_gorups = true %} {% endif %} +{%comment%} {% unless partners or both_gorups %} {% if core and course.name contains 'Omni' %} {% assign redirect = true %} @@ -30,8 +12,9 @@ {% assign redirect = true %} {% endif %} {% endunless %} +{% endcomment %} -{% if redirect %} +{% if log_out %} {% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_courses_catalog.html.liquid index 49acf7a1..d69956ac 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_courses_catalog.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_courses_catalog.html.liquid @@ -2,34 +2,9 @@
{% for course in courses.in_catalog %} {% if current_person.signed_in? %} - - {% if partners or both_gorups %} -
- {% include "cards_course" with course %} -
- {% else %} - {% if omni %} - {% if course.name contains 'Omni' %} -
- {% include "cards_course" with course %} -
- {% endif %} - {% elsif core %} - {% if course.name contains 'Core' %} -
- {% include "cards_course" with course %} -
- {% endif %} - {% else %} -
- {% include "cards_course" with course %} -
- {% endif %} - {% endif %} - {% else %} -
- {% include "cards_course" with course %} -
+
+ {% include "cards_course" with course %} +
{% endif %} {% endfor %}
diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_featured_courses.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_featured_courses.html.liquid index 0f18622e..5f556e6e 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_featured_courses.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_featured_courses.html.liquid @@ -1,63 +1,17 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign partners = false %} {% assign log_out = true %} -{% assign both_gorups = false %} {% if current_person.signed_in? %} {% assign log_out = false %} - {% for group in current_person.groups %} - {% if group.name contains 'Partners' %} - {% assign partners = true %} - {% else %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endif %} - {% endfor %} -{% endif %} - -{% if omni and core %} - {% assign both_gorups = true %} {% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_footer.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_footer.html.liquid index d207f156..08467e9d 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_footer.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_footer.html.liquid @@ -24,46 +24,24 @@ - {% elsif omni %} -
Empowering education for Connected Inventory Performance
-
-
-
- -
-
In-depth learning
-
Created by our subject matter experts.
-
-
-
- -
-
Always available
-
Choose when and what to learn at your own pace.
-
-
-
- -
-
Designed for everyone
-
From basic to advanced, courses for your whole team.
-
-
-
-
- -{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_desktop_content.html.liquid index 251211a4..83f76da0 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_desktop_content.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_learning_path_desktop_content.html.liquid @@ -1,39 +1,10 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign partners = false %} -{% assign redirect = false %} -{% assign both_gorups = false %} +{% assign log_out = true %} {% if current_person.signed_in? %} {% assign log_out = false %} - {% for group in current_person.groups %} - {% if group.name contains 'Partners' %} - {% assign partners = true %} - {% else %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endif %} - {% endfor %} -{% endif %} -{% if omni and core %} - {% assign both_gorups = true %} {% endif %} -{% unless partners or both_gorups %} - {% if partners %} - {% assign redirect = false %} - {% elsif core and learning_path.name contains 'Omni' %} - {% assign redirect = true %} - {% elsif omni and learning_path.name contains 'Core' %} - {% assign redirect = true %} - {% endif %} -{% endunless %} - - -{% if redirect %} +{% if log_out %} {% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_learning_paths_index.html.liquid index 64897f1e..0a47b30b 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_learning_paths_index.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_learning_paths_index.html.liquid @@ -1,17 +1,7 @@
{% if items.any? %} {% for learning_path in items %} - {% if partners or both_gorups %} {% include "cards_learning_path" with learning_path %} - {% elsif core %} - {% if learning_path.name contains 'Core' %} - {% include "cards_learning_path" with learning_path %} - {% endif %} - {% elsif omni %} - {% if learning_path.name contains 'Omni'%} - {% include "cards_learning_path" with learning_path %} - {% endif %} - {% endif %} {% endfor %} {% else %}
diff --git a/Custom_Templates/customer_templates/Cin7 Customers/_my_learning_paths_and_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Customers/_my_learning_paths_and_courses_carousel.html.liquid index 7e8b934c..13901495 100644 --- a/Custom_Templates/customer_templates/Cin7 Customers/_my_learning_paths_and_courses_carousel.html.liquid +++ b/Custom_Templates/customer_templates/Cin7 Customers/_my_learning_paths_and_courses_carousel.html.liquid @@ -1,34 +1,27 @@ - {% assign counter = 0 %} diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_account_avatar.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_account_avatar.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_account_avatar.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_account_avatar.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_account_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_account_desktop_view.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_account_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_account_form.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_account_form.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_account_form.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_account_form.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_account_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_account_mobile_view.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_account_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_cards_course.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_cards_course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_cards_course.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_cards_course.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_cards_learning_path.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_cards_learning_path.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_cards_learning_path.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_cards_training_event.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_cards_training_event.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_cards_training_event.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_certificates_info_column.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_certificates_info_column.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_certificates_info_column.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_certificates_metadata.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_certificates_metadata.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_certificates_metadata.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_certificates_preview.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_certificates_preview.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_certificates_preview.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_certificates_top_bar.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_certificates_top_bar.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_certificates_top_bar.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_certificates_verification.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_certificates_verification.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_certificates_verification.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_course_activity_locked.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_activity_locked.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_course_activity_locked.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_course_activity_unlocked.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_activity_unlocked.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_course_activity_unlocked.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_categories.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_course_categories.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_categories.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_course_categories.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_description.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_course_description.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_description.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_course_description.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_course_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_desktop_view.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_course_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_events.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_course_events.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_events.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_course_events.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_header.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_course_header.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_header.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_course_header.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_instructors.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_course_instructors.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_instructors.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_course_instructors.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_course_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_mobile_view.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_course_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_outline.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_course_outline.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_outline.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_course_outline.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_course_progress_and_cta.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_progress_and_cta.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_course_progress_and_cta.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_course_version_outdated_alert.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_version_outdated_alert.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_course_version_outdated_alert.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_course_version_outdated_popup.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_course_version_outdated_popup.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_course_version_outdated_popup.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_courses_catalog.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_courses_catalog.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_courses_catalog.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_courses_index.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_courses_index.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_courses_index.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_courses_index.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_courses_zero_state.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_courses_zero_state.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_courses_zero_state.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_filter_checkbox.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_filter_checkbox.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_filter_checkbox.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_filter_dropdown.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_filter_dropdown.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_filter_dropdown.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_filter_select.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_filter_select.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_filter_select.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_filter_select.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_footer.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_footer.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_footer.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_footer.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_head.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_head.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_head.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_head.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_header.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_header.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_header.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_header.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_header_minimal.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_header_minimal.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_header_minimal.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_header_minimal.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_banners.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_banners.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_banners.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_certificate.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_certificate.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_certificate.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_certificate_content.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_certificate_content.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_certificate_content.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_completed_banner.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_completed_banner.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_completed_banner.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_course.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_course.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_description.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_description.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_description.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_desktop_content.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_desktop_content.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_desktop_content.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_desktop_header.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_desktop_header.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_desktop_header.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_desktop_view.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_instructors.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_instructors.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_instructors.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_mobile_content.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_mobile_content.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_mobile_content.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_mobile_header.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_mobile_header.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_mobile_header.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_mobile_view.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_new_content_banner.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_new_content_banner.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_new_content_banner.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_outline.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_outline.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_outline.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_progress_and_cta.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_progress_and_cta.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_progress_and_cta.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_summary_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_summary_desktop_view.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_summary_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_summary_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_summary_mobile_view.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_summary_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_training_session.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_path_training_session.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_path_training_session.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_learning_paths_index.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_learning_paths_index.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_learning_paths_index.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_messages.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_messages.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_messages.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_messages.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_missing_content_notice.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_missing_content_notice.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_missing_content_notice.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_missing_content_notice.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_new_hire_complete_access_denied.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_new_hire_complete_access_denied.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_new_hire_complete_access_denied.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_new_hire_complete_access_denied.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_new_hire_homepage.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_new_hire_homepage.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_new_hire_homepage.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_new_hire_homepage.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_new_hire_instructor_info.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_new_hire_instructor_info.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_new_hire_instructor_info.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_new_hire_instructor_info.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_new_hire_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_new_hire_learning_path_progress_and_cta.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_new_hire_learning_path_progress_and_cta.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_new_hire_learning_path_progress_and_cta.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_progress_circle.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_progress_circle.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_progress_circle.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_progress_circle.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_search_result.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_search_result.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_search_result.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_search_result.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_search_zero_state.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_search_zero_state.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_search_zero_state.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_sub_navigation.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_sub_navigation.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_sub_navigation.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_events_dashboard.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_events_dashboard.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_events_dashboard.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_events_filter.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_events_filter.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_events_filter.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_events_index.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_events_index.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_events_index.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_events_index.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_events_zero_state.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_events_zero_state.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_events_zero_state.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_session_calendars.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_calendars.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_session_calendars.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_session_cta.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_cta.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_session_cta.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_date.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_session_date.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_date.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_session_date.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_description.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_session_description.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_description.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_session_description.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_session_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_desktop_view.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_session_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_details.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_session_details.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_details.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_session_details.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_header.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_session_header.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_header.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_session_header.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_session_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_mobile_view.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_session_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_session_more_sessions.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_more_sessions.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_session_more_sessions.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_training_session_tile.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_training_session_tile.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_training_session_tile.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_widget_course_progress.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/_widget_course_progress.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/_widget_course_progress.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/_widget_course_progress.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/account.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/account.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/account.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/account.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/auth_url_email.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/auth_url_email.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/auth_url_email.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/auth_url_email.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/auth_url_employee.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/auth_url_employee.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/auth_url_employee.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/auth_url_phone_number.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/auth_url_phone_number.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/auth_url_phone_number.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/auth_url_terms.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/auth_url_terms.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/auth_url_terms.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/catalog.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/catalog.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/catalog.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/catalog.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/course.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/course.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/course.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/courses.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/courses.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/courses.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/courses.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/dashboard-test.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/dashboard-test.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/dashboard-test.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/dashboard-test.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/dashboard.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/dashboard.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/dashboard.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/dashboard.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/forgot_password.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/forgot_password.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/forgot_password.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/forgot_password.html.liquid diff --git a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/homepage.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/homepage.html.liquid similarity index 72% rename from Custom_Templates/customer_templates/Williams-Sonoma_NewHire/homepage.html.liquid rename to Custom_Templates/customer_templates/WSGC - New Hire/homepage.html.liquid index de467774..be1a9f9a 100644 --- a/Custom_Templates/customer_templates/Williams-Sonoma_NewHire/homepage.html.liquid +++ b/Custom_Templates/customer_templates/WSGC - New Hire/homepage.html.liquid @@ -46,23 +46,26 @@ {% if new_hire_progress == 100 %} {% assign today_date = 'now' | date: '%s' | times: 1 %} {% assign completed_date = current_person.properties.training_completion_date | date: '%s' | times: 1 %} + - {% if completed_date == 0 %} - - {% else %} - {% assign completed_date_plus_days = completed_date | plus: day_offset_in_seconds %} - {% if today_date > completed_date %} - {% include "new_hire_complete_access_denied" %} - {% else %} - - {% endif %} - {% endif %} + {% comment %} {% if completed_date == 0 %} + + {% else %} + {% assign completed_date_plus_days = completed_date | plus: day_offset_in_seconds %} + {% if today_date > completed_date_plus_days %} + {% include "new_hire_complete_access_denied" %} + {% else %} + + {% endif %} + {% endif %} {% endcomment %} {% else %} {% if new_hire_progress > 0 %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_catalog_popup_message.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_catalog_popup_message.html.liquid new file mode 100644 index 00000000..e05e8b63 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_catalog_popup_message.html.liquid @@ -0,0 +1,97 @@ + + +
+
+
+

+ Welcome to the WSIU Course Catalog. +

+

Please do not complete any courses unless they have been assigned to you, or you have your supervisor's permission. Thank you.

+
+
+ +
+
+
+ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
+ {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
+
+ +
+ + {% if certificate.issuer_name_enabled? %} + +
+ {% endif %} + + +
+ +
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
+
+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..74a7ae41 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_top_bar.html.liquid @@ -0,0 +1,44 @@ +
+
+
+

+ {{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/WSGC - Post_New_Hire/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
+
+
+ +
+
+

+ {{certificate.verification_title}} +

+

+ {{certificate.verification_description}} +

+
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_activity_locked.html.liquid new file mode 100644 index 00000000..386393d5 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_activity_locked.html.liquid @@ -0,0 +1,4 @@ + + + {{ activity.title }} + diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_activity_unlocked.html.liquid new file mode 100644 index 00000000..30c03305 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_activity_unlocked.html.liquid @@ -0,0 +1,15 @@ +{% if course.enrolled? %} + + {{ activity.title }} + +{% else%} + + {{ activity.title }} + +{% endif %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_categories.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_categories.html.liquid new file mode 100644 index 00000000..6cfe9010 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_categories.html.liquid @@ -0,0 +1,10 @@ +

+ {% t .header %} +

+
+ {% for category in course.categories %} +
+ {{ category.name }} +
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_description.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_description.html.liquid new file mode 100644 index 00000000..269f9216 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header, key: current_school.course_vocabulary %} +

+
+ {{ course.full_description }} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_desktop_view.html.liquid new file mode 100644 index 00000000..e16fee16 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_desktop_view.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% include "course_header" %} +
+
+
+
+ {{ course.name }} + {% include "course_description" %} + + {% if course.categories.any? %} +
+ {% include "course_categories" %} +
+ {% endif %} + + {% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+ {% endif %} + + {% if course.events.any? %} +
+ {% include "course_events" %} +
+ {% endif %} +
+
+
+ {% include "course_progress_and_cta" %} +
+ {% include "course_outline" %} +
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_events.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_events.html.liquid new file mode 100644 index 00000000..5fa80eef --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_events.html.liquid @@ -0,0 +1,28 @@ +

+ {% t .header %} +

+
+ {% for event in course.events %} +
+ +
+
+ {{ event.title }} +
+
+ {% t shared.event_types, key: event.event_type %} +
+
+ {{ event.sessions.first.time_period }} {{ event.sessions.first.time_zone }} +
+
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_header.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_header.html.liquid new file mode 100644 index 00000000..84820ec4 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_header.html.liquid @@ -0,0 +1,16 @@ +
+ {{ current_school.course_vocabulary }} + + +
+
+ + + + {{ course.name }} +
+{{ course.name }} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_instructors.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_instructors.html.liquid new file mode 100644 index 00000000..8b608928 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_instructors.html.liquid @@ -0,0 +1,22 @@ +

+ {% t .header %} +

+
+ {% for instructor in course.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_mobile_view.html.liquid new file mode 100644 index 00000000..7f31ff35 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_mobile_view.html.liquid @@ -0,0 +1,40 @@ +
+ {% include "course_header" %} +
+ {% include "course_progress_and_cta" %} +
+
+ +{% if course.progress == 0 %} +
+ {% include "course_description" %} +
+
+ {% include "course_outline" %} +
+{% else %} +
+ {% include "course_outline" %} +
+
+ {% include "course_description" %} +
+{% endif %} + +{% if course.categories.any? %} +
+ {% include "course_categories" %} +
+{% endif %} + +{% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+{% endif %} + +{% if course.events.any? %} +
+ {% include "course_events" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_outline.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_outline.html.liquid new file mode 100644 index 00000000..72f97e79 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_outline.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% t .header, key: current_school.course_vocabulary %} +
+
+
    + {% for section in course.sections %} +
  1. +
    + {{ section.name }} +
    +
      + {% for activity in section.activities %} + +
    1. + {% if activity.completed? %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %} + {% endif %} +
      + {% else %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %} + {% endif %} +
      + {% endif %} +
    2. + {% endfor %} +
    +
  2. + {% endfor %} +
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_progress_and_cta.html.liquid new file mode 100644 index 00000000..1c3db9fa --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_progress_and_cta.html.liquid @@ -0,0 +1,46 @@ +
+
+ {% t .header %} +
+
+
+
+
+ +
+ {% t shared.progress, count: course.progress %} +
+
+ +{% if course.learner_can_retake? %} +
+ {% form_authenticity_token %} + +
+{% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + {% elsif 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 %} + +{% endif %} + diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_version_outdated_alert.html.liquid @@ -0,0 +1,7 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..71795884 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
+
+ + +
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_courses_catalog.html.liquid new file mode 100644 index 00000000..bf8d7c16 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_courses_catalog.html.liquid @@ -0,0 +1,25 @@ +{% if courses.in_catalog.any? %} +
+ {% for course in courses.in_catalog %} + {% assign course_categories = "" | split: "" %} + {% for category in course.categories %} + {% assign category_id = category.id | split: '!@#$%^&*()' %} + {% assign course_categories = course_categories | concat: category_id %} + {% endfor %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state" + , message: message %} +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_courses_index.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_courses_index.html.liquid new file mode 100644 index 00000000..e5d1c50c --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_courses_index.html.liquid @@ -0,0 +1,27 @@ +{% if courses.enrolled.any? %} +
+ {% for course in courses.enrolled %} + {% assign category_ids = '' %} + {% for category in course.categories %} + {% assign category_ids = category_ids | append: category.id | append: '~' %} + {% endfor %} + {% assign progress_label = 'not-started' %} + {% if course.progress > 0 and course.progress < 100 %} + {% assign progress_label = 'in-progress' %} + {% elsif course.progress == 100 %} + {% assign progress_label = 'completed' %} + {% endif %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state" + , message: message %} +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_courses_zero_state.html.liquid new file mode 100644 index 00000000..26e371f7 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_courses_zero_state.html.liquid @@ -0,0 +1,6 @@ +
+
+ {{ message }} +
+ {{ message }} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_dashboard_filters.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_dashboard_filters.html.liquid new file mode 100644 index 00000000..a4e97935 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_dashboard_filters.html.liquid @@ -0,0 +1,35 @@ +
+
+
+
ALL COURSES
+
IN PROGRESS
+
COMPLETED
+ {% for category in categories.enrolled %} +
{{ category.name | upcase }}
+ {% endfor %} +
+
+
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_filter_checkbox.html.liquid new file mode 100644 index 00000000..5cbcbd07 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_filter_checkbox.html.liquid @@ -0,0 +1,10 @@ + + diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_filter_checkbox_duration.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_filter_checkbox_duration.html.liquid new file mode 100644 index 00000000..41454570 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_filter_checkbox_duration.html.liquid @@ -0,0 +1,12 @@ +
+ + +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_filter_dropdown.html.liquid new file mode 100644 index 00000000..e7a954bb --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_filter_dropdown.html.liquid @@ -0,0 +1,33 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_filter_select.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_filter_select.html.liquid new file mode 100644 index 00000000..d006c0df --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_filter_select.html.liquid @@ -0,0 +1,22 @@ +{% if params.q %} + +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_footer.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_footer.html.liquid new file mode 100644 index 00000000..e815cc1e --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_footer.html.liquid @@ -0,0 +1,76 @@ +
+ + + +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_generic_tns_carousel.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_generic_tns_carousel.html.liquid new file mode 100644 index 00000000..1f949bd1 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_generic_tns_carousel.html.liquid @@ -0,0 +1,98 @@ + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_head.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_head.html.liquid new file mode 100644 index 00000000..84cd7f6f --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_head.html.liquid @@ -0,0 +1,22 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + + + + + + +{% include "generic_tns_carousel" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_header.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_header.html.liquid new file mode 100644 index 00000000..d0fdfe0c --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_header.html.liquid @@ -0,0 +1,167 @@ +
+
+
+ {% if current_person.signed_in? %} + + + {% endif %} +
+ {% if current_school.logo_url %} +

+ + {{ current_school.name }} + +

+ {% else %} + + {{ current_school.name }} + + {% endif %} + +
+ +
+ + {% if current_person.signed_in? %} + {% comment %} {% endcomment %} +
+ + +
+ {% else %} + + {% endif %} +
+
+ +
+
+ {% if current_person.signed_in? %} + + {% endif %} +
+ {% for website_navigation in navigations.header_navigations %} + + {{ website_navigation.name }} + + {% endfor %} +
+ {% unless current_school.sso_active? %} + + {% t.profile_settings %} + + {% endunless %} + + {% t.sign_out %} + +
+
+
+ +{% include "messages" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_header_minimal.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_header_minimal.html.liquid new file mode 100644 index 00000000..6b72cdb2 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_header_minimal.html.liquid @@ -0,0 +1,17 @@ +
+ + {% if current_school.logo_url %} + + {% else %} + + {{ current_school.name }} + + {% endif %} + +
+ +{% include "messages" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_banners.html.liquid new file mode 100644 index 00000000..11a1810c --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_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/WSGC - Post_New_Hire/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_certificate.html.liquid new file mode 100644 index 00000000..3a282c5e --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_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/WSGC - Post_New_Hire/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_certificate_content.html.liquid new file mode 100644 index 00000000..3feafd59 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_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/WSGC - Post_New_Hire/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_completed_banner.html.liquid new file mode 100644 index 00000000..1c146f6e --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_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/WSGC - Post_New_Hire/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_course.html.liquid new file mode 100644 index 00000000..5f7aff84 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_course.html.liquid @@ -0,0 +1,56 @@ +{% if learning_path.enrolled? and course.unlocked? %} +
+ +
+ {{ course.name }} +
+
+ {{ course.name }} +
+ {% if course.instructors %} +
+ {{ course.instructors }} +
+ {% endif %} +
+ {% t shared.progress, count: course.progress %} +
+
+ + {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ {{ course.name }} +
+
+ {{ course.name }} +
+
+ {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_description.html.liquid new file mode 100644 index 00000000..6b1fb3a0 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .about %} +

+
+ {{ learning_path.description }} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_desktop_content.html.liquid new file mode 100644 index 00000000..e9ca85d9 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_desktop_content.html.liquid @@ -0,0 +1,21 @@ +
+
+
+ {{ learning_path.name }} +
+ {% include "learning_path_description" %} + {% include "learning_path_instructors" %} +
+
+
+
+
+ {% include "learning_path_progress_and_cta" %} +
+ {% include "learning_path_outline" %} +
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_desktop_header.html.liquid new file mode 100644 index 00000000..6f4c112c --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_desktop_header.html.liquid @@ -0,0 +1,12 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ + + + {{ learning_path.name }} +
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_desktop_view.html.liquid new file mode 100644 index 00000000..8447443e --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_desktop_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_instructors.html.liquid new file mode 100644 index 00000000..a8342301 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_instructors.html.liquid @@ -0,0 +1,26 @@ +{% if learning_path.instructors.any? %} +
+

+ {% t shared.instructors %} +

+
+ {% for instructor in learning_path.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_mobile_content.html.liquid new file mode 100644 index 00000000..92ffd4c8 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_mobile_content.html.liquid @@ -0,0 +1,19 @@ +{% if learning_path.in_progress? %} + {% include "learning_path_outline" %} +
+ {% include "learning_path_description" %} +
+{% else %} +
+ {% include "learning_path_description" %} +
+
+ {% include "learning_path_outline" %} +
+{% endif %} + +{% if learning_path.instructors.any? %} +
+ {% include "learning_path_instructors" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_mobile_header.html.liquid new file mode 100644 index 00000000..2bf66a5a --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_mobile_header.html.liquid @@ -0,0 +1,17 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ {{ learning_path.name }} +
+ {{ learning_path.name }} +
+ {% include "learning_path_progress_and_cta" %} +
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_mobile_view.html.liquid new file mode 100644 index 00000000..0e22feb9 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_mobile_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_new_content_banner.html.liquid new file mode 100644 index 00000000..2bc02d46 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_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/WSGC - Post_New_Hire/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_outline.html.liquid new file mode 100644 index 00000000..22ddd573 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_outline.html.liquid @@ -0,0 +1,10 @@ +
+ {% for item in learning_path.items %} + {% if item.course? %} + {% include "learning_path_course", course: item %} + {% elsif item.training_event? %} + {% include "learning_path_training_session", training_session: item %} + {% endif %} + {% endfor %} + {% include "learning_path_certificate" %} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_progress_and_cta.html.liquid new file mode 100644 index 00000000..1d90a2a7 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_progress_and_cta.html.liquid @@ -0,0 +1,20 @@ +{% if learning_path.enrolled? %} +
+
+ {% t .progress %} +
+
+
+
+
+
+ {% t shared.progress, count: learning_path.progress %} +
+
+{% endif %} + +{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_summary_desktop_view.html.liquid new file mode 100644 index 00000000..05961c52 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_summary_desktop_view.html.liquid @@ -0,0 +1,3 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_banners" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_summary_mobile_view.html.liquid new file mode 100644 index 00000000..f30a09eb --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_summary_mobile_view.html.liquid @@ -0,0 +1,5 @@ +
+ {% include "learning_path_banners" %} +
+{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_training_session.html.liquid new file mode 100644 index 00000000..f796cdf4 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_path_training_session.html.liquid @@ -0,0 +1,53 @@ +{% if learning_path.enrolled? and training_session.unlocked? %} +
+ +
+ +
+
{{ training_session.name }}
+
{{ training_session.instructors }}
+
+ {{ training_session.time }} {{ training_session.time_zone }} +
+
+ + {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ +
+
{{ training_session.name }}
+
{{ training_session.caption }}
+
+ {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_paths_index.html.liquid new file mode 100644 index 00000000..a4681210 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_learning_paths_index.html.liquid @@ -0,0 +1,14 @@ +
+ {% if items.any? %} + {% for learning_path in items %} + {% include "cards_learning_path" with learning_path %} + {% endfor %} + {% else %} +
+
+ {% t .empty %} +
+ {% t .empty %} +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_messages.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_messages.html.liquid new file mode 100644 index 00000000..059fc568 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_messages.html.liquid @@ -0,0 +1,19 @@ +{% if messages.alert.size > 0 %} +
+
+ {% for message in messages.alert %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} + +{% if messages.notice.size > 0 %} +
+
+ {% for message in messages.notice %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_progress_circle.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_progress_circle.html.liquid new file mode 100644 index 00000000..129863d5 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_progress_circle.html.liquid @@ -0,0 +1,97 @@ +
+ + + + {{ count }} + +

+ {{ name }} +

+
+ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_search_result.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_search_result.html.liquid new file mode 100644 index 00000000..5c2a4991 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_search_result.html.liquid @@ -0,0 +1,19 @@ +
+
+
+ {{ result.name }} +
+ +
{{ result.description }}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_search_zero_state.html.liquid new file mode 100644 index 00000000..4e52c6fb --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_search_zero_state.html.liquid @@ -0,0 +1,13 @@ +
+
+
+

+ {% t .nothing_found %} +

+
+ {% t .empty %} +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_sub_navigation.html.liquid new file mode 100644 index 00000000..9389c8e9 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_sub_navigation.html.liquid @@ -0,0 +1,30 @@ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_events_dashboard.html.liquid new file mode 100644 index 00000000..7aeb19ce --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_events_dashboard.html.liquid @@ -0,0 +1,9 @@ +
+ {% if training_events.enrolled.any? %} + {% for training_event in training_events.enrolled %} + {% include "cards_training_event" with training_event %} + {% endfor %} + {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_events_filter.html.liquid new file mode 100644 index 00000000..d4892278 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_events_filter.html.liquid @@ -0,0 +1,53 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_events_index.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_events_index.html.liquid new file mode 100644 index 00000000..ff93b1c8 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_events_index.html.liquid @@ -0,0 +1,13 @@ +
+ {% if training_events.available.any? %} +
+ {% for training_event in training_events.available %} +
+ {% include "cards_training_event" with training_event %} +
+ {% endfor %} +
+ {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_events_zero_state.html.liquid new file mode 100644 index 00000000..076b789e --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_events_zero_state.html.liquid @@ -0,0 +1,9 @@ +
+
+ {% t .empty %} +
+ {% t .empty %} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_calendars.html.liquid new file mode 100644 index 00000000..6c758b73 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_calendars.html.liquid @@ -0,0 +1,52 @@ + diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_cta.html.liquid new file mode 100644 index 00000000..5f959556 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_cta.html.liquid @@ -0,0 +1,35 @@ +
+
+
+ {% form_authenticity_token %} + + {% if training_session.show_calendar_links? %} + {% include "training_session_calendars" %} + {% endif %} + + {% if training_session.cta.undo? %} + + {% endif %} + + {% if training_session.cta.label %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_date.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_date.html.liquid new file mode 100644 index 00000000..860040fe --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_date.html.liquid @@ -0,0 +1,16 @@ +
+
+
+
+ {{ training_session.day }} +
+
+
+ {{ training_session.month }} +
+
+ {{ training_session.year }} +
+
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_description.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_description.html.liquid new file mode 100644 index 00000000..73be4cf4 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header %} +

+
+ {{ training_event.description }} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_desktop_view.html.liquid new file mode 100644 index 00000000..d689ade2 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_desktop_view.html.liquid @@ -0,0 +1,43 @@ +
+ {% include "training_session_header" %} +
+
+
+
+
+
+ {% include "training_session_status" %} + {% include "training_session_date" %} +
+
+ {% include "training_session_details" %} + {% include "training_session_cta" %} +
+
+
+
+ {% include "training_session_description" %} +
+
+
+
+
+
+ {% t shared.more_sessions %} +
+ {% if training_event.sessions.size > 1 %} + {% include "training_session_more_sessions" %} + {% else %} +
+ {% t .empty %} +
+ {% t .empty %} +
+
+ {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_details.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_details.html.liquid new file mode 100644 index 00000000..64a925b7 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_details.html.liquid @@ -0,0 +1,23 @@ +
+ +
+ + +
+ + {% if training_session.approved? and training_session.location %} +
+ + {{ training_session.location }} +
+ {% endif %} + + {% if training_session.approved? and training_session.session_url %} + + {% endif %} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_header.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_header.html.liquid new file mode 100644 index 00000000..b845976d --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_header.html.liquid @@ -0,0 +1,10 @@ +
+ {% t shared.event_types, key: training_event.event_type %} + +
+
+ + + + {{ training_event.title }} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_mobile_view.html.liquid new file mode 100644 index 00000000..3270d65d --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_mobile_view.html.liquid @@ -0,0 +1,27 @@ +
+
+ {% include "training_session_header" %} +
+ +
+ {% include "training_session_status" %} + {% include "training_session_date" %} + {% include "training_session_details" %} +
+ {% include "training_session_cta" %} +
+ {% include "training_session_description" %} +
+ + {% if training_event.sessions.size > 1 %} +
+
+
+ {% t shared.more_sessions %} +
+ {% include "training_session_more_sessions" %} +
+
+ {% endif %} + +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_more_sessions.html.liquid new file mode 100644 index 00000000..6cfafa87 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_more_sessions.html.liquid @@ -0,0 +1,3 @@ +{% for session in training_event.sessions %} + {% include "training_session_tile", current_session: training_session %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_status.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_status.html.liquid new file mode 100644 index 00000000..75116282 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_status.html.liquid @@ -0,0 +1,6 @@ +
+ {% if training_session.approved? %} + + {% endif %} + {{ training_session.status.label }} +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_tile.html.liquid new file mode 100644 index 00000000..669fbb6c --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_training_session_tile.html.liquid @@ -0,0 +1,24 @@ +{% if current_session.id != session.id %} + +
+ +
+ {{ session.status.label }} +
+
+
+
+
+ {{ session.month }} {{ session.day }}, {{ session.year }} +
+
+ {{ session.time_period }} {{ session.time_zone }} +
+
+ +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_widget_badges.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_widget_badges.html.liquid new file mode 100644 index 00000000..fc8f8e55 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_widget_badges.html.liquid @@ -0,0 +1,91 @@ +{% assign customer_care_badges = "https://s3.amazonaws.com/static.northpass.com/Williams-Sonoma/badge-customer-service.png,https://s3.amazonaws.com/static.northpass.com/Williams-Sonoma/badge-furniture.png,https://s3.amazonaws.com/static.northpass.com/Williams-Sonoma/badge-registry-management.png,https://s3.amazonaws.com/static.northpass.com/Williams-Sonoma/badge-sales.png" %} + + +
+
+
+ My Badges +
+
+ + +
+ {% comment %} If user is in CCC group {% endcomment %} + {% assign customer_care_badges_array = customer_care_badges | split: "," %} + {% for customer_care_badge in customer_care_badges_array %} +
+
+ +
+
+ {% endfor %} + + + {% for course in enrolled_courses %} + {% if course.properties.course_badge contains "http" %} +
+
+ +
+
+ {% endif %} + {% endfor %} +
+
+
+
+ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_widget_course_progress.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_widget_course_progress.html.liquid new file mode 100644 index 00000000..dc620315 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/_widget_course_progress.html.liquid @@ -0,0 +1,64 @@ +
+
+
+ {% assign countComplete = 0 %} + {% assign countInProgress = 0 %} + {% assign countNotStarted = 0 %} + {% assign countTotal = 0 | times: 1.0 %} + {% for course in courses.enrolled %} + {% assign countTotal = countTotal | plus: 1 %} + {% if course.progress == 100 %} + {% assign countComplete = countComplete | plus: 1 %} + {% endif %} + {% if course.progress > 0 and course.progress < 100 %} + {% assign countInProgress = countInProgress | plus: 1 %} + {% endif %} + {% if course.progress == 0 %} + {% assign countNotStarted = countNotStarted | plus: 1 %} + {% endif %} + {% endfor %} +
    +
  • + {% include "progress_circle" + , name: 'Completed' + , count: countComplete + , total: countTotal + , size: "120" + , stroke_color: "#a0874e" + , stroke_color_bg: "rgba(255, 255, 255, 0.15)" + %} +
  • +
  • + {% include "progress_circle" + , name: 'In Progress' + , count: countInProgress + , total: countTotal + , size: "120" + , stroke_color: "rgba(43, 178, 76, 1)" + , stroke_color_bg: "rgba(255, 255, 255, 0.15)" + %} +
  • +
+
+
+
+ + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/account.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/account.html.liquid new file mode 100644 index 00000000..df96f9b6 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/account.html.liquid @@ -0,0 +1,15 @@ +{% include "header" %} +{% include "account_tabs" %} + +
+
+ {% include "account_mobile_view", form: form %} +
+ +
+ {% include "account_desktop_view", form: form %} +
+
+ +{% include "footer" %} + diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/auth_url_email.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/auth_url_email.html.liquid new file mode 100644 index 00000000..a413959c --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/auth_url_email.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/auth_url_employee.html.liquid new file mode 100644 index 00000000..c8d8adf7 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/auth_url_employee.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/auth_url_phone_number.html.liquid new file mode 100644 index 00000000..aafae119 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/auth_url_phone_number.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/auth_url_terms.html.liquid new file mode 100644 index 00000000..a7087db2 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/auth_url_terms.html.liquid @@ -0,0 +1,74 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/catalog.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/catalog.html.liquid new file mode 100644 index 00000000..006ed52b --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/catalog.html.liquid @@ -0,0 +1,102 @@ +{% include "header" %} +{% include "catalog_popup_message" %} + +{% include "sub_navigation" %} +
+
+
+
{{ catalog.headline }}
+
{{ catalog.subheadline }}
+
+
+
+
+ {% include "catalog_filter_sidebar" %} +
+
+ {% include "courses_catalog" %} +
+
+
+{% include "footer" %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/course.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/course.html.liquid new file mode 100644 index 00000000..d77e09ba --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/course.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "course_desktop_view" %} +
+
+ {% include "course_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/courses.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/courses.html.liquid new file mode 100644 index 00000000..ef34b59a --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/courses.html.liquid @@ -0,0 +1,11 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} +{% include "sub_navigation" %} +
+
+ {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %} +
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% include "courses_index", class: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/dashboard.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/dashboard.html.liquid new file mode 100644 index 00000000..e1fb7f0e --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/dashboard.html.liquid @@ -0,0 +1,103 @@ + + +{% comment %} {% assign enrolled_courses = courses.enrolled %} + {% include "header" %} +
+ {{ homepage.headline }} +
+
+
{{ homepage.headline }}
+
+ {{ homepage.subheadline }} +
+ +
+
+ {% include "sub_navigation" %} +
+ +
+
+
+
+ Course Progress +
+ {% include "widget_course_progress" %} +
+
+
+
+
+
MY TRAINING DASHBOARD
+
+
+ +
+ {% include "widget_badges" %} + + {% include "dashboard_filters" %} +
+
+ {% if features.learning_paths? %} +
+ {% t shared.learning_paths %} +
+ {% include "learning_paths_index" + , items: learning_paths.enrolled %} + {% endif %} +
+ {% t shared.course_vocabulary.plural + , key: current_school.course_vocabulary %} +
+ {% include "courses_index" + , class: "col-xs-12 col-sm-6 col-md-4 np-stretch-content" %} +
+
+
+ + {% include "footer" %} + + + + + {% endcomment %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/forgot_password.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/forgot_password.html.liquid new file mode 100644 index 00000000..3d65513f --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/forgot_password.html.liquid @@ -0,0 +1,25 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/homepage.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/homepage.html.liquid new file mode 100644 index 00000000..c0c68714 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/homepage.html.liquid @@ -0,0 +1,99 @@ +{% assign enrolled_courses = courses.enrolled %} +{% include "header" %} +
+ {{ homepage.headline }} +
+
+
{{ homepage.headline }}
+
+ {{ homepage.subheadline }} +
+ +
+
+{% include "sub_navigation" %} +
+ +
+
+
+
+ Course Progress +
+ {% include "widget_course_progress" %} +
+
+
+
+
+
MY TRAINING DASHBOARD
+
+
+ +
+ {% include "widget_badges" %} + + {% include "dashboard_filters" %} +
+
+ {% if features.learning_paths? %} +
+ {% t shared.learning_paths %} +
+ {% include "learning_paths_index" + , items: learning_paths.enrolled %} + {% endif %} +
+ {% t shared.course_vocabulary.plural + , key: current_school.course_vocabulary %} +
+ {% include "courses_index" + , class: "col-xs-12 col-sm-6 col-md-4 np-stretch-content" %} +
+
+
+ +{% include "footer" %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/learning_path.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/learning_path.html.liquid new file mode 100644 index 00000000..5cbb5a93 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/learning_path.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_desktop_view" %} +
+
+ {% include "learning_path_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/learning_path_summary.html.liquid new file mode 100644 index 00000000..99ae32ed --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/learning_path_summary.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_summary_desktop_view" %} +
+
+ {% include "learning_path_summary_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/learning_paths.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/learning_paths.html.liquid new file mode 100644 index 00000000..e6e10cba --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/learning_paths.html.liquid @@ -0,0 +1,14 @@ +{% include "header" %} +{% include "sub_navigation" %} +
+
+
+ {% t shared.learning_paths %} +
+
+ {% t .subtitle %} +
+ {% include "learning_paths_index", items: learning_paths.available %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/login.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/login.html.liquid new file mode 100644 index 00000000..bde185dd --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/login.html.liquid @@ -0,0 +1,53 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ + + {% t .forgot_password %} + + {% if features.account_creation? %} + + {% t shared.sign_up %} + + {% endif %} + {% if features.request_access? %} + + {{ current_school.request_access_label }} + + {% endif %} +
+
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/master.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/master.html.liquid new file mode 100644 index 00000000..63345068 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/master.html.liquid @@ -0,0 +1 @@ +{% body %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/not_found.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/not_found.html.liquid new file mode 100644 index 00000000..91c76e4b --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/not_found.html.liquid @@ -0,0 +1,10 @@ +
+ + +
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/private_certificate.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/private_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/private_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/public_certificate.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/public_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/public_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/reset_password.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/reset_password.html.liquid new file mode 100644 index 00000000..281c6eaa --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/reset_password.html.liquid @@ -0,0 +1,43 @@ +
+
+ {% include "header_minimal" %} +
+
+ + + {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/search.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/search.html.liquid new file mode 100644 index 00000000..01684399 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/search.html.liquid @@ -0,0 +1,27 @@ +{% include "header" %} +
+
+ {% t .title %} +
+
+
+ {% t .showing %} + {{ results.count }} + {% t .results_for %} + "{{ results.term }}" +
+ {% capture label %}{% t shared.filters.by_type %}{% endcapture %} + {% + include "filter_dropdown", + filters: results.filters, + key: "type", + label: label + %} +
+ {% if results.items.any? %} + {% render "search_result" for results.items as result %} + {% else %} + {% include "search_zero_state" %} + {% endif %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/sign_up.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/sign_up.html.liquid new file mode 100644 index 00000000..7a903da4 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/sign_up.html.liquid @@ -0,0 +1,72 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t .create_account %}
+ {% form_authenticity_token %} +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+ + + {% t .terms %} + + {% t .terms_link %} + + +
+
+
+
diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/styles.css.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/styles.css.liquid new file mode 100644 index 00000000..8b03dbdd --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/styles.css.liquid @@ -0,0 +1,85 @@ + /* + Put your custom overlay styles in here + You can use your northpass color palette in this file + +{{ color_palette.button_font_color }} +{{ color_palette.button_color }} +{{ color_palette.button_hover_color }} +{{ color_palette.header_font_color }} +{{ color_palette.header_font_hover_color }} +{{ color_palette.header_color }} +*/ + +body { + font-family: "Merriweather", serif; + color:#010101; +} + +h1, h2, h3, h4, h5, h6, +.np-resource-title { + font-family: "Lato", sans-serif; +} + +body, +.np-dashboard, +.np-learning-path { + background-color:#fff; +} + +.np-button { + border-radius:0; + text-transform:uppercase; + letter-spacing: 0.09375rem; + font-family: 'Lato' + , sans-serif; +} + +.np-card-ribbon { + background-color:#a0874e; +} + +.np-progress-bar-container, +.np-card-progress-bar { + border-radius:0; +} + +.np-card-progress-bar { + background-color:#a0874e; +} + +.np-sub-navigation-content-item-link { + font-family: 'Lato'; + text-transform: uppercase; +} + +/* Hero styles */ +.np-homepage-hero .np-homepage-headline, +.np-homepage-hero .np-homepage-subheadline { + text-shadow: 2px 2px 4px #fff; +} + +.np-homepage-hero .np-homepage-headline { + font-weight:500; +} + +@media (min-width:768px) { + .np-homepage-hero-image { + max-height:400px; + } + + .np-homepage-hero .np-homepage-headline { + font-size:60px; + } + + .np-homepage-hero .np-homepage-subheadline { + font-size: 32px; + opacity: 1; + } +} + +/* CARD STYLES */ +.np-card > .np-card-container { + box-shadow: none; + border: 1px solid #ddd; + border-radius: 0; +} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/training_events.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/training_events.html.liquid new file mode 100644 index 00000000..139717ee --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/training_events.html.liquid @@ -0,0 +1,19 @@ +{% include "header" %} +{% include "sub_navigation" %} +
+
+
+
+ {% t .title %} +
+
+ {% t .subtitle %} +
+
+
+ {% include "training_events_filter" %} +
+
+ {% include "training_events_index" %} +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/training_session.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/training_session.html.liquid new file mode 100644 index 00000000..5b78b834 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/training_session.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "training_session_desktop_view" %} +
+
+ {% include "training_session_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/training_session_attendance.html.liquid new file mode 100644 index 00000000..e6a0ec1c --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/training_session_attendance.html.liquid @@ -0,0 +1,43 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {{ training_session.title }} +
+
+ {% t .info, + event_name: training_session.title, + session_date: training_session.date, + session_time: training_session.time + %} +
+
+ {% t .question %} +
+
+ {% form_authenticity_token %} + + + +
+
+ {% t .salutation %} +
+
+ {{ current_school.name }} +
+ {% else %} + +
+ {% t .success.response_text %} +
+ +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/transcript.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/transcript.html.liquid new file mode 100644 index 00000000..b6cb5428 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/transcript.html.liquid @@ -0,0 +1,8 @@ +{% include "header" %} +{% include "account_tabs" %} + +
+ {% transcript %} +
+ +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/WSGC - Post_New_Hire/unsubscribe.html.liquid b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/unsubscribe.html.liquid new file mode 100644 index 00000000..69a54028 --- /dev/null +++ b/Custom_Templates/customer_templates/WSGC - Post_New_Hire/unsubscribe.html.liquid @@ -0,0 +1,30 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {% t .unsubscribe_text %} +
+
+ {% t .resubscribe_text %} +
+
+ {% form_authenticity_token %} + + +
+ {% else %} + +
+ {% t .resubscribed_text %} +
+ {% endif %} +
+
+{% include "footer" %}