diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store index 7e9a3165..5f17146c 100644 Binary files a/Custom_Templates/customer_templates/.DS_Store and b/Custom_Templates/customer_templates/.DS_Store differ diff --git a/Custom_Templates/customer_templates/CE-CS-Internal-Demo/_head.html.liquid b/Custom_Templates/customer_templates/CE-CS-Internal-Demo/_head.html.liquid deleted file mode 100644 index cbea6a24..00000000 --- a/Custom_Templates/customer_templates/CE-CS-Internal-Demo/_head.html.liquid +++ /dev/null @@ -1,49 +0,0 @@ -{% styles default %} -{% styles colors %} -{% styles custom %} - -{% comment %} {% endcomment %} -{% comment %} {% endcomment %} -{% comment %} {% endcomment %} - - - - - -{% if current_person.groups.any? %} - {% for groups in current_person.groups %} - - {% assign group = groups.name | split: "," %} - - {% endfor %} -{% else %} - {% assign group = "None" %} - -{% endif %} - - {% assign email_add = current_person.email | split: "@" %} - {% assign domain = email_add.last | split: "." %} - - - diff --git a/Custom_Templates/customer_templates/Chek/_header.html.liquid b/Custom_Templates/customer_templates/Chek/_header.html.liquid deleted file mode 100644 index 4347d448..00000000 --- a/Custom_Templates/customer_templates/Chek/_header.html.liquid +++ /dev/null @@ -1,119 +0,0 @@ - -
-
-
- {% if current_person.signed_in? %} - - - {% endif %} -
- {% if current_school.logo_url %} -

- - {{ current_school.name }} - -

- {% else %} - - {{ current_school.name }} - - {% endif %} - -
- -
- - {% if current_person.signed_in? %} - -
- - -
- {% else %} -
- {% endif %} - -
- -
-
-
-
- -{% include "messages" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Chek/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Chek/_learning_path_desktop_view.html.liquid deleted file mode 100644 index 17b9eb16..00000000 --- a/Custom_Templates/customer_templates/Chek/_learning_path_desktop_view.html.liquid +++ /dev/null @@ -1,85 +0,0 @@ -
-
- {% t shared.learning_path.title %} - -
-
- - - - {{ learning_path.name }} -
-
- -
-
-
- {{ learning_path.name }} -
- {% include "learning_path_description" %} - {% include "learning_path_instructors" %} -
-
-
-
-
- {% include "learning_path_progress_and_cta" %} -
- {% include "learning_path_outline" %} -
-
- - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Chek/dashboard.html.liquid b/Custom_Templates/customer_templates/Chek/dashboard.html.liquid deleted file mode 100644 index 7383276f..00000000 --- a/Custom_Templates/customer_templates/Chek/dashboard.html.liquid +++ /dev/null @@ -1,32 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.enrolled %} -{% include "sub_navigation" %} -
-
-
- {% if features.learning_paths? %} -
- {% t shared.learning_paths %} -
- {% include "learning_paths_index", items: learning_paths.enrolled %} - {% endif %} -
- {% if features.training_events? %} -
-
- {% t .upcoming_events %} -
- {% include "training_events_dashboard" %} -
- {% endif %} -
-
-
-
- {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %} -
- {% include "courses_index", class: "col-xs-12 col-sm-4 np-stretch-content" %} -
-
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Chek/styles.css.liquid b/Custom_Templates/customer_templates/Chek/styles.css.liquid deleted file mode 100644 index 69843065..00000000 --- a/Custom_Templates/customer_templates/Chek/styles.css.liquid +++ /dev/null @@ -1,69 +0,0 @@ - /* - 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: Soleil, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; - } - - @media screen and (min-width: 768px) { - .np-header { - height: 65px !important; - } - - .np-header-logo { - justify-content: flex-end !important; - } - - .np-header-avatar-image, - .np-header-logo-image { - height: 38px !important; - } - - .np-header-desktop-nav { - width: 0%; - } - } - - .np-header-font-background-color { - background: #1d1d1b; - } - - .np-footer { - background: #1d1d1b; - } - - .np-footer-logo-image { - filter: grayscale(0) contrast(1) !important; - height: 40px !important; - opacity: 1 !important; - } - - .np-footer-support-help { - color: #fff !important; - font-weight: 700; - } - - .np-footer-support-item { - color: #fff !important; - font-size: 14px; - text-align: center; - } - - .np-footer+.np-powered-by { - background: #1d1d1b !important; - } - - .np-powered-by-link { - color: #fff !important; - font-size: 13px; - text-decoration: none; - } \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_account_form.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_account_form.html.liquid deleted file mode 100644 index 81243d34..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_account_form.html.liquid +++ /dev/null @@ -1,141 +0,0 @@ -
- {% t .header %} -
-
- - -
-
- - -
-
- - -
-
- - -
- -{% unless form.options.invite? %} -
- - -
- -
- - - -
- -
- - -
-{% endunless %} - -{% if form.options.invite? %} -
- - - -
- - {% if form.terms_of_service_required? %} -
- -
- {% t .terms_of_service %} - - {% t .terms_link %} - -
-
- {% else %} -
- - {% t .terms %} - - {% t .terms_link %} - - -
- {% endif %} - - -{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_badges_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_badges_cards.html.liquid deleted file mode 100644 index 43cc9410..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_badges_cards.html.liquid +++ /dev/null @@ -1,66 +0,0 @@ -{% for course in courses.enrolled %} - {% if course.progress == 100 and course.properties.badge_course == true %} - {% if course.name contains 'Omni' %} -
-
- -
-
- {% elsif course.name contains 'Core' %} -
-
- -
-
- {% endif %} - {% if course.id == "0e5dc9ea-3ace-408c-8b8d-2841ba88bc66" %} -
-
- -
-
- {% endif %} - {% if course.id == "75be65eb-2941-42a5-9088-c0df68bf3fd8" %} -
-
- -
-
- {% endif %} - {% endif %} -{% endfor %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_cards_catalog_item.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_cards_catalog_item.html.liquid deleted file mode 100644 index a1d756b7..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_cards_catalog_item.html.liquid +++ /dev/null @@ -1,38 +0,0 @@ -
-
- {{ item.name }} -
-

- {{ item.name }} -

-
- -

{{ item.formatted_type }}

-
- -
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 External/_cards_course.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_cards_course.html.liquid deleted file mode 100644 index a820220b..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_cards_course.html.liquid +++ /dev/null @@ -1,44 +0,0 @@ -
-{% capture course_path %}{% route course, id: course.id %}{% endcapture %} - -
- {{ course.name }} - {% if course.ribbon %} -
- {{ course.ribbon }} -
- {% endif %} -
-
-
COURSE
-

- {{ course.name }} -

-
- {{ course.short_description }} -
-
- {% if course.properties.course_duration %} -
- - {{course.properties.course_duration}} min -
- {% endif %} - {% unless course.properties.audience == 'missing property: audience' %} - - {% endunless %} -
-
-
-
- diff --git a/Custom_Templates/customer_templates/Cin7 External/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_cards_learning_path.html.liquid deleted file mode 100644 index a8f171fb..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_cards_learning_path.html.liquid +++ /dev/null @@ -1,68 +0,0 @@ -
-
-
-
- {{ learning_path.name }} -
-
-
- -
{% t shared.learning_path.title %}
-
- {{ learning_path.items.count }} {% t .items %} -
-
-
-
{% t shared.learning_path.title %}
- -
- -
-

- {{ learning_path.name }} -

- -
- {{ learning_path.instructor_names }} -
- -
- {{ learning_path.description }} -
- -
- {% t shared.progress, count: learning_path.progress %} -
- -
-
-
-
- - -
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 External/_cards_learning_path_homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_cards_learning_path_homepage.html.liquid deleted file mode 100644 index 6609a9ee..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_cards_learning_path_homepage.html.liquid +++ /dev/null @@ -1,27 +0,0 @@ -
- -
- {{ learning_path.name }} - {% if learning_path.name contains "Omni" or learning_path.name contains "Core"%} -
- {% if learning_path.name contains "Omni" %} - Omni - {% elsif learning_path.name contains "Core" %} - Core - {% endif %} -
- {%endif%} -
-
-
LEARNING PATH
-

- {{ learning_path.name }} -

-
-
-
- diff --git a/Custom_Templates/customer_templates/Cin7 External/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_cards_training_event.html.liquid deleted file mode 100644 index e797417c..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_cards_training_event.html.liquid +++ /dev/null @@ -1,38 +0,0 @@ -
- -
-

- {{ training_event.title }} -

-
- {% t shared.event_types, key: training_event.event_type %} -
-
- -
-
- {{ training_event.sessions.first.day }} -
-
-
- {{ training_event.sessions.first.month }} -
-
- {{ training_event.sessions.first.year }} -
-
-
-
-
-
-
- - - {% t .sessions, count: training_event.sessions.size %} - -
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 External/_category_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_category_cards.html.liquid deleted file mode 100644 index 4c5bc9d8..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_category_cards.html.liquid +++ /dev/null @@ -1,12 +0,0 @@ - - -
- -
-
-

{{category.name}}

-
Browse all courses for {{category.name}}.
-
-
- - diff --git a/Custom_Templates/customer_templates/Cin7 External/_category_cards_core.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_category_cards_core.html.liquid deleted file mode 100644 index 990b2b16..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_category_cards_core.html.liquid +++ /dev/null @@ -1,25 +0,0 @@ - - -
-
- -
-
-

{{category.name | replace: ": Core", " Deep Dives"}}

-
Level up your expertise and enhance your operations with {{category.name | replace: ": Core", " Deep Dives"}}.
-
-
-
- diff --git a/Custom_Templates/customer_templates/Cin7 External/_category_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_category_carousel.html.liquid deleted file mode 100644 index cc7f9cee..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_category_carousel.html.liquid +++ /dev/null @@ -1,64 +0,0 @@ -{% assign unique_category = "" %} -{% assign category_images = 'https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+1.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+2.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+3.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+4.png' | split: ',' %} -{% assign category_counter = 0 %} - - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_category_carousel_core.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_category_carousel_core.html.liquid deleted file mode 100644 index 3fbc089b..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_category_carousel_core.html.liquid +++ /dev/null @@ -1,64 +0,0 @@ -{% assign unique_category = "" %} -{% assign category_images = 'https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Accounting+Deep+Dives+-+Thumbnails.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Administrative+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Product+Management+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Simple+Manufacturing+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Warehouse+Operations+Deep+Dives+-+Thumbnail.png' | split: ', ' %} -{% assign category_counter = 0 %} -{% assign core_categories = 'Warehouse Operations: Core, Admin: Core, Product Management: Core, Accounting: Core, Simple Manufacturing: Core' | split: ", " %} - - - - - - diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_categories.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_categories.html.liquid deleted file mode 100644 index 6cfe9010..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_course_categories.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -

- {% t .header %} -

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

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

-
- {{ course.full_description }} -
diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_desktop_view.html.liquid deleted file mode 100644 index aa39066e..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_course_desktop_view.html.liquid +++ /dev/null @@ -1,78 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign partners = false %} -{% assign redirect = false %} -{% 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 %} - -{% unless partners or both_gorups %} - {% if core and course.name contains 'Omni' %} - {% assign redirect = true %} - {% elsif omni and course.name contains 'Core' %} - {% assign redirect = true %} - {% endif %} -{% endunless %} - -{% if redirect %} - -{% endif %} - -
-
-
{{ course.name }}
-
- -
-
-
- {{ 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/Cin7 External/_course_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_header.html.liquid deleted file mode 100644 index e5c22f09..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_course_header.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -
- {{ current_school.course_vocabulary }} - - -
-
- - - - {{ course.name }} -
-{{ course.name }} diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_outline.html.liquid deleted file mode 100644 index 72f97e79..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_course_outline.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ -
-
- {% 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/Cin7 External/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_course_progress_and_cta.html.liquid deleted file mode 100644 index 4d712024..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_course_progress_and_cta.html.liquid +++ /dev/null @@ -1,54 +0,0 @@ -
-
- {% t .header %} -
-
-
-
-
- -
- {% t shared.progress, count: course.progress %} -
-
- -{% if course.learner_can_retake? %} -
- {% form_authenticity_token %} - -
-{% else %} -{% if current_person.signed_in? == false%} - - Sign In - -{% 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 %} -{% endif %} - diff --git a/Custom_Templates/customer_templates/Cin7 External/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_courses_catalog.html.liquid deleted file mode 100644 index 49acf7a1..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_courses_catalog.html.liquid +++ /dev/null @@ -1,43 +0,0 @@ -{% if courses.in_catalog.any? %} -
- {% 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 %} -
- {% endif %} - {% endfor %} -
-{% else %} - {% capture message %} - {% t shared.zero_state.courses.catalog, - key: current_school.course_vocabulary - %} - {% endcapture %} - {% include "courses_zero_state", message: message %} -{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_courses_zero_state.html.liquid deleted file mode 100644 index 26e371f7..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_courses_zero_state.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ -
-
- {{ message }} -
- {{ message }} -
diff --git a/Custom_Templates/customer_templates/Cin7 External/_featured_courses.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_featured_courses.html.liquid deleted file mode 100644 index aebaa055..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_featured_courses.html.liquid +++ /dev/null @@ -1,84 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} - {% for group in current_person.groups %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endfor %} -{% endif %} - - - - - - - diff --git a/Custom_Templates/customer_templates/Cin7 External/_filters_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_filters_catalog.html.liquid deleted file mode 100644 index d87db12a..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_filters_catalog.html.liquid +++ /dev/null @@ -1,233 +0,0 @@ -
Filters
-
-
-
Categories
- {% if omni %} -
- {% assign unique_omni_categories = "" %} - {% for course in courses.in_catalog %} - {% for category in course.categories %} - {% if category.name contains 'Omni' %} - {% unless unique_omni_categories contains category.name %} -
- - -
- {% assign unique_omni_categories = unique_omni_categories | append: category.name %} - {% endunless %} - {% endif %} - {% endfor %} - {% endfor %} -
- {% elsif core %} -
- {% assign unique_core_categories = "" %} - {% for course in courses.in_catalog %} - {% if course.name contains '[Core]' %} - {% for category in course.categories %} - {% if category.name contains 'Core' %} - {% unless unique_core_categories contains category.name %} -
- - -
- {% assign unique_core_categories = unique_core_categories | append: category.name %} - {% endunless %} - {% endif %} - {% endfor %} - {% endif %} - {% endfor %} -
- {%elsif log_out%} -
- {% assign unique_core_categories = "" %} - {% for course in courses.in_catalog %} - {% for category in course.categories %} - {% unless unique_core_categories contains category.name %} -
- - -
- {% assign unique_core_categories = unique_core_categories | append: category.name %} - {% endunless %} - {% endfor %} - {% endfor %} -
- {% endif %} -
-
-
Course Duration
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
-
- - - - - - diff --git a/Custom_Templates/customer_templates/Cin7 External/_footer.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_footer.html.liquid deleted file mode 100644 index 3c3f2064..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_footer.html.liquid +++ /dev/null @@ -1,53 +0,0 @@ -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} -{% endif %} - - diff --git a/Custom_Templates/customer_templates/Cin7 External/_head.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_head.html.liquid deleted file mode 100644 index bda0734b..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_head.html.liquid +++ /dev/null @@ -1,41 +0,0 @@ -{% styles default %} -{% styles colors %} -{% styles custom %} - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_header.html.liquid deleted file mode 100644 index b845e48b..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_header.html.liquid +++ /dev/null @@ -1,267 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign partners = 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 current_person.signed_in? %} - - - {% endif %} -
- {% if current_school.logo_url %} -

- - {{ current_school.name }} - -

- {% else %} - - {{ current_school.name }} - - {% endif %} - - - - {% if current_person.signed_in? %} - -
- - -
- {% else %} - - {% endif %} -
-
- -
-
- {% if current_person.signed_in? %} - {{ current_person.name }} -
- {{ current_person.name }} -
- {% 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" %} - - - - diff --git a/Custom_Templates/customer_templates/Cin7 External/_homepage_testimonials.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_homepage_testimonials.html.liquid deleted file mode 100644 index 92a0c080..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_homepage_testimonials.html.liquid +++ /dev/null @@ -1,26 +0,0 @@ -
Transformative education for Connected Inventory Performance
-
-
-
- -
-
Dynamic courses
-
Developed by our product education professionals
-
-
-
- -
-
Results-driven education
-
Designed for you to meet your business goals
-
-
-
- -
-
Customer-centered
-
Supporting you through all stages of your journey
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_carousel.html.liquid deleted file mode 100644 index f23ad37f..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_learning_path_carousel.html.liquid +++ /dev/null @@ -1,48 +0,0 @@ - -{% assign counter = 0 %} - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_carousel_core.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_carousel_core.html.liquid deleted file mode 100644 index 29adbb27..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_learning_path_carousel_core.html.liquid +++ /dev/null @@ -1,49 +0,0 @@ - -{% assign counter = 0 %} -{% assign learning_paths_core = '50e59300-af4f-40c5-8731-ee88284d8f0d, 3793a1a2-3efa-4cea-afa9-077585520476, a67a07df-f153-4dce-ae93-90f3d76e77df, cdb26bc8-cd06-48dc-b5c4-57349c27b03d, d7d7ff88-3419-4999-b209-13faea260939' | split: ', ' %} - - - - - diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_completed_banner.html.liquid deleted file mode 100644 index 6771ac15..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_learning_path_completed_banner.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -{% for category in learning_path.categories %} - {% if category.name contains "Deep Dive: Core" %} - diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_course.html.liquid deleted file mode 100644 index b59ad189..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_learning_path_course.html.liquid +++ /dev/null @@ -1,39 +0,0 @@ -{% if learning_path.enrolled? and course.unlocked? %} - -
-
-
- {{ course.name }} -
-
- {% t shared.progress, count: course.progress %} -
-
- {% if course.optional? %} -
- {% t shared.optional %} -
- {% endif %} -
-
-{% else %} -
-
-
-
- {{ course.name }} -
-
- {% if course.optional? %} -
- {% t shared.optional %} -
- {% endif %} -
-
-{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_description.html.liquid deleted file mode 100644 index fc290540..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_learning_path_description.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ -

- About this Learning Path -

-
- {{ learning_path.description }} -
diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_content.html.liquid deleted file mode 100644 index 83f76da0..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_content.html.liquid +++ /dev/null @@ -1,33 +0,0 @@ -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} -{% endif %} - -{% if log_out %} - -{% endif %} - -
-
-
-
- {{ 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/Cin7 External/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_header.html.liquid deleted file mode 100644 index 36a19fd1..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_header.html.liquid +++ /dev/null @@ -1,5 +0,0 @@ -
-
- {{ learning_path.name }} -
-
diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_new_content_banner.html.liquid deleted file mode 100644 index 2bc02d46..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_learning_path_new_content_banner.html.liquid +++ /dev/null @@ -1,12 +0,0 @@ -
-
-

{% 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/Cin7 External/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_progress_and_cta.html.liquid deleted file mode 100644 index 341b8ba5..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_learning_path_progress_and_cta.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -{% if learning_path.enrolled? %} -
-
- {% t shared.progress, count: learning_path.progress %} -
-
-{% endif %} - -{% if current_person.signed_in? == false %} - - Sign In - - {% else %} - {% learning_path_next_step_button learning_path, class: "lp-button" %} -{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_path_training_session.html.liquid deleted file mode 100644 index ba599f95..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_learning_path_training_session.html.liquid +++ /dev/null @@ -1,50 +0,0 @@ -{% if learning_path.enrolled? and training_session.unlocked? %} -
- -
- -
-
{{ training_session.name }}
-
- {{ training_session.time }} {{ training_session.time_zone }} -
-
- {% if training_session.optional? %} -
- {% t shared.optional %} -
- {% endif %} -
-
-{% else %} -
-
- -
-
{{ training_session.name }}
-
- {% if training_session.optional? %} -
- {% t shared.optional %} -
- {% endif %} -
-
-{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_learning_paths_index.html.liquid deleted file mode 100644 index 9e25c2a7..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_learning_paths_index.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -
- {% if items.any? %} - {% for learning_path in items %} - {% if 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 %} -
-
- {% t .empty %} -
- {% t .empty %} -
- {% endif %} -
diff --git a/Custom_Templates/customer_templates/Cin7 External/_my_badges_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_my_badges_carousel.html.liquid deleted file mode 100644 index c1c8c46b..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_my_badges_carousel.html.liquid +++ /dev/null @@ -1,63 +0,0 @@ -{% assign completed_courses = 0 %} -{% for course in courses.enrolled %} - {% if course.progress == 100 %} - {% assign completed_courses = completed_courses | plus: 1 %} - {% endif %} -{% endfor %} - - - - - - diff --git a/Custom_Templates/customer_templates/Cin7 External/_my_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_my_courses_carousel.html.liquid deleted file mode 100644 index 5110d4ae..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_my_courses_carousel.html.liquid +++ /dev/null @@ -1,64 +0,0 @@ -{% assign counter = 0 %} - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths.html.liquid deleted file mode 100644 index 1ccb94da..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths.html.liquid +++ /dev/null @@ -1,35 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths_and_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths_and_courses_carousel.html.liquid deleted file mode 100644 index 13901495..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths_and_courses_carousel.html.liquid +++ /dev/null @@ -1,60 +0,0 @@ -{% assign counter = 0 %} - - - - - diff --git a/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths_carousel.html.liquid deleted file mode 100644 index 7ead4243..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_my_learning_paths_carousel.html.liquid +++ /dev/null @@ -1,65 +0,0 @@ - -{% assign counter = 0 %} - - - - - diff --git a/Custom_Templates/customer_templates/Cin7 External/_omni_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_omni_learning_paths_carousel.html.liquid deleted file mode 100644 index aff1ed29..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_omni_learning_paths_carousel.html.liquid +++ /dev/null @@ -1,53 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_search_result.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_search_result.html.liquid deleted file mode 100644 index d6963a96..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_search_result.html.liquid +++ /dev/null @@ -1,21 +0,0 @@ -{% if result.type == 'course' %} -
-
-
- {{ result.name }} -
-
- - {{ result.name }} - -
-
{{ result.description }}
-
-
-
-
-{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_starting_learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_starting_learning_paths.html.liquid deleted file mode 100644 index 91a91a12..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_starting_learning_paths.html.liquid +++ /dev/null @@ -1,11 +0,0 @@ - -{% for learning_path in learning_paths.enrolled %} - {% for category in learning_path.categories %} - {% if category.name contains 'B2B: Core' %} -
- {% include "cards_learning_path_homepage" with learning_path %} -
- {% endif %} - {% endfor %} -{% endfor %} - diff --git a/Custom_Templates/customer_templates/Cin7 External/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_sub_navigation.html.liquid deleted file mode 100644 index 20b86c73..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_sub_navigation.html.liquid +++ /dev/null @@ -1,30 +0,0 @@ - - - - diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_session_desktop_view.html.liquid deleted file mode 100644 index dabbfe08..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_training_session_desktop_view.html.liquid +++ /dev/null @@ -1,62 +0,0 @@ -
- {% 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/Cin7 External/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External/_training_session_header.html.liquid deleted file mode 100644 index 783551a5..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/_training_session_header.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -
- {% t shared.event_types, key: training_event.event_type %} - -
-
- - - - {{ training_event.title }} -
- - diff --git a/Custom_Templates/customer_templates/Cin7 External/account.html.liquid b/Custom_Templates/customer_templates/Cin7 External/account.html.liquid deleted file mode 100644 index 2ad5d917..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/account.html.liquid +++ /dev/null @@ -1,14 +0,0 @@ -{% include "header" %} - -
-
- {% include "account_mobile_view", form: form %} -
- -
- {% include "account_desktop_view", form: form %} -
-
- -{% include "footer" %} - diff --git a/Custom_Templates/customer_templates/Cin7 External/catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 External/catalog.html.liquid deleted file mode 100644 index fc1ce268..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/catalog.html.liquid +++ /dev/null @@ -1,82 +0,0 @@ -{% 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 %} - {% elsif group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endfor %} -{% endif %} - -{% if omni and core %} - {% assign both_gorups = true %} -{% endif %} - -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} - -
-
-
Course Catalog
-
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
-
-
-
-
- {% include 'filters_catalog' %} -
-
-
- {% include "courses_catalog" %} -
-
-
-{% include "footer" %} - - diff --git a/Custom_Templates/customer_templates/Cin7 External/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 External/commerce_catalog.html.liquid deleted file mode 100644 index fe09b3d2..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/commerce_catalog.html.liquid +++ /dev/null @@ -1,59 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} - -
-
-
Course Catalog
-
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
-
-
-
-
- {% include 'filters_catalog' %} -
-
-
- {% include "courses_catalog" %} -
-
-
-{% include "footer" %} - - diff --git a/Custom_Templates/customer_templates/Cin7 External/course.html.liquid b/Custom_Templates/customer_templates/Cin7 External/course.html.liquid deleted file mode 100644 index 4222a4b1..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/course.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -
-
- {% include "course_desktop_view" %} -
-
- {% include "course_mobile_view" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/courses-category.html.liquid b/Custom_Templates/customer_templates/Cin7 External/courses-category.html.liquid deleted file mode 100644 index 59de387b..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/courses-category.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} - -
-
Course Catalog
-
- Browse All Courses -
-
-
- {% include 'category_cards' %} -
-
- -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/courses.html.liquid b/Custom_Templates/customer_templates/Cin7 External/courses.html.liquid deleted file mode 100644 index a6e036af..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/courses.html.liquid +++ /dev/null @@ -1,23 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} - -
-
-
-
{{ catalog.headline }}
-
{{ catalog.subheadline }}
-
- {% capture label %}{% t shared.filters.by_category %}{% endcapture %} - - {% if courses.in_catalog.any? %} - {% - include "filter_dropdown", - filters: courses.filters, - key: "category_uuid", - label: label - %} - {% endif %} -
- {% include "courses_catalog" %} -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 External/dashboard.html.liquid deleted file mode 100644 index f53203b9..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/dashboard.html.liquid +++ /dev/null @@ -1,41 +0,0 @@ -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} -{% endif %} - -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.enrolled %} - - -
-
-
My Dashboard
-
Easily view your badges, start and resume courses and learning paths, and revisit courses you’ve completed here on your dashboard.
-
-
-
-
My Badges
-
- {% include 'my_badges_carousel' %} -
-
-
-
My Courses & Paths in Progress
-
- {% include 'my_learning_paths_and_courses_carousel' %} -
-
-
-
Completed Courses
-
- {% include 'my_courses_carousel' %} -
-
-
-
My Live Events
-
- {% include "training_events_dashboard" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 External/homepage.html.liquid deleted file mode 100644 index 80d42dbe..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/homepage.html.liquid +++ /dev/null @@ -1,83 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} - {% for group in current_person.groups %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endfor %} -{% endif %} - - -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.featured %} -
-
-
- {% if core %} -
Welcome to Cin7 Core Academy
- {% elsif omni %} -
Welcome to Cin7 Omni Academy
- {% elsif log_out %} -
Welcome to Cin7 Academy
- {% else %} -
Welcome to Cin7 Academy
- {% endif %} -
Learn to create and manage a best-in-class inventory operation for your business.
-
-
- -
-
- {% if core %} -
Learn Cin7 Core by your function with Learning Paths
-
- {% include 'learning_path_carousel_core' %} -
-
Grow and broaden your Cin7 Core expertise with Deep Dives
-
- {% include "category_carousel_core"%} -
- {% elsif omni %} -
New to Cin7 Omni? Start learning here!
-
- {% include "category_carousel"%} -
- {% elsif log_out %} -
Learn Cin7 Core by your function with Learning Paths
-
- {% include 'learning_path_carousel_core' %} -
-
Grow and broaden your Cin7 Core expertise with Deep Dives
-
- {% include "category_carousel_core"%} -
-
Learn Omni by module and features
-
- {% include "category_carousel"%} -
- {% endif %} -
-
-
Featured Courses: Integrations
-
- {% include 'featured_courses' %} -
-
- -
-
-
- {% include 'homepage_testimonials' %} -
-
- -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 External/learning_path.html.liquid deleted file mode 100644 index c5eb35af..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/learning_path.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -
-
- {% include "learning_path_desktop_view" %} -
-
- {% include "learning_path_mobile_view" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 External/learning_paths.html.liquid deleted file mode 100644 index d3cfca87..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/learning_paths.html.liquid +++ /dev/null @@ -1,59 +0,0 @@ -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} -{% endif %} - -{% if log_out %} - -{% endif %} - -{% include "header" %} -
-
-
Learning Paths
-
Explore curated learning paths tailored to your function and role.
-
-
-
-
- {% if current_person.signed_in? %} - {% include "learning_paths_index", items: learning_paths.available %} - {% else %} -
You must be signed in to view Learning Paths.
- {% endif %} -
-
-{% include "footer" %} - - diff --git a/Custom_Templates/customer_templates/Cin7 External/login.html.liquid b/Custom_Templates/customer_templates/Cin7 External/login.html.liquid deleted file mode 100644 index e5c63ee8..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/login.html.liquid +++ /dev/null @@ -1,72 +0,0 @@ -
-
- {% include "header_minimal" %} -
-
- {% form_authenticity_token %} -
- - -
-
- - -
- - - {% t .forgot_password %} - - - {% comment %} - {% if features.account_creation? %} - - {% t shared.sign_up %} - - {% endif %} - {% endcomment %} - - {% if features.request_access? %} - - {{ current_school.request_access_label }} - - {% endif %} -
-
-
-
- - - diff --git a/Custom_Templates/customer_templates/Cin7 External/master.html.liquid b/Custom_Templates/customer_templates/Cin7 External/master.html.liquid deleted file mode 100644 index 63345068..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/master.html.liquid +++ /dev/null @@ -1 +0,0 @@ -{% body %} diff --git a/Custom_Templates/customer_templates/Cin7 External/reset_password.html.liquid b/Custom_Templates/customer_templates/Cin7 External/reset_password.html.liquid deleted file mode 100644 index 12bf0d0f..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/reset_password.html.liquid +++ /dev/null @@ -1,43 +0,0 @@ -
-
- {% include "header_minimal" %} -
-
- - - {% form_authenticity_token %} -
- - -
-
- - -
- -
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 External/search.html.liquid b/Custom_Templates/customer_templates/Cin7 External/search.html.liquid deleted file mode 100644 index 1b888338..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/search.html.liquid +++ /dev/null @@ -1,20 +0,0 @@ -{% include "header" %} -
-
- {% t .title %} -
-
-
- {% t .showing %} - {{ results.count }} - {% t .results_for %} - "{{ results.term }}" -
-
- {% 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/Cin7 External/sign_up.html.liquid b/Custom_Templates/customer_templates/Cin7 External/sign_up.html.liquid deleted file mode 100644 index 4108a46f..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/sign_up.html.liquid +++ /dev/null @@ -1,81 +0,0 @@ -
-
- {% include "header_minimal" %} -
-
-
{% t .create_account %}
- {% form_authenticity_token %} -
-
- - -
-
- - -
-
-
- - -
-
- - -
- - - {% t .terms %} - - {% t .terms_link %} - - - - If you are unable to create an account, you have likely already been invited to the Academy. Please use the 'Forgot my password' link below. - - - Forgot my Password - -
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 External/styles.css.liquid b/Custom_Templates/customer_templates/Cin7 External/styles.css.liquid deleted file mode 100644 index 820ba0cb..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/styles.css.liquid +++ /dev/null @@ -1,597 +0,0 @@ - /* - 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: "Inter", sans-serif; - background: #fff; -} - -.lora { - font-family: 'Lora'; -} -.hero-text { - font-family: 'Lora'; -} -.np-header-desktop-nav-link { - font-weight: 700; -} -.np-header-desktop-nav-link:hover { - color: #002EFF; -} -.header-search-input { - border: 3px solid #002e6e; - border-radius: 8px; - max-width: 150px; -} -.note-desc { - font-size: 1vw -} -.hero-text { - font-size: 3.5rem; - font-weight: 400; -} -.hero-homepage { - background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFF 99.32%), url('https://s3.amazonaws.com/static.northpass.com/Cin7/1920x300.png'); - background-position: center; - background-size: cover; - padding: 5%; - color: #002f6f; -} -.hero-subheading { - margin-top: 2%; - font-size: 1.25rem; -} -.np-sub-navigation-content-item-active { - background: #002f6f !important; -} -.np-sub-navigation-content-item-link { - display: flex; - justify-content: center; - background: #05cbbf; - color: #fff; - padding: 15px; - border-radius: 8px; - font-weight: 700; -} -.sub-navigation { - background: #fff; - padding: 1rem 0; -} -.np-sub-navigation-content-item { - margin: 0 15px; -} -.info-icon { - width: 125px; - object-fit: cover; -} -.card { - border-radius: 25px; - background: #fff; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; -} -.learning-path-card-image { - width: 100%; - border-radius: 20px 20px 0 0; -} -.card-content-title { - color: #002f6f; - font-size: 1.25rem; - margin: 0; - height: 46px; -} -.course-time { - color: #000000b5; - display: flex; - align-items: center; - gap: 10px -} -.course-desc { - margin-top: 15px; - color: #002f6f; - height: 60px; -} -.lp-link { - text-decoration: none; -} -.slick-track { - margin-left: 0 !important; - margin-right: 0 !important; -} - -.section-lp { - background: #dde9fe; -} -.heading { - font-size: 2.5rem; - color: #002f6f; - padding: 2rem 0; - font-weight: 600; -} -.section { - padding: 1rem 0; -} -.section-featured { - background: #fff; -} - -.np-top-cta { - background: #fff; - border-radius: 20px; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; - display: flex; - justify-content: space-between; - align-items: center; -} - -.card-image { - position: relative; -} -.np-optional-ribbon { - background: #05CBBF; - color: #fff; - -} -.np-card-ribbon { - top: 0; - right: 0; - border-radius: 0 20px; - text-transform: none; - font-size: 0.85rem; - font-weight: 600; - padding: 5px 12.5px; - background: #05CBBF; -} - -.lp-progress-text { - font-weight: 700; - font-size: 1.5rem; -} -.lp-button { - background: #002f6f; - color: #fff; - padding: 15px 25px; - border-radius: 25px; - text-decoration: none; - font-weight: 700; - white-space: nowrap; - border: none; -} -.lp-button:hover { - background: #05CBBF; - color: #fff; -} -.lp-course-card { - margin: 30px 0; - background: #fff; - border-radius: 20px; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; - } -.learning-path-outline-content { - display: flex; - justify-content: space-between; - width: 100%; - align-items: center; - } - .learning-path-outline-progress { - font-weight: 600; - } - .lp-desktop-wrapper { - padding: 25px; - background: #fff; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; - border-radius: 20px; - margin-bottom: 20px; - } - .lp-progress-and-cta-wrapper { - margin-top: 20px; - } - .card { - margin: 10px; - } - - .right-arrow { - position: absolute; - bottom: -30px; - padding-left: 50px; - cursor: pointer; - right: 10px; - font-size: 1.5rem; - } - .left-arrow { - position: absolute; - bottom: -30px; - z-index: 1; - padding-left: 10px; - cursor: pointer; - right: 40px; - font-size: 1.5rem; - } - .heading-dashboard { - text-align: left; - font-size: 2.5rem; - color: #002f6f; - padding: 2rem 0; - font-weight: 600; - margin-left: 2rem; - } - - .my-learning-paths { - background: #fff; - } - - .my-courses { - background: #dde9fe; - } - - .my-events { - background: #4d98ff; - } - - .events { - background: #fff; - } - .card-container { - text-decoration: none; - } - .events-container { - display: flex; - margin: 0 20px; - } - - .catalog-button { - display: flex; - justify-content: center; - background: #002f6f; - color: #fff; - padding: 15px; - border-radius: 8px; - font-weight: 700; - text-decoration: none; - } - .catalog-button-container { - display: flex; - justify-content: flex-end; - } - .hero-catalog-category { - background: #f2ede8; - padding: 5% 20px; - } - .hero-text-catalog-category { - color: #002f6f; - font-size: 3.5rem; - font-weight: 700; - } - .card-learning-path-desktop { - border-radius: 40px; - } - .image-learning-path-desktop { - border-radius: 40px; - } - .category-wrapper { - - } - .category-container { - display: flex; - justify-content: center; - flex-direction: column; - align-items: center; - } - .category-link { - text-decoration: none; - font-size: 1.5rem; - font-weight: 500; - color: #002f6f; - background: #fff; - border: 3px solid; - border-radius: 20px; - padding: 2rem; - max-width: 1000px; - width: 100%; - margin: 10px 0; - } - .category-container { - margin: 20px 0; - } - .np-card-container { - border-radius: 25px; - box-shadow: none; - } - .np-learning-path-image { - border-bottom-left-radius: 20px; - border-top-left-radius: 20px; - width: 100% !important; - height: 100%; - } - .card-content { - background: #fff; - border-radius: 0 0 25px 25px; - padding: 1.5rem; - } - .catalog-btn { - background: #002f6f; - color: #fff; - padding: 15px 25px; - border-radius: 25px; - text-decoration: none; - font-weight: 700; - } - .button-wrapper { - display: flex; - justify-content: center; - padding: 2.5% 0; - } - .info { - display: flex; - align-items: center; - max-width: 400px; - gap: 5%; - } - .info-wrapper { - display: flex; - gap: 20px; - justify-content: space-between; - flex-wrap: wrap; - } - .info-heading { - color: #002f6f; - font-weight: 600; - font-size: 1.25rem; - } - .info-desc { - color: #002f6f; - font-size: 1rem; - margin-top: 5px; - } - - .np-footer-logo-image { - filter: none; - opacity: 1; - } - - .section-info { - background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFFFFF 99.32%), #F2EDE8; - } - - .np-footer { - background: url('https://s3.amazonaws.com/static.northpass.com/Cin7/Footer+background.png'); - background-size: cover; - background-repeat: round; - height: 28%; - } - .np-alert { - display: none; - } - - .footer-heading { - font-size: 1.25rem; - color: #fff; - font-weight: 700; - border-bottom: 1px solid #fff; - padding: 10px 0; - width: 150px; -} - .np-footer-navigation-link { - color: #fff; - font-weight: 500; - } - - .info-section-heading { - padding: 5% 0; - font-weight: 400; - } - .section-content-info { - padding-bottom: 5%; - } - .info-content { - height: 100%; - display: flex; - flex-direction: column; - justify-content: space-evenly; - } - .np-footer-top { - display: flex; - flex-direction: row; - align-items:flex-start; - } - - .np-footer-navigation-list { - flex-direction: column; - gap: 10px; - align-items: flex-start; - } - .np-footer-navigation-link { - padding: 10px 0; - } - .np-footer-navigation { - min-height: 52px; - display: flex; - width: 100%; - justify-content: end; - padding: 0 5%; - } - .np-learning-path-outline-name { - font-weight: 600; - } - - .np-top-image { - border-radius: 25px; - } - - .content-lp-card-padding { - padding: 25px; - } - .np-card-heading, .np-learning-path-outline-name { - color: #002f6f; - } - .np-card-text { - color: #002f6f; - } - - .np-learning-path { - border-radius: 25px; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; - } - .np-learning-paths { - background: #fff; - } - .lp-heading { - font-size: 2.5rem; - color: #002f6f; - padding: 3rem 2rem; - font-weight: 500; - } -.category-card { - text-decoration: none; - height: auto !important; -} - -.page-content { - margin: 20px; -} - -.catalog-btn:hover { - background: #05CBBF; - color: #fff; - -} -.info-section-padding { - padding: 0 20px; -} -.zero-state-wrapper { - display: flex; - justify-content: center; - flex-direction: column; - align-items: center; -} -.zero-button-wrapper { - display: flex; -} -.zero-img { - max-width: 400px; -} -.badge-card-image { - width: 60%; -} -.card-badge { - background: #FFFFFF; - display: flex; - justify-content: center; - padding: 2rem; - border-radius: 20px 20px 0 0; -} -.card-category { - background: #002f6f; - display: flex; - justify-content: center; - padding: 2rem; - border-radius: 20px 20px 0 0; -} -.card-content-badge { - text-align: center; - padding: 0; -} -.completed-courses { - margin-top: 10px; - font-weight: 500; - color: #002f6f; -} -.np-header-desktop-nav-list { - justify-content: end; -} -.event-card { - max-width: 330px; -} -.recommended -{ - color: #000000b5; -} - -.card-type -{ - color: #000000b5; - text-align: end; - margin-bottom: 10px; - font-size: 0.85rem; - font-weight: 600; - opacity: 0.75; -} -.course-details { - display: flex; - justify-content: space-between; - align-items: center; - margin-top: 15px; - gap: 10px -} - -.card:hover { - transform: translateY(-0.125rem); -} - -.card-category-core { - background: none; - padding: 0; -} -.card-category-image-core { - width: 100%; - border-radius: 20px 20px 0 0; -} - -@media only screen and (max-width: 768px) { - .hero-text { - font-size: 2.5rem; - } - .hero-subheading { - font-size: 1rem; - } - .heading, .heading-dashboard { - font-size: 2rem; - } - .info-section-heading { - text-align: center; - } - .info-wrapper { - justify-content: center; - } - .np-footer-navigation { - justify-content: flex-start; - } - .np-footer-navigation-link { - padding: 0; - margin: 10px; - } - .events-container { - justify-content: center; - } - .dropdown { - display: flex; - justify-content: flex-start; - position: relative; - margin-bottom: 20px; - } -} - -.core-category-wrapper { - display: flex; - flex-direction: column; - height: 100%; -} -.course-desc-category-core { - margin-top: 15px; - color: #002f6f; - height: 100%; - display: flex; - align-items: end; -} -.card-content-core { - display: flex; - flex-direction: column; - justify-content: space-between; -} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/training_events.html.liquid b/Custom_Templates/customer_templates/Cin7 External/training_events.html.liquid deleted file mode 100644 index d39c0526..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/training_events.html.liquid +++ /dev/null @@ -1,13 +0,0 @@ -{% include "header" %} - -
-
-
Live Training Events
-
-
-
-
- {% include "training_events_index" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 External/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Cin7 External/training_session_attendance.html.liquid deleted file mode 100644 index 71bb6119..00000000 --- a/Custom_Templates/customer_templates/Cin7 External/training_session_attendance.html.liquid +++ /dev/null @@ -1,43 +0,0 @@ -{% 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/Cin7 Internal/_badges_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_badges_cards.html.liquid deleted file mode 100644 index 5c021f90..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_badges_cards.html.liquid +++ /dev/null @@ -1,27 +0,0 @@ -{% for course in courses.enrolled %} - {% if course.progress == 100 and course.properties.badge_course == true %} -
-
- -
-
- {% endif %} -{% endfor %} - diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_cards_course.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_cards_course.html.liquid deleted file mode 100644 index f1d7cea2..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_cards_course.html.liquid +++ /dev/null @@ -1,46 +0,0 @@ -
-{% capture course_path %}{% route course, id: course.id %}{% endcapture %} - -
- {{ course.name }} - {% if course.ribbon %} -
- {{ course.ribbon }} -
- {% endif %} -
-
-

- {{ course.name }} -

- -
- {{ course.short_description }} -
- {% if course.properties.course_duration %} - -
-
- - {{course.properties.course_duration}} min -
- - -
- - - - {% endif %} -
-
-
- diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path.html.liquid deleted file mode 100644 index 2a3ebd7e..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path.html.liquid +++ /dev/null @@ -1,68 +0,0 @@ -
-
-
-
- {{ learning_path.name }} -
-
-
- -
{% t shared.learning_path.title %}
-
- {{ learning_path.items.count }} {% t .items %} -
-
-
-
{% t shared.learning_path.title %}
- -
- -
-

- {{ learning_path.name }} -

- -
- {{ learning_path.instructor_names }} -
- -
- {{ learning_path.description }} -
- -
- {% t shared.progress, count: learning_path.progress %} -
- -
-
-
-
- - -
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path_homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path_homepage.html.liquid deleted file mode 100644 index 174c3a33..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path_homepage.html.liquid +++ /dev/null @@ -1,25 +0,0 @@ -
- -
- {{ learning_path.name }} -
- {% if learning_path.name contains "Omni" %} - Omni - {% elsif learning_path.name contains "Core" %} - Core - {% endif %} -
-
-
LEARNING PATH
-
-

- {{ learning_path.name }} -

-
-
-
- diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_cards_training_event.html.liquid deleted file mode 100644 index e797417c..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_cards_training_event.html.liquid +++ /dev/null @@ -1,38 +0,0 @@ -
- -
-

- {{ training_event.title }} -

-
- {% t shared.event_types, key: training_event.event_type %} -
-
- -
-
- {{ training_event.sessions.first.day }} -
-
-
- {{ training_event.sessions.first.month }} -
-
- {{ training_event.sessions.first.year }} -
-
-
-
-
-
-
- - - {% t .sessions, count: training_event.sessions.size %} - -
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_category_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_category_cards.html.liquid deleted file mode 100644 index 935c844a..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_category_cards.html.liquid +++ /dev/null @@ -1,11 +0,0 @@ - - -
- -
-
-

{{category.name}}

-
See all courses related to {{category.name}}.
-
-
- diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_category_cards_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_category_cards_core.html.liquid deleted file mode 100644 index 0328d9e9..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_category_cards_core.html.liquid +++ /dev/null @@ -1,29 +0,0 @@ - - -
-
- -
-
- {% if category.name == 'Warehouse Operations: Core' %} -

Inventory Logistics Deep Dives

- {% else %} -

{{category.name | replace: ": Core", " Deep Dives"}}

- {% endif %} -
Level up your expertise and enhance your operations with {{category.name | replace: ": Core", " Deep Dives"}}.
-
-
-
- diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel.html.liquid deleted file mode 100644 index cc7f9cee..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel.html.liquid +++ /dev/null @@ -1,64 +0,0 @@ -{% assign unique_category = "" %} -{% assign category_images = 'https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+1.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+2.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+3.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+4.png' | split: ',' %} -{% assign category_counter = 0 %} - - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel_core.html.liquid deleted file mode 100644 index 18a1f61c..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel_core.html.liquid +++ /dev/null @@ -1,64 +0,0 @@ -{% assign unique_category = "" %} -{% assign category_images = 'https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Accounting+Deep+Dives+-+Thumbnails.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Administrative+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Product+Management+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Simple+Manufacturing+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Warehouse+Operations+Deep+Dives+-+Thumbnail.png' | split: ', ' %} -{% assign category_counter = 0 %} -{% assign core_categories = 'Warehouse Operations: Core, Admin: Core, Product Management: Core, Accounting: Core, Simple Manufacturing: Core' | split: ", " %} - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_categories.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_categories.html.liquid deleted file mode 100644 index 6cfe9010..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_course_categories.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -

- {% t .header %} -

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

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

-
- {{ course.full_description }} -
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_desktop_view.html.liquid deleted file mode 100644 index 570ef46c..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_course_desktop_view.html.liquid +++ /dev/null @@ -1,41 +0,0 @@ -
-
-
{{ course.name }}
-
- -
-
-
- {{ 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/Cin7 Internal/_course_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_header.html.liquid deleted file mode 100644 index e5c22f09..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_course_header.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -
- {{ current_school.course_vocabulary }} - - -
-
- - - - {{ course.name }} -
-{{ course.name }} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_instructors.html.liquid deleted file mode 100644 index 8b608928..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_course_instructors.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -

- {% t .header %} -

-
- {% for instructor in course.instructors %} -
- {{ instructor.name }} -
-
- {{ instructor.name }} -
- -
-
- {% endfor %} -
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_mobile_view.html.liquid deleted file mode 100644 index 7f31ff35..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_course_mobile_view.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ -
- {% 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/Cin7 Internal/_course_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_outline.html.liquid deleted file mode 100644 index 72f97e79..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_course_outline.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ -
-
- {% 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/Cin7 Internal/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_progress_and_cta.html.liquid deleted file mode 100644 index 29da778b..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_course_progress_and_cta.html.liquid +++ /dev/null @@ -1,46 +0,0 @@ -
-
- {% 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/Cin7 Internal/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_alert.html.liquid deleted file mode 100644 index 03e245ab..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_alert.html.liquid +++ /dev/null @@ -1,7 +0,0 @@ -{% if courses.include_courses_to_restart? %} - -{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_popup.html.liquid deleted file mode 100644 index 71795884..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_popup.html.liquid +++ /dev/null @@ -1,33 +0,0 @@ -
-
- - -
-
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_courses_catalog.html.liquid deleted file mode 100644 index c1815e73..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_courses_catalog.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -{% if courses.in_catalog.any? %} -
- {% for course in courses.in_catalog %} -
- {% 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 %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_courses_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_courses_index.html.liquid deleted file mode 100644 index 19e7671b..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_courses_index.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -{% if courses.enrolled.any? %} -
- {% for course in courses.enrolled %} -
- {% 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 %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_courses_zero_state.html.liquid deleted file mode 100644 index 26e371f7..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_courses_zero_state.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ -
-
- {{ message }} -
- {{ message }} -
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_featured_courses.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_featured_courses.html.liquid deleted file mode 100644 index 22ae9a9c..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_featured_courses.html.liquid +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filter_dropdown.html.liquid deleted file mode 100644 index e7a954bb..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_filter_dropdown.html.liquid +++ /dev/null @@ -1,33 +0,0 @@ -
- -
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_filter_select.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filter_select.html.liquid deleted file mode 100644 index d006c0df..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_filter_select.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -{% if params.q %} - -{% endif %} - - - - diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_filters_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filters_catalog.html.liquid deleted file mode 100644 index ee0086e3..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_filters_catalog.html.liquid +++ /dev/null @@ -1,228 +0,0 @@ -
Filters
-
-
-
Core Categories
-
- {% assign unique_core_categories = "" %} - {% for course in courses.in_catalog %} - {% for category in course.categories %} - {% if category.name contains 'Core' %} - {% unless unique_core_categories contains category.name %} -
- - -
- {% assign unique_core_categories = unique_core_categories | append: category.name %} - {% endunless %} - {% endif %} - {% endfor %} - {% endfor %} -
-
Omni Categories
-
- {% assign unique_omni_categories = "" %} - {% for course in courses.in_catalog %} - {% for category in course.categories %} - {% if category.name contains 'Omni' %} - {% unless unique_omni_categories contains category.name %} -
- - -
- {% assign unique_omni_categories = unique_omni_categories | append: category.name %} - {% endunless %} - {% endif %} - {% endfor %} - {% endfor %} -
-
-
-
-
Course Duration
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- - - - - - diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_filters_lp.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filters_lp.html.liquid deleted file mode 100644 index 05cbd3a4..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_filters_lp.html.liquid +++ /dev/null @@ -1,76 +0,0 @@ -
Filters
-
-
-
-
- - -
-
- - -
-
-
-
- - - - - - - - - - - diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_footer.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_footer.html.liquid deleted file mode 100644 index 3eb4bc01..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_footer.html.liquid +++ /dev/null @@ -1,53 +0,0 @@ - - diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_head.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_head.html.liquid deleted file mode 100644 index bda0734b..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_head.html.liquid +++ /dev/null @@ -1,41 +0,0 @@ -{% styles default %} -{% styles colors %} -{% styles custom %} - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_header.html.liquid deleted file mode 100644 index 61ab4636..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_header.html.liquid +++ /dev/null @@ -1,247 +0,0 @@ -
-
-
- {% if current_person.signed_in? %} - - - {% endif %} -
- {% if current_school.logo_url %} -

- - {{ current_school.name }} - -

- {% else %} - - {{ current_school.name }} - - {% endif %} - - - - {% if current_person.signed_in? %} - -
- - -
- {% else %} - - {% endif %} -
-
- -
-
- {% if current_person.signed_in? %} - {{ current_person.name }} -
- {{ current_person.name }} -
- {% 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" %} - - - - diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_homepage_testimonials.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_homepage_testimonials.html.liquid deleted file mode 100644 index e13ae40d..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_homepage_testimonials.html.liquid +++ /dev/null @@ -1,26 +0,0 @@ -
Transformative education for Connected Inventory Performance
-
-
-
- -
-
Dynamic courses
-
Developed by our product education professionals
-
-
-
- -
-
Results-driven education
-
Designed for you to meet your business goals
-
-
-
- -
-
Customer-centered
-
Supporting you through all stages of your journey
-
-
-
-
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_completed_banner.html.liquid deleted file mode 100644 index 6771ac15..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_completed_banner.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -{% for category in learning_path.categories %} - {% if category.name contains "Deep Dive: Core" %} - diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_course.html.liquid deleted file mode 100644 index b59ad189..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_course.html.liquid +++ /dev/null @@ -1,39 +0,0 @@ -{% if learning_path.enrolled? and course.unlocked? %} - -
-
-
- {{ course.name }} -
-
- {% t shared.progress, count: course.progress %} -
-
- {% if course.optional? %} -
- {% t shared.optional %} -
- {% endif %} -
-
-{% else %} -
-
-
-
- {{ course.name }} -
-
- {% if course.optional? %} -
- {% t shared.optional %} -
- {% endif %} -
-
-{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_content.html.liquid deleted file mode 100644 index 073241f1..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_content.html.liquid +++ /dev/null @@ -1,23 +0,0 @@ -
-
-
-
- {{ 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/Cin7 Internal/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_header.html.liquid deleted file mode 100644 index 36a19fd1..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_header.html.liquid +++ /dev/null @@ -1,5 +0,0 @@ -
-
- {{ learning_path.name }} -
-
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_content.html.liquid deleted file mode 100644 index 92ffd4c8..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_content.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -{% 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/Cin7 Internal/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_header.html.liquid deleted file mode 100644 index 2bf66a5a..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_header.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -
-
- {% t shared.learning_path.title %} - -
-
- {{ learning_path.name }} -
- {{ learning_path.name }} -
- {% include "learning_path_progress_and_cta" %} -
-
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_new_content_banner.html.liquid deleted file mode 100644 index 2bc02d46..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_new_content_banner.html.liquid +++ /dev/null @@ -1,12 +0,0 @@ -
-
-

{% 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/Cin7 Internal/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_outline.html.liquid deleted file mode 100644 index 22ddd573..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_outline.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -
- {% 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/Cin7 Internal/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_progress_and_cta.html.liquid deleted file mode 100644 index 341b8ba5..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_progress_and_cta.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -{% if learning_path.enrolled? %} -
-
- {% t shared.progress, count: learning_path.progress %} -
-
-{% endif %} - -{% if current_person.signed_in? == false %} - - Sign In - - {% else %} - {% learning_path_next_step_button learning_path, class: "lp-button" %} -{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_training_session.html.liquid deleted file mode 100644 index d5dd8824..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_training_session.html.liquid +++ /dev/null @@ -1,52 +0,0 @@ -{% 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/Cin7 Internal/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_paths_index.html.liquid deleted file mode 100644 index 0a47b30b..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_learning_paths_index.html.liquid +++ /dev/null @@ -1,14 +0,0 @@ -
- {% 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/Cin7 Internal/_messages.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_messages.html.liquid deleted file mode 100644 index 059fc568..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_messages.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -{% 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/Cin7 Internal/_my_badges_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_my_badges_carousel.html.liquid deleted file mode 100644 index 257f709b..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_my_badges_carousel.html.liquid +++ /dev/null @@ -1,84 +0,0 @@ -{% assign completed_courses = 0 %} -{% for course in courses.enrolled %} - {% if course.progress == 100 and course.properties.badge_course == true %} - {% assign completed_courses = completed_courses | plus: 1 %} - {% endif %} -{% endfor %} - - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_my_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_my_courses_carousel.html.liquid deleted file mode 100644 index 5110d4ae..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_my_courses_carousel.html.liquid +++ /dev/null @@ -1,64 +0,0 @@ -{% assign counter = 0 %} - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_and_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_and_courses_carousel.html.liquid deleted file mode 100644 index 793ac075..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_and_courses_carousel.html.liquid +++ /dev/null @@ -1,73 +0,0 @@ - -{% assign counter = 0 %} - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_carousel.html.liquid deleted file mode 100644 index 4ee0f81a..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_carousel.html.liquid +++ /dev/null @@ -1,64 +0,0 @@ - -{% assign counter = 0 %} -{% assign learning_paths_core = '436eeb7c-b21b-4a07-85c9-379babfa9fca, 4fa9f60b-1ca6-46b4-96d5-e14f3ba55fc5, 8601339c-2ad1-4b45-8d9c-3a47abae134a, cbd97303-1e44-49c7-b3c6-7c6652dd877f, 3efe3edb-d8fc-4c80-9eb3-6ff17b0a11a9' | split: ', ' %} - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_omni_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_omni_learning_paths_carousel.html.liquid deleted file mode 100644 index aff1ed29..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_omni_learning_paths_carousel.html.liquid +++ /dev/null @@ -1,53 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_search_result.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_search_result.html.liquid deleted file mode 100644 index 00bb8475..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_search_result.html.liquid +++ /dev/null @@ -1,21 +0,0 @@ -{% if result.type == 'course' %} -
-
-
- {{ result.name }} -
-
- - {{ result.name }} - -
-
{{ result.description }}
-
-
-
-
-{%endif%} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_search_zero_state.html.liquid deleted file mode 100644 index 4e52c6fb..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_search_zero_state.html.liquid +++ /dev/null @@ -1,13 +0,0 @@ -
-
-
-

- {% t .nothing_found %} -

-
- {% t .empty %} -
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_starting_learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_starting_learning_paths.html.liquid deleted file mode 100644 index 17c4fdea..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_starting_learning_paths.html.liquid +++ /dev/null @@ -1,11 +0,0 @@ - -{% for learning_path in learning_paths.enrolled %} - {% for category in learning_path.categories %} - {% if category.name contains 'B2B: Core' %} -
- {% include "cards_learning_path_homepage" with learning_path %} -
- {% endif %} - {% endfor %} -{% endfor %} - diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_sub_navigation.html.liquid deleted file mode 100644 index 46af698b..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_sub_navigation.html.liquid +++ /dev/null @@ -1,30 +0,0 @@ - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_dashboard.html.liquid deleted file mode 100644 index 89ff08ad..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_training_events_dashboard.html.liquid +++ /dev/null @@ -1,72 +0,0 @@ -{% comment %}
- {% if training_events.enrolled.any? %} - {% for training_event in training_events.enrolled %} -
- {% include "cards_training_event" with training_event %} -
- {% endfor %} - {% endif %} -
{% endcomment %} - -{% assign counter = 0 %} - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_index.html.liquid deleted file mode 100644 index 1c332593..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_training_events_index.html.liquid +++ /dev/null @@ -1,18 +0,0 @@ -{% assign counter = 0 %} -
- {% if training_events.available.any? %} -
- {% for training_event in training_events.available %} -
- {% include "cards_training_event" with training_event %} -
- {% assign counter = counter | plus: 1 %} - {% endfor %} -
- {% endif %} - {% if counter == 0 %} -
- -
-{% endif %} -
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_calendars.html.liquid deleted file mode 100644 index ad67aef1..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_calendars.html.liquid +++ /dev/null @@ -1,52 +0,0 @@ - diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_cta.html.liquid deleted file mode 100644 index e8ef954f..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_cta.html.liquid +++ /dev/null @@ -1,53 +0,0 @@ -{% if training_session.approved? %} -
- - {% t .registered %} -
-{% elsif training_session.pending? %} -
- {% t .pending %} -
-{% elsif training_session.denied? %} -
- {% t .denied %} -
-{% elsif training_session.too_late? %} -
- {% t .too_late %} -
-{% elsif training_session.no_seats? %} -
- {% t .no_seats %} -
-{% endif %} -
-
-
- {% form_authenticity_token %} - - {% if training_session.internal? and training_session.approved? %} - {% if features.training_events_google_calendar? %} - {% include "training_session_calendars" %} - - {% else %} - - {% endif %} - - - {% endif %} - - {% if training_session.not_registered? %} - - {% endif %} -
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_date.html.liquid deleted file mode 100644 index 48694035..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_date.html.liquid +++ /dev/null @@ -1,14 +0,0 @@ -
-
-
- {{ training_session.day }} -
-
-
- {{ training_session.month }} -
-
- {{ training_session.year }} -
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_desktop_view.html.liquid deleted file mode 100644 index 5c1abfec..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_desktop_view.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ -
- {% include "training_session_header" %} -
-
-
-
-
-
- {% 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/Cin7 Internal/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_details.html.liquid deleted file mode 100644 index ae23b7ac..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_details.html.liquid +++ /dev/null @@ -1,24 +0,0 @@ -
- {% include "training_session_date" %} - -
- - {{ training_session.time_period }} {{ training_session.time_zone }} -
- - {% if training_session.location %} -
- - {{ training_session.location }} -
- {% endif %} - - {% if training_session.session_url %} -
- - - {{ training_session.session_url }} - -
- {% endif %} -
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_header.html.liquid deleted file mode 100644 index f5408226..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_header.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -
- {% t shared.event_types, key: training_event.event_type %} - -
-
- - - - {{ training_event.title }} -
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_mobile_view.html.liquid deleted file mode 100644 index 00455d4e..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_mobile_view.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -
-
- {% include "training_session_header" %} -
- {% 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/Cin7 Internal/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_tile.html.liquid deleted file mode 100644 index e5ad8714..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_tile.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -{% if current_session.id != session.id %} - - -
-
- {{ session.month }} {{ session.day }}, {{ session.year }} -
-
- {{ session.time_period }} {{ session.time_zone }} -
-
- -
-{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/account.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/account.html.liquid deleted file mode 100644 index 2ad5d917..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/account.html.liquid +++ /dev/null @@ -1,14 +0,0 @@ -{% include "header" %} - -
-
- {% include "account_mobile_view", form: form %} -
- -
- {% include "account_desktop_view", form: form %} -
-
- -{% include "footer" %} - diff --git a/Custom_Templates/customer_templates/Cin7 Internal/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/auth_url_employee.html.liquid deleted file mode 100644 index c8d8adf7..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/auth_url_employee.html.liquid +++ /dev/null @@ -1,59 +0,0 @@ -
-
- {% 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/Cin7 Internal/catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/catalog.html.liquid deleted file mode 100644 index 497c31d3..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/catalog.html.liquid +++ /dev/null @@ -1,61 +0,0 @@ - - -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} - -
-
-
Course Catalog
-
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
-
-
-
-
- {% include 'filters_catalog' %} -
-
-
- {% include "courses_catalog" %} -
-
-
-{% include "footer" %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/commerce_catalog.html.liquid deleted file mode 100644 index 497c31d3..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/commerce_catalog.html.liquid +++ /dev/null @@ -1,61 +0,0 @@ - - -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} - -
-
-
Course Catalog
-
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
-
-
-
-
- {% include 'filters_catalog' %} -
-
-
- {% include "courses_catalog" %} -
-
-
-{% include "footer" %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/course.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/course.html.liquid deleted file mode 100644 index 4222a4b1..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/course.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -
-
- {% include "course_desktop_view" %} -
-
- {% include "course_mobile_view" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/courses-category.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/courses-category.html.liquid deleted file mode 100644 index 59de387b..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/courses-category.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} - -
-
Course Catalog
-
- Browse All Courses -
-
-
- {% include 'category_cards' %} -
-
- -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/courses.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/courses.html.liquid deleted file mode 100644 index a6e036af..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/courses.html.liquid +++ /dev/null @@ -1,23 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} - -
-
-
-
{{ catalog.headline }}
-
{{ catalog.subheadline }}
-
- {% capture label %}{% t shared.filters.by_category %}{% endcapture %} - - {% if courses.in_catalog.any? %} - {% - include "filter_dropdown", - filters: courses.filters, - key: "category_uuid", - label: label - %} - {% endif %} -
- {% include "courses_catalog" %} -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/dashboard.html.liquid deleted file mode 100644 index b787fb1c..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/dashboard.html.liquid +++ /dev/null @@ -1,36 +0,0 @@ - -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.enrolled %} - - -
-
-
My Dashboard
-
Easily view your badges, start and resume courses and learning paths, and revisit courses you’ve completed here on your dashboard.
-
-
-
-
My Badges
-
- {% include 'my_badges_carousel' %} -
-
-
-
My Courses & Paths in Progress
-
- {% include 'my_learning_paths_and_courses_carousel' %} -
-
-
-
Completed Courses
-
- {% include 'my_courses_carousel' %} -
-
-
-
My Live Events
-
- {% include "training_events_dashboard" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/homepage.html.liquid deleted file mode 100644 index 1a4bf7f8..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/homepage.html.liquid +++ /dev/null @@ -1,57 +0,0 @@ - -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} -{% endif %} - - -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.featured %} -
-
-
-
Welcome to Cin7 Academy
-
Own your development. Level up your product knowledge. Deliver world-class service.
-
-
- -
-
-
Learn Cin7 Core by your function with Learning Paths
-
- {% include 'my_learning_paths_carousel' %} -
- -
Grow and broaden your Cin7 Core expertise with Deep Dives
-
- {% include "category_carousel_core"%} -
-
Explore Cin7 Omni here
-
- {% include "category_carousel"%} -
- -
-
-
Featured Courses: Integrations
-
- {% include 'featured_courses' %} -
-
- -
-
-
- {% include 'homepage_testimonials' %} -
-
- -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/learning_path.html.liquid deleted file mode 100644 index c5eb35af..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/learning_path.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -
-
- {% include "learning_path_desktop_view" %} -
-
- {% include "learning_path_mobile_view" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/learning_path_summary.html.liquid deleted file mode 100644 index 99ae32ed..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/learning_path_summary.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -
-
- {% include "learning_path_summary_desktop_view" %} -
-
- {% include "learning_path_summary_mobile_view" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/learning_paths.html.liquid deleted file mode 100644 index 225d6593..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/learning_paths.html.liquid +++ /dev/null @@ -1,103 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} - {% for group in current_person.groups %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endfor %} -{% endif %} - -{% if log_out %} - -{% endif %} - -{% include "header" %} -
-
-
Learning Paths
-
Explore curated learning paths tailored to your function and role.
-
-
-
- {% comment %}
- {% include 'filters_lp' %} -
{% endcomment %} -
-
- {% include "learning_paths_index", items: learning_paths.available %} -
-
-
-{% include "footer" %} - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/master.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/master.html.liquid deleted file mode 100644 index 63345068..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/master.html.liquid +++ /dev/null @@ -1 +0,0 @@ -{% body %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/private_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/private_certificate.html.liquid deleted file mode 100644 index 15d05419..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/private_certificate.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -{% include "certificates_top_bar" %} -
-
-
- {% include "certificates_preview" %} - {% include "certificates_info_column" %} -
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/public_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/public_certificate.html.liquid deleted file mode 100644 index 15d05419..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/public_certificate.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -{% include "certificates_top_bar" %} -
-
-
- {% include "certificates_preview" %} - {% include "certificates_info_column" %} -
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/search.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/search.html.liquid deleted file mode 100644 index 1b888338..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/search.html.liquid +++ /dev/null @@ -1,20 +0,0 @@ -{% include "header" %} -
-
- {% t .title %} -
-
-
- {% t .showing %} - {{ results.count }} - {% t .results_for %} - "{{ results.term }}" -
-
- {% 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/Cin7 Internal/styles.css.liquid b/Custom_Templates/customer_templates/Cin7 Internal/styles.css.liquid deleted file mode 100644 index bb1ab86d..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/styles.css.liquid +++ /dev/null @@ -1,596 +0,0 @@ - /* - 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: "Inter", sans-serif; - background: #fff; -} - -.lora { - font-family: 'Lora'; -} -.hero-text { - font-family: 'Lora'; -} -.np-header-desktop-nav-link { - font-weight: 700; -} -.np-header-desktop-nav-link:hover { - color: #002EFF; -} -.header-search-input { - border: 3px solid #002e6e; - border-radius: 8px; - max-width: 150px; -} -.note-desc { - font-size: 1vw -} -.np-optional-ribbon { - background: #05CBBF; - color: #fff; - -} -.hero-text { - font-size: 3.5rem; - font-weight: 400; -} -.hero-homepage { - background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFF 99.32%), url('https://s3.amazonaws.com/static.northpass.com/Cin7/1920x300.png'); - background-position: center; - background-size: cover; - padding: 5%; - color: #002f6f; -} - -.hero-subheading { - margin-top: 2%; - font-size: 1.25rem; -} -.np-sub-navigation-content-item-active { - background: #002f6f !important; -} -.np-sub-navigation-content-item-link { - display: flex; - justify-content: center; - background: #05cbbf; - color: #fff; - padding: 15px; - border-radius: 8px; - font-weight: 700; -} -.sub-navigation { - background: #fff; - padding: 1rem 0; -} -.np-sub-navigation-content-item { - margin: 0 15px; -} -.info-icon { - width: 125px; - object-fit: cover; -} -.card { - border-radius: 25px; - background: #fff; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; -} -.learning-path-card-image { - width: 100%; - border-radius: 20px 20px 0 0; -} -.card-content-title { - color: #002f6f; - font-size: 1.25rem; - margin: 0; -} -.course-time { - margin-top: 15px; - color: #000000b5; - display: flex; - align-items: center; - gap: 10px -} -.course-desc { - margin-top: 15px; - color: #002f6f; -} -.lp-link { - text-decoration: none; - display: flex; - flex-direction: column; - height: 100%; -} -.slick-track { - margin-left: 0 !important; - margin-right: 0 !important; -} - -.section-lp { - background: #dde9fe; -} -.heading { - font-size: 2.5rem; - color: #002f6f; - padding: 2rem 0; - font-weight: 600; -} -.section { - padding: 1rem 0; -} -.section-featured { - background: #fff; -} - -.np-top-cta { - background: #fff; - border-radius: 20px; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; - display: flex; - justify-content: space-between; - align-items: center; -} - -.card-image { - position: relative; -} - -.np-card-ribbon { - top: 0; - right: 0; - border-radius: 0 20px; - text-transform: none; - font-size: 0.85rem; - font-weight: 600; - padding: 5px 12.5px; - background: none; -} - -.lp-progress-text { - font-weight: 700; - font-size: 1.5rem; -} -.lp-button { - background: #002f6f; - color: #fff; - padding: 15px 25px; - border-radius: 25px; - text-decoration: none; - font-weight: 700; - white-space: nowrap; - border: none; -} -.lp-button:hover { - background: #05CBBF; - color: #fff; -} -.lp-course-card { - margin: 30px 0; - background: #fff; - border-radius: 20px; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; - } -.learning-path-outline-content { - display: flex; - justify-content: space-between; - width: 100%; - align-items: center; - } - .learning-path-outline-progress { - font-weight: 600; - } - .lp-desktop-wrapper { - padding: 25px; - background: #fff; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; - border-radius: 20px; - margin-bottom: 20px; - } - .lp-progress-and-cta-wrapper { - margin-top: 20px; - } - .card { - margin: 10px; - } - - .right-arrow { - position: absolute; - bottom: -30px; - padding-left: 50px; - cursor: pointer; - right: 10px; - font-size: 1.5rem; - } - .left-arrow { - position: absolute; - bottom: -30px; - z-index: 1; - padding-left: 10px; - cursor: pointer; - right: 40px; - font-size: 1.5rem; - } - .heading-dashboard { - text-align: left; - font-size: 2.5rem; - color: #002f6f; - padding: 2rem 0; - font-weight: 600; - margin-left: 2rem; - } - - .my-learning-paths { - background: #fff; - } - - .my-courses { - background: #dde9fe; - } - - .my-events { - background: #4d98ff; - } - - .events { - background: #fff; - } - .card-container { - text-decoration: none; - } - .events-container { - display: flex; - margin: 0 20px; - } - - .catalog-button { - display: flex; - justify-content: center; - background: #002f6f; - color: #fff; - padding: 15px; - border-radius: 8px; - font-weight: 700; - text-decoration: none; - } - .catalog-button-container { - display: flex; - justify-content: flex-end; - } - .hero-catalog-category { - background: #f2ede8; - padding: 5% 20px; - } - .hero-text-catalog-category { - color: #002f6f; - font-size: 3.5rem; - font-weight: 700; - } - .card-learning-path-desktop { - border-radius: 40px; - } - .image-learning-path-desktop { - border-radius: 40px; - } - .category-wrapper { - - } - .category-container { - display: flex; - justify-content: center; - flex-direction: column; - align-items: center; - } - .category-link { - text-decoration: none; - font-size: 1.5rem; - font-weight: 500; - color: #002f6f; - background: #fff; - border: 3px solid; - border-radius: 20px; - padding: 2rem; - max-width: 1000px; - width: 100%; - margin: 10px 0; - } - .category-container { - margin: 20px 0; - } - .np-card-container { - border-radius: 25px; - box-shadow: none; - } - .np-learning-path-image { - border-bottom-left-radius: 20px; - border-top-left-radius: 20px; - width: 100% !important; - height: 100%; - } - .card-content { - background: #fff; - border-radius: 0 0 25px 25px; - padding: 1.5rem; - display: flex; - flex-direction: column; - justify-content: space-between; - height: -webkit-fill-available; - } - .catalog-btn { - background: #002f6f; - color: #fff; - padding: 15px 25px; - border-radius: 25px; - text-decoration: none; - font-weight: 700; - } - .button-wrapper { - display: flex; - justify-content: center; - padding: 2.5% 0; - } - .info { - display: flex; - align-items: center; - max-width: 350px; - gap: 5%; - } - .info-wrapper { - display: flex; - gap: 20px; - justify-content: space-between; - flex-wrap: wrap; - } - .info-heading { - color: #002f6f; - font-weight: 600; - font-size: 1.25rem; - } - .info-desc { - color: #002f6f; - font-size: 1rem; - margin-top: 5px; - } - - .np-footer-logo-image { - filter: none; - opacity: 1; - } - - .section-info { - background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFFFFF 99.32%), #F2EDE8; - } - - .np-footer { - background: url('https://s3.amazonaws.com/static.northpass.com/Cin7/Footer+background.png'); - background-size: cover; - background-repeat: round; - height: 33%; - } - - .footer-heading { - font-size: 1.25rem; - color: #fff; - font-weight: 700; - border-bottom: 1px solid #fff; - padding: 10px 0; - width: 150px; -} - .np-footer-navigation-link { - color: #fff; - font-weight: 500; - } - - .info-section-heading { - padding: 5% 0; - font-weight: 400; - } - .section-content-info { - padding-bottom: 5%; - } - .info-content { - height: 100%; - display: flex; - flex-direction: column; - justify-content: space-evenly; - } - .np-footer-top { - display: flex; - flex-direction: row; - align-items:flex-start; - } - - .np-footer-navigation-list { - flex-direction: column; - gap: 10px; - align-items: flex-start; - } - .np-footer-navigation-link { - padding: 10px 0; - } - .np-footer-navigation { - min-height: 52px; - display: flex; - width: 100%; - justify-content: end; - padding: 0 5%; - } - .np-learning-path-outline-name { - font-weight: 600; - } - - .np-top-image { - border-radius: 25px; - } - - .content-lp-card-padding { - padding: 25px; - } - .np-card-heading, .np-learning-path-outline-name { - color: #002f6f; - } - .np-card-text { - color: #002f6f; - } - - .np-learning-path { - border-radius: 25px; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; - } - .np-learning-paths { - background: #fff; - } - .lp-heading { - font-size: 2.5rem; - color: #002f6f; - padding: 3rem 2rem; - font-weight: 500; - } -.category-card { - text-decoration: none; - height: auto !important; -} - -.page-content { - margin: 20px; -} - -.catalog-btn:hover { - background: #05CBBF; - color: #fff; - -} -.info-section-padding { - padding: 0 20px; -} -.zero-state-wrapper { - display: flex; - justify-content: center; - flex-direction: column; - align-items: center; -} -.zero-button-wrapper { - display: flex; -} -.zero-img { - max-width: 400px; -} -.badge-card-image { - width: 60%; -} -.card-badge { - background: #f8f5f2; - display: flex; - justify-content: center; - padding: 2rem; - border-radius: 20px 20px 0 0; -} -.card-category { - background: #002f6f; - display: flex; - justify-content: center; - padding: 2rem; - border-radius: 20px 20px 0 0; -} -.card-content-badge { - text-align: center; -} -.completed-courses { - margin-top: 10px; - font-weight: 500; - color: #002f6f; -} -.recommended { - margin-top: 10px; - color: #000000b5; -} -.np-header-desktop-nav-list { - justify-content: end; -} -.event-card { - max-width: 330px; -} -.np-alert { - display: none; -} -.recommended -{ - color: #000000b5; -} -.course-details { - display: flex; - justify-content: space-between; - align-items: center; - margin-top: 15px; - gap: 10px -} -.card-type -{ - color: #000000b5; - text-align: end; - margin-bottom: 10px; - font-size: 0.85rem; - font-weight: 600; - opacity: 0.75; - margin-top: 20px; - margin-right: 20px; -} -.card-category-image-core { - width: 100%; - border-radius: 20px 20px 0 0; -} -.card-category-core { - background: none; - padding: 0; -} -.card:hover { - transform: translateY(-0.125rem); -} - -@media only screen and (max-width: 768px) { - .hero-text { - font-size: 2.5rem; - } - .hero-subheading { - font-size: 1rem; - } - .heading, .heading-dashboard { - font-size: 2rem; - } - .info-section-heading { - text-align: center; - } - .info-wrapper { - justify-content: center; - } - .np-footer-navigation { - justify-content: flex-start; - } - .np-footer-navigation-link { - padding: 0; - margin: 10px; - } - .events-container { - justify-content: center; - } -} - -.core-category-wrapper { - display: flex; - flex-direction: column; - height: 100%; -} -.course-desc-category-core { - margin-top: 15px; - color: #002f6f; - height: 100%; - display: flex; - align-items: end; -} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/training_events.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/training_events.html.liquid deleted file mode 100644 index d39c0526..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/training_events.html.liquid +++ /dev/null @@ -1,13 +0,0 @@ -{% include "header" %} - -
-
-
Live Training Events
-
-
-
-
- {% include "training_events_index" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/training_session.html.liquid deleted file mode 100644 index 5b78b834..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/training_session.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -
-
- {% include "training_session_desktop_view" %} -
-
- {% include "training_session_mobile_view" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Internal/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/training_session_attendance.html.liquid deleted file mode 100644 index 71bb6119..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/training_session_attendance.html.liquid +++ /dev/null @@ -1,43 +0,0 @@ -{% 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/Cin7 Internal/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/unsubscribe.html.liquid deleted file mode 100644 index 69a54028..00000000 --- a/Custom_Templates/customer_templates/Cin7 Internal/unsubscribe.html.liquid +++ /dev/null @@ -1,30 +0,0 @@ -{% include "header" %} -
-
- {% if token %} - -
- {% t .unsubscribe_text %} -
-
- {% t .resubscribe_text %} -
-
- {% form_authenticity_token %} - - -
- {% else %} - -
- {% t .resubscribed_text %} -
- {% endif %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/.DS_Store b/Custom_Templates/customer_templates/Cin7 Sandbox/.DS_Store deleted file mode 100644 index 5008ddfc..00000000 Binary files a/Custom_Templates/customer_templates/Cin7 Sandbox/.DS_Store and /dev/null differ diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_avatar.html.liquid deleted file mode 100644 index d952af93..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_avatar.html.liquid +++ /dev/null @@ -1,66 +0,0 @@ -
-

{% t .description %}

-

{% t .requirements %}

-
- - - - -
-
- -
- -
- -
-
- -
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_desktop_view.html.liquid deleted file mode 100644 index 8ae8599d..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_desktop_view.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -
- - {% form_authenticity_token %} -
-
-
- - -
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_form.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_form.html.liquid deleted file mode 100644 index 81243d34..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_form.html.liquid +++ /dev/null @@ -1,141 +0,0 @@ -
- {% t .header %} -
-
- - -
-
- - -
-
- - -
-
- - -
- -{% unless form.options.invite? %} -
- - -
- -
- - - -
- -
- - -
-{% endunless %} - -{% if form.options.invite? %} -
- - - -
- - {% if form.terms_of_service_required? %} -
- -
- {% t .terms_of_service %} - - {% t .terms_link %} - -
-
- {% else %} -
- - {% t .terms %} - - {% t .terms_link %} - - -
- {% endif %} - - -{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_mobile_view.html.liquid deleted file mode 100644 index 6ac8c007..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_mobile_view.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -
- - {% form_authenticity_token %} -
-
- {% render "account_form", form: form, version: "mobile" %} -
-
-
-
- {% include "account_avatar", version: "mobile" %} -
-
- -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_badges_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_badges_cards.html.liquid deleted file mode 100644 index 27d9efc8..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_badges_cards.html.liquid +++ /dev/null @@ -1,243 +0,0 @@ - -{% assign completed_courses = 0 %} -{% for course in courses.enrolled %} - {% if course.progress == 100 %} - {% assign completed_courses = completed_courses | plus: 1 %} - {% endif %} -{% endfor %} - - -{% if omni %} - {% if completed_courses > 0%} -
-
- -
-
- {% endif %} - {% if completed_courses > 4 %} -
-
- -
-
- {% endif %} - {% if completed_courses > 9 %} -
-
- -
-
- {% endif %} - {% if completed_courses > 14 %} -
-
- -
-
- {% endif %} - {% if completed_courses > 19 %} -
-
- -
-
- {% endif %} -{% endif %} -{% if core %} - {% if completed_courses > 0%} -
-
- -
-
- {% endif %} - {% if completed_courses > 4%} -
-
- -
-
- {% endif %} - {% if completed_courses > 9%} -
-
- -
-
- {% endif %} - {% if completed_courses > 14%} -
-
- -
-
- {% endif %} - {% if completed_courses > 19%} -
-
- -
-
- {% endif %} -{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_course.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_course.html.liquid deleted file mode 100644 index 9d7d03b2..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_course.html.liquid +++ /dev/null @@ -1,37 +0,0 @@ -
-{% capture course_path %}{% route course, id: course.id %}{% endcapture %} - -
- {{ course.name }} - {% if course.ribbon %} -
- {{ course.ribbon }} -
- {% endif %} -
-
-
COURSE
-

- {{ course.name }} -

-
- {{ course.short_description }} -
-
- {% if course.properties.course_duration %} -
- - {{course.properties.course_duration}} min -
- {% endif %} -
-
-
-
- diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path.html.liquid deleted file mode 100644 index a8f171fb..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path.html.liquid +++ /dev/null @@ -1,68 +0,0 @@ -
-
-
-
- {{ learning_path.name }} -
-
-
- -
{% t shared.learning_path.title %}
-
- {{ learning_path.items.count }} {% t .items %} -
-
-
-
{% t shared.learning_path.title %}
- -
- -
-

- {{ learning_path.name }} -

- -
- {{ learning_path.instructor_names }} -
- -
- {{ learning_path.description }} -
- -
- {% t shared.progress, count: learning_path.progress %} -
- -
-
-
-
- - -
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path_homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path_homepage.html.liquid deleted file mode 100644 index 6609a9ee..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path_homepage.html.liquid +++ /dev/null @@ -1,27 +0,0 @@ -
- -
- {{ learning_path.name }} - {% if learning_path.name contains "Omni" or learning_path.name contains "Core"%} -
- {% if learning_path.name contains "Omni" %} - Omni - {% elsif learning_path.name contains "Core" %} - Core - {% endif %} -
- {%endif%} -
-
-
LEARNING PATH
-

- {{ learning_path.name }} -

-
-
-
- diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_training_event.html.liquid deleted file mode 100644 index e797417c..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_training_event.html.liquid +++ /dev/null @@ -1,38 +0,0 @@ -
- -
-

- {{ training_event.title }} -

-
- {% t shared.event_types, key: training_event.event_type %} -
-
- -
-
- {{ training_event.sessions.first.day }} -
-
-
- {{ training_event.sessions.first.month }} -
-
- {{ training_event.sessions.first.year }} -
-
-
-
-
-
-
- - - {% t .sessions, count: training_event.sessions.size %} - -
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards.html.liquid deleted file mode 100644 index 4c5bc9d8..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards.html.liquid +++ /dev/null @@ -1,12 +0,0 @@ - - -
- -
-
-

{{category.name}}

-
Browse all courses for {{category.name}}.
-
-
- - diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards_core.html.liquid deleted file mode 100644 index 990b2b16..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards_core.html.liquid +++ /dev/null @@ -1,25 +0,0 @@ - - -
-
- -
-
-

{{category.name | replace: ": Core", " Deep Dives"}}

-
Level up your expertise and enhance your operations with {{category.name | replace: ": Core", " Deep Dives"}}.
-
-
-
- diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_category_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_carousel.html.liquid deleted file mode 100644 index cc7f9cee..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_category_carousel.html.liquid +++ /dev/null @@ -1,64 +0,0 @@ -{% assign unique_category = "" %} -{% assign category_images = 'https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+1.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+2.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+3.png,https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images/Category+Icon+4.png' | split: ',' %} -{% assign category_counter = 0 %} - - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_category_carousel_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_carousel_core.html.liquid deleted file mode 100644 index 18a1f61c..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_category_carousel_core.html.liquid +++ /dev/null @@ -1,64 +0,0 @@ -{% assign unique_category = "" %} -{% assign category_images = 'https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Accounting+Deep+Dives+-+Thumbnails.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Administrative+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Product+Management+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Simple+Manufacturing+Deep+Dives+-+Thumbnail.png, https://s3.amazonaws.com/static.northpass.com/Cin7/categories+images+core+/Warehouse+Operations+Deep+Dives+-+Thumbnail.png' | split: ', ' %} -{% assign category_counter = 0 %} -{% assign core_categories = 'Warehouse Operations: Core, Admin: Core, Product Management: Core, Accounting: Core, Simple Manufacturing: Core' | split: ", " %} - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_info_column.html.liquid deleted file mode 100644 index 61adfaba..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_info_column.html.liquid +++ /dev/null @@ -1,4 +0,0 @@ -
- {% include "certificates_verification" %} - {% include "certificates_metadata" %} -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_metadata.html.liquid deleted file mode 100644 index 9f4a1dba..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_metadata.html.liquid +++ /dev/null @@ -1,59 +0,0 @@ -
-
- -
- - {% if certificate.issuer_name_enabled? %} - -
- {% endif %} - - -
- -
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_preview.html.liquid deleted file mode 100644 index 6357b621..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_preview.html.liquid +++ /dev/null @@ -1,35 +0,0 @@ - - -
-
-
- -
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_top_bar.html.liquid deleted file mode 100644 index 74a7ae41..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_certificates_top_bar.html.liquid +++ /dev/null @@ -1,44 +0,0 @@ -
-
-
-

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

- {{certificate.verification_title}} -

-

- {{certificate.verification_description}} -

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

- {% t .header %} -

-
- {% for category in course.categories %} -
- {{ category.name }} -
- {% endfor %} -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_desktop_view.html.liquid deleted file mode 100644 index 6e30d32c..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_desktop_view.html.liquid +++ /dev/null @@ -1,65 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign redirect = false %} - -{% if current_person.signed_in? %} - {% for group in current_person.groups %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endfor %} -{% endif %} - -{% if core and course.name contains 'Omni' %} - {% assign redirect = true %} -{% elsif omni and course.name contains 'Core' %} - {% assign redirect = true %} -{% endif %} - -{% if redirect %} - -{% endif %} - -
-
-
{{ course.name }}
-
- -
-
-
- {{ 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/Cin7 Sandbox/_course_events.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_events.html.liquid deleted file mode 100644 index 5fa80eef..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_events.html.liquid +++ /dev/null @@ -1,28 +0,0 @@ -

- {% 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/Cin7 Sandbox/_course_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_header.html.liquid deleted file mode 100644 index e5c22f09..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_header.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -
- {{ current_school.course_vocabulary }} - - -
-
- - - - {{ course.name }} -
-{{ course.name }} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_instructors.html.liquid deleted file mode 100644 index 8b608928..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_instructors.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -

- {% t .header %} -

-
- {% for instructor in course.instructors %} -
- {{ instructor.name }} -
-
- {{ instructor.name }} -
- -
-
- {% endfor %} -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_mobile_view.html.liquid deleted file mode 100644 index 7f31ff35..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_mobile_view.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ -
- {% 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/Cin7 Sandbox/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_progress_and_cta.html.liquid deleted file mode 100644 index 4d712024..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_progress_and_cta.html.liquid +++ /dev/null @@ -1,54 +0,0 @@ -
-
- {% t .header %} -
-
-
-
-
- -
- {% t shared.progress, count: course.progress %} -
-
- -{% if course.learner_can_retake? %} -
- {% form_authenticity_token %} - -
-{% else %} -{% if current_person.signed_in? == false%} - - Sign In - -{% 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 %} -{% endif %} - diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_course_version_outdated_alert.html.liquid deleted file mode 100644 index 03e245ab..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_version_outdated_alert.html.liquid +++ /dev/null @@ -1,7 +0,0 @@ -{% if courses.include_courses_to_restart? %} - -{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_catalog.html.liquid deleted file mode 100644 index cb4e36f5..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_catalog.html.liquid +++ /dev/null @@ -1,32 +0,0 @@ -{% if courses.in_catalog.any? %} -
- {% for course in courses.in_catalog %} - {% if current_person.signed_in? %} - {% 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 %} - {% endif %} - {% else %} -
- {% include "cards_course" with course %} -
- {% endif %} - {% endfor %} -
-{% else %} - {% capture message %} - {% t shared.zero_state.courses.catalog, - key: current_school.course_vocabulary - %} - {% endcapture %} - {% include "courses_zero_state", message: message %} -{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_index.html.liquid deleted file mode 100644 index 19e7671b..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_courses_index.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -{% if courses.enrolled.any? %} -
- {% for course in courses.enrolled %} -
- {% 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 %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_featured_courses.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_featured_courses.html.liquid deleted file mode 100644 index 7dcbd8db..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_featured_courses.html.liquid +++ /dev/null @@ -1,84 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} - {% for group in current_person.groups %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endfor %} -{% endif %} - - - - - - - diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_checkbox.html.liquid deleted file mode 100644 index 5cbcbd07..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_checkbox.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ - - diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_dropdown.html.liquid deleted file mode 100644 index e7a954bb..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_dropdown.html.liquid +++ /dev/null @@ -1,33 +0,0 @@ -
- -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_select.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_select.html.liquid deleted file mode 100644 index d006c0df..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_filter_select.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -{% if params.q %} - -{% endif %} - - - - diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_filters_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_filters_catalog.html.liquid deleted file mode 100644 index d87db12a..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_filters_catalog.html.liquid +++ /dev/null @@ -1,233 +0,0 @@ -
Filters
-
-
-
Categories
- {% if omni %} -
- {% assign unique_omni_categories = "" %} - {% for course in courses.in_catalog %} - {% for category in course.categories %} - {% if category.name contains 'Omni' %} - {% unless unique_omni_categories contains category.name %} -
- - -
- {% assign unique_omni_categories = unique_omni_categories | append: category.name %} - {% endunless %} - {% endif %} - {% endfor %} - {% endfor %} -
- {% elsif core %} -
- {% assign unique_core_categories = "" %} - {% for course in courses.in_catalog %} - {% if course.name contains '[Core]' %} - {% for category in course.categories %} - {% if category.name contains 'Core' %} - {% unless unique_core_categories contains category.name %} -
- - -
- {% assign unique_core_categories = unique_core_categories | append: category.name %} - {% endunless %} - {% endif %} - {% endfor %} - {% endif %} - {% endfor %} -
- {%elsif log_out%} -
- {% assign unique_core_categories = "" %} - {% for course in courses.in_catalog %} - {% for category in course.categories %} - {% unless unique_core_categories contains category.name %} -
- - -
- {% assign unique_core_categories = unique_core_categories | append: category.name %} - {% endunless %} - {% endfor %} - {% endfor %} -
- {% endif %} -
-
-
Course Duration
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
-
- - - - - - diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_footer.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_footer.html.liquid deleted file mode 100644 index 47a37d30..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_footer.html.liquid +++ /dev/null @@ -1,85 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} - {% for group in current_person.groups %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endfor %} -{% endif %} - - - diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_head.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_head.html.liquid deleted file mode 100644 index bda0734b..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_head.html.liquid +++ /dev/null @@ -1,41 +0,0 @@ -{% styles default %} -{% styles colors %} -{% styles custom %} - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_header.html.liquid deleted file mode 100644 index 2365d15e..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_header.html.liquid +++ /dev/null @@ -1,262 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} - {% for group in current_person.groups %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endfor %} -{% endif %} - -
-
-
- {% if current_person.signed_in? %} - - - {% endif %} -
- {% if current_school.logo_url %} -

- - {{ current_school.name }} - -

- {% else %} - - {{ current_school.name }} - - {% endif %} - - - - {% if current_person.signed_in? %} - -
- - -
- {% else %} - - {% endif %} -
-
- -
-
- {% if current_person.signed_in? %} - {{ current_person.name }} -
- {{ current_person.name }} -
- {% 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" %} - - - - diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_header_minimal.html.liquid deleted file mode 100644 index 6b72cdb2..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_header_minimal.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -
- - {% if current_school.logo_url %} - - {% else %} - - {{ current_school.name }} - - {% endif %} - -
- -{% include "messages" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_homepage_testimonials.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_homepage_testimonials.html.liquid deleted file mode 100644 index f1d95035..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_homepage_testimonials.html.liquid +++ /dev/null @@ -1,55 +0,0 @@ -{% if 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.
-
-
-
-
- {% elsif core or log_out%} -
Transformative education for Connected Inventory Performance
-
-
-
- -
-
Dynamic courses
-
Developed by our product education professionals
-
-
-
- -
-
Results-driven education
-
Designed for you to meet your business goals
-
-
-
- -
-
User-centered
-
Supporting you through all stages of your journey
-
-
-
-
-{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_banners.html.liquid deleted file mode 100644 index 11a1810c..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_banners.html.liquid +++ /dev/null @@ -1,5 +0,0 @@ -{% 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/Cin7 Sandbox/_learning_path_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_carousel.html.liquid deleted file mode 100644 index f23ad37f..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_carousel.html.liquid +++ /dev/null @@ -1,48 +0,0 @@ - -{% assign counter = 0 %} - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_carousel_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_carousel_core.html.liquid deleted file mode 100644 index 93d3c9dc..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_carousel_core.html.liquid +++ /dev/null @@ -1,49 +0,0 @@ - -{% assign counter = 0 %} -{% assign learning_paths_core = '50e59300-af4f-40c5-8731-ee88284d8f0d, 3793a1a2-3efa-4cea-afa9-077585520476, a67a07df-f153-4dce-ae93-90f3d76e77df, cdb26bc8-cd06-48dc-b5c4-57349c27b03d, d7d7ff88-3419-4999-b209-13faea260939' | split: ', ' %} - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_certificate.html.liquid deleted file mode 100644 index 3a282c5e..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_certificate.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -{% 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/Cin7 Sandbox/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_certificate_content.html.liquid deleted file mode 100644 index 3feafd59..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_certificate_content.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -
- -

- {{ learning_path.certificate_name }} -

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

{% t .headline %}

-

{% t .description %}

-
- {% if learning_path.certificate_link %} - {% t .actions.certificate %} - {% endif %} - {% t .actions.more_courses %} -
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_course.html.liquid deleted file mode 100644 index b59ad189..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_course.html.liquid +++ /dev/null @@ -1,39 +0,0 @@ -{% if learning_path.enrolled? and course.unlocked? %} - -
-
-
- {{ course.name }} -
-
- {% t shared.progress, count: course.progress %} -
-
- {% if course.optional? %} -
- {% t shared.optional %} -
- {% endif %} -
-
-{% else %} -
-
-
-
- {{ course.name }} -
-
- {% if course.optional? %} -
- {% t shared.optional %} -
- {% endif %} -
-
-{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_description.html.liquid deleted file mode 100644 index fc290540..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_description.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ -

- About this Learning Path -

-
- {{ learning_path.description }} -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_content.html.liquid deleted file mode 100644 index 501e074d..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_content.html.liquid +++ /dev/null @@ -1,47 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign redirect = false %} - -{% if current_person.signed_in? %} - {% for group in current_person.groups %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endfor %} -{% endif %} - -{% if core and learning_path.name contains 'Omni' %} - {% assign redirect = true %} -{% elsif omni and learning_path.name contains 'Core' %} - {% assign redirect = true %} -{% endif %} - -{% if redirect %} - -{% endif %} - -
-
-
-
- {{ 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/Cin7 Sandbox/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_header.html.liquid deleted file mode 100644 index 36a19fd1..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_header.html.liquid +++ /dev/null @@ -1,5 +0,0 @@ -
-
- {{ learning_path.name }} -
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_view.html.liquid deleted file mode 100644 index 8447443e..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_desktop_view.html.liquid +++ /dev/null @@ -1,2 +0,0 @@ -{% include "learning_path_desktop_header" %} -{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_instructors.html.liquid deleted file mode 100644 index a8342301..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_instructors.html.liquid +++ /dev/null @@ -1,26 +0,0 @@ -{% 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/Cin7 Sandbox/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_content.html.liquid deleted file mode 100644 index 92ffd4c8..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_content.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -{% 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/Cin7 Sandbox/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_view.html.liquid deleted file mode 100644 index 0e22feb9..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_view.html.liquid +++ /dev/null @@ -1,2 +0,0 @@ -{% include "learning_path_mobile_header" %} -{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_outline.html.liquid deleted file mode 100644 index 22ddd573..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_outline.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -
- {% 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/Cin7 Sandbox/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_progress_and_cta.html.liquid deleted file mode 100644 index 35abd0b5..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_progress_and_cta.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -{% if learning_path.enrolled? %} -
-
- {% t shared.progress, count: learning_path.progress %} -
-
-{% endif %} -{% if current_person.signed_in? == false %} - - Sign In - - {% else %} - {% learning_path_next_step_button learning_path, class: "lp-button" %} -{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_summary_desktop_view.html.liquid deleted file mode 100644 index 05961c52..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_summary_desktop_view.html.liquid +++ /dev/null @@ -1,3 +0,0 @@ -{% include "learning_path_desktop_header" %} -{% include "learning_path_banners" %} -{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_summary_mobile_view.html.liquid deleted file mode 100644 index f30a09eb..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_summary_mobile_view.html.liquid +++ /dev/null @@ -1,5 +0,0 @@ -
- {% include "learning_path_banners" %} -
-{% include "learning_path_mobile_header" %} -{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_training_session.html.liquid deleted file mode 100644 index ba599f95..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_training_session.html.liquid +++ /dev/null @@ -1,50 +0,0 @@ -{% if learning_path.enrolled? and training_session.unlocked? %} -
- -
- -
-
{{ training_session.name }}
-
- {{ training_session.time }} {{ training_session.time_zone }} -
-
- {% if training_session.optional? %} -
- {% t shared.optional %} -
- {% endif %} -
-
-{% else %} -
-
- -
-
{{ training_session.name }}
-
- {% if training_session.optional? %} -
- {% t shared.optional %} -
- {% endif %} -
-
-{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_paths_index.html.liquid deleted file mode 100644 index 9e25c2a7..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_paths_index.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -
- {% if items.any? %} - {% for learning_path in items %} - {% if 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 %} -
-
- {% t .empty %} -
- {% t .empty %} -
- {% endif %} -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_messages.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_messages.html.liquid deleted file mode 100644 index 059fc568..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_messages.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -{% 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/Cin7 Sandbox/_my_badges_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_badges_carousel.html.liquid deleted file mode 100644 index c1c8c46b..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_badges_carousel.html.liquid +++ /dev/null @@ -1,63 +0,0 @@ -{% assign completed_courses = 0 %} -{% for course in courses.enrolled %} - {% if course.progress == 100 %} - {% assign completed_courses = completed_courses | plus: 1 %} - {% endif %} -{% endfor %} - - - - - - diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_courses_carousel.html.liquid deleted file mode 100644 index 5110d4ae..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_courses_carousel.html.liquid +++ /dev/null @@ -1,64 +0,0 @@ -{% assign counter = 0 %} - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths.html.liquid deleted file mode 100644 index 1ccb94da..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths.html.liquid +++ /dev/null @@ -1,35 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths_and_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths_and_courses_carousel.html.liquid deleted file mode 100644 index 7e8b934c..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths_and_courses_carousel.html.liquid +++ /dev/null @@ -1,67 +0,0 @@ - -{% assign counter = 0 %} - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths_carousel.html.liquid deleted file mode 100644 index 8f462c43..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_my_learning_paths_carousel.html.liquid +++ /dev/null @@ -1,65 +0,0 @@ - -{% assign counter = 0 %} - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_omni_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_omni_learning_paths_carousel.html.liquid deleted file mode 100644 index aff1ed29..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_omni_learning_paths_carousel.html.liquid +++ /dev/null @@ -1,53 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_search_result.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_search_result.html.liquid deleted file mode 100644 index 80c6b7b7..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_search_result.html.liquid +++ /dev/null @@ -1,50 +0,0 @@ - - -{% if result.type == 'course' %} -{% if omni %} - {% if result.name contains 'Omni' %} -
-
-
- {{ result.name }} -
-
- - {{ result.name }} - -
-
{{ result.description }}
-
-
-
-
-{% endif %} -{% elsif core %} - {% if result.name contains 'Core' %} -
-
-
- {{ result.name }} -
-
- - {{ result.name }} - -
-
{{ result.description }}
-
-
-
-
- {% endif %} - -{% endif %} -{%endif%} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_search_zero_state.html.liquid deleted file mode 100644 index 4e52c6fb..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_search_zero_state.html.liquid +++ /dev/null @@ -1,13 +0,0 @@ -
-
-
-

- {% t .nothing_found %} -

-
- {% t .empty %} -
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_starting_learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_starting_learning_paths.html.liquid deleted file mode 100644 index 17c4fdea..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_starting_learning_paths.html.liquid +++ /dev/null @@ -1,11 +0,0 @@ - -{% for learning_path in learning_paths.enrolled %} - {% for category in learning_path.categories %} - {% if category.name contains 'B2B: Core' %} -
- {% include "cards_learning_path_homepage" with learning_path %} -
- {% endif %} - {% endfor %} -{% endfor %} - diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_sub_navigation.html.liquid deleted file mode 100644 index 46af698b..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_sub_navigation.html.liquid +++ /dev/null @@ -1,30 +0,0 @@ - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_dashboard.html.liquid deleted file mode 100644 index cfc5d002..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_dashboard.html.liquid +++ /dev/null @@ -1,71 +0,0 @@ -{% comment %}
- {% if training_events.enrolled.any? %} - {% for training_event in training_events.enrolled %} -
- {% include "cards_training_event" with training_event %} -
- {% endfor %} - {% endif %} -
{% endcomment %} - -{% assign counter = 0 %} - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_filter.html.liquid deleted file mode 100644 index d4892278..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_filter.html.liquid +++ /dev/null @@ -1,53 +0,0 @@ -
- -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_index.html.liquid deleted file mode 100644 index 1c332593..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_index.html.liquid +++ /dev/null @@ -1,18 +0,0 @@ -{% assign counter = 0 %} -
- {% if training_events.available.any? %} -
- {% for training_event in training_events.available %} -
- {% include "cards_training_event" with training_event %} -
- {% assign counter = counter | plus: 1 %} - {% endfor %} -
- {% endif %} - {% if counter == 0 %} -
- -
-{% endif %} -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_zero_state.html.liquid deleted file mode 100644 index 076b789e..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_events_zero_state.html.liquid +++ /dev/null @@ -1,9 +0,0 @@ -
-
- {% t .empty %} -
- {% t .empty %} -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_calendars.html.liquid deleted file mode 100644 index ad67aef1..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_calendars.html.liquid +++ /dev/null @@ -1,52 +0,0 @@ - diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_cta.html.liquid deleted file mode 100644 index e8ef954f..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_cta.html.liquid +++ /dev/null @@ -1,53 +0,0 @@ -{% if training_session.approved? %} -
- - {% t .registered %} -
-{% elsif training_session.pending? %} -
- {% t .pending %} -
-{% elsif training_session.denied? %} -
- {% t .denied %} -
-{% elsif training_session.too_late? %} -
- {% t .too_late %} -
-{% elsif training_session.no_seats? %} -
- {% t .no_seats %} -
-{% endif %} -
-
-
- {% form_authenticity_token %} - - {% if training_session.internal? and training_session.approved? %} - {% if features.training_events_google_calendar? %} - {% include "training_session_calendars" %} - - {% else %} - - {% endif %} - - - {% endif %} - - {% if training_session.not_registered? %} - - {% endif %} -
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_date.html.liquid deleted file mode 100644 index 48694035..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_date.html.liquid +++ /dev/null @@ -1,14 +0,0 @@ -
-
-
- {{ training_session.day }} -
-
-
- {{ training_session.month }} -
-
- {{ training_session.year }} -
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_description.html.liquid deleted file mode 100644 index 73be4cf4..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_description.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ -

- {% t .header %} -

-
- {{ training_event.description }} -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_desktop_view.html.liquid deleted file mode 100644 index 5c1abfec..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_desktop_view.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ -
- {% include "training_session_header" %} -
-
-
-
-
-
- {% 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/Cin7 Sandbox/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_details.html.liquid deleted file mode 100644 index ae23b7ac..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_details.html.liquid +++ /dev/null @@ -1,24 +0,0 @@ -
- {% include "training_session_date" %} - -
- - {{ training_session.time_period }} {{ training_session.time_zone }} -
- - {% if training_session.location %} -
- - {{ training_session.location }} -
- {% endif %} - - {% if training_session.session_url %} -
- - - {{ training_session.session_url }} - -
- {% endif %} -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_header.html.liquid deleted file mode 100644 index f5408226..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_header.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -
- {% t shared.event_types, key: training_event.event_type %} - -
-
- - - - {{ training_event.title }} -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_mobile_view.html.liquid deleted file mode 100644 index 00455d4e..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_mobile_view.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -
-
- {% include "training_session_header" %} -
- {% 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/Cin7 Sandbox/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_more_sessions.html.liquid deleted file mode 100644 index 6cfafa87..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_more_sessions.html.liquid +++ /dev/null @@ -1,3 +0,0 @@ -{% for session in training_event.sessions %} - {% include "training_session_tile", current_session: training_session %} -{% endfor %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_tile.html.liquid deleted file mode 100644 index e5ad8714..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_training_session_tile.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -{% if current_session.id != session.id %} - - -
-
- {{ session.month }} {{ session.day }}, {{ session.year }} -
-
- {{ session.time_period }} {{ session.time_zone }} -
-
- -
-{% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/account.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/account.html.liquid deleted file mode 100644 index 2ad5d917..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/account.html.liquid +++ /dev/null @@ -1,14 +0,0 @@ -{% include "header" %} - -
-
- {% include "account_mobile_view", form: form %} -
- -
- {% include "account_desktop_view", form: form %} -
-
- -{% include "footer" %} - diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_email.html.liquid deleted file mode 100644 index a413959c..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_email.html.liquid +++ /dev/null @@ -1,59 +0,0 @@ -
-
- {% 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/Cin7 Sandbox/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_employee.html.liquid deleted file mode 100644 index c8d8adf7..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_employee.html.liquid +++ /dev/null @@ -1,59 +0,0 @@ -
-
- {% 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/Cin7 Sandbox/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_phone_number.html.liquid deleted file mode 100644 index aafae119..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_phone_number.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ -
-
- {% 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/Cin7 Sandbox/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_terms.html.liquid deleted file mode 100644 index a7087db2..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/auth_url_terms.html.liquid +++ /dev/null @@ -1,74 +0,0 @@ -
-
- {% 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/Cin7 Sandbox/catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/catalog.html.liquid deleted file mode 100644 index 36d800ed..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/catalog.html.liquid +++ /dev/null @@ -1,70 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} - {% for group in current_person.groups %} - - {% endfor %} -{% endif %} - -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} - -
-
-
Course Catalog
-
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
-
-
-
-
- {% include 'filters_catalog' %} -
-
-
- {% include "courses_catalog" %} -
-
-
-{% include "footer" %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/commerce_catalog.html.liquid deleted file mode 100644 index 36d800ed..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/commerce_catalog.html.liquid +++ /dev/null @@ -1,70 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} - {% for group in current_person.groups %} - - {% endfor %} -{% endif %} - -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} - -
-
-
Course Catalog
-
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
-
-
-
-
- {% include 'filters_catalog' %} -
-
-
- {% include "courses_catalog" %} -
-
-
-{% include "footer" %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/course.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/course.html.liquid deleted file mode 100644 index 4222a4b1..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/course.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -
-
- {% include "course_desktop_view" %} -
-
- {% include "course_mobile_view" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/courses-category.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/courses-category.html.liquid deleted file mode 100644 index 59de387b..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/courses-category.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} - -
-
Course Catalog
-
- Browse All Courses -
-
-
- {% include 'category_cards' %} -
-
- -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/courses.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/courses.html.liquid deleted file mode 100644 index a6e036af..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/courses.html.liquid +++ /dev/null @@ -1,23 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} - -
-
-
-
{{ catalog.headline }}
-
{{ catalog.subheadline }}
-
- {% capture label %}{% t shared.filters.by_category %}{% endcapture %} - - {% if courses.in_catalog.any? %} - {% - include "filter_dropdown", - filters: courses.filters, - key: "category_uuid", - label: label - %} - {% endif %} -
- {% include "courses_catalog" %} -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/dashboard.html.liquid deleted file mode 100644 index e7951f87..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/dashboard.html.liquid +++ /dev/null @@ -1,50 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} - {% for group in current_person.groups %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endfor %} -{% endif %} - -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.enrolled %} - - -
-
-
My Dashboard
-
Easily view your badges, start and resume courses and learning paths, and revisit courses you’ve completed here on your dashboard.
-
-
-
-
My Badges
-
- {% include 'my_badges_carousel' %} -
-
-
-
My Courses & Paths in Progress
-
- {% include 'my_learning_paths_and_courses_carousel' %} -
-
-
-
Completed Courses
-
- {% include 'my_courses_carousel' %} -
-
-
-
My Live Events
-
- {% include "training_events_dashboard" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/forgot_password.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/forgot_password.html.liquid deleted file mode 100644 index 3d65513f..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/forgot_password.html.liquid +++ /dev/null @@ -1,25 +0,0 @@ -
-
- {% include "header_minimal" %} -
-
- {% form_authenticity_token %} -
- - -
- -
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/homepage.html.liquid deleted file mode 100644 index 96798235..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/homepage.html.liquid +++ /dev/null @@ -1,83 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} - {% for group in current_person.groups %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endfor %} -{% endif %} - - -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.featured %} -
-
-
- {% if core %} -
Welcome to Cin7 Core Academy
- {% elsif omni %} -
Welcome to Cin7 Omni Academy
- {% elsif log_out %} -
Welcome to Cin7 Academy
- {% else %} -
Welcome to Cin7 Academy
- {% endif %} -
Develop your own expertise with Cin7 products to help your customers grow, automate, and improve their businesses.
-
-
- -
-
- {% if core %} -
Learn Cin7 Core by your function with Learning Paths
-
- {% include 'learning_path_carousel_core' %} -
-
Grow and broaden your Cin7 Core expertise with Deep Dives
-
- {% include "category_carousel_core"%} -
- {% elsif omni %} -
New to Cin7 Omni? Start learning here!
-
- {% include "category_carousel"%} -
- {% elsif log_out %} -
Learn Cin7 Core by function with Learning Paths
-
- {% include 'learning_path_carousel_core' %} -
-
Grow and broaden your Cin7 Core expertise with Deep Dives
-
- {% include "category_carousel_core"%} -
-
Learn Cin7 Omni by module and features
-
- {% include "category_carousel"%} -
- {% endif %} -
-
-
Featured Courses: Integrations
-
- {% include 'featured_courses' %} -
-
- -
-
-
- {% include 'homepage_testimonials' %} -
-
- -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path.html.liquid deleted file mode 100644 index c5eb35af..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -
-
- {% include "learning_path_desktop_view" %} -
-
- {% include "learning_path_mobile_view" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path_summary.html.liquid deleted file mode 100644 index 99ae32ed..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path_summary.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -
-
- {% include "learning_path_summary_desktop_view" %} -
-
- {% include "learning_path_summary_mobile_view" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/learning_paths.html.liquid deleted file mode 100644 index 046a9398..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/learning_paths.html.liquid +++ /dev/null @@ -1,68 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} - {% for group in current_person.groups %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endfor %} -{% endif %} - -{% if log_out %} - -{% endif %} - -{% include "header" %} -
-
-
Learning Paths
-
Explore curated learning paths tailored to your function and role.
-
-
-
-
- {% if current_person.signed_in? %} - {% include "learning_paths_index", items: learning_paths.available %} - {% else %} -
You must be signed in to view Learning Paths.
- {% endif %} -
-
-{% include "footer" %} - - diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/login.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/login.html.liquid deleted file mode 100644 index 575ce32e..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/login.html.liquid +++ /dev/null @@ -1,53 +0,0 @@ -
-
- {% include "header_minimal" %} -
-
- {% form_authenticity_token %} -
- - -
-
- - -
- - - {% t .forgot_password %} - - {% if features.account_creation? %} - {% comment %} - {% t shared.sign_up %} - {% endcomment %} - {% endif %} - {% if features.request_access? %} - - {{ current_school.request_access_label }} - - {% endif %} -
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/master.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/master.html.liquid deleted file mode 100644 index 63345068..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/master.html.liquid +++ /dev/null @@ -1 +0,0 @@ -{% body %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/not_found.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/not_found.html.liquid deleted file mode 100644 index 91c76e4b..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/not_found.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -
- - -
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/private_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/private_certificate.html.liquid deleted file mode 100644 index 15d05419..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/private_certificate.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -{% include "certificates_top_bar" %} -
-
-
- {% include "certificates_preview" %} - {% include "certificates_info_column" %} -
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/public_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/public_certificate.html.liquid deleted file mode 100644 index 15d05419..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/public_certificate.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -{% include "certificates_top_bar" %} -
-
-
- {% include "certificates_preview" %} - {% include "certificates_info_column" %} -
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/reset_password.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/reset_password.html.liquid deleted file mode 100644 index 12bf0d0f..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/reset_password.html.liquid +++ /dev/null @@ -1,43 +0,0 @@ -
-
- {% include "header_minimal" %} -
-
- - - {% form_authenticity_token %} -
- - -
-
- - -
- -
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/search.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/search.html.liquid deleted file mode 100644 index a6a43869..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/search.html.liquid +++ /dev/null @@ -1,36 +0,0 @@ -{% assign omni = false %} -{% assign core = false %} -{% assign log_out = true %} - -{% if current_person.signed_in? %} - {% assign log_out = false %} - {% for group in current_person.groups %} - {% if group.name contains 'Core' %} - {% assign core = true %} - {% elsif group.name contains 'Omni' %} - {% assign omni = true %} - {% endif %} - {% endfor %} -{% endif %} - - -{% include "header" %} -
-
- {% t .title %} -
-
-
- {% t .showing %} - {% comment %} {{ results.count }} {% endcomment %} - {% t .results_for %} - "{{ results.term }}" -
-
- {% if results.items.any? %} - {% render "search_result" for results.items as result, core: core , omni: omni %} - {% else %} - {% include "search_zero_state" %} - {% endif %} -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/sign_up.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/sign_up.html.liquid deleted file mode 100644 index c4da7503..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/sign_up.html.liquid +++ /dev/null @@ -1,73 +0,0 @@ -
-
- {% include "header_minimal" %} -
-
-
{% t .create_account %}
- {% form_authenticity_token %} -
-
- - -
-
- - -
-
-
- - -
-
- - -
- {% comment %} - {% endcomment %} - - {% t .terms %} - - {% t .terms_link %} - - -
-
-
-
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/styles.css.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/styles.css.liquid deleted file mode 100644 index 820ba0cb..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/styles.css.liquid +++ /dev/null @@ -1,597 +0,0 @@ - /* - 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: "Inter", sans-serif; - background: #fff; -} - -.lora { - font-family: 'Lora'; -} -.hero-text { - font-family: 'Lora'; -} -.np-header-desktop-nav-link { - font-weight: 700; -} -.np-header-desktop-nav-link:hover { - color: #002EFF; -} -.header-search-input { - border: 3px solid #002e6e; - border-radius: 8px; - max-width: 150px; -} -.note-desc { - font-size: 1vw -} -.hero-text { - font-size: 3.5rem; - font-weight: 400; -} -.hero-homepage { - background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFF 99.32%), url('https://s3.amazonaws.com/static.northpass.com/Cin7/1920x300.png'); - background-position: center; - background-size: cover; - padding: 5%; - color: #002f6f; -} -.hero-subheading { - margin-top: 2%; - font-size: 1.25rem; -} -.np-sub-navigation-content-item-active { - background: #002f6f !important; -} -.np-sub-navigation-content-item-link { - display: flex; - justify-content: center; - background: #05cbbf; - color: #fff; - padding: 15px; - border-radius: 8px; - font-weight: 700; -} -.sub-navigation { - background: #fff; - padding: 1rem 0; -} -.np-sub-navigation-content-item { - margin: 0 15px; -} -.info-icon { - width: 125px; - object-fit: cover; -} -.card { - border-radius: 25px; - background: #fff; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; -} -.learning-path-card-image { - width: 100%; - border-radius: 20px 20px 0 0; -} -.card-content-title { - color: #002f6f; - font-size: 1.25rem; - margin: 0; - height: 46px; -} -.course-time { - color: #000000b5; - display: flex; - align-items: center; - gap: 10px -} -.course-desc { - margin-top: 15px; - color: #002f6f; - height: 60px; -} -.lp-link { - text-decoration: none; -} -.slick-track { - margin-left: 0 !important; - margin-right: 0 !important; -} - -.section-lp { - background: #dde9fe; -} -.heading { - font-size: 2.5rem; - color: #002f6f; - padding: 2rem 0; - font-weight: 600; -} -.section { - padding: 1rem 0; -} -.section-featured { - background: #fff; -} - -.np-top-cta { - background: #fff; - border-radius: 20px; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; - display: flex; - justify-content: space-between; - align-items: center; -} - -.card-image { - position: relative; -} -.np-optional-ribbon { - background: #05CBBF; - color: #fff; - -} -.np-card-ribbon { - top: 0; - right: 0; - border-radius: 0 20px; - text-transform: none; - font-size: 0.85rem; - font-weight: 600; - padding: 5px 12.5px; - background: #05CBBF; -} - -.lp-progress-text { - font-weight: 700; - font-size: 1.5rem; -} -.lp-button { - background: #002f6f; - color: #fff; - padding: 15px 25px; - border-radius: 25px; - text-decoration: none; - font-weight: 700; - white-space: nowrap; - border: none; -} -.lp-button:hover { - background: #05CBBF; - color: #fff; -} -.lp-course-card { - margin: 30px 0; - background: #fff; - border-radius: 20px; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; - } -.learning-path-outline-content { - display: flex; - justify-content: space-between; - width: 100%; - align-items: center; - } - .learning-path-outline-progress { - font-weight: 600; - } - .lp-desktop-wrapper { - padding: 25px; - background: #fff; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; - border-radius: 20px; - margin-bottom: 20px; - } - .lp-progress-and-cta-wrapper { - margin-top: 20px; - } - .card { - margin: 10px; - } - - .right-arrow { - position: absolute; - bottom: -30px; - padding-left: 50px; - cursor: pointer; - right: 10px; - font-size: 1.5rem; - } - .left-arrow { - position: absolute; - bottom: -30px; - z-index: 1; - padding-left: 10px; - cursor: pointer; - right: 40px; - font-size: 1.5rem; - } - .heading-dashboard { - text-align: left; - font-size: 2.5rem; - color: #002f6f; - padding: 2rem 0; - font-weight: 600; - margin-left: 2rem; - } - - .my-learning-paths { - background: #fff; - } - - .my-courses { - background: #dde9fe; - } - - .my-events { - background: #4d98ff; - } - - .events { - background: #fff; - } - .card-container { - text-decoration: none; - } - .events-container { - display: flex; - margin: 0 20px; - } - - .catalog-button { - display: flex; - justify-content: center; - background: #002f6f; - color: #fff; - padding: 15px; - border-radius: 8px; - font-weight: 700; - text-decoration: none; - } - .catalog-button-container { - display: flex; - justify-content: flex-end; - } - .hero-catalog-category { - background: #f2ede8; - padding: 5% 20px; - } - .hero-text-catalog-category { - color: #002f6f; - font-size: 3.5rem; - font-weight: 700; - } - .card-learning-path-desktop { - border-radius: 40px; - } - .image-learning-path-desktop { - border-radius: 40px; - } - .category-wrapper { - - } - .category-container { - display: flex; - justify-content: center; - flex-direction: column; - align-items: center; - } - .category-link { - text-decoration: none; - font-size: 1.5rem; - font-weight: 500; - color: #002f6f; - background: #fff; - border: 3px solid; - border-radius: 20px; - padding: 2rem; - max-width: 1000px; - width: 100%; - margin: 10px 0; - } - .category-container { - margin: 20px 0; - } - .np-card-container { - border-radius: 25px; - box-shadow: none; - } - .np-learning-path-image { - border-bottom-left-radius: 20px; - border-top-left-radius: 20px; - width: 100% !important; - height: 100%; - } - .card-content { - background: #fff; - border-radius: 0 0 25px 25px; - padding: 1.5rem; - } - .catalog-btn { - background: #002f6f; - color: #fff; - padding: 15px 25px; - border-radius: 25px; - text-decoration: none; - font-weight: 700; - } - .button-wrapper { - display: flex; - justify-content: center; - padding: 2.5% 0; - } - .info { - display: flex; - align-items: center; - max-width: 400px; - gap: 5%; - } - .info-wrapper { - display: flex; - gap: 20px; - justify-content: space-between; - flex-wrap: wrap; - } - .info-heading { - color: #002f6f; - font-weight: 600; - font-size: 1.25rem; - } - .info-desc { - color: #002f6f; - font-size: 1rem; - margin-top: 5px; - } - - .np-footer-logo-image { - filter: none; - opacity: 1; - } - - .section-info { - background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFFFFF 99.32%), #F2EDE8; - } - - .np-footer { - background: url('https://s3.amazonaws.com/static.northpass.com/Cin7/Footer+background.png'); - background-size: cover; - background-repeat: round; - height: 28%; - } - .np-alert { - display: none; - } - - .footer-heading { - font-size: 1.25rem; - color: #fff; - font-weight: 700; - border-bottom: 1px solid #fff; - padding: 10px 0; - width: 150px; -} - .np-footer-navigation-link { - color: #fff; - font-weight: 500; - } - - .info-section-heading { - padding: 5% 0; - font-weight: 400; - } - .section-content-info { - padding-bottom: 5%; - } - .info-content { - height: 100%; - display: flex; - flex-direction: column; - justify-content: space-evenly; - } - .np-footer-top { - display: flex; - flex-direction: row; - align-items:flex-start; - } - - .np-footer-navigation-list { - flex-direction: column; - gap: 10px; - align-items: flex-start; - } - .np-footer-navigation-link { - padding: 10px 0; - } - .np-footer-navigation { - min-height: 52px; - display: flex; - width: 100%; - justify-content: end; - padding: 0 5%; - } - .np-learning-path-outline-name { - font-weight: 600; - } - - .np-top-image { - border-radius: 25px; - } - - .content-lp-card-padding { - padding: 25px; - } - .np-card-heading, .np-learning-path-outline-name { - color: #002f6f; - } - .np-card-text { - color: #002f6f; - } - - .np-learning-path { - border-radius: 25px; - box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; - } - .np-learning-paths { - background: #fff; - } - .lp-heading { - font-size: 2.5rem; - color: #002f6f; - padding: 3rem 2rem; - font-weight: 500; - } -.category-card { - text-decoration: none; - height: auto !important; -} - -.page-content { - margin: 20px; -} - -.catalog-btn:hover { - background: #05CBBF; - color: #fff; - -} -.info-section-padding { - padding: 0 20px; -} -.zero-state-wrapper { - display: flex; - justify-content: center; - flex-direction: column; - align-items: center; -} -.zero-button-wrapper { - display: flex; -} -.zero-img { - max-width: 400px; -} -.badge-card-image { - width: 60%; -} -.card-badge { - background: #FFFFFF; - display: flex; - justify-content: center; - padding: 2rem; - border-radius: 20px 20px 0 0; -} -.card-category { - background: #002f6f; - display: flex; - justify-content: center; - padding: 2rem; - border-radius: 20px 20px 0 0; -} -.card-content-badge { - text-align: center; - padding: 0; -} -.completed-courses { - margin-top: 10px; - font-weight: 500; - color: #002f6f; -} -.np-header-desktop-nav-list { - justify-content: end; -} -.event-card { - max-width: 330px; -} -.recommended -{ - color: #000000b5; -} - -.card-type -{ - color: #000000b5; - text-align: end; - margin-bottom: 10px; - font-size: 0.85rem; - font-weight: 600; - opacity: 0.75; -} -.course-details { - display: flex; - justify-content: space-between; - align-items: center; - margin-top: 15px; - gap: 10px -} - -.card:hover { - transform: translateY(-0.125rem); -} - -.card-category-core { - background: none; - padding: 0; -} -.card-category-image-core { - width: 100%; - border-radius: 20px 20px 0 0; -} - -@media only screen and (max-width: 768px) { - .hero-text { - font-size: 2.5rem; - } - .hero-subheading { - font-size: 1rem; - } - .heading, .heading-dashboard { - font-size: 2rem; - } - .info-section-heading { - text-align: center; - } - .info-wrapper { - justify-content: center; - } - .np-footer-navigation { - justify-content: flex-start; - } - .np-footer-navigation-link { - padding: 0; - margin: 10px; - } - .events-container { - justify-content: center; - } - .dropdown { - display: flex; - justify-content: flex-start; - position: relative; - margin-bottom: 20px; - } -} - -.core-category-wrapper { - display: flex; - flex-direction: column; - height: 100%; -} -.course-desc-category-core { - margin-top: 15px; - color: #002f6f; - height: 100%; - display: flex; - align-items: end; -} -.card-content-core { - display: flex; - flex-direction: column; - justify-content: space-between; -} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/training_events.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/training_events.html.liquid deleted file mode 100644 index d39c0526..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/training_events.html.liquid +++ /dev/null @@ -1,13 +0,0 @@ -{% include "header" %} - -
-
-
Live Training Events
-
-
-
-
- {% include "training_events_index" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/training_session.html.liquid deleted file mode 100644 index 5b78b834..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/training_session.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -
-
- {% include "training_session_desktop_view" %} -
-
- {% include "training_session_mobile_view" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/training_session_attendance.html.liquid deleted file mode 100644 index 71bb6119..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/training_session_attendance.html.liquid +++ /dev/null @@ -1,43 +0,0 @@ -{% 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/Cin7 Sandbox/transcript.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/transcript.html.liquid deleted file mode 100644 index b6cb5428..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/transcript.html.liquid +++ /dev/null @@ -1,8 +0,0 @@ -{% include "header" %} -{% include "account_tabs" %} - -
- {% transcript %} -
- -{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/unsubscribe.html.liquid deleted file mode 100644 index 69a54028..00000000 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/unsubscribe.html.liquid +++ /dev/null @@ -1,30 +0,0 @@ -{% include "header" %} -
-
- {% if token %} - -
- {% t .unsubscribe_text %} -
-
- {% t .resubscribe_text %} -
-
- {% form_authenticity_token %} - - -
- {% else %} - -
- {% t .resubscribed_text %} -
- {% endif %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Crayon/.DS_Store b/Custom_Templates/customer_templates/Crayon/.DS_Store deleted file mode 100644 index 5008ddfc..00000000 Binary files a/Custom_Templates/customer_templates/Crayon/.DS_Store and /dev/null differ diff --git a/Custom_Templates/customer_templates/Crayon/_cards_course.html.liquid b/Custom_Templates/customer_templates/Crayon/_cards_course.html.liquid deleted file mode 100644 index 96096b5c..00000000 --- a/Custom_Templates/customer_templates/Crayon/_cards_course.html.liquid +++ /dev/null @@ -1,134 +0,0 @@ - -{% assign architect_certification_course_image = 'https://s3.amazonaws.com/static.northpass.com/Crayon+Academy/course+images/ArchitectBadge-512x566.png' %} -{% assign activator_certification_course_image = 'https://s3.amazonaws.com/static.northpass.com/Crayon+Academy/course+images/AcademyBadge-Activator.png' %} -{% assign accelerator_certification_course_image = 'https://s3.amazonaws.com/static.northpass.com/Crayon+Academy/course+images/AcceleratorBadge-512x566.png' %} - -{% assign is_architect_certification_course_image = false %} -{% assign is_activator_certification_course_image = false %} -{% assign is_accelerator_certification_course_image = false %} - - {% if course.name == 'Architect Certification Course' %} - {% assign is_architect_certification_course_image = true %} - {% elsif course.name == 'Activator Certification Course' %} - {% assign is_activator_certification_course_image = true %} - {% elsif course.name == 'Accelerator Certification Course' %} - {% assign is_accelerator_certification_course_image = true %} - {%endif%} - - -
-
- {% if course.ribbon %} -
- {{ course.ribbon }} -
- {% endif %} - {% if is_architect_certification_course_image == true %} - {{ course.name }} - {% elsif is_activator_certification_course_image == true %} - {{ course.name }} - {% elsif is_accelerator_certification_course_image == true %} - {{ course.name }} - {% else %} - {{ course.name }} - {%endif%} -
-

- {% if is_architect_certification_course_image == true %} - Learn how to drive adoption
of competitive intelligence - {% elsif is_activator_certification_course_image == true %} - Learn how to gather &
distribute competitive intelligence - {% elsif is_accelerator_certification_course_image == true %} - Learn how to analyze - competitive intelligence - {%else%} - {{course.name}} - {% endif %} -

-
- {{ course.instructor_names }} -
- - -
-
-
- - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/_carousel_courses.html.liquid b/Custom_Templates/customer_templates/Crayon/_carousel_courses.html.liquid deleted file mode 100644 index 9e17e39a..00000000 --- a/Custom_Templates/customer_templates/Crayon/_carousel_courses.html.liquid +++ /dev/null @@ -1,82 +0,0 @@ -{% assign topic_classname = topic | split: " " %} - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/_carousel_events.html.liquid b/Custom_Templates/customer_templates/Crayon/_carousel_events.html.liquid deleted file mode 100644 index ab5b3388..00000000 --- a/Custom_Templates/customer_templates/Crayon/_carousel_events.html.liquid +++ /dev/null @@ -1,37 +0,0 @@ - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/_course_header.html.liquid b/Custom_Templates/customer_templates/Crayon/_course_header.html.liquid deleted file mode 100644 index c72585c8..00000000 --- a/Custom_Templates/customer_templates/Crayon/_course_header.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -
- {{ current_school.course_vocabulary }} - - -
-
- - - - {{ course.name }} -
-{{ course.name }} diff --git a/Custom_Templates/customer_templates/Crayon/_course_outline.html.liquid b/Custom_Templates/customer_templates/Crayon/_course_outline.html.liquid deleted file mode 100644 index 96b2d282..00000000 --- a/Custom_Templates/customer_templates/Crayon/_course_outline.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -
-
- {% t .header, key: current_school.course_vocabulary %} -
-
-
    - {% for section in course.sections %} -
  1. -
    - {{ section.name }} -
    -
  2. - {% endfor %} -
-
-
diff --git a/Custom_Templates/customer_templates/Crayon/_custom_header.html.liquid b/Custom_Templates/customer_templates/Crayon/_custom_header.html.liquid deleted file mode 100644 index be231152..00000000 --- a/Custom_Templates/customer_templates/Crayon/_custom_header.html.liquid +++ /dev/null @@ -1,170 +0,0 @@ -
-
-
- {% if current_person.signed_in? %} - - - {% endif %} -
- -

- - - -

- - - {%include 'sub_navigation'%} - - {% if current_person.signed_in? %} - -
- - -
- {% else %} -
- {% endif %} - -
- -
-
-
-
- - {% include "messages" %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/_filter_by_progress.html.liquid b/Custom_Templates/customer_templates/Crayon/_filter_by_progress.html.liquid deleted file mode 100644 index b8effef5..00000000 --- a/Custom_Templates/customer_templates/Crayon/_filter_by_progress.html.liquid +++ /dev/null @@ -1,116 +0,0 @@ -{% assign topic_classname = topic | split: " " %} - -
- {% if label %} -
- {{ label }} -
- {% endif %} -
- - - -
-
- - - diff --git a/Custom_Templates/customer_templates/Crayon/_head.html.liquid b/Custom_Templates/customer_templates/Crayon/_head.html.liquid deleted file mode 100644 index 9531e766..00000000 --- a/Custom_Templates/customer_templates/Crayon/_head.html.liquid +++ /dev/null @@ -1,12 +0,0 @@ -{% styles default %} -{% styles colors %} -{% styles custom %} - - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/_onboarding_cards_course.html.liquid b/Custom_Templates/customer_templates/Crayon/_onboarding_cards_course.html.liquid deleted file mode 100644 index 959fb9d9..00000000 --- a/Custom_Templates/customer_templates/Crayon/_onboarding_cards_course.html.liquid +++ /dev/null @@ -1,34 +0,0 @@ -
-
- {% if course.ribbon %} -
- {{ course.ribbon }} -
- {% endif %} - {{ course.name }} -
-

- {{ course.name }} -

-
- {{ course.instructor_names }} -
- -
-
-
diff --git a/Custom_Templates/customer_templates/Crayon/_progress_circle.html.liquid b/Custom_Templates/customer_templates/Crayon/_progress_circle.html.liquid deleted file mode 100644 index 040aeed1..00000000 --- a/Custom_Templates/customer_templates/Crayon/_progress_circle.html.liquid +++ /dev/null @@ -1,47 +0,0 @@ -
- - - - - {{ count }} - - -

- {{ name }} -

-
- - diff --git a/Custom_Templates/customer_templates/Crayon/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Crayon/_sub_navigation.html.liquid deleted file mode 100644 index 88dbf674..00000000 --- a/Custom_Templates/customer_templates/Crayon/_sub_navigation.html.liquid +++ /dev/null @@ -1,52 +0,0 @@ - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/_widget_course_progress.html.liquid b/Custom_Templates/customer_templates/Crayon/_widget_course_progress.html.liquid deleted file mode 100644 index 23c95162..00000000 --- a/Custom_Templates/customer_templates/Crayon/_widget_course_progress.html.liquid +++ /dev/null @@ -1,131 +0,0 @@ -{% assign ring_background_color = 'rgba(192, 220, 246, 0.6)' %} -{% assign ring_fill_color = '#0274de' %} -{% assign number_color = 'rgb(0, 0, 0)' %} -{% assign text_color = '#0274de' %} -{% assign background_color = 'white' %} - -
-
- {% if courses.enrolled.any? %} - {% 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 %} - - {% else %} - {% capture message %} - {% t shared.zero_state.courses.index, - key: current_school.course_vocabulary - %} - {% endcapture %} - {% include "courses_zero_state", message: message %} - {% endif %} -
-
- - - diff --git a/Custom_Templates/customer_templates/Crayon/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Crayon/auth_url_email.html.liquid deleted file mode 100644 index 0fef30a3..00000000 --- a/Custom_Templates/customer_templates/Crayon/auth_url_email.html.liquid +++ /dev/null @@ -1,217 +0,0 @@ -
-
- -
-
- - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/catalog.html.liquid b/Custom_Templates/customer_templates/Crayon/catalog.html.liquid deleted file mode 100644 index f2ee59c4..00000000 --- a/Custom_Templates/customer_templates/Crayon/catalog.html.liquid +++ /dev/null @@ -1,262 +0,0 @@ - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/course.html.liquid b/Custom_Templates/customer_templates/Crayon/course.html.liquid deleted file mode 100644 index 816a88d3..00000000 --- a/Custom_Templates/customer_templates/Crayon/course.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -{% comment %} {% endcomment %} -{% include "header" %} -
-
- {% include "course_desktop_view" %} -
-
- {% include "course_mobile_view" %} -
-
-{% include "footer" %} - diff --git a/Custom_Templates/customer_templates/Crayon/dashboard.html.liquid b/Custom_Templates/customer_templates/Crayon/dashboard.html.liquid deleted file mode 100644 index 9c2c0727..00000000 --- a/Custom_Templates/customer_templates/Crayon/dashboard.html.liquid +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/homepage.html.liquid b/Custom_Templates/customer_templates/Crayon/homepage.html.liquid deleted file mode 100644 index 31a6c2a0..00000000 --- a/Custom_Templates/customer_templates/Crayon/homepage.html.liquid +++ /dev/null @@ -1,231 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} -{% comment %}{% include "sub_navigation" %}{% endcomment %} -{% comment %} https://s3.amazonaws.com/static.northpass.com/Crayon/acceleratorBadge.png {% endcomment %} -{% comment %} https://s3.amazonaws.com/static.northpass.com/Crayon/activatorBadge.png {% endcomment %} -{% comment %} https://s3.amazonaws.com/static.northpass.com/Crayon/architectBadge.png {% endcomment %} - -{% assign architect_course_done = false %} -{% assign activator_course_done = false %} -{% assign accelerator_course_done = false %} - -{% assign architect_course_in_progress = false %} -{% assign activator_course_in_progress = false %} -{% assign accelerator_course_in_progress = false %} - - -{% assign architect_course_started = true %} -{% assign activator_course_started = true %} -{% assign accelerator_course_started = true %} - -{% for course in courses.in_catalog %} - {% if course.name == 'Architect Certification Course'%} - {% if course.progress == 100 %} - {% assign architect_course_done = true %} - {% elsif course.progress > 0 and course.progress < 100 %} - {% assign architect_course_in_progress = true %} - {% else %} - {% assign architect_course_started = false %} - {% endif %} - {% endif %} - {% if course.name == 'Activator Certification Course'%} - {% if course.progress == 100 %} - {% assign activator_course_done = true %} - {% elsif course.progress > 0 and course.progress < 100 %} - {% assign activator_course_in_progress = true %} - {% else %} - {% assign activator_course_started = false %} - {% endif %} - {% endif %} - {% if course.name == 'Accelerator Certification Course'%} - {% if course.progress == 100 %} - {% assign accelerator_course_done = true %} - {% elsif course.progress > 0 and course.progress < 100 %} - {% assign accelerator_course_in_progress = true %} - {% else %} - {% assign accelerator_course_started = false %} - {% endif %} - {%endif%} -{% endfor %} - -
-
-
-
-
-
, {{current_person.first_name}}! - - {% assign incomplete_course_count = 0 %} - {% assign default_course = 'Architect Certification Course' %} - - {% if architect_course_started == true and architect_course_done == false %} - Ready to complete the Architect Certification Course? - {% elsif activator_course_started == true and activator_course_done == false %} - Ready to complete the Activator Certification Course? - {% elsif accelerator_course_started == true and accelerator_course_done == false %} - Ready to complete the Accelerator Certification Course? - {% else %} - {% if architect_course_done == false %} - {% assign incomplete_course_count = incomplete_course_count | plus: 1 %} - {% endif %} - - {% if activator_course_done == false %} - {% assign incomplete_course_count = incomplete_course_count | plus: 1 %} - {% endif %} - - {% if accelerator_course_done == false %} - {% assign incomplete_course_count = incomplete_course_count | plus: 1 %} - {% endif %} - - {% if architect_course_done == true %} - {% assign default_course = 'Activator Certification Course' %} - {% endif %} - - {% if incomplete_course_count > 1 and default_course != 'Architect Certification Course' %} - Ready to complete the Accelerator Certification Course? - {% elsif incomplete_course_count > 0 %} - Ready to complete the {{ default_course }}? - {% else %} - {% if architect_course_done == true and activator_course_done == false and accelerator_course_done == false %} - Ready to begin Accelerator Certification Course? - {% elsif activator_course_done == true and accelerator_course_done == false and architect_course_done == false %} - Ready to begin Architect Certification Course? - {% elsif accelerator_course_done == true and activator_course_done == false and architect_course_done == false %} - Ready to begin Architect Certification Course? - {% else %} - You've completed every available course. 🎉 - {% endif %} - {% endif %} - {% endif %} - - -
- {% comment %}
This is what’s relevant to you right now in Competitive Advantage Academy
{%endcomment%} -
-
-
- -
-
- - {% for course in courses.in_catalog %} - {% if course.name == 'Activator Certification Course' %} -
-
- {% if course.progress == 0 %} - ⛔️ NOT STARTED - {% elsif course.progress > 0 and course.progress < 100%} - ✍️ IN PROGRESS - {% elsif course.progress == 100 %} - 🎉 COMPLETE - {% endif %} -
-
- {% include 'cards_course' with course %} - {% endif %} - {% endfor %} -
- -
- {% for course in courses.in_catalog %} - {% if course.name == 'Architect Certification Course' %} -
-
- {% if course.progress == 0 %} - ⛔️ NOT STARTED - {% elsif course.progress > 0 and course.progress < 100%} - ✍️ IN PROGRESS - {% elsif course.progress == 100 %} - 🎉 COMPLETE - {% endif %} -
-
- {% include 'cards_course' with course %} - {% endif %} - {% endfor %} -
- -
- {% for course in courses.in_catalog %} - {% if course.name == 'Accelerator Certification Course' %} -
-
- {% if course.progress == 0 %} - ⛔️ NOT STARTED - {% elsif course.progress > 0 and course.progress < 100%} - ✍️ IN PROGRESS - {% elsif course.progress == 100 %} - 🎉 COMPLETE - {% endif %} -
-
- {% include 'cards_course' with course %} - {% endif %} - {% endfor %} -
-
- - - -
-
-{% include "footer" %} - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/learning_paths.html.liquid b/Custom_Templates/customer_templates/Crayon/learning_paths.html.liquid deleted file mode 100644 index 42649ec3..00000000 --- a/Custom_Templates/customer_templates/Crayon/learning_paths.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -{% comment %}{% include "header" %} -{% include "sub_navigation" %} -
-
-
- {% t shared.learning_paths %} -
-
- {% t .subtitle %} -
- {% include "learning_paths_index", items: learning_paths.available %} -
-
-{% include "footer" %}{% endcomment %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/linkedin-redirection.html.liquid b/Custom_Templates/customer_templates/Crayon/linkedin-redirection.html.liquid deleted file mode 100644 index db3af913..00000000 --- a/Custom_Templates/customer_templates/Crayon/linkedin-redirection.html.liquid +++ /dev/null @@ -1,8 +0,0 @@ - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Crayon/onboarding.html.liquid b/Custom_Templates/customer_templates/Crayon/onboarding.html.liquid deleted file mode 100644 index 443b3465..00000000 --- a/Custom_Templates/customer_templates/Crayon/onboarding.html.liquid +++ /dev/null @@ -1,231 +0,0 @@ - -{% include "custom_header" %} -{% include "course_version_outdated_alert", courses: courses.enrolled %} - -
-
-
Hi {{current_person.first_name}}!
-
This is what's relevant to you right now - in Crayon Onboarding Academy.
-
-
-
- {% if features.learning_paths? %} -
- {% t shared.learning_paths %} -
- {% include "learning_paths_index", items: learning_paths.available %} - {% endif %} -
-
-
Course Progress
- {% include "widget_course_progress" %} -
-
- -
-
- {% if courses.in_catalog.any? %} -
-
-
- {% - include "filter_by_progress", - label: "Filter by Progress:", - default_option: "All Courses", - topic: "enrolled_category", - %} -
- {% - include "carousel_courses", - items: courses.in_catalog, - topic: "enrolled_category", - %} - {% else %} -
- Courses -
- {% capture message %} - {% t shared.zero_state.courses.index, - key: current_school.course_vocabulary - %} - {% endcapture %} -
- {% include "courses_zero_state", message: message %} -
- {% endif %} -
-
- -
-
-
- Training Events -
-
- Discover online events to maximize your learning -
- {% if training_events.available.any? %} - {% - include "carousel_events", - items: training_events.available, - %} - {% else %} -
- {% include "training_events_zero_state" %} -
- - {% endif %} -
-
- -
-{% include "footer" %} - - - diff --git a/Custom_Templates/customer_templates/Crayon/styles.css.liquid b/Custom_Templates/customer_templates/Crayon/styles.css.liquid deleted file mode 100644 index 50c21aee..00000000 --- a/Custom_Templates/customer_templates/Crayon/styles.css.liquid +++ /dev/null @@ -1,514 +0,0 @@ -@font-face { - font-family: 'Jost', sans-serif !important; - src: url('https://fonts.googleapis.com/css2?family=Jost:wght@300&display=swap'); -} -body, html, div { - font-family: 'Jost', sans-serif !important; -} - -.np-card-content{ - max-height: 140px; -} - -@media (max-width: 1199px){ - .np-card-content{ - padding-top: 0.5rem; - } -} - -.np-course-card-button{ - width: 100%; - font-size: 1.3rem; - padding: 25px; - border: 2px solid #000; - -} - -.course-button-container { - margin-top: 1rem; -} - -.purple-btn { - background: #bc49dd; -} - -.orange-btn { - background: #ff6d09; -} - -.red-btn { - background: #d94a66; - } - -.onboarding-course-title { - color: white; -} - -.onboarding-course-subtitle { - color:white; -} - -.onboarding-course-card { - background: #0538BF; -} - -.onboarding-course-button { - background-color: #89D9E1; - color: #0538BF; -} - -.np-card-content-progress { - color: white; -} -/* ------------------------------------------------------------------------------------------------------ */ -/* Login Page Styles */ -.np-open-access{ - height: 100%; -} - -.sign-up-body{ - align-items: center; - background: #0538BF; - border-radius: 0; - display: flex; - height: 100%; - justify-content: center; - margin: 0 !important; - width: 100%; -} - -.sign-up-body-content-container{ - align-items: center; - display: flex; - flex-direction: column; - height: 100%; - justify-content: space-evenly; - margin: 0 !important; -} - -.sign-in-text-content-wrapper{ - text-align: center; -} - -.login-logo{ - height: 100px; - padding: 20px; -} - -.login-text{ - color: #FFFFFF; -} - -.welcome-header{ - font-size: 36px; -} - -.welcome-subheader{ - font-size: 24px; -} - -.login-emoji-desktop{ - display: none; -} - -.login-form-wrapper{ - width: 80%; -} - -.login-input-label{ - font-size: 14px; - margin-bottom: 10px; -} - -.login-input{ - background: #FEC311; - border: 3px solid #FFFFFF; - border-radius: 0; -} - -.login-button{ - background: #FEC311; - border: 2px solid #FFFFFF; - font-size: 30px; - margin-top: 30px; - padding: 0; -} - -@media screen and (min-width: 768px){ - .np-box-content-container{ - flex-direction: row; - } - - .login-text-content-wrapper{ - align-items: flex-start; - height: 100%; - display: flex; - flex-direction: column; - justify-content: center; - max-width: 50%; - } - - .login-logo{ - padding-left: 0; - } - - .login-text{ - text-align: left; - } - - .welcome-header{ - font-size: 62px; - } - - .welcome-subheader{ - font-size: 24px; - } - - .login-emoji-mobile{ - display: none; - } - - .login-emoji-desktop{ - display: inline; - } - - .login-form-wrapper{ - align-items: flex-end; - display: flex; - flex-direction: column; - max-width: 50%; - } - - .login-form{ - width: 80%; - } -} - - -@media screen and (min-width: 1000px){ - .login-body-content-container{ - padding: 75px; - } -} - -@media screen and (min-width: 1200px){ - .welcome-header{ - font-size: 80px; - } - - .welcome-subheader{ - font-size: 36px; - } -} - -.np-sub-navigation-content-item-link, -.np-sub-navigation-content-item-inactive, -.np-sub-navigation-content-item-active, -.np-sub-navigation-content-item-icon { - color: #2DC3D0; -} - -.np-sub-navigation { - background: white; -} - -/* ------------------------------------------------------------------------------------------------------ */ -/* Achievements Panel */ -/* .np-dashboard-achievements-panel{ - background: #ffffff; - height: 8rem; - border-radius: 10px; -} - -.np-dashboard-achievements-card{ - background: #F3F8FF; - color: #1C6FE8; - height: 6rem; - width: 5.25rem; - border-radius: 10px; -} - -.np-dashboard-achievements-card-text{ - font-size: 0.75rem; - margin-top: -0.5rem; -} - -.np-dashboard-medal-card{ - background: #3f0c59; - height: 6rem; - border-radius: 10px; - display: flex; - align-content: center; -} */ - -/* .np-dashboard-medal-icon{ - margin-right: -4rem; -} */ - -.custom-course-description { - font-size: 1.3rem; - font-weight: 400; - text-align: center; -} -@media (min-width: 395px){ - .np-dashboard-medal-icon{ - margin-right: -4rem; - } -} - -@media (min-width: 410px){ - .np-dashboard-medal-icon{ - margin-right: -5rem; - } -} - -@media (min-width: 425px){ - .np-dashboard-medal-icon{ - margin-right: -6rem; - } -} - -@media (min-width: 440px){ - .np-dashboard-medal-icon{ - margin-right: -7rem; - } -} - -@media (min-width: 465px){ - .np-dashboard-medal-icon{ - margin-right: -8rem; - } -} - -@media (min-width: 480px){ - .np-dashboard-medal-icon{ - margin-right: -9rem; - } -} - -@media (min-width: 495px){ - .np-dashboard-medal-icon{ - margin-right: -10rem; - } -} - -@media (min-width: 510px){ - .np-dashboard-medal-icon{ - margin-right: -11rem; - } -} - -@media (min-width: 525px){ - .np-dashboard-medal-icon{ - margin-right: -12rem; - } -} - -@media (min-width: 540px){ - .np-dashboard-medal-icon{ - margin-right: -13rem; - } -} - -@media (min-width: 555px){ - .np-dashboard-medal-icon{ - margin-right: -14rem; - } -} - -@media (min-width: 570px){ - .np-dashboard-medal-icon{ - margin-right: -15rem; - } -} - -@media (min-width: 595px){ - .np-dashboard-medal-icon{ - margin-right: -16rem; - } -} - -@media (min-width: 610px){ - .np-dashboard-medal-icon{ - margin-right: -17rem; - } -} - -@media (min-width: 625px){ - .np-dashboard-medal-icon{ - margin-right: -18rem; - } -} - -@media (min-width: 640px){ - .np-dashboard-medal-icon{ - margin-right: -19rem; - } -} - -@media (min-width: 655px){ - .np-dashboard-medal-icon{ - margin-right: -20rem; - } -} - -@media (min-width: 670px){ - .np-dashboard-medal-icon{ - margin-right: -21rem; - } -} - -@media (min-width: 695px){ - .np-dashboard-medal-icon{ - margin-right: -22rem; - } -} - -@media (min-width: 710px){ - .np-dashboard-medal-icon{ - margin-right: -23rem; - } -} - -@media (min-width: 725px){ - .np-dashboard-medal-icon{ - margin-right: -24rem; - } -} - -@media (min-width: 740px){ - .np-dashboard-medal-icon{ - margin-right: -25rem; - } -} - -@media (min-width: 755px){ - .np-dashboard-medal-icon{ - margin-right: -26rem; - } -} - -@media (min-width: 768px){ - .np-dashboard-medal-icon{ - margin-right: 0rem; - } -} - -@media (min-width: 830px){ - .np-dashboard-medal-icon{ - margin-right: -1rem; - } -} - -@media (min-width: 860px){ - .np-dashboard-medal-icon{ - margin-right: -2rem; - } -} - -@media (min-width: 925px){ - .np-dashboard-medal-icon{ - margin-right: -3rem; - } -} - -@media (min-width: 975px){ - .np-dashboard-medal-icon{ - margin-right: -4rem; - } -} - -@media (min-width: 990px){ - .np-dashboard-medal-icon{ - margin-right: -5rem; - } -} - -@media (min-width: 1005px){ - .np-dashboard-medal-icon{ - margin-right: -6rem; - } -} - -@media (min-width: 1030px){ - .np-dashboard-medal-icon{ - margin-right: -7rem; - } -} - -@media (min-width: 1055px){ - .np-dashboard-medal-icon{ - margin-right: -8rem; - } -} - -@media (min-width: 1125px){ - .np-dashboard-medal-icon{ - margin-right: -9rem; - } -} - -@media (min-width: 1150px){ - .np-dashboard-medal-icon{ - margin-right: -10rem; - } -} - -@media (min-width: 1185px){ - .np-dashboard-medal-icon{ - margin-right: -11rem; - } -} - -@media (min-width: 1200px){ - .np-dashboard-medal-icon{ - margin-right: 0rem; - } -} -@media (min-width: 1250px){ - .np-dashboard-medal-icon{ - margin-right: -1rem; - } -} - -@media (min-width: 1300px){ - .np-dashboard-medal-icon{ - margin-right: -2rem; - } -} - -@media (min-width: 1350px){ - .np-dashboard-medal-icon{ - margin-right: -3rem; - } -} - -@media (min-width: 1400px){ - .np-dashboard-medal-icon{ - margin-right: -4rem; - } -} - -@media (min-width: 1675px){ - .np-dashboard-medal-icon{ - margin-right: -3rem; - } -} - -@media (min-width: 2200px){ - .np-dashboard-medal-icon{ - margin-right: -2rem; - } -} - -@media (min-width: 2550px){ - .np-dashboard-medal-icon{ - margin-right: -1rem; - } -} - -@media (min-width: 3050px){ - .np-dashboard-medal-icon{ - margin-right: 0rem; - } -} diff --git a/Custom_Templates/customer_templates/Crayon/training_events.html.liquid b/Custom_Templates/customer_templates/Crayon/training_events.html.liquid deleted file mode 100644 index d608f873..00000000 --- a/Custom_Templates/customer_templates/Crayon/training_events.html.liquid +++ /dev/null @@ -1,23 +0,0 @@ -{% comment %}{% include "header" %} -{% include "sub_navigation" %} -
-
-
-
- {% t .title %} -
-
- {% t .subtitle %} -
-
-
- {% include "training_events_filter" %} -
-
- {% include "training_events_index" %} -
-{% include "footer" %}{% endcomment%} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_avatar.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_avatar.html.liquid deleted file mode 100644 index d952af93..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_avatar.html.liquid +++ /dev/null @@ -1,66 +0,0 @@ -
-

{% t .description %}

-

{% t .requirements %}

-
- - - - -
-
- -
- -
- -
-
- -
-
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_desktop_view.html.liquid deleted file mode 100644 index 8ae8599d..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_desktop_view.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -
- - {% form_authenticity_token %} -
-
-
- - -
-
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_mobile_view.html.liquid deleted file mode 100644 index 6ac8c007..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_mobile_view.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -
- - {% form_authenticity_token %} -
-
- {% render "account_form", form: form, version: "mobile" %} -
-
-
-
- {% include "account_avatar", version: "mobile" %} -
-
- -
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_tabs.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_tabs.html.liquid deleted file mode 100644 index f4de6c8e..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_tabs.html.liquid +++ /dev/null @@ -1,23 +0,0 @@ -{% capture settings_path %}{% route account %}{% endcapture %} -{% capture transcript_path %}{% route transcript %}{% endcapture %} - -{% if current_person.signed_in? %} -{% unless current_school.sso_active? %} - -{% endunless %} -{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_learning_path.html.liquid deleted file mode 100644 index 424a81ab..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_learning_path.html.liquid +++ /dev/null @@ -1,70 +0,0 @@ -
-
-
- {{ learning_path.name }} -
-
- -
{% t shared.learning_path.title %}
-
- {{ learning_path.items.count }} {% t .items %} -
-
-
-
{% t shared.learning_path.title %}
- -
- -
-

- {{ learning_path.name }} -

- -
- {{ learning_path.instructor_names }} -
- -
- {{ learning_path.description }} -
- -
- {% t shared.progress, count: learning_path.progress %} -
- -
-
-
-
- - -
-
-
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_info_column.html.liquid deleted file mode 100644 index 61adfaba..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_info_column.html.liquid +++ /dev/null @@ -1,4 +0,0 @@ -
- {% include "certificates_verification" %} - {% include "certificates_metadata" %} -
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_metadata.html.liquid deleted file mode 100644 index 9f4a1dba..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_metadata.html.liquid +++ /dev/null @@ -1,59 +0,0 @@ -
-
- -
- - {% if certificate.issuer_name_enabled? %} - -
- {% endif %} - - -
- -
-
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_preview.html.liquid deleted file mode 100644 index 6357b621..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_preview.html.liquid +++ /dev/null @@ -1,35 +0,0 @@ - - -
-
-
- -
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_top_bar.html.liquid deleted file mode 100644 index 74a7ae41..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_certificates_top_bar.html.liquid +++ /dev/null @@ -1,44 +0,0 @@ -
-
-
-

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

- {{certificate.verification_title}} -

-

- {{certificate.verification_description}} -

-
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_activity_locked.html.liquid deleted file mode 100644 index 386393d5..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_activity_locked.html.liquid +++ /dev/null @@ -1,4 +0,0 @@ - - - {{ activity.title }} - diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_activity_unlocked.html.liquid deleted file mode 100644 index 30c03305..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_activity_unlocked.html.liquid +++ /dev/null @@ -1,15 +0,0 @@ -{% if course.enrolled? %} - - {{ activity.title }} - -{% else%} - - {{ activity.title }} - -{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_description.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_description.html.liquid deleted file mode 100644 index 269f9216..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_description.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ -

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

-
- {{ course.full_description }} -
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_events.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_events.html.liquid deleted file mode 100644 index 5fa80eef..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_events.html.liquid +++ /dev/null @@ -1,28 +0,0 @@ -

- {% 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/DataSnipper Internal OOTB/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_progress_and_cta.html.liquid deleted file mode 100644 index 1c3db9fa..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_progress_and_cta.html.liquid +++ /dev/null @@ -1,46 +0,0 @@ -
-
- {% 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/DataSnipper Internal OOTB/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_version_outdated_alert.html.liquid deleted file mode 100644 index 03e245ab..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_version_outdated_alert.html.liquid +++ /dev/null @@ -1,7 +0,0 @@ -{% if courses.include_courses_to_restart? %} - -{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_version_outdated_popup.html.liquid deleted file mode 100644 index 71795884..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_version_outdated_popup.html.liquid +++ /dev/null @@ -1,33 +0,0 @@ -
-
- - -
-
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_index.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_index.html.liquid deleted file mode 100644 index 19e7671b..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_index.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -{% if courses.enrolled.any? %} -
- {% for course in courses.enrolled %} -
- {% 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 %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_zero_state.html.liquid deleted file mode 100644 index 26e371f7..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_courses_zero_state.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ -
-
- {{ message }} -
- {{ message }} -
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_checkbox.html.liquid deleted file mode 100644 index 5cbcbd07..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_checkbox.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ - - diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_dropdown.html.liquid deleted file mode 100644 index e7a954bb..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_dropdown.html.liquid +++ /dev/null @@ -1,33 +0,0 @@ -
- -
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_select.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_select.html.liquid deleted file mode 100644 index d006c0df..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_filter_select.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -{% if params.q %} - -{% endif %} - - - - diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_header.html.liquid deleted file mode 100644 index 1125d1c7..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_header.html.liquid +++ /dev/null @@ -1,196 +0,0 @@ -
-
-
- {% if current_person.signed_in? %} - - - {% endif %} -
- {% if current_school.logo_url %} -

- - {{ current_school.name }} - -

- {% else %} - - {{ current_school.name }} - - {% endif %} - -
- -
- - {% if current_person.signed_in? %} - -
- - -
- {% else %} - - {% endif %} -
-
- -
-
- {% if current_person.signed_in? %} - {{ current_person.name }} -
- {{ current_person.name }} -
- {% endif %} -
- - {% for website_navigation in navigations.header_navigations %} - - {{ website_navigation.name }} - - {% endfor %} -
- {% unless current_school.sso_active? %} - - {% t .profile_settings %} - - {% endunless %} - {% if current_person.signed_in? %} - - {% t .transcript %} - - {% endif %} - - {% t .sign_out %} - -
-
-
- -{% include "messages" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_header_minimal.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_header_minimal.html.liquid deleted file mode 100644 index 6b72cdb2..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_header_minimal.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -
- - {% if current_school.logo_url %} - - {% else %} - - {{ current_school.name }} - - {% endif %} - -
- -{% include "messages" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_banners.html.liquid deleted file mode 100644 index 11a1810c..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_banners.html.liquid +++ /dev/null @@ -1,5 +0,0 @@ -{% 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/DataSnipper Internal OOTB/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_certificate.html.liquid deleted file mode 100644 index 3a282c5e..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_certificate.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -{% 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/DataSnipper Internal OOTB/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_certificate_content.html.liquid deleted file mode 100644 index 3feafd59..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_certificate_content.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -
- -

- {{ learning_path.certificate_name }} -

- {% if learning_path.certificate_completed? %} - - {% endif %} -
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_completed_banner.html.liquid deleted file mode 100644 index 1c146f6e..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_completed_banner.html.liquid +++ /dev/null @@ -1,13 +0,0 @@ -
- -
-

{% t .headline %}

-

{% t .description %}

-
- {% if learning_path.certificate_link %} - {% t .actions.certificate %} - {% endif %} - {% t .actions.more_courses %} -
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_view.html.liquid deleted file mode 100644 index 8447443e..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_view.html.liquid +++ /dev/null @@ -1,2 +0,0 @@ -{% include "learning_path_desktop_header" %} -{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_instructors.html.liquid deleted file mode 100644 index a8342301..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_instructors.html.liquid +++ /dev/null @@ -1,26 +0,0 @@ -{% 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/DataSnipper Internal OOTB/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_header.html.liquid deleted file mode 100644 index 2bf66a5a..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_header.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -
-
- {% t shared.learning_path.title %} - -
-
- {{ learning_path.name }} -
- {{ learning_path.name }} -
- {% include "learning_path_progress_and_cta" %} -
-
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_view.html.liquid deleted file mode 100644 index 0e22feb9..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_view.html.liquid +++ /dev/null @@ -1,2 +0,0 @@ -{% include "learning_path_mobile_header" %} -{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_outline.html.liquid deleted file mode 100644 index 22ddd573..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_outline.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -
- {% 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/DataSnipper Internal OOTB/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_summary_desktop_view.html.liquid deleted file mode 100644 index 05961c52..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_summary_desktop_view.html.liquid +++ /dev/null @@ -1,3 +0,0 @@ -{% include "learning_path_desktop_header" %} -{% include "learning_path_banners" %} -{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_summary_mobile_view.html.liquid deleted file mode 100644 index f30a09eb..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_summary_mobile_view.html.liquid +++ /dev/null @@ -1,5 +0,0 @@ -
- {% include "learning_path_banners" %} -
-{% include "learning_path_mobile_header" %} -{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_paths_index.html.liquid deleted file mode 100644 index a4681210..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_paths_index.html.liquid +++ /dev/null @@ -1,14 +0,0 @@ -
- {% 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/DataSnipper Internal OOTB/_messages.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_messages.html.liquid deleted file mode 100644 index 059fc568..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_messages.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -{% 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/DataSnipper Internal OOTB/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_sub_navigation.html.liquid deleted file mode 100644 index 7ab7d3e9..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_sub_navigation.html.liquid +++ /dev/null @@ -1,23 +0,0 @@ - diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_filter.html.liquid deleted file mode 100644 index d4892278..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_filter.html.liquid +++ /dev/null @@ -1,53 +0,0 @@ -
- -
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_zero_state.html.liquid deleted file mode 100644 index 076b789e..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_events_zero_state.html.liquid +++ /dev/null @@ -1,9 +0,0 @@ -
-
- {% t .empty %} -
- {% t .empty %} -
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_description.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_description.html.liquid deleted file mode 100644 index 73be4cf4..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_description.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ -

- {% t .header %} -

-
- {{ training_event.description }} -
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_more_sessions.html.liquid deleted file mode 100644 index 6cfafa87..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_more_sessions.html.liquid +++ /dev/null @@ -1,3 +0,0 @@ -{% for session in training_event.sessions %} - {% include "training_session_tile", current_session: training_session %} -{% endfor %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_status.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_status.html.liquid deleted file mode 100644 index 75116282..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_status.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ -
- {% if training_session.approved? %} - - {% endif %} - {{ training_session.status.label }} -
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_email.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_email.html.liquid deleted file mode 100644 index a413959c..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_email.html.liquid +++ /dev/null @@ -1,59 +0,0 @@ -
-
- {% 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/DataSnipper Internal OOTB/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_employee.html.liquid deleted file mode 100644 index c8d8adf7..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_employee.html.liquid +++ /dev/null @@ -1,59 +0,0 @@ -
-
- {% 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/DataSnipper Internal OOTB/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_phone_number.html.liquid deleted file mode 100644 index aafae119..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_phone_number.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ -
-
- {% 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/DataSnipper Internal OOTB/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_terms.html.liquid deleted file mode 100644 index a7087db2..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/auth_url_terms.html.liquid +++ /dev/null @@ -1,74 +0,0 @@ -
-
- {% 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/DataSnipper Internal OOTB/catalog.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/catalog.html.liquid deleted file mode 100644 index d7b380b8..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/catalog.html.liquid +++ /dev/null @@ -1,23 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} -{% include "sub_navigation" %} -
-
-
-
{{ catalog.headline }}
-
{{ catalog.subheadline }}
-
- {% capture label %}{% t shared.filters.by_category %}{% endcapture %} - - {% if courses.in_catalog.any? %} - {% - include "filter_dropdown", - filters: courses.filters, - key: "category_uuid", - label: label - %} - {% endif %} -
- {% include "courses_catalog" %} -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/courses.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/courses.html.liquid deleted file mode 100644 index ef34b59a..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/courses.html.liquid +++ /dev/null @@ -1,11 +0,0 @@ -{% 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/DataSnipper Internal OOTB/dashboard.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/dashboard.html.liquid deleted file mode 100644 index 0c5cda38..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/dashboard.html.liquid +++ /dev/null @@ -1,43 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.enrolled %} -
- {{ homepage.headline }} -
-{% include "sub_navigation" %} -
-
-
-
- Welcome, {{ current_person.first_name }}! 👋 -
-
- Welcome to your personalized learning dashboard! Here, you'll discover all the courses and learning paths assigned to you. Additionally, you'll see an overview of upcoming workshops you've signed up for. -
-
- Your Courses - {% comment %} {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %} {% endcomment %} -
- {% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %} - {% if features.learning_paths? %} -
- Your Learning Paths - {% comment %} {% t shared.learning_paths %} {% endcomment %} -
- {% include "learning_paths_index", items: learning_paths.enrolled %} - {% endif %} -
- {% if features.training_events? %} -
-
- Upcoming Workshops - {% comment %} {% t .upcoming_events %} {% endcomment %} -
- {% include "training_events_dashboard" %} -
- {% endif %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/forgot_password.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/forgot_password.html.liquid deleted file mode 100644 index 3d65513f..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/forgot_password.html.liquid +++ /dev/null @@ -1,25 +0,0 @@ -
-
- {% include "header_minimal" %} -
-
- {% form_authenticity_token %} -
- - -
- -
-
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/homepage.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/homepage.html.liquid deleted file mode 100644 index 58f8db26..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/homepage.html.liquid +++ /dev/null @@ -1,58 +0,0 @@ - - -{% comment %} -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.featured %} -
-
- {{ homepage.headline }} -
-
- {{ homepage.headline }} -
-
- {{ homepage.subheadline }} -
- - {% t .discover %} - -
-
- {% include "sub_navigation" %} - -
-{% include "footer" %} -{% endcomment %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_path_summary.html.liquid deleted file mode 100644 index 99ae32ed..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_path_summary.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -
-
- {% include "learning_path_summary_desktop_view" %} -
-
- {% include "learning_path_summary_mobile_view" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_paths.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_paths.html.liquid deleted file mode 100644 index 6a65eea9..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/learning_paths.html.liquid +++ /dev/null @@ -1,15 +0,0 @@ -{% include "header" %} -{% include "sub_navigation" %} -
-
-
- {% t shared.learning_paths %} -
-
- Explore DataSnippers Learning Paths: A collection of courses to better understand certain concepts or topics. Browse through them and enroll in the paths you're interested in. - {% comment %} {% t .subtitle %} {% endcomment %} -
- {% include "learning_paths_index", items: learning_paths.available %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/master.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/master.html.liquid deleted file mode 100644 index 63345068..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/master.html.liquid +++ /dev/null @@ -1 +0,0 @@ -{% body %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/not_found.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/not_found.html.liquid deleted file mode 100644 index 91c76e4b..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/not_found.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -
- - -
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/private_certificate.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/private_certificate.html.liquid deleted file mode 100644 index 15d05419..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/private_certificate.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -{% include "certificates_top_bar" %} -
-
-
- {% include "certificates_preview" %} - {% include "certificates_info_column" %} -
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/public_certificate.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/public_certificate.html.liquid deleted file mode 100644 index 15d05419..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/public_certificate.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -{% include "certificates_top_bar" %} -
-
-
- {% include "certificates_preview" %} - {% include "certificates_info_column" %} -
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/styles.css.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/styles.css.liquid deleted file mode 100644 index 7386f452..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/styles.css.liquid +++ /dev/null @@ -1,11 +0,0 @@ - /* - 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 }} -*/ diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_events.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_events.html.liquid deleted file mode 100644 index df66e528..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_events.html.liquid +++ /dev/null @@ -1,21 +0,0 @@ -{% include "header" %} -{% include "sub_navigation" %} -
-
-
-
- Company Workshops - {% comment %} {% t .title %} {% endcomment %} -
-
- Explore our live facilitated company workshops, held both at our office locations and online. Browse through them and register today. - {% comment %} {% t .subtitle %} {% endcomment %} -
-
-
- {% include "training_events_filter" %} -
-
- {% include "training_events_index" %} -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_session.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_session.html.liquid deleted file mode 100644 index 5b78b834..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/training_session.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -
-
- {% include "training_session_desktop_view" %} -
-
- {% include "training_session_mobile_view" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/transcript.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/transcript.html.liquid deleted file mode 100644 index b6cb5428..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/transcript.html.liquid +++ /dev/null @@ -1,8 +0,0 @@ -{% include "header" %} -{% include "account_tabs" %} - -
- {% transcript %} -
- -{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/unsubscribe.html.liquid b/Custom_Templates/customer_templates/DataSnipper Internal OOTB/unsubscribe.html.liquid deleted file mode 100644 index 69a54028..00000000 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/unsubscribe.html.liquid +++ /dev/null @@ -1,30 +0,0 @@ -{% include "header" %} -
-
- {% if token %} - -
- {% t .unsubscribe_text %} -
-
- {% t .resubscribe_text %} -
-
- {% form_authenticity_token %} - - -
- {% else %} - -
- {% t .resubscribed_text %} -
- {% endif %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_avatar.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_avatar.html.liquid deleted file mode 100644 index d952af93..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_avatar.html.liquid +++ /dev/null @@ -1,66 +0,0 @@ -
-

{% t .description %}

-

{% t .requirements %}

-
- - - - -
-
- -
- -
- -
-
- -
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_desktop_view.html.liquid deleted file mode 100644 index 8ae8599d..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_desktop_view.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -
- - {% form_authenticity_token %} -
-
-
- - -
-
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_form.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_form.html.liquid deleted file mode 100644 index ddd264c2..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_form.html.liquid +++ /dev/null @@ -1,139 +0,0 @@ -
- {% t .header %} -
-
- - -
-
- - -
-
- - -
-
- - -
- -{% unless form.options.invite? %} -
- - -
- -
- - -
- -
- - -
-{% endunless %} - -{% if form.options.invite? %} -
- - -
- - {% if form.terms_of_service_required? %} -
- -
- {% t .terms_of_service %} - - {% t .terms_link %} - -
-
- {% else %} -
- - {% t .terms %} - - {% t .terms_link %} - - -
- {% endif %} - - -{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_mobile_view.html.liquid deleted file mode 100644 index 6ac8c007..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_account_mobile_view.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -
- - {% form_authenticity_token %} -
-
- {% render "account_form", form: form, version: "mobile" %} -
-
-
-
- {% include "account_avatar", version: "mobile" %} -
-
- -
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_course.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_course.html.liquid deleted file mode 100644 index 2e80204e..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_course.html.liquid +++ /dev/null @@ -1,54 +0,0 @@ -{% capture course_path %} - {% route course, id: course.id %} -{% endcapture %} -
-
-
-
-
-
-
-
{{ course.properties.course_level }}
- {% unless course.properties.course_length == 0 %} -
{{ course.properties.course_length }} minutes
- {% endunless %} -
-
- {{ course.name }} -
- - {{ course.name }} - -
- {{ course.short_description }} -
- -
-
-
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_training_event.html.liquid deleted file mode 100644 index d0e37234..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_cards_training_event.html.liquid +++ /dev/null @@ -1,29 +0,0 @@ -
-
-
-
-
{{ training_event.sessions.first.day }} {{ training_event.sessions.first.month | date: "%b" }}
-
{{ training_event.sessions.first.starts }}
-
- {{ training_event.sessions.first.year }} - {{ training_event.sessions.first.time_zone }} -
-
- {% if training_event.sessions.first.registered? %}
Registered
{% endif %} -
-
- - {{ training_event.title }} - -
- {{ training_event.description | strip_html }} -
-
-
-
{{ training_event.sessions.first.instructor }}
- - {% t shared.view %} event - -
-
-
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_info_column.html.liquid deleted file mode 100644 index 61adfaba..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_info_column.html.liquid +++ /dev/null @@ -1,4 +0,0 @@ -
- {% include "certificates_verification" %} - {% include "certificates_metadata" %} -
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_metadata.html.liquid deleted file mode 100644 index 9f4a1dba..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_metadata.html.liquid +++ /dev/null @@ -1,59 +0,0 @@ -
-
- -
- - {% if certificate.issuer_name_enabled? %} - -
- {% endif %} - - -
- -
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_preview.html.liquid deleted file mode 100644 index 6357b621..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_preview.html.liquid +++ /dev/null @@ -1,35 +0,0 @@ - - -
-
-
- -
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_top_bar.html.liquid deleted file mode 100644 index 74a7ae41..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_top_bar.html.liquid +++ /dev/null @@ -1,44 +0,0 @@ -
-
-
-

- {{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/DataSnipper-Internal-from-External/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_verification.html.liquid deleted file mode 100644 index 4fc19415..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_certificates_verification.html.liquid +++ /dev/null @@ -1,15 +0,0 @@ -
-
-
- -
-
-

- {{certificate.verification_title}} -

-

- {{certificate.verification_description}} -

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

- {% t .header %} -

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

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

-
- {{ course.full_description }} -
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_desktop_view.html.liquid deleted file mode 100644 index bfe5409a..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_desktop_view.html.liquid +++ /dev/null @@ -1,38 +0,0 @@ -
-
- {% include "course_header" %} -
-
-
-
- {{ course.name }} - {% include "course_outline" %} - {% 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" %} -
-
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_events.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_events.html.liquid deleted file mode 100644 index 5fa80eef..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_events.html.liquid +++ /dev/null @@ -1,28 +0,0 @@ -

- {% 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/DataSnipper-Internal-from-External/_course_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_header.html.liquid deleted file mode 100644 index fc4e1eb3..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_header.html.liquid +++ /dev/null @@ -1,15 +0,0 @@ -
- {{ current_school.course_vocabulary }} - - -
-
- - - -
-{{ course.name }} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_instructors.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_instructors.html.liquid deleted file mode 100644 index 8b608928..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_instructors.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -

- {% t .header %} -

-
- {% for instructor in course.instructors %} -
- {{ instructor.name }} -
-
- {{ instructor.name }} -
- -
-
- {% endfor %} -
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_mobile_view.html.liquid deleted file mode 100644 index 7f31ff35..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_mobile_view.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ -
- {% 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/DataSnipper-Internal-from-External/_course_outline.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_outline.html.liquid deleted file mode 100644 index 72f97e79..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_outline.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ -
-
- {% 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/DataSnipper-Internal-from-External/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_progress_and_cta.html.liquid deleted file mode 100644 index 8636843b..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_progress_and_cta.html.liquid +++ /dev/null @@ -1,52 +0,0 @@ -
-
-
-
{{ course.properties.course_level }}
- {% unless course.properties.course_length == 0 %} -
{{ course.properties.course_length }} minutes
- {% endunless %} -
-
-
- {{ course.name }} -
-
-
-
-
-
{{course.progress}}%
-
-
- -
- {{ course.full_description }} -
- -{% 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/DataSnipper-Internal-from-External/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_version_outdated_alert.html.liquid deleted file mode 100644 index 03e245ab..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_version_outdated_alert.html.liquid +++ /dev/null @@ -1,7 +0,0 @@ -{% if courses.include_courses_to_restart? %} - -{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_version_outdated_popup.html.liquid deleted file mode 100644 index 71795884..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_course_version_outdated_popup.html.liquid +++ /dev/null @@ -1,33 +0,0 @@ -
-
- - -
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_catalog.html.liquid deleted file mode 100644 index 091f9a7c..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_catalog.html.liquid +++ /dev/null @@ -1,15 +0,0 @@ -{% if courses.in_catalog.any? %} -
- {% for course in courses.in_catalog %} -
- {% 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/DataSnipper-Internal-from-External/_courses_index.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_index.html.liquid deleted file mode 100644 index a620c642..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_index.html.liquid +++ /dev/null @@ -1,20 +0,0 @@ -{% if courses.enrolled.any? %} -
- {% for course in courses.enrolled %} - {% assign course_categories = "" %} - {% for cat in course.categories %} - {% assign cat_name = cat.name | replace: " ", "-" | downcase %} - {% assign course_categories = course_categories | append: cat_name %} - {% endfor %} -
- {% 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/DataSnipper-Internal-from-External/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_zero_state.html.liquid deleted file mode 100644 index 26e371f7..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_courses_zero_state.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ -
-
- {{ message }} -
- {{ message }} -
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_checkbox.html.liquid deleted file mode 100644 index 5cbcbd07..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_checkbox.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ - - diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_dropdown.html.liquid deleted file mode 100644 index e7a954bb..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_dropdown.html.liquid +++ /dev/null @@ -1,33 +0,0 @@ -
- -
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_select.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_select.html.liquid deleted file mode 100644 index d006c0df..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_select.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -{% if params.q %} - -{% endif %} - - - - diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_sidebar_courses.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_sidebar_courses.html.liquid deleted file mode 100644 index 07133f75..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_filter_sidebar_courses.html.liquid +++ /dev/null @@ -1,133 +0,0 @@ -{% assign enrolled_categories = categories.enrolled %} - -
-
-
What are you looking for?
-
- {% for category in enrolled_categories %} -
- -
- {% endfor %} -
-
-
-
What is your learning style?
-
-
-
Reset all Filters
-
- - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_footer.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_footer.html.liquid deleted file mode 100644 index d6463b38..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_footer.html.liquid +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_function_update_event_timezone.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_function_update_event_timezone.html.liquid deleted file mode 100644 index 7513a9e1..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_function_update_event_timezone.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_generic_tns_carousel.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_generic_tns_carousel.html.liquid deleted file mode 100644 index b5d3e1ce..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_generic_tns_carousel.html.liquid +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_head.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_head.html.liquid deleted file mode 100644 index 91aeb073..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_head.html.liquid +++ /dev/null @@ -1,15 +0,0 @@ -{% styles default %} -{% styles colors %} -{% styles custom %} - - - - - - - -{% include 'generic_tns_carousel' %} -{% include 'function_update_event_timezone' %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_header.html.liquid deleted file mode 100644 index 330d513b..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_header.html.liquid +++ /dev/null @@ -1,258 +0,0 @@ - - -
-
-
- {% if current_person.signed_in? %} - - - {% endif %} -
- {% if current_school.logo_url %} -

- - {{ current_school.name }} - -

- {% else %} - - {{ current_school.name }} - - {% endif %} - -
- - -
- - {% if current_person.signed_in? %} - {% else %} -
- {% endif %} - -
- -
-
-
-
- -{% include "messages" %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_header_minimal.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_header_minimal.html.liquid deleted file mode 100644 index 6b72cdb2..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_header_minimal.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -
- - {% if current_school.logo_url %} - - {% else %} - - {{ current_school.name }} - - {% endif %} - -
- -{% include "messages" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_courses_carousel.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_courses_carousel.html.liquid deleted file mode 100644 index f633546c..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_courses_carousel.html.liquid +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_my_courses.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_my_courses.html.liquid deleted file mode 100644 index 8bb60211..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_my_courses.html.liquid +++ /dev/null @@ -1,76 +0,0 @@ -
-
-
-
-
- My Courses -
-
- -
- -
- {% if courses.enrolled.any? %} - {% assign enrolled_courses = courses.enrolled | sort: "progress" %} - {% for course in enrolled_courses limit: 4 %} -
- {% 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/DataSnipper-Internal-from-External/_homepage_section_upcoming_events.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_upcoming_events.html.liquid deleted file mode 100644 index b13bc861..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_upcoming_events.html.liquid +++ /dev/null @@ -1,99 +0,0 @@ -{% assign events_to_hide = "Introduction to DataSnipper, Introduction to the Financial Statement Suite, Automation with DataSnipper, Welcome to the Financial Statement Suite, DataSnipper Tips & Tricks, DataSnipper Q&A, Financial Statement Suite Tips & Tricks" | split: ", " %} - -
-
-
-
-
- Upcoming Events -
-
- -
- - -
- -
-
-
- - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_welcome.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_welcome.html.liquid deleted file mode 100644 index 031388ed..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_section_welcome.html.liquid +++ /dev/null @@ -1,48 +0,0 @@ -
-
-
-
-
Welcome back, {{ current_person.first_name }}
-
{{ homepage.subheadline }}
-
-
- - {% include "homepage_widgets" %} - -
- -
- - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_widgets.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_widgets.html.liquid deleted file mode 100644 index 35aff1fc..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_homepage_widgets.html.liquid +++ /dev/null @@ -1,151 +0,0 @@ -{% assign count_complete = 0 %} -{% assign count_in_progress = 0 %} -{% assign percent_in_progress = 0 %} -{% assign percent_completed = 0 %} -{% assign total_enrolled_courses = 0 %} - - -{% if courses.enrolled.any? %} - {% assign total_enrolled_courses = courses.enrolled | size | times: 1 %} - - {% for course in courses.enrolled %} - {% if course.completed? %} - {% assign count_complete = count_complete | plus: 1 %} - {% elsif course.started? %} - {% assign count_in_progress = count_in_progress | plus: 1 %} - {% endif %} - {% endfor %} - - {% assign percent_in_progress = count_in_progress | times: 100 | divided_by: total_enrolled_courses %} - {% assign percent_completed = count_complete | times: 100 | divided_by: total_enrolled_courses %} -{% endif %} - -
-
-
-
-
Courses in progress
-
-
-
-
- {{ count_in_progress }}/{{ total_enrolled_courses }}
-
-
-
-
-
Courses completed
-
-
-
-
- {{ count_complete }}/{{ total_enrolled_courses }}
-
-
-
-
-
Your Badges
- -
-
-
-
- - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_banners.html.liquid deleted file mode 100644 index 11a1810c..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_banners.html.liquid +++ /dev/null @@ -1,5 +0,0 @@ -{% 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/DataSnipper-Internal-from-External/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_certificate.html.liquid deleted file mode 100644 index 3a282c5e..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_certificate.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -{% 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/DataSnipper-Internal-from-External/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_certificate_content.html.liquid deleted file mode 100644 index 3feafd59..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_certificate_content.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -
- -

- {{ learning_path.certificate_name }} -

- {% if learning_path.certificate_completed? %} - - {% endif %} -
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_completed_banner.html.liquid deleted file mode 100644 index 1c146f6e..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_completed_banner.html.liquid +++ /dev/null @@ -1,13 +0,0 @@ -
- -
-

{% t .headline %}

-

{% t .description %}

-
- {% if learning_path.certificate_link %} - {% t .actions.certificate %} - {% endif %} - {% t .actions.more_courses %} -
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_description.html.liquid deleted file mode 100644 index 6b1fb3a0..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_description.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ -

- {% t .about %} -

-
- {{ learning_path.description }} -
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_view.html.liquid deleted file mode 100644 index 8447443e..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_view.html.liquid +++ /dev/null @@ -1,2 +0,0 @@ -{% include "learning_path_desktop_header" %} -{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_instructors.html.liquid deleted file mode 100644 index a8342301..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_instructors.html.liquid +++ /dev/null @@ -1,26 +0,0 @@ -{% 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/DataSnipper-Internal-from-External/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_content.html.liquid deleted file mode 100644 index 92ffd4c8..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_content.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -{% 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/DataSnipper-Internal-from-External/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_header.html.liquid deleted file mode 100644 index 2bf66a5a..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_header.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -
-
- {% t shared.learning_path.title %} - -
-
- {{ learning_path.name }} -
- {{ learning_path.name }} -
- {% include "learning_path_progress_and_cta" %} -
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_view.html.liquid deleted file mode 100644 index 0e22feb9..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_mobile_view.html.liquid +++ /dev/null @@ -1,2 +0,0 @@ -{% include "learning_path_mobile_header" %} -{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_new_content_banner.html.liquid deleted file mode 100644 index 2bc02d46..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_new_content_banner.html.liquid +++ /dev/null @@ -1,12 +0,0 @@ -
-
-

{% 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/DataSnipper-Internal-from-External/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_outline.html.liquid deleted file mode 100644 index 22ddd573..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_outline.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -
- {% 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/DataSnipper-Internal-from-External/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_summary_desktop_view.html.liquid deleted file mode 100644 index 05961c52..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_summary_desktop_view.html.liquid +++ /dev/null @@ -1,3 +0,0 @@ -{% include "learning_path_desktop_header" %} -{% include "learning_path_banners" %} -{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_summary_mobile_view.html.liquid deleted file mode 100644 index f30a09eb..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_summary_mobile_view.html.liquid +++ /dev/null @@ -1,5 +0,0 @@ -
- {% include "learning_path_banners" %} -
-{% include "learning_path_mobile_header" %} -{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_paths_index.html.liquid deleted file mode 100644 index a4681210..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_paths_index.html.liquid +++ /dev/null @@ -1,14 +0,0 @@ -
- {% 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/DataSnipper-Internal-from-External/_messages.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_messages.html.liquid deleted file mode 100644 index 059fc568..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_messages.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -{% 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/DataSnipper-Internal-from-External/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_search_zero_state.html.liquid deleted file mode 100644 index 4e52c6fb..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_search_zero_state.html.liquid +++ /dev/null @@ -1,13 +0,0 @@ -
-
-
-

- {% t .nothing_found %} -

-
- {% t .empty %} -
-
-
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_section_datasnipper_expert.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_section_datasnipper_expert.html.liquid deleted file mode 100644 index 78b6ab32..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_section_datasnipper_expert.html.liquid +++ /dev/null @@ -1,138 +0,0 @@ -
-
-
-
-
Become a DataSnipper Expert
-
-
-
-
-
-
- Knowledge Base -
-
- Learn how to perform audit and finance use cases -
- - Learn more - - -
-
-
-
-
- Resources -
-
What's next on Intelligent Automation
- - Learn more - - -
-
-
-
-
- - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_sub_navigation.html.liquid deleted file mode 100644 index b432c10b..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_sub_navigation.html.liquid +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_dashboard.html.liquid deleted file mode 100644 index 7aeb19ce..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_dashboard.html.liquid +++ /dev/null @@ -1,9 +0,0 @@ -
- {% 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/DataSnipper-Internal-from-External/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_filter.html.liquid deleted file mode 100644 index d4892278..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_filter.html.liquid +++ /dev/null @@ -1,53 +0,0 @@ -
- -
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_index.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_index.html.liquid deleted file mode 100644 index 68c7b5c0..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_index.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -{% assign events_to_hide = "Introduction to DataSnipper, Introduction to the Financial Statement Suite, Automation with DataSnipper, Welcome to the Financial Statement Suite, DataSnipper Tips & Tricks, DataSnipper Q&A, Financial Statement Suite Tips & Tricks" | split: ", " %} - -
- {% if training_events.available.any? %} -
- {% for training_event in training_events.available %} - {% unless events_to_hide contains training_event.title %} -
- {% include "cards_training_event" with training_event %} -
- {% endunless %} - {% endfor %} -
- {% else %} - {% include "training_events_zero_state" %} - {% endif %} -
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_zero_state.html.liquid deleted file mode 100644 index 076b789e..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_events_zero_state.html.liquid +++ /dev/null @@ -1,9 +0,0 @@ -
-
- {% t .empty %} -
- {% t .empty %} -
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_calendars.html.liquid deleted file mode 100644 index 6c758b73..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_calendars.html.liquid +++ /dev/null @@ -1,52 +0,0 @@ - diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_cta.html.liquid deleted file mode 100644 index ce40348d..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_cta.html.liquid +++ /dev/null @@ -1,49 +0,0 @@ -{% if training_session.approved? or training_session.pending? %} -
- - {% t .registered %} -
-{% elsif training_session.denied? %} -
- {% t .denied %} -
-{% elsif training_session.too_late? %} -
- {% t .too_late %} -
-{% elsif training_session.no_seats? %} -
- {% t .no_seats %} -
-{% endif %} -
-
-
- {% form_authenticity_token %} - - {% if training_session.internal? and training_session.approved? %} - {% if features.training_events_google_calendar? %} - {% include "training_session_calendars" %} - - {% else %} - - {% endif %} - - - {% endif %} - - {% if training_session.not_registered? %} - - {% endif %} -
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_date.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_date.html.liquid deleted file mode 100644 index 48694035..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_date.html.liquid +++ /dev/null @@ -1,14 +0,0 @@ -
-
-
- {{ training_session.day }} -
-
-
- {{ training_session.month }} -
-
- {{ training_session.year }} -
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_description.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_description.html.liquid deleted file mode 100644 index 73be4cf4..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_description.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ -

- {% t .header %} -

-
- {{ training_event.description }} -
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_desktop_view.html.liquid deleted file mode 100644 index 5c1abfec..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_desktop_view.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ -
- {% include "training_session_header" %} -
-
-
-
-
-
- {% 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/DataSnipper-Internal-from-External/_training_session_details.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_details.html.liquid deleted file mode 100644 index fdf567fe..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_details.html.liquid +++ /dev/null @@ -1,24 +0,0 @@ -
- {% include "training_session_date" %} - -
- - {{ training_session.time_period }} {{ training_session.time_zone }} -
- - {% if training_session.location %} -
- - {{ training_session.location }} -
- {% endif %} - - {% if training_session.session_url %} -
- - - {{ training_session.session_url }} - -
- {% endif %} -
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_header.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_header.html.liquid deleted file mode 100644 index 294db20e..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_header.html.liquid +++ /dev/null @@ -1,29 +0,0 @@ -
- {% t shared.event_types - , key: training_event.event_type %} - -
-
- - - - {{ training_event.title }} -
- - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_mobile_view.html.liquid deleted file mode 100644 index 00455d4e..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_mobile_view.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -
-
- {% include "training_session_header" %} -
- {% 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/DataSnipper-Internal-from-External/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_more_sessions.html.liquid deleted file mode 100644 index 6cfafa87..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_more_sessions.html.liquid +++ /dev/null @@ -1,3 +0,0 @@ -{% for session in training_event.sessions %} - {% include "training_session_tile", current_session: training_session %} -{% endfor %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_tile.html.liquid deleted file mode 100644 index e5ad8714..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_training_session_tile.html.liquid +++ /dev/null @@ -1,17 +0,0 @@ -{% if current_session.id != session.id %} - - -
-
- {{ session.month }} {{ session.day }}, {{ session.year }} -
-
- {{ session.time_period }} {{ session.time_zone }} -
-
- -
-{% endif %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/account.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/account.html.liquid deleted file mode 100644 index 2ad5d917..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/account.html.liquid +++ /dev/null @@ -1,14 +0,0 @@ -{% include "header" %} - -
-
- {% include "account_mobile_view", form: form %} -
- -
- {% include "account_desktop_view", form: form %} -
-
- -{% include "footer" %} - diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_email.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_email.html.liquid deleted file mode 100644 index 90e802f4..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_email.html.liquid +++ /dev/null @@ -1,91 +0,0 @@ -
-
- {% 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/DataSnipper-Internal-from-External/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_employee.html.liquid deleted file mode 100644 index c8d8adf7..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_employee.html.liquid +++ /dev/null @@ -1,59 +0,0 @@ -
-
- {% 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/DataSnipper-Internal-from-External/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_phone_number.html.liquid deleted file mode 100644 index aafae119..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_phone_number.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ -
-
- {% 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/DataSnipper-Internal-from-External/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_terms.html.liquid deleted file mode 100644 index a7087db2..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/auth_url_terms.html.liquid +++ /dev/null @@ -1,74 +0,0 @@ -
-
- {% 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/DataSnipper-Internal-from-External/catalog.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/catalog.html.liquid deleted file mode 100644 index 6917a2c2..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/catalog.html.liquid +++ /dev/null @@ -1,23 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} -
-
-
-
{{ catalog.headline }}
-
{{ catalog.subheadline }}
-
- {% capture label %} - {% t shared.filters.by_category %}{% endcapture %} - - {% comment %} {% if courses.in_catalog.any? %} - {% - include "filter_dropdown", - filters: courses.filters, - key: "category_uuid", - label: label - %} - {% endif %} {% endcomment %} -
- {% include "courses_catalog" %} -
-{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/course.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/course.html.liquid deleted file mode 100644 index f589974a..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/course.html.liquid +++ /dev/null @@ -1,132 +0,0 @@ -{% if course.enrolled? %} - -{% else %} - -{% endif %} - -{% include "header" %} -
-
- {% include "course_desktop_view" %} -
-
- {% include "course_mobile_view" %} -
-
-{% include "section_datasnipper_expert" %} -{% include "footer" %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/courses.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/courses.html.liquid deleted file mode 100644 index c273a11c..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/courses.html.liquid +++ /dev/null @@ -1,72 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.enrolled %} -{% include "sub_navigation" %} -
-
- My courses -
- -
-
- {% include "courses_index", class: "col-xs-12 col-md-6" %} -
-
- {% include "filter_sidebar_courses" %} -
- -
- - - -
-{% include "section_datasnipper_expert" %} -{% include "footer" %} - - - -{% comment %} {% endcomment %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/dashboard.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/dashboard.html.liquid deleted file mode 100644 index af72a4f8..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/dashboard.html.liquid +++ /dev/null @@ -1,115 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.enrolled %} -{% include "sub_navigation" %} -
- -
-
-
- My Courses -
- {% include "courses_index", class: "col-xs-12 col-md-6 col-lg-4 np-stretch-content" %} - -
- Available Courses -
- {% if courses.in_catalog.any? %} -
- {% for course in courses.in_catalog %} - {% unless course.enrolled? %} -
- {% include "cards_course" with course %} -
- {% endunless %} - {% endfor %} -
- {% else %} - {% capture message %} - {% t shared.zero_state.courses.catalog - , key: current_school.course_vocabulary %} - {% endcapture %} - {% include "courses_zero_state", message: message %} - {% endif %} -
- - {% if features.training_events? %} -
-
-
- {% t .upcoming_events %} -
- {% include "training_events_dashboard" %} -
-
- {% endif %} -
-
-{% include "section_datasnipper_expert" %} -{% include "footer" %} - - - -{% comment %} {% endcomment %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/forgot_password.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/forgot_password.html.liquid deleted file mode 100644 index 3d65513f..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/forgot_password.html.liquid +++ /dev/null @@ -1,25 +0,0 @@ -
-
- {% include "header_minimal" %} -
-
- {% form_authenticity_token %} -
- - -
- -
-
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/homepage.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/homepage.html.liquid deleted file mode 100644 index 0459215b..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/homepage.html.liquid +++ /dev/null @@ -1,11 +0,0 @@ -{% include "header" %} -
- {% include "homepage_section_welcome" %} - - {% include "homepage_section_upcoming_events" %} - {% include "homepage_section_my_courses" %} - - {% include "section_datasnipper_expert" %} - -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_path_summary.html.liquid deleted file mode 100644 index 99ae32ed..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_path_summary.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -
-
- {% include "learning_path_summary_desktop_view" %} -
-
- {% include "learning_path_summary_mobile_view" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_paths.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_paths.html.liquid deleted file mode 100644 index e6e10cba..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_paths.html.liquid +++ /dev/null @@ -1,14 +0,0 @@ -{% 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/DataSnipper-Internal-from-External/login.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/login.html.liquid deleted file mode 100644 index bde185dd..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/login.html.liquid +++ /dev/null @@ -1,53 +0,0 @@ -
-
- {% 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/DataSnipper-Internal-from-External/master.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/master.html.liquid deleted file mode 100644 index 63345068..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/master.html.liquid +++ /dev/null @@ -1 +0,0 @@ -{% body %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/not_found.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/not_found.html.liquid deleted file mode 100644 index 91c76e4b..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/not_found.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -
- - -
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/private_certificate.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/private_certificate.html.liquid deleted file mode 100644 index 15d05419..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/private_certificate.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -{% include "certificates_top_bar" %} -
-
-
- {% include "certificates_preview" %} - {% include "certificates_info_column" %} -
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/public_certificate.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/public_certificate.html.liquid deleted file mode 100644 index 15d05419..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/public_certificate.html.liquid +++ /dev/null @@ -1,10 +0,0 @@ -{% include "header" %} -{% include "certificates_top_bar" %} -
-
-
- {% include "certificates_preview" %} - {% include "certificates_info_column" %} -
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/reset_password.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/reset_password.html.liquid deleted file mode 100644 index 281c6eaa..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/reset_password.html.liquid +++ /dev/null @@ -1,43 +0,0 @@ -
-
- {% include "header_minimal" %} -
-
- - - {% form_authenticity_token %} -
- - -
-
- - -
- -
-
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/search.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/search.html.liquid deleted file mode 100644 index 01684399..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/search.html.liquid +++ /dev/null @@ -1,27 +0,0 @@ -{% 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/DataSnipper-Internal-from-External/sign_up.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/sign_up.html.liquid deleted file mode 100644 index 7a903da4..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/sign_up.html.liquid +++ /dev/null @@ -1,72 +0,0 @@ -
-
- {% include "header_minimal" %} -
-
-
{% t .create_account %}
- {% form_authenticity_token %} -
-
- - -
-
- - -
-
-
- - -
-
- - -
- - - {% t .terms %} - - {% t .terms_link %} - - -
-
-
-
diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/styles.css.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/styles.css.liquid deleted file mode 100644 index f7ed0831..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/styles.css.liquid +++ /dev/null @@ -1,313 +0,0 @@ -/* - 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: "Jost", Arial, sans-serif; - color: #011638; -} - -.np-sub-navigation { - display: none; -} - -body, -.np-dashboard, -.np-learning-paths { - background-color: #011638; -} - -.np-button { - transition: all 0.2s; - border-radius: 6px; - padding: 10px 14px; - font-size: 16px; - font-weight: 600; - line-height: 24px; -} - -.np-button.np-button-white { - background-color: #fff; - color: #011638; -} - -.np-card-ribbon { - background-color: #01bfb2; -} - -.np-homepage { - margin-bottom: 0; -} - -.np-subpage-container { - padding-left: 16px; - padding-right: 16px; -} - -.np-card-container { - box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -.np-card-image { - border-radius: 0; -} - -.np-resource-title, -.np-resource-subtitle { - color: #fff; -} - -.np-resource-title { - font-size: 32px; - font-weight: 600; - line-height: 40px; - letter-spacing: -0.4px; -} - -@media(min-width:768px) { - .np-subpage-container { - padding-left: 0; - padding-right: 0; - } - - .np-resource-title { - font-size: 40px; - line-height: 48px; - } -} - -/* INSTRUCTORS */ -.np-content-instructors-content-item { - display: flex; - align-items: center; - margin-bottom:12px; -} - -.np-content-instructors-content-image { - border-radius: 50% -} - -.np-content-instructors-content-description { - font-size: 14px; - font-weight: 600; - line-height: 20px; -} - -.np-card .np-content-instructors-content-image { - width: 40px; - height: 40px; -} - -/* COURSE CARDS */ -.np-card .np-card-container { - border-radius: 12px; - padding: 24px; - box-shadow: none; -} - -.course-card .np-progress-bar-container { - margin-bottom: 24px; - margin-top: 0; - height: 12px; - background-color: #E6E8EB; -} - -.course-card .np-progress-bar-container .np-card-progress-bar { - min-width: 12px; - height: 12px; - background-color: #0D21A1; -} - -.course-card .np-card-content-title { - margin: 16px 0 12px; - color: #011638; - font-size: 24px; - font-weight: 600; - line-height: 32px; - text-decoration: none; -} - -.course-card a.np-card-content-title:hover { - text-decoration: underline; -} - -.course-card .np-card-content-desc { - font-size: 16px; - font-weight: 400; - line-height: 24px; - color: #505C72; -} - -.course-info-wrapper, -.event-info-wrapper { - display: flex; - align-items: center; - margin-bottom: 16px; - justify-content:space-between; -} - -.course-info, -.event-info { - background-color: #E7E9F5; - color: #0D21A1; - border-radius: 8px; - padding: 4px; - font-size: 12px; - font-weight: 600; - line-height: 18px; - text-align: center; - display: flex; - align-items: center; -} - -.course-info-wrapper .course-level, -.event-info-wrapper .event-date { - border-radius: 6px; - background-color: #fff; - padding: 2px 8px; -} - -.course-info-wrapper .course-length, -.event-info-wrapper .event-time { - margin: 0 6px; -} - -.course-card .np-button { - margin-left: auto; -} - -@media(min-width:768px) { - .np-card { - height: 100%; - } - - .course-card .np-card-content-title { - font-size: 26px; - line-height: 34px; - } - - .np-content-instructors-content-item { - margin-right: 12px; - } - - .np-content-instructors-content-description { - margin-left: 8px; - } -} - -/* EVENTS CARDS */ -.training-event-card .np-card-content-training-event { - padding: 0; - height: 100%; - display: flex; - flex-direction: column; - justify-content: space-between; -} - -.training-event-card .np-card-content-title { - margin: 0 0 12px; - color: #011638; - font-size: 24px; - font-weight: 600; - line-height: 32px; - text-decoration:none; -} - -.training-event-card a.np-card-content-title:hover { - text-decoration: underline; -} - -.training-event-card .np-card-content-subtitle { - font-size: 16px; - font-style: normal; - font-weight: 400; - line-height: 24px; - color: #505C72; - display: -webkit-box; - -webkit-box-orient: vertical; - -webkit-line-clamp: 4; - overflow: hidden; - text-overflow: ellipsis; -} - -.training-event-card .np-card-content { - margin-top: 24px; - align-items: flex-end; - justify-content: space-between; -} - -.training-event-card .session-status-label { - font-size: 14px; - color: #01bfb2; - font-weight: 600; -} - -@media(min-width:768px) { - .training-event-card { - min-height:350px; - } - - .training-event-card .np-card-content-title { - font-size: 30px; - line-height: 38px; - } -} - -/* LEARNING PATH CARDS */ -.np-learning-path .np-card-content-title { - font-size: 24px; - font-weight: 600; - color: #011638; -} - -.np-learning-path .np-card-progress-bar-container, -.np-learning-path .np-card-progress-bar { - height:12px; -} - -/* SEARCH PAGE STYLES */ - -.np-resource-subtitle-number, -.np-resource-subtitle span.np-button-color { - color: #01bfb2 !important; - font-weight: 600 -} - -/* LEARNING PATH PAGE */ -.np-learning-path-outline-item, -#learning-path-desktop .np-resource-header-card, -#learning-path-desktop .np-top-cta, -#learning-path-mobile .np-top-cta, -#learning-path-mobile .np-card-container, -#learning-path-desktop .np-card-container { - border-radius:12px; -} - -#learning-path-mobile .np-resource-header .np-top-title, -#learning-path-mobile .np-resource-header .np-text-title { - color:#fff; -} - -.np-learning-path-outline-item { - background-color:#fff; - border:none; -} - -.np-learning-path-outline-name .np-top-title, -.np-top-cta-progress-title.np-text-title { - color:#011638; - font-weight:600; -} - -.np-learning-path-outline-icon { - color:#0d21a1; -} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_events.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_events.html.liquid deleted file mode 100644 index fd04372c..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_events.html.liquid +++ /dev/null @@ -1,25 +0,0 @@ -{% include "header" %} -{% include "sub_navigation" %} -
-
-
-
- {% t.title %} -
-
- {% t.subtitle %} -
-
-
- {% include "training_events_filter" %} -
-
- {% include "training_events_index" %} -
-{% include "footer" %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_session.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_session.html.liquid deleted file mode 100644 index c14efe42..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_session.html.liquid +++ /dev/null @@ -1,114 +0,0 @@ -{% include "header" %} -
-
- {% include "training_session_desktop_view" %} -
-
- {% include "training_session_mobile_view" %} -
-
-{% include "footer" %} - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_session_attendance.html.liquid deleted file mode 100644 index 71bb6119..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/training_session_attendance.html.liquid +++ /dev/null @@ -1,43 +0,0 @@ -{% 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/DataSnipper-Internal-from-External/unsubscribe.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/unsubscribe.html.liquid deleted file mode 100644 index 69a54028..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/unsubscribe.html.liquid +++ /dev/null @@ -1,30 +0,0 @@ -{% include "header" %} -
-
- {% if token %} - -
- {% t .unsubscribe_text %} -
-
- {% t .resubscribe_text %} -
-
- {% form_authenticity_token %} - - -
- {% else %} - -
- {% t .resubscribed_text %} -
- {% endif %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/upcoming-trainings.html.liquid b/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/upcoming-trainings.html.liquid deleted file mode 100644 index 6b9f886e..00000000 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/upcoming-trainings.html.liquid +++ /dev/null @@ -1,163 +0,0 @@ -{% assign events_to_show = "Introduction to DataSnipper, Introduction to the Financial Statement Suite, Automation with DataSnipper, Welcome to the Financial Statement Suite, DataSnipper Tips & Tricks, DataSnipper Q&A, Financial Statement Suite Tips & Tricks" | split: ", " %} - -{% include "header" %} -{% include "sub_navigation" %} -
-
-
-
- {{ custom_page.headline }} -
-
- {{ custom_page.subheadline }} -
-
-
-
-
All
-
DataSnipper
-
Financial Statement Suite
-
Interactive Learning
-
-
- {% if training_events.available.any? %} -
- {% for training_event in training_events.available %} - {% if events_to_show contains training_event.title %} - - {% for session in training_event.sessions %} - {% assign session_date = session.year | append: "-" | append: session.month | append: "-" | append: session.day %} -
-
-
-
-
-
{{ session.day }} {{ session.month | date: "%b" }}
-
{{ session.starts }}
-
- {{ session.year }} - {{ session.time_zone }} -
-
- {% if session.registered? %} -
Registered - -
- {% endif %} -
-
- {{ training_event.title | strip }} -
- {{ training_event.description | strip_html }} -
-
-
-
{{ session.instructor }}
- - {% t shared.view %} event - -
-
-
-
- {% endfor %} - {% endif %} - {% endfor %} -
- {% else %} - {% include "training_events_zero_state" %} - {% endif %} -
- -
-{% include "footer" %} - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/.DS_Store b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/.DS_Store deleted file mode 100644 index 5008ddfc..00000000 Binary files a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/.DS_Store and /dev/null differ diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_cards_course.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_cards_course.html.liquid deleted file mode 100644 index b0393523..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_cards_course.html.liquid +++ /dev/null @@ -1,38 +0,0 @@ -
-
- {% if course.ribbon %} -
- {{ course.ribbon }} -
- {% endif %} - {{ course.name }} -
-

- {{ course.name }} -

-
- {{ course.full_description }} -
- - - -
-
-
diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_courses_index.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_courses_index.html.liquid deleted file mode 100644 index 19e7671b..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_courses_index.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -{% if courses.enrolled.any? %} -
- {% for course in courses.enrolled %} -
- {% 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 %} diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_footer.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_footer.html.liquid deleted file mode 100644 index 0aac50f1..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_footer.html.liquid +++ /dev/null @@ -1,106 +0,0 @@ - diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_header.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_header.html.liquid deleted file mode 100644 index 7082eac7..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_header.html.liquid +++ /dev/null @@ -1,193 +0,0 @@ -
-
- - {% if current_school.logo_url %} -

- - {{ current_school.name }} - -

- {% else %} - - {{ current_school.name }} - - {% endif %} -
- {% if current_person.signed_in? %} - - - {% endif %} -
- {% if current_person.signed_in? %} - - - - - {% else %} - - - {% endif %} -
- -
- - {% if current_person.signed_in? %} - -
- - -
- {% else %} - - - - - - - - {% endif %} -
-
- -
-
- {% if current_person.signed_in? %} - {{ current_person.name }} -
- {{ current_person.name }} -
- {% 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/Displayr-DataStoryAcademy/_home_section_business.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_business.html.liquid deleted file mode 100644 index 755299b0..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_business.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -
-
-
-
-
- -
-
-
-
-

Learn. Apply. Grow.

-

The Data Story Academy is the worldwide leader in free online training for inbound marketing, sales, and customer service professionals. We specialize in comprehensive certifications, singular topic courses, and bite-sized lessons for professionals looking to grow their career and business.

-Learn more -
-
-
-
-
- \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_course.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_course.html.liquid deleted file mode 100644 index a625dc14..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_course.html.liquid +++ /dev/null @@ -1,20 +0,0 @@ -
-
- - -
-
-

courses

-
- -
- {% include "courses_index", class: "col-xs-12 col-sm-6 col-lg-3 np-stretch-content course-grid-item" %} - -
-
diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_faq.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_faq.html.liquid deleted file mode 100644 index e691f469..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_faq.html.liquid +++ /dev/null @@ -1,79 +0,0 @@ -
-
-
-

FAQ

-
- - - - - - - - - - - - - - - - - - - - -
-
-
-
diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_recognition.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_recognition.html.liquid deleted file mode 100644 index fb09de6c..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_recognition.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -
-
-
-
-
- -

Learn New Skills

-

Get up to speed on popular research and analysis topics with our free courses.

- View all courses -
-
-
-
- -

Earn Recognition

-

Grow your career by completing certifications and adding industry-recognized badges to your LinkedIn profile.

- View all courses -
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_resources.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_resources.html.liquid deleted file mode 100644 index 0e451a76..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_resources.html.liquid +++ /dev/null @@ -1,38 +0,0 @@ -
-
-
-

Resources

-

Discover some more ways The Data Story Academy can support you in your learning journey.

-
-
-
-
-
- -
-
TIPS & TRICKS
-

How to clean and tidy data

- 4 articles -
-
-
-
-
- -
-
GROW WITH THE DATA STORY GUIDE
-

Strategies, techniques, and frameworks for extracting insights from data

- 4 articles - -
-
-
-
-
The Data Story Guide
-

Everything you need to know to advance your skills in survey analysis and reporting

- -
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_topbanner.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_topbanner.html.liquid deleted file mode 100644 index e667a507..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_topbanner.html.liquid +++ /dev/null @@ -1,12 +0,0 @@ -
-
-
-

Get certified in data storytelling

-

From quick, practical courses to comprehensive certifications, learn everything you need to know about the most sought-after business skills.

- -
- -
-
-
-
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_topheader.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_topheader.html.liquid deleted file mode 100644 index 01b95042..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_topheader.html.liquid +++ /dev/null @@ -1,11 +0,0 @@ -
-
-

More courses coming soon - be the first to know. Register now >>

-
-
- - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_whylearn.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_whylearn.html.liquid deleted file mode 100644 index 81363bbd..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_home_section_whylearn.html.liquid +++ /dev/null @@ -1,29 +0,0 @@ -
-
- -

Why learn with The Data Story Academy?

-
-
-
-

Advance your career

-

Invest in yourself and your career by staying up to date on the latest trends in digital marketing, sales, customer support, and more.

-
-
-
-
-

Show off your skills

-

Add a globally recognized certification to your LinkedIn profile to show your employer — or future employer — you know your stuff.

-
-
-
-
-

Grow your business

-

Build your business strategy on the inbound methodology to generate more leads, close more deals, and delight your customers.

-
-
-
- -
-
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_sub_navigation.html.liquid deleted file mode 100644 index 39264598..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/_sub_navigation.html.liquid +++ /dev/null @@ -1,14 +0,0 @@ - - diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/courses.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/courses.html.liquid deleted file mode 100644 index b2c5fbd7..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/courses.html.liquid +++ /dev/null @@ -1,20 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.enrolled %} -
-
-
Explore courses
-

Learn everything you need to know about the most sought-after business skills.

-
-
- - -
-
- - {% include "courses_index", class: "col-xs-12 col-sm-6 col-lg-3 np-stretch-content course-grid-item" %} -
-
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/homepage.html.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/homepage.html.liquid deleted file mode 100644 index 67ce88ab..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/homepage.html.liquid +++ /dev/null @@ -1,46 +0,0 @@ - -{% include "home_section_topheader" %} -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.featured %} -{% include "home_section_topbanner" %} -
-
-
-
-

courses

-
- -
- - {% if current_person.signed_in? %} -
- {% for course in courses.enrolled %} -
- {% include "cards_course" %} -
- {% endfor %} -
- -{% else %} -
- {% for course in courses.in_catalog %} -
- {% include "cards_course" %} -
- {% endfor %} -
-{% endif %} -
- -
- -{% include "home_section_business" %} -{% include "home_section_recognition" %} -{% include "home_section_whylearn" %} -{% include "home_section_faq" %} -{% include "home_section_resources" %} -{% include "footer" %} - diff --git a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/styles.css.liquid b/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/styles.css.liquid deleted file mode 100644 index bfa6e551..00000000 --- a/Custom_Templates/customer_templates/Displayr-DataStoryAcademy/styles.css.liquid +++ /dev/null @@ -1,1236 +0,0 @@ - /* - 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 }} - */ - @font-face { - font-family: "circularxx-regular"; - src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-Regular.woff") format("woff"); - } - @font-face { - font-family: "circularxx-medium"; - src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-Medium.woff") format("woff"); - } - @font-face { - font-family: "circularxx-mediumitalic"; - src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-MediumItalic.woff") format("woff"); - } - @font-face { - font-family: "circularxx-italic"; - src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-Italic.woff") format("woff"); - } - @font-face { - font-family: "circularxx-bold"; - src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-Bold.woff") format("woff"); - } - @font-face { - font-family: "circularxx-bolditalic"; - src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-BoldItalic.woff") format("woff"); - } - @font-face { - font-family: "circularxx-light"; - src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-Light.woff") format("woff"); - } - @font-face { - font-family: "circularxx-lightitalic"; - src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-LightItalic.woff") format("woff"); - } - @font-face { - font-family: "circularxx-thin"; - src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-Thin.woff") format("woff"); - } - @font-face { - font-family: "circularxx-thinitalic"; - src: url("https://s3.amazonaws.com/static.northpass.com/Displayr/CircularXXWeb-ThinItalic.woff") format("woff"); - } - /* custom css */ - html.learner-experience body - { - background-color: #f2f5fa !important; - } - html, body - { - height:auto; - } - body { - background: #f2f5fa !important; - font-family: "circularxx-regular", serif !important - } - .np-card-ribbon - { - background: #10a957 !important; - } - .np-footer - { - background: #2347ad !important; - } - .np-footer-top - { - padding-bottom: 18px; - } - .np-footer .np-button-color - { - color:#fff !important; - } - .np-footer-logo-image - { - filter: inherit; - /*filter: brightness(0) invert(1);*/ - opacity: 1; - } - .course-grid-item .np-card-content-progress - { - margin-top: 0; - } - .np-footer-support .np-footer-support-help, .np-footer-support-item - { - color:#fff !important; - font-weight: inherit; - } - } - .np-footer + .np-powered-by { - background: #2246ad !important; - } - .itNPsw { - background-color: #f2f5fa !important; - } - .np-box-header - { - border-radius: 8px 8px 0 0; - } - .example-collapsible-panel - { - margin-bottom:0 !important; - } - .np-box - { - border: 1px solid #2e45b9 !important; - box-shadow: none; - border-radius: 8px; - } - .np-input - { - border: 1px solid #d2d8e1; - background: #fff; - border-radius: 4px; - color: #1c283b; - } - .np-alert.np-alert-error - { - display:none; - } - .np-account .np-card .np-card-container - { - border: 1px solid #2e45b9 !important; - box-shadow: none; - border-radius: 8px; - } - .course-top-banner - { - /*background-image: linear-gradient(122deg, rgba(152, 238, 195, 0.79) 0%, rgba(241, 251, 246, 0.79) 100%);*/ - background: url(https://theme.zdassets.com/theme_assets/1504508/e94949184cbdb107cefb651704a05aa723a5acc9.png) no-repeat; - background-size: cover; - background-position: top left; - position: relative; - width: 100%; - margin: 0 auto; - padding: 78px 0 73px; - z-index: -1; - } - .course-top-banner h5{ - margin: 0; - padding: 0; - font-size: 40px; - color: #1c283b; - font-weight: bold; - text-align: center; - margin-bottom: 9px; - } - .course-top-banner p{ - font-size: 18px; - line-height: 28px; - color: #1c283b; - text-align: center; - margin: 0; - padding: 0; - } - .row .course-grid-item .np-card - { - padding: 0 16px 64px !important; - } - .np-subpage-container.np-courses - { - background-color:#fff !important; - } - .course-grid-item .np-card .np-card-container - { - border-radius: 0 !important; - box-shadow: none !important; - } - .course-grid-item .np-card .np-card-container .np-card-image - { - border-radius: 8px !important; - min-height: 200px; - max-height: 200px; - object-fit: cover; - } - .course-grid-item .np-card .np-card-container .np-card-padding { - padding: 20px 5px; - } - .np-dashboard { - background: #f2f5fa !important; -} - .course-grid-item .np-card .np-card-container .np-card-text - { - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 2; - line-clamp: 2; - height: 4em; - -webkit-box-orient: vertical; - } - - .course-grid-item .np-card-ribbon - { - padding: 0 5px 1px 5px; - } - .np-header-search .np-header-font-background-color { - background: #fff !important; - } - .np-footer + .np-powered-by - { - display:none; - } - - .np-footer-navigation { - min-height: auto; - } - .np-top-title, .np-text-title, .np-course-outline-content-section-name, .np-course-outline-content-activity-link, .np-card-heading, .np-card-text, body, .np-input-label,.np-resource-title, .np-account-avatar p, .np-header-avatar-tooltip-navigation-link,.np-header-avatar-tooltip-learner-name{ - color: #1c283b; - } - .np-header .np-header-content - { - max-width: 1301px; - margin: 0 auto; - } - .np-header - { - padding: 0 !important; - } - .np-max-width, .np-footer .np-max-width - { - max-width: 1301px; - margin-left:auto; - margin-right:auto; - width:100%; - } - .np-footer-navigation-item:last-child - { - padding-right:0 !important; - } - .home-top-banner - { - background: url(https://theme.zdassets.com/theme_assets/1504508/ac4dba4cc3dc399f7591f645c39f32a939a32bbb.png) no-repeat; - background-size: cover; - background-position: top left; - position: relative; - width: 100%; - margin: 0 auto; - padding: 78px 0 76px; - - } - .certified-center h1 - { - margin: 0; - padding: 0; - font-size: 40px; - color: #1c283b; - font-weight: bold; - text-align: center; - } - .certified-center - { - max-width: 970px; - margin: 0 auto; - position: relative; - } - .certified-center .badge-img - { - position: absolute; - top: 0; - z-index: 1; - max-width: 132px; - width: 132px; - right: 20px; - } - .certified-center p{ - max-width: 606px; - font-size: 18px; - line-height: 28px; - color: #1c283b; - text-align: center; - margin: 0 auto; - margin-top: 18px; - } - .top-header-section - { - background-color: #2e45b9; - padding: 6px 0 7px; - position: relative; - margin: 0 auto; - } - .top-header-section p - { - font-size: 14px; - line-height: 25px; - color: #ffffff; - margin:0; - padding:0; - text-align: center; - } - .top-header-section p span - { - font-weight:700; - } - .top-header-section p a - { - text-decoration:none; - color:#fff; - } - .h-learnmore-btn, .h-explore-btn - { - font-size: 18px; - color:#5159f5; - text-decoration:underline; - } - .np-course-title h3 - { - margin:0; - padding:0; - font-size: 15px; - letter-spacing: 3px; - line-height: 25px; - text-transform: uppercase; - color: #000000; - } - .growth-content-rightwrap h2 - { - margin:0; - padding:0; - font-size: 36px; - color: #1c283b; - font-weight: bold; - margin-bottom: 31px; - } - .growth-content-rightwrap - { - padding-left:60px; - } - .growth-content-rightwrap p{ - margin:0; - padding:0; - font-size: 18px; - line-height: 30px; - color: #1c283b; - margin-bottom: 18px; - } - .home-section-growth-wrap - { - position: relative; - background-color: #fff; - padding: 0 0 140px; - width: 100%; - margin: auto; - } - .align-items-center - { - align-items: center; - } - .growth-img-leftwrap .growimg - { - max-width:100%; - height:auto; - } - .home-top-banner + .np-courses.np-subpage-container - { - /*padding: 74px 5% 26px 5%;*/ - padding: 74px 0 26px 0; -} - .np-course-group - { - position:relative; - margin-bottom:25px; -display: flex; - flex-flow: row; - justify-content: space-between; - } - .np-course-group .np-course-title - { - - } - .np-course-group .course-right-link - { - - } - .clearfix - { - clear:both; - } - - .view-course-btn{ - border-radius: 4px; - background-color: transparent; - border: 1px solid #ffffff; - font-size: 16px; - line-height: 26px; - text-decoration: none; - color: #ffffff; - min-width: 200px; - display: inline-block; - padding: 11px 28px; - max-width: 200px; - } - .learn-new-main - { - background-color: #2347ad; - border-top-left-radius: 50px; - border-bottom-left-radius: 50px; - padding-top: 114px; - padding-bottom: 116px; - } - .learn-recognition-main - { - background-color: #5159f5; - border-top-right-radius: 50px; - border-bottom-right-radius: 50px; - padding-top: 114px; - padding-bottom: 116px; - } - .learn-new-skill-wrap, .learn-recognition-skill-wrap - { - text-align:center; - } - .learn-recognition-skill-wrap img, .learn-new-skill-wrap img - { - max-height:58px; - width:auto; - } - .h-recognition-wrapper - { - background-color: #fff; - padding: 0 16px 60px 16px; - } - .d-flex - { - display:flex; - } - .h-recognition-wrapper h3 - { - margin: 0; - padding: 0; - font-size: 36px; - color: #ffffff; - margin-top: 35px; - margin-bottom: 28px; - } - .h-recognition-wrapper p{ - margin:0; - font-size:18px; - line-height:30px; - color:#fff; - max-width:400px; - margin-left:auto; - margin-right:auto; - margin-bottom: 12px; - min-height: 119px; - } - .learn-section h4{ - font-size: 24px; - color: #1c283b; - font-weight: bold; - margin:0; - padding:0; - margin-bottom:21px; - } - .learn-section p{ - font-size: 18px; - color: #1c283b; - margin:0; - } - .learing-wrapper h2 - { - - font-size: 36px; - color: #1c283b; - font-weight: bold; - text-align: center; - margin: 0; - margin-bottom: 100px; - margin-top:54px; - } - .data-logo - { - text-align:center; - } - .data-logo img - { - max-height: 54px; - margin: 0 auto; - width: auto; - } - .learing-wrapper - { - position: relative; - width: 100%; - margin: 0 auto; - background-color: #fff; - padding: 52px 0 168px; - border-bottom: 1px solid #eeeffd; - } - /* Accrodian css */ - .example-collapsible-button { - display: flex; - width: 100%; - margin-top: .5em; - padding: .5em; - flex-flow: row nowrap; - justify-content: space-between; - align-content: center; - box-sizing: border-box; - border: 2px solid transparent; - outline: none; - background-color: white; - text-align: left; -} -.example-collapsible-button:hover, -.example-collapsible-button:focus { - border-color: var(--theme); - color: var(--theme); -} -.example-collapsible-button.is-open { - background-color: var(--theme); /* You probably need to change this! */ - color: white; -} -.example-collapsible-button.is-open:hover, -.example-collapsible-button.is-open:focus { - border-color: rgba(0,0,0,.75); -} -.example-collapsible-button::after { - font-size: 1.5em; - line-height: 1; - content: "+"; -} -.example-collapsible-button.is-open::after { - content: "–"; -} -.example-collapsible-button.is-open -{ - padding: 48px 4px 12px; -} -.example-collapsible-panel { - display:none; - margin-bottom: .5em; - overflow: hidden; - background-color: white; - transition: all .5s ease-in-out; - /*transition: max-height .25s ease-out;*/ -} -.example-collapsible-panel.is-open { - display:block; -} -.example-collapsible-panel-content { - padding:0; - margin-bottom: 46px; - color: #1c283b; - font-size: 18px; - max-width: 946px; -} -/*end*/ -.faq-main-wrapper -{ -position: relative; - width: 100%; - margin: 0 auto; - background-color: #fff; - padding:100px 0 63px; -} -.faq-heading h2 -{ -font-size: 36px; - color: #1c283b; - font-weight: bold; - text-align: center; - margin: 0; - margin-bottom: 65px; -} -.example-collapsible-button -{ - border: 1px solid #2347ad !important; - border-left: 0 !important; - border-right: 0 !important; - padding: 48px 4px 48px; - margin: 0 !important; - border-bottom: 0 !important; - font-size: 24px; - color: #1c283b !important; -} -.resource-wrapper{ -background-color: #eeeffd; -position:relative; -padding:108px 0 165px; -} -.custom-container -{ -max-width:1301px; -margin-left: auto; - margin-right: auto; - width: 100%; -} -.px-75 -{ -padding-left:75px; -padding-right:75px; -} -.faq-padding -{ - padding-left: 75px; - padding-right: 36px; -} -.resource-section -{ - border-radius: 8px; - background-color: #ffffff; - border: 1px solid #2347ad; - padding: 121px 27px 28px; - margin-bottom: 40px; -} -.resouce-heading h2 -{ - margin: 0; - font-size: 36px; - color: #1c283b; - text-align: center; - margin-bottom:20px; -} -.resouce-heading p{ - margin: 0; - text-align: center; - margin-bottom:46px; -} -.resource-section h5 -{ -font-size: 15px; - letter-spacing: 3px; - line-height: 25px; - text-transform: uppercase; - color: #000000; - font-weight: 800; - margin-top: 38px; - margin-bottom: 28px; -} -.resource-section p -{ -margin: 0; - font-size: 26px; - color: #1c283b; - margin-bottom:25px; - min-height: 90px; - max-width: 350px; -} -.article-link -{ -color: #5159f5; - font-size: 18px; - text-decoration: underline; - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: space-between; -} -.article-link .toparrow{ -display: inline-block; - width: 38px; -} -.article-link .toparrow img -{ -max-height:38px; -} -.bg-grediant-image -{ - border-radius: 8px; - background-image: linear-gradient(90deg, #5159f5 0%, #ff8676 100%); - border: none; - padding: 94px 70px 88px; - margin-bottom: 0; - position: relative; -} -.resource-img img -{ - max-height:91px; -} -.resource-section-full h5 -{ -margin-top: 0; - color: #fff; - font-size: 36px; - line-height: 1; - text-transform: capitalize; - margin-bottom: 11px; -} -.resource-section-full p -{ - margin: 0; - font-size: 26px; - color: #fff; - max-width: 100%; -} - -.resource-section-full .toparrow { - display: inline-block; - width: 38px; - position:absolute; - bottom: 23px; - right: 31px; -} -.course-grid-item .np-card-content-footer -{ - flex-flow: row-reverse; - align-items: center; -} -.register-linkbtn{ -border-radius: 4px; - background-color: #5159f5; - max-width: 116px; - font-size: 14px; - line-height: 26px; - color: #fff; - text-align: center; - padding: 5px 36px 4px; - text-decoration: none; - display: inline-block; -} -.profile-menu -{ -margin:0; -padding:0; -list-style:none; -} -.profile-menu li -{ -display:inline-block; -} -.topclose-btn -{ -position: absolute; - right: 26px; - cursor: pointer; -} -.np-header-logo -{ -max-width:230px; -} -.menu-left -{ -padding-left:35px; -} -.menu-left ul -{ -margin: 0; - padding: 0; - list-style: none; -} -.menu-left ul li -{ -display: inline-block; -padding:0 25px; -} -.menu-left ul li a -{ -text-decoration: none; - font-size: 16px; - line-height: 26px; - color: #1c283b; -} -.np-footer-social-links-link img -{ - width:16px; - height:16px; -} - .burger - { - display:none; - } - .np-header-avatar-tooltip-navigation-link:hover - { - font-weight: inherit; - } - @media screen and (min-width: 768px) { - .np-header-sign-in { - margin: 0 31px 0 25px; - position: static; - } - .np-header-logo-image { - height: auto; - max-width: 230px; - } - .np-footer-navigation-link - { - padding: 0 18px !important; - } - .np-footer-social-links-list { - margin-bottom: 0; - padding-left: 20px; - margin-top: 0; - } - .np-main.np-courses .row-with-thumbnails { - margin-left: -15px !important; - margin-right: -15px !important; - } - - .np-header-search .np-header-search-icon{ - color:#1e2839 !important; - } - .np-header-search-input:focus - { - color: #1e2839 !important; - } - .np-header { - height: 78px; - position:relative; - filter: drop-shadow(-7.794px 4.5px 8px rgba(0,0,0,0.09)); - background-color: #ffffff; - } - .np-footer-navigation-list { - margin-top: 0; - margin-bottom: 0; - } - .np-footer-logo{ - margin-bottom: 0; - margin-right: 0; - margin-top: 0; - } - .np-footer - { - padding-top: 71px; - padding-bottom: 111px; - padding-left: 20px; - padding-right: 20px; - } - .np-footer-support { - flex-direction: row; - margin-right: 0; - margin-bottom: 0; - } - .np-page-container - { - position: relative; - } - } -@media(max-width:992px){ -.np-header .np-header-content -{ -padding:0 20px; -} -.menu-left ul li -{ - padding: 0 10px; -} -.certified-center p -{ -max-width: 560px; -text-align: left; -margin-left:0; - -} -.certified-center h1 -{ -text-align: left; -} -.home-top-banner + .np-courses.np-subpage-container { - padding: 74px 20px 26px; -} -.custom-container -{ - padding: 0 20px; -} -.growth-content-rightwrap -{ -padding-left: 0; -} -.growth-img-leftwrap -{ -padding-right: 25px; -} -.home-section-growth-wrap -{ -padding: 0 0 80px; -} -.h-recognition-wrapper h3 -{ -font-size: 30px; -} -.h-recognition-wrapper p -{ -padding:0 20px; -} -.px-75 { - padding-left: 20px; - padding-right: 20px; -} -.learing-wrapper h2 -{ -margin-bottom: 70px; -font-size: 32px; -} -.learing-wrapper -{ - padding: 52px 0 128px; -} -.faq-padding { - padding-left: 40px; - padding-right: 40px; -} -.example-collapsible-button -{ -font-size: 22px; -} -.resource-section -{ -padding: 81px 27px 28px; -} -.resource-section p -{ -font-size: 22px; -} -.resource-section h5 { - font-size: 12px; - } - .menu-left ul li a - { - font-size: 15px; - } -.menu-left { - padding-left: 0; -} - .resource-section-full h5 - { - font-size: 32px; - } - .resource-section-full p - { - font-size: 24px; - } - .resource-img img { - max-height: 61px; -} -} - -@media(max-width:767px){ - .home-top-banner - { - padding: 78px 20px 76px; - } - .certified-center .badge-img{ - left: 0; - top: 30px; - right:0; - position: relative; - margin:0 auto; - } - .row .course-grid-item .np-card { - padding: 0 0px 64px !important; -} - .growth-content-rightwrap { - padding-left: 0; - padding-top: 50px; - } - .h-recognition-wrapper p - { - margin-bottom: 30px; - } - .growth-content-rightwrap h2 - { - font-size: 30px - } - .certified-center h1 - { - font-size: 32px; - } - .np-footer-support .np-footer-support-help - { - width:100%; - padding-bottom: 12px; - } - .learn-section h4, .learn-section p - { - text-align:center; - } - .h-recognition-wrapper .d-flex - { - flex-wrap:wrap; - } - .learn-new-main - { - border-top-right-radius: 50px; - border-bottom-left-radius: 0; - padding-top: 60px; - padding-bottom: 60px; - } - .learn-recognition-main - { - border-top-right-radius: 0; - border-bottom-right-radius: 50px; - border-bottom-left-radius: 50px; - padding-top: 60px; - padding-bottom: 60px; - } - .learing-wrapper h2 { - margin-bottom: 40px; - font-size: 30px; - margin-top: 30px; - - } - .learn-section - { - margin-bottom:40px; - } - .learing-wrapper { - padding: 52px 0 40px; - } - .faq-padding { - padding-left: 20px; - padding-right: 20px; - } - .faq-main-wrapper - { - padding: 60px 0 63px; - } - .resource-wrapper - { - padding: 80px 0 105px; - } - element { -} -.resource-img img { - max-height: 61px; -} -.np-footer-navigation-list -{ -display:block; -} -.bg-grediant-image -{ -padding: 70px 30px 60px; -} - .resource-section-full h5 { - font-size: 30px; - } - .resource-section-full p { - font-size: 20px; - margin-bottom: 20px; - } - .np-footer-top - { - flex-direction: column; - } - .row .course-grid-item .np-card { - padding: 0 0px 34px !important; -} - .np-footer-support - { - flex-direction: row; - margin-bottom: 12px; - flex-wrap: wrap; - justify-content: center; - } -.np-header-logo -{ -justify-content: left; -} -.np-header-content -{justify-content: space-between;} -.np-header-mobile-menu-nav -{ -position: relative; -} -.menu-left -{ -display:none; -} - - .burger { - width: 30px; - height: 30px; - display: block; - -moz-transition: all 0.6s ease-in-out; - -o-transition: all 0.6s ease-in-out; - -webkit-transition: all 0.6s ease-in-out; - transition: all 0.6s ease-in-out; - position: absolute; - top: 25px; - right: 0; - -moz-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - -webkit-transform: translate(-50%, 0); - transform: translate(-50%, 0); - } - .burger i { - display: block; - width: 22px; - height: 2px; - background: #1c283b; - position: absolute; - top: 50%; - left: 50%; - -moz-transform: translate(-50%, -50%); - -ms-transform: translate(-50%, -50%); - -webkit-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -webkit-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; - } - .burger i::before, .burger i::after { - content: ''; - position: absolute; - height: 2px; - background: #1c283b; - width: 22px; - top: 50%; - - left: 50%; - -moz-transform: translate(-50%, -50%); - -ms-transform: translate(-50%, -50%); - -webkit-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -webkit-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; - } - .burger i::after { - margin-top: 6px; - } - .burger i::before { - margin-top: -6px; - } - .burger{ - display:block - } - .profile-menu, .menu-left - { - background-color: #fff; - box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1); - border: solid 1px #ddd; - right: 0; - left: 0; - top: 71px; - z-index: 1; - display:none; - position: absolute; - white-space: nowrap; - padding-top: 16px; - } - .profile-menu li, .menu-left ul li - { - display:block; - } - .menu-left ul li a - { - display:inline-block; - } - .profile-menu li a, .menu-left ul li a{ - padding: 10px; - font-size: 12px; - text-align: left; - margin: 0; - margin-bottom: 8px; - padding-left: 21px; - position: relative; - right: auto; - color: #1c283b; - text-decoration: none; - display: block; - } - .profile-menu li a.register-linkbtn{ - display: block; - margin: 20px; - color:#fff !important; - padding: 5px 36px 4px !important; - } - .np-header-content - { - position:relative; - } - .np-header .np-header-content{ - flex-direction: row; - } - .np-header-logo-image - { - height: auto; - max-width: 100%; - } - .np-header-logo { - max-width: 180px; -} - .np-header-mobile-menu-nav-button - { - height: 42px; - width: 42px; - } -.np-header-avatar-image -{ -height: auto; - max-width: 100%; -} -.np-header-mobile-menu-nav { - position: relative; - right: 0; - padding-right: 30px; - } - .burger.active i::before, .burger.active i::after { - left: 0px; - width: 22px; - } - .burger.active i::before { - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - top: 5px; - height: 1px; - } - .burger.active{ - top: 25px; - } - .burger.active i - { - background: transparent; - } - - .burger.active i::after { - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - top: -8px; - height: 1px; - } -} - -#service_learning_root -{ -background-color: #f2f5fa !important; -} -.course .activity div -{ -background-color: #f2f5fa !important; -} diff --git a/Custom_Templates/customer_templates/GoGuardian/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_cards_learning_path.html.liquid deleted file mode 100644 index 8d462e01..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/_cards_learning_path.html.liquid +++ /dev/null @@ -1,72 +0,0 @@ -
-
-
-
- {{ learning_path.name }} -
-
-
- -
{% t shared.learning_path.title %}
-
- {{ learning_path.items.count }} {% t .items %} -
-
-
-
{% t shared.learning_path.title %}
- -
- -
-

- {{ learning_path.name }} -

- -
- {{ learning_path.instructor_names }} -
- -
- {{ learning_path.description }} -
- -
- {% t shared.progress, count: learning_path.progress %} -
- -
-
-
-
- - -
-
-
-
-
-
-
-
-
diff --git a/Custom_Templates/customer_templates/GoGuardian/_courses_index.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_courses_index.html.liquid deleted file mode 100644 index ea0d6ae1..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/_courses_index.html.liquid +++ /dev/null @@ -1,20 +0,0 @@ -{% if courses.enrolled.any? %} -
- {% for course in courses.enrolled %} - {% for category in course.categories %} - {% unless category.name == 'Pear Deck Resource' or category.name == 'GoGuardian Resource' or category.name == 'Edulastic Resource'%} -
- {% include "cards_course" with course %} -
- {% endunless %} - {%endfor%} - {% endfor %} -
-{% else %} - {% capture message %} - {% t shared.zero_state.courses.index, - key: current_school.course_vocabulary - %} - {% endcapture %} - {% include "courses_zero_state", message: message %} -{% endif %} diff --git a/Custom_Templates/customer_templates/GoGuardian/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_course.html.liquid deleted file mode 100644 index 460ef470..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/_learning_path_course.html.liquid +++ /dev/null @@ -1,64 +0,0 @@ - -{% if learning_path.enrolled? and course.unlocked? %} -
- -
- {{ course.name }} -
-
- {{ course.name }} -
- {% if course.instructors %} -
- {{ course.instructors }} -
- {% endif %} -
- {% t shared.progress, count: course.progress %} -
- {% comment %} {% for key in courses.enrolled %} - {% if key.id == course.id %} - {% if key.properties.course_duration > 0 %} - {{key.properties.course_duration}} mins - {%endif%} - {% endif %} - {% endfor %} {% endcomment %} -
- - {% 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/GoGuardian/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_desktop_view.html.liquid deleted file mode 100644 index 1c8dfff6..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/_learning_path_desktop_view.html.liquid +++ /dev/null @@ -1,35 +0,0 @@ -
-
- {% t shared.learning_path.title %} - -
-
- - - - {{ learning_path.name }} -
-
- -
-
-
- {{ 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/GoGuardian/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_mobile_view.html.liquid deleted file mode 100644 index 7e9baabd..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/_learning_path_mobile_view.html.liquid +++ /dev/null @@ -1,37 +0,0 @@ -
-
- {% t shared.learning_path.title %} - -
-
- {{ learning_path.name }} -
- {{ learning_path.name }} -
- {% include "learning_path_progress_and_cta" %} -
-
- -{% 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/GoGuardian/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_outline.html.liquid deleted file mode 100644 index 67be2f78..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/_learning_path_outline.html.liquid +++ /dev/null @@ -1,27 +0,0 @@ -
-
- {%include "learning_path_training_session_locked"%} -
-
- {%include "learning_path_training_session_unlocked"%} -
-
-
- {% for item in learning_path.items %} - {% if item.course? %} - {% include "learning_path_course", course: item %} - {% endif %} - {% endfor %} -
- - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session.html.liquid deleted file mode 100644 index fe67a3d2..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session.html.liquid +++ /dev/null @@ -1,58 +0,0 @@ -{% assign webinar_string = '' %} -{% if training_session.name and training_session.name contains 'Webinar' %} - {% assign webinar_string = 'webinar' %} -{% endif %} - -{% 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/GoGuardian/_learning_path_training_session_locked.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session_locked.html.liquid deleted file mode 100644 index bac6eba0..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session_locked.html.liquid +++ /dev/null @@ -1,34 +0,0 @@ -{% for item in learning_path.items %} -{% if item.training_event? %} - {% assign webinar_string = '' %} - {% assign training_session = item %} -{% if training_session.name and training_session.name contains 'Webinar' %} - {% assign webinar_string = 'webinar' %} -{% endif %} -{% if learning_path.enrolled? and training_session.unlocked? %} - -{% else %} -
-
- -
-
{{ training_session.name }}
-
{{ training_session.caption }}
-
- {% if training_session.optional? %} -
- {% t shared.optional %} -
- {% endif %} -
-
-{% endif %} - {% endif %} -{% endfor %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session_unlocked.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session_unlocked.html.liquid deleted file mode 100644 index 81e73d17..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/_learning_path_training_session_unlocked.html.liquid +++ /dev/null @@ -1,40 +0,0 @@ -{% for item in learning_path.items %} - {% if item.training_event? %} - {% assign webinar_string = '' %} - {% assign training_session = item %} - {% if training_session.name and training_session.name contains 'Webinar' %} - {% assign webinar_string = 'webinar' %} - {% endif %} - {% 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 %} -
-
- {% endif %} - {% endif %} - {% endfor %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/_resources_cards_course.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_resources_cards_course.html.liquid deleted file mode 100644 index 50446cf0..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/_resources_cards_course.html.liquid +++ /dev/null @@ -1,59 +0,0 @@ -
-
- {% if course.ribbon %} -
- {{ course.ribbon }} -
- {% endif %} - {{ course.name }} -
-

- {{ course.name }} -

-
- {{ course.instructor_names }} -
- -
-
-
- \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/GoGuardian/_sub_navigation.html.liquid deleted file mode 100644 index ba6db128..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/_sub_navigation.html.liquid +++ /dev/null @@ -1,73 +0,0 @@ - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/catalog.html.liquid b/Custom_Templates/customer_templates/GoGuardian/catalog.html.liquid deleted file mode 100644 index 35769c6a..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/catalog.html.liquid +++ /dev/null @@ -1,13 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} -{% include "sub_navigation" %} -
-
-
-
Catalog
- {% comment %}
{{ catalog.subheadline }}
{% endcomment %} -
-
- {% include "courses_catalog" %} -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/GoGuardian/communication.html.liquid b/Custom_Templates/customer_templates/GoGuardian/communication.html.liquid deleted file mode 100644 index 91cfdb01..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/communication.html.liquid +++ /dev/null @@ -1,250 +0,0 @@ -{% include "header" %} -{% include "sub_navigation" %} - -
-
-
Certified Coach Program Contacts
-
For all Coach related questions
-
-
- -
- Amber Trout, Manager, Customer Marketing - Pear Deck Specialist - Email: amber@goguardian.com - Twitter: @AmberPearDeck -
-
-
- -
- Mary Alys Foutz, Senior Customer Marketing Manager - GoGuardian Teacher Certified Coach Program Specialist - Email: malysfoutz@goguardian.com - Twitter: @MA_PearDeck -
-
-
- -
- Gary Giordano, Customer Marketing Manager - Edulastic Certified Coach Program Specialist - Email: gary@goguardian.com - Twitter: @GaryPearDeck -
-
-
-
-
-
- -
-
Coach Newsletters
-
You'll receive the Pear Deck, GoGuardian Teacher, or Edulastic Coach newsletter in your inbox on a quarterly basis with announcements about new features before they're publicly released, opportunities to present at conferences, invitations to write for our blog, and more! Don't worry about signing up — you are automatically subscribed!
-
-
- {% comment %}
Stay Connected
-
- -
-
Slack
-
Slack is an instant messaging platform that Coaches use to stay connected. During your training, you’ll be part of a private group with other educators from your cohort. Join the broader Coach community here!
-
-
{% endcomment %} -
-
-
General Contacts
-
For all non-Coach related questions
-
-
-
- Jacklyn Grummel - Manager, Customer Education - Email: jgrummel@goguardian.com -
-
-
-
- Elizabeth Navarro - Senior Customer Education Specialist - Email: enavarro@goguardian.com -
-
-
-
- {% comment %}
General News
-
Want to be in the know about everything Pear Deck, GoGuardian, or Edulastic? Sign up for the general newsletter to get your name on the list.
-
- - - -
{% endcomment %} -
-{% include "footer" %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/dashboard.html.liquid b/Custom_Templates/customer_templates/GoGuardian/dashboard.html.liquid deleted file mode 100644 index 95d0335a..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/dashboard.html.liquid +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/edulastic.html.liquid b/Custom_Templates/customer_templates/GoGuardian/edulastic.html.liquid deleted file mode 100644 index c62238a7..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/edulastic.html.liquid +++ /dev/null @@ -1,34 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} -{% include "sub_navigation" %} -
-
-
-
Edulastic Resource
- {% comment %}
{{ catalog.subheadline }}
{% endcomment %} -
-
-{% assign any_courses = false %} -
- {% for course in courses.in_catalog %} - {% for category in course.categories %} - {% if category.name == 'Edulastic Resource' %} - {% assign any_courses = true %} -
- {% include "resources_cards_course" with course %} -
- {% endif %} - {% endfor %} - {% endfor %} -
- {% if any_courses == false %} - {% capture message %} - {% t shared.zero_state.courses.catalog, - key: current_school.course_vocabulary - %} - {% endcapture %} - {% include "courses_zero_state", message: message %} - {% endif %} - -
-{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/explore.html.liquid b/Custom_Templates/customer_templates/GoGuardian/explore.html.liquid deleted file mode 100644 index 6afe2fba..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/explore.html.liquid +++ /dev/null @@ -1,31 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} -{% include "sub_navigation" %} -
-
-
-
Interest Forms
- {% comment %}
{{ catalog.subheadline }}
{% endcomment %} -
-
- {% if courses.in_catalog.any? %} -
- {% for course in courses.in_catalog %} - {% if course.properties.featured_courses == true %} -
- {% include "cards_course" with course %} -
- {% endif %} - {% endfor %} -
- {% else %} - {% capture message %} - {% t shared.zero_state.courses.catalog, - key: current_school.course_vocabulary - %} - {% endcapture %} - {% include "courses_zero_state", message: message %} - {% endif %} - -
-{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/goguardian.html.liquid b/Custom_Templates/customer_templates/GoGuardian/goguardian.html.liquid deleted file mode 100644 index e80a15e8..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/goguardian.html.liquid +++ /dev/null @@ -1,34 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} -{% include "sub_navigation" %} -
-
-
-
GoGuardian Resource
- {% comment %}
{{ catalog.subheadline }}
{% endcomment %} -
-
-{% assign any_courses = false %} -
- {% for course in courses.in_catalog %} - {% for category in course.categories %} - {% if category.name == 'GoGuardian Resource' %} - {% assign any_courses = true %} -
- {% include "resources_cards_course" with course %} -
- {% endif %} - {% endfor %} - {% endfor %} -
- {% if any_courses == false %} - {% capture message %} - {% t shared.zero_state.courses.catalog, - key: current_school.course_vocabulary - %} - {% endcapture %} - {% include "courses_zero_state", message: message %} - {% endif %} - -
-{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/homepage.html.liquid b/Custom_Templates/customer_templates/GoGuardian/homepage.html.liquid deleted file mode 100644 index fb8eadf8..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/homepage.html.liquid +++ /dev/null @@ -1,81 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.featured %} -
-
- {{ homepage.headline }} -
-
- {{ homepage.headline }} -
-
- {{ homepage.subheadline }} -
-
-
- {% if current_person.signed_in? %} - {% include "sub_navigation" %} - {%endif%} - {% comment %} -
-{% include "footer" %} diff --git a/Custom_Templates/customer_templates/GoGuardian/learning_path.html.liquid b/Custom_Templates/customer_templates/GoGuardian/learning_path.html.liquid deleted file mode 100644 index d0e49681..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/learning_path.html.liquid +++ /dev/null @@ -1,20 +0,0 @@ -{% include "header" %} -
-
- {% include "learning_path_desktop_view" %} -
-
- {% include "learning_path_mobile_view" %} -
-
-{% include "footer" %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/pear-deck.html.liquid b/Custom_Templates/customer_templates/GoGuardian/pear-deck.html.liquid deleted file mode 100644 index 64a717f4..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/pear-deck.html.liquid +++ /dev/null @@ -1,34 +0,0 @@ -{% include "header" %} -{% include "course_version_outdated_alert", courses: courses.in_catalog %} -{% include "sub_navigation" %} -
-
-
-
Pear Deck Resource
- {% comment %}
{{ catalog.subheadline }}
{% endcomment %} -
-
-{% assign any_courses = false %} -
- {% for course in courses.enrolled %} - {% for category in course.categories %} - {% if category.name == 'Pear Deck Resource' %} - {% assign any_courses = true %} -
- {% include "resources_cards_course" with course %} -
- {% endif %} - {% endfor %} - {% endfor %} -
- {% if any_courses == false %} - {% capture message %} - {% t shared.zero_state.courses.catalog, - key: current_school.course_vocabulary - %} - {% endcapture %} - {% include "courses_zero_state", message: message %} - {% endif %} - -
-{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/resources.html.liquid b/Custom_Templates/customer_templates/GoGuardian/resources.html.liquid deleted file mode 100644 index f5afb2fd..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/resources.html.liquid +++ /dev/null @@ -1,218 +0,0 @@ -{% include "header" %} -{% include "sub_navigation" %} - -
-
-
Resource Library
-
-
-
Welcome to the Resource Library! Explore the sections below to find product specific training courses and resources.
-
-
-
-
-
- -
- {% comment %}
General News
-
Want to be in the know about everything Pear Deck, GoGuardian, or Edulastic? Sign up for the general newsletter to get your name on the list.
-
- - - -
{% endcomment %} -
-{% include "footer" %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/GoGuardian/styles.css.liquid b/Custom_Templates/customer_templates/GoGuardian/styles.css.liquid deleted file mode 100644 index e9ab54d0..00000000 --- a/Custom_Templates/customer_templates/GoGuardian/styles.css.liquid +++ /dev/null @@ -1,49 +0,0 @@ - /* - 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 }} -*/ - -.np-card { - padding: 12px !important; -} -.np-sub-navigation { - margin-bottom: 0px; -} -.training-session-lp { - margin-top: 1rem; -} -.webinar-outline { - margin-top: 0; -} -@media screen and (min-width: 768px) { -.lp-image { - width: 100%; - display: flex; -} -.np-learning-path-image { - object-fit: unset; - width: 100% !important; - -} -.learning-path-image { - object-fit: contain; -} -} - -.np-homepage-hero-content { - padding: 36px 24px; - position: absolute; - width: 50%; - height: 100%; - display: flex; - justify-content: end; - align-items: flex-end; - margin-left: 500px; -} diff --git a/Custom_Templates/customer_templates/HowardHanna/.DS_Store b/Custom_Templates/customer_templates/HowardHanna/.DS_Store deleted file mode 100644 index 5008ddfc..00000000 Binary files a/Custom_Templates/customer_templates/HowardHanna/.DS_Store and /dev/null differ diff --git a/Custom_Templates/customer_templates/HowardHanna/_agent_resources.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_agent_resources.html.liquid deleted file mode 100644 index 9f86971b..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_agent_resources.html.liquid +++ /dev/null @@ -1,52 +0,0 @@ -{% comment %}
-
-
-

{{ title }}

-

{{ description }}

-
- - - -
-
{% endcomment %} - -{% comment %} - - - - - -
{{ title }}{{ description }}{{ link_description }} {{ download_icon }}
{% endcomment %} - -
-
-
-
-

- {{ title }} -

-
-
- -
-

{{ description }}

-
- -
-
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_allen_tate_resources.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_allen_tate_resources.html.liquid deleted file mode 100644 index 48f0ffd9..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_allen_tate_resources.html.liquid +++ /dev/null @@ -1,447 +0,0 @@ -
-
-
-

- Listing Agents

-
- {% - include "agent_resources", - title: "Listing - Seller Checklist", - description: "Seller checklist to prepare for a listing or showing", - link_description: "Use Template", - link: "https://docs.google.com/document/d/1x1BPhWTbBrPuVEv5fX5HRJF_xWWOA2MhcqiEql3j7Hs/template/preview" - %} - - {% - include "agent_resources", - title: "Listing - Day One Preparation", - description: 'Walk sellers through "Day One" of a new listing', - link_description: "Use Template", - link: "https://docs.google.com/document/d/1v2xVG-lo0c_IFGpHDJpD09JcQreiyQFGg3nIsw8C_a0/template/preview" - %} - - {% - include "agent_resources", - title: "Listing - Allen Tate Listing Services", - description: 'Walk sellers through the services you provide during the 3 stages of selling their home', - link_description: "Use Template", - link: "https://docs.google.com/document/d/1ztdcc3AFVBDuCaFRyJseXNtjlbX4yF8dhoSS5FoOCBc/template/preview" - %} - - {% - include "agent_resources", - title: "Listing Checklists", - description: 'View all the listing agent checklists available to you.', - link_description: "Go To Folder", - link: "https://drive.google.com/drive/folders/1Qgejauyv8g_2zkkn_cRQM1z9IytcWojW?usp=sharing" - %} - - {% - include "agent_resources", - title: "CMA Property Adjustments Guidelines", - description: 'View these guidelines', - link_description: "Use Template", - link: "https://docs.google.com/spreadsheets/d/1vTQjKzgrpU04ClOQGV_lpH34VLP6qs_MHEOO-9v-8eg/template/preview" - %} - - {% - include "agent_resources", - title: "Seller Weekly Update Example", - description: "View this example on a seller's weekly update", - link_description: "Use Template", - link: "https://docs.google.com/document/d/1hrAlGzf9TWdazULqRyHMD-Of1ZBQn3Egk36ym-BpnzA/template/preview" - %} - - {% - include "agent_resources", - title: "Seller Comparison Net Sheet", - description: "Use this tepmlate to help you compare.", - link_description: "Use Template", - link: "https://docs.google.com/spreadsheets/d/1GNSdk9CaosVn_sLwvlBq0w9q1d60of4TIk-XeIGaPxQ/edit?usp=sharing" - %} - -
-

- Buyer Agents

-
- - {% - include "agent_resources", - title: "Buyers - Allen Tate Buyer Services", - description: "Walk buyers through the services you provide during the 4 stages of buying a home.", - link_description: "Use Template", - link: "https://docs.google.com/document/d/11cFkIyDC_HCdvvFuzgKfvI7wmYI557Oq0Vf6l56suCk/template/preview" - %} - - {% - include "agent_resources", - title: "Buyer Checklists", - description: "View all the buyer agent checklists available to you.", - link_description: "View", - link: "https://drive.google.com/drive/folders/1Y_BPsreANUZXFfn2rBtWt_I_EGzdAv2H?usp=sharing" - %} - -
-

- Business Planning

-
- - {% - include "agent_resources", - title: "Business Planning Folder", - description: "All our business planning resources in one folder", - link_description: "Go To Folder", - link: "https://drive.google.com/drive/folders/1po07BjVIc0b_oB4_5rUK_A6OpVAjOls7?usp=sharing" - %} - - {% - include "agent_resources", - title: "Business Planning Workbook", - description: "A guide to preparing your business plan", - link_description: "Use Template", - link: "https://docs.google.com/spreadsheets/d/1TzInbaIChkzxyPVb6bFaJgn4v5uxrmOZAtibH-ziC7o/template/preview" - %} - -
-

- Winner's Edge

-
- - {% - include "agent_resources", - title: "Winner's Edge Annual Calendar", - description: "See the Winner's Edge dates for this year", - link_description: "View", - link: "https://docs.google.com/presentation/d/1W45YgEY_ZnnynvDthkgICv1r6yek0n4q62ujzl5R3Ys/edit?usp=sharing" - %} - - {% - include "agent_resources", - title: "Winner's Edge Monthly Calendars", - description: "See each session of Winner's Edge in detail", - link_description: "Go To Folder", - link: "https://drive.google.com/drive/folders/11YgSmZ95qPDGx_8Q72WPNzLooXB0Ichn?usp=sharing" - %} - -
-

- HelpGuides

-
- - {% - include "agent_resources", - title: "ActivePipe HelpGuide", - description: "Get quick links to all your Adwerx questions", - link_description: "View", - link: "https://docs.google.com/document/d/1U76x5GWRX7E-Ho44otYq5EM44VE1OQDom-wFxOhQZL8/edit" - %} - {% - include "agent_resources", - title: "Adwerx HelpGuide", - description: "Get quick links to all your ActivePipe questions", - link_description: "View", - link: "https://docs.google.com/document/d/1Qr-4rR-6Vn6P5GwJykQcEZ4rUd6yrbCnOxotHkjFJcM/edit?usp=sharing" - %} - - {% - include "agent_resources", - title: "Agent Icon HelpGuide", - description: "Get quick links to all your Agent Icon questions", - link_description: "View", - link: "https://docs.google.com/document/d/1XwQUf1DeY7DbXyCxonBvy8zp7pBz6h4goQ5y7OF3iSo/edit?usp=drive_link" - %} - - {% - include "agent_resources", - title: "Allen Tate Home Concierge HelpGuide", - description: "Get quick links to all your Allen Tate Home Concierge questions", - link_description: "View", - link: "https://docs.google.com/document/d/1SUFxDDRJthBikTU7PXaAm1thERLyow6WB-FzEOeNvII/edit?usp=share_link" - %} - - {% - include "agent_resources", - title: "Boost HelpGuide", - description: "Get quick links to all your Boost questions", - link_description: "View", - link: "https://docs.google.com/document/d/1CndCkJK85R0e_kq_Od66Et_TA8LpNuCbewd7I72jtM0/edit?usp=drive_link" - %} - - - - {% - include "agent_resources", - title: "Google Workspace HelpGuide", - description: "Get quick links to all your Google Workspace questions", - link_description: "View", - link: "https://docs.google.com/document/d/1bqMXUEZeK7CgPjqe8kDa_pWGeIW0EBcLaSa9za-I3ac/edit?usp=sharing" - %} - - {% - include "agent_resources", - title: "LiveBy Local HelpGuide", - description: "Get quick links to all your LiveBy Local questions", - link_description: "View", - link: "https://docs.google.com/document/d/1l1aeDvD4gNVjGxhjwTnkgyYqc6Zarn66GbsmNDcsXAg/edit?usp=drive_link" - %} - {% - include "agent_resources", - title: "Lolo HelpGuide", - description: "Get quick links to all your Lolo questions", - link_description: "View", - link: "https://docs.google.com/document/d/1X3JRgkihveTPyqVPaM7t4dpk3OGIEDOn4HgAO3dtHwQ/edit?usp=sharing" - %} - - {% - include "agent_resources", - title: "MoxiEngage Contacts HelpGuide", - description: "Get quick links to all your MoxiEngage contacts questions", - link_description: "View", - link: "https://docs.google.com/document/d/1XwzGzyqX8GZDgsuE2QpjWlf-QfS212RCnUDCNSU-3Sk/edit?usp=drive_link" - %} - - - {% - include "agent_resources", - title: "MoxiEngage HelpGuide", - description: "Get quick links to all your MoxiEngage questions", - link_description: "View", - link: "https://docs.google.com/document/d/1o1g3IXJbSM456XVWoQguBlratxAzXqGYzG03YOaeYfo/edit?usp=sharing" - %} - - {% - include "agent_resources", - title: "MoxiPresent HelpGuide", - description: "Get quick links to all your MoxiPresent questions", - link_description: "View", - link: "https://docs.google.com/document/d/1RHAPSXx0hcvgwTHOc2tYwgf4YYFye7LC9ZQP2zGL5H4/edit?usp=sharing" - %} - - - {% - include "agent_resources", - title: "MoxiPromote HelpGuide", - description: "Get quick links to all your MoxiPromote questions", - link_description: "View", - link: "https://docs.google.com/document/d/1VBU4D9YrhGYllYM3zKPqYCB331m_1C-tgaOmQQvQZtk/edit?usp=sharing" - %} - - {% - include "agent_resources", - title: "Percy HelpGuide", - description: "Get quick links to all your Percy questions", - link_description: "View", - link: "https://docs.google.com/document/d/1-gPWcD9NisgBQLRz9Y7Gw2M2sdrmq2LGfOekA3J_2tc/edit?usp=sharing" - %} - - - {% - include "agent_resources", - title: "Quantum Digital HelpGuide", - description: "Get quick links to all your Quantum Digitial questions", - link_description: "View", - link: "https://docs.google.com/document/d/1Ezaa14CTVlsYZtBfdfkoyJp-PsjV20kW_hS0bfP72Vs/edit?usp=sharing" - %} - - {% - include "agent_resources", - title: "RealScout HelpGuide", - description: "Get quick links to all your RealScout questions", - link_description: "View", - link: "https://docs.google.com/document/d/1_VkarCE_IHLgjmUeoIZB83GSTtbjdJKJ0MqOk1I6Ex0/edit?usp=sharing" - %} - - {% - include "agent_resources", - title: "Risk Management HelpGuide", - description: "Get quick links to preserving emails and texts", - link_description: "View", - link: "https://docs.google.com/document/d/1MLhpZvkRo-tFA1YntUcP61HUProvFEa9dbOKUKkSE7w/edit" - %} - - {% - include "agent_resources", - title: "SkySlope HelpGuide", - description: "Get quick links to all your SkySlope questions", - link_description: "View", - link: "https://docs.google.com/document/d/1HaAqjqNYKIWLzPW4FVCCiohChb3juZAnxr8gpt3avDc/edit?usp=sharing" - %} - - {% - include "agent_resources", - title: "Spacio HelpGuide", - description: "Get quick links to all your Spac.io questions", - link_description: "View", - link: "https://docs.google.com/document/d/18O98GFfj4mh0OTVT2VE9Zb8LFd9g8sPCuC7HQheIo5c/edit?usp=sharing" - %} - - {% - include "agent_resources", - title: "Testimonial Tree HelpGuide", - description: "Get quick links to all your Testimonial Tree questions", - link_description: "View", - link: "https://docs.google.com/document/d/1Zbo5AXolgxdMR8EPsbFu0JG1UjfSn2xVnyyjOm16jzQ/edit?usp=sharing" - %} - - {% - include "agent_resources", - title: "Website HelpGuide", - description: "Get quick links to all your Website questions", - link_description: "View", - link: "https://docs.google.com/document/d/1qVw1xHPkOS2IIJ2gn2GHmWmYGdn1uXg9B0eLi1Hc3VE/preview" - %} - - - - - -
-

- Certifications

-
- - {% - include "double_url_resources", - title: "eService Certification", - description: "The information you need to complete your eService Certification", - link_description: "Instructions", - link: "https://docs.google.com/document/d/1MlQxu9aT78EE2tMcOXvw8s09Cs-sfqUSR9AVdbZ2hyU/edit?usp=sharing", - second_link_description: "Completion Form", - second_link: "https://docs.google.com/forms/d/e/1FAIpQLSd_hYhDO3aWpkLfpXGnmNZCdeqVn6s6TI_XdGDTt3sXsB2m0Q/viewform" - %} - - {% - include "double_url_resources", - title: "Luxury Certification", - description: "The information you need to complete your Luxury Certification", - link_description: "Instructions", - link: "https://docs.google.com/document/d/1837yhBXa-oCsbQNGpCPX2Dzty6DUte_M-Z1zKc58v9k/edit?usp=sharing", - second_link_description: "Completion Form", - second_link: "https://allentate.formstack.com/forms/luxury_certification_program_completion_form" - %} - - {% - include "double_url_resources", - title: "New Home Sales Certification", - description: "The information you need to complete your New Home Sales Certification", - link_description: "Instructions", - link: "https://docs.google.com/document/d/1fWyrZJPfW5z5ouJzGLNfWDBAPL483fp5ofTMAslPfxk/edit?usp=sharing", - second_link_description: "Completion Form", - second_link: "https://docs.google.com/forms/d/e/1FAIpQLSeiwyhmfUGiziHxg46jIs_geFo_3T8_nUnFAoiCT-hsw3_bCg/viewform" - %} - - {% - include "double_url_resources", - title: "MarTech Certification", - description: "The information you need to complete your MarTech Certification", - link_description: "Instructions", - link: "https://docs.google.com/document/d/1bvSF97kNc-3zdNQMUYmczlg7NtKKQ1H68f6iZDEs2Mk/edit?usp=sharing", - second_link_description: "Completion Form", - second_link: "https://docs.google.com/forms/d/e/1FAIpQLSefxa6OIdONk8qdFR_b9ohJQvthpM15-nBFNPnsIdPsuEwWdQ/viewform?usp=sf_link" - %} - - {% - include "double_url_resources", - title: "Masters Certification", - description: "The information you need to complete your Masters Certification", - link_description: "Instructions", - link: "https://docs.google.com/document/d/1i7qIC8YGnNLg-kJtAddsU5__3gYVr4XkaRn4YG3csHA/edit?usp=sharing", - second_link_description: "Completion Form", - second_link: "https://docs.google.com/forms/d/e/1FAIpQLSfFj4rGyV7p7HOuHAk5sCqR3kOxzl8TazmB-2lmi7dS-UGdWw/viewform" - %} - -
-

- Ninja

-
- - {% - include "agent_resources", - title: "Use this scorecard template", - description: "Use this scorecard template", - link_description: "Use Template", - link: "https://docs.google.com/spreadsheets/d/1NOSHcmQSXuPgW5KtibhRUEY_0WQN4Ew9qekBBhubR5I/template/preview" - %} - - {% - include "agent_resources", - title: "Ninja 16-Step Seller Process", - description: "Use this template to walk you through the 16-step Ninja seller process", - link_description: "Use Template", - link: "https://docs.google.com/document/d/1X2v9qMzXzs_DBi3nKaueW5mW9NCR3wa-nx1qMyTcdPU/template/preview" - %} - - {% - include "agent_resources", - title: "Ninja 10-Step Buyer Process", - description: "Use this template to walk you through the 10-step Ninja buyer process", - link_description: "Use Template", - link: "https://docs.google.com/document/d/1aYdOI-b5WUoNnzDLw_tsdzvY_228Z51Du5yFqgC7bMU/template/preview" - %} - - {% - include "agent_resources", - title: "Hot and Warm List", - description: "Use this hot and warm list template to get you started", - link_description: "Use Template", - link: "https://docs.google.com/document/d/1aNtIn7HWZH8J2FouLlXyyYG-qCWUAE53ZwdSguI_btI/template/preview" - %} - - {% - include "agent_resources", - title: "Pre-Listing Interview", - description: "Use this template to help you prepare for a pre-listing interview", - link_description: "Use Template", - link: "https://docs.google.com/document/d/166svIcSbJVCIqVHZHJk5xM0i1j6BJnFcATiSY6feWBY/edit?usp=sharing" - %} - -
-

- Miscellaneous

-
- - {% - include "agent_resources", - title: "Coloring Pages", - description: "Print off some Allen Tate coloring pages for little ones", - link_description: "Go to Folder", - link: "https://drive.google.com/drive/folders/1JDMoebFezuGRve6MkkXMZ9X8BwAUXvwQ?usp=sharing" - %} - - {% - include "agent_resources", - title: "Google Contact Import Template", - description: "Use this template to help you import contacts into your Allen Tate gmail", - link_description: "Use Template", - link: "https://docs.google.com/spreadsheets/d/1V3jVlpAk26zyIhfKRhGiazkiI2vwjL7H8Pn_LDVnJOM/edit?usp=sharing" - %} - - {% - include "agent_resources", - title: "Activate Habits", - description: "Get resources to help you activate", - link_description: "Go to Folder", - link: "https://drive.google.com/drive/folders/18QuqfUbOY22QTbAFN6kOmaMOfgBWHotF?usp=sharing" - %} -
-
- - diff --git a/Custom_Templates/customer_templates/HowardHanna/_buildingRelationships.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_buildingRelationships.html.liquid deleted file mode 100644 index 6f65a749..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_buildingRelationships.html.liquid +++ /dev/null @@ -1,78 +0,0 @@ - -
-
- {% - include "agent_resources", - title: "Hosting another agent's open house checklist", - description : "Ensure the most successful search and tour experience for your buyer(s)", - link_description: "Download", - link: "https://drive.google.com/open?id=1WiSZYlPgo3xb2lwagSciy0QlhBtKx4UT" - %} - {% - include "agent_resources", - title: "Broker open house / Broker tour checklist", - description: "Suggested steps to help you prepare for a successful broker open house", - link_description: "Download", - link: "https://drive.google.com/open?id=1XodAS9woCcg3gJXapH7d6JQJv7345MRf" - %} - - {% - include "agent_resources", - title: "Understanding groups, tags, and notes in the hh CRM", - description: "Learn the identifiers available in the hh CRM for organizing your contacts", - link_description: "Download", - link: "https://drive.google.com/open?id=1j675czZRRqZqdJeRZ7tG2qIVeSlD1Ru9" - %} - - {% - include "agent_resources", - title: "Top reasons to archive a contact", - description: "Suggested strategies on when it's right to archive a contact from your CRM", - link_description: "Download", - link: "https://drive.google.com/open?id=1iwTpOklc8rE6AORFwv8jUlIkOXcjPz1v" - %} - {% - include "agent_resources", - title: "Strategies for setting habits to get your contacts organized", - description: "Suggested strategies for setting habits to keep your database organized", - link_description: "Download", - link: "https://drive.google.com/open?id=1-0uTnPMtIfEIp9yZkm2e5jpmWtju64J4" - %} - {% - include "agent_resources", - title: "ABC method + hot/warm/cold leads", - description: "Learn the ABC sphere method and hot/warm/cold leads method for organizing contacts", - link_description: "Download", - link: "https://drive.google.com/open?id=1AHBsibAD8s0tfxnrQUJ7tgHwymJYbJFJ" - %} - {% - include "agent_resources", - title: "Relationship-nurturing ideas", - description: "Use this document for some starter ideas on nurturing relationships", - link_description: "Download", - link: "https://drive.google.com/open?id=1Pxw5M9XnN75n6q0qse9uul8lqRmAcLRu" - %} - {% - include "agent_resources", - title: "Local business referral list", - description: "Use this document to build and track your key business referral partners", - link_description: "Download", - link: "https://drive.google.com/a/urbanhh.com/file/d/1Njt-5OVGb9JcAhtP6YZHheegJdULQjJX/view?usp=sharing" - %} - {% - include "agent_resources", - title: "Questions to ask your local business referral partner", - description: "Use this document for some questions to ask your business referral partners", - link_description: "Download", - link: "https://drive.google.com/open?id=15UsBv2whhOG_v4nvTmIZO5Bc8YSuvhzm" - %} - - {% - include "agent_resources", - title: "Template for annual marketing plan", - description: "Use this template to create an annual marketing plan for nurturing your sphere", - link_description: "Download", - link: "https://drive.google.com/open?id=1is7cWenO6_E7-wcwCNfweOAsQq_hkqmO" - %} -
-
diff --git a/Custom_Templates/customer_templates/HowardHanna/_calendar.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_calendar.html.liquid deleted file mode 100644 index d6591417..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_calendar.html.liquid +++ /dev/null @@ -1,24 +0,0 @@ -{% if isHowardHanna %} -
- -
-{% elsif isRandRealty %} -
-
-
-

Howard Hanna | Rand Realty Training Calendar

-

Register now for our training events! Use the drop-down menu to explore training in every office.

-
- -
-
-
-
-{% endif %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_calendar_custom_page.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_calendar_custom_page.html.liquid deleted file mode 100644 index 68dbe244..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_calendar_custom_page.html.liquid +++ /dev/null @@ -1,33 +0,0 @@ -{% if isHowardHanna %} -
- -
-{% elsif isRandRealty %} -
-
-
-

Howard Hanna | Rand Realty Training Calendar

-

Register now for our training events! Use the drop-down menu to explore training in every office.

-
- -
- -
-
-
-{% endif %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_catalog_filters.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_catalog_filters.html.liquid deleted file mode 100644 index e995f619..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_catalog_filters.html.liquid +++ /dev/null @@ -1,24 +0,0 @@ -{% if current_school.filtering_enabled? and current_person.filterable_catalog_categories.count > 0 %} -
- {% t .filter_by_category %}: - -
-{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_catalog_search_form.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_catalog_search_form.html.liquid deleted file mode 100644 index 7860e8c6..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_catalog_search_form.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ - diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_info_column.html.liquid deleted file mode 100644 index 61adfaba..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_certificates_info_column.html.liquid +++ /dev/null @@ -1,4 +0,0 @@ -
- {% include "certificates_verification" %} - {% include "certificates_metadata" %} -
diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_metadata.html.liquid deleted file mode 100644 index 9f4a1dba..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_certificates_metadata.html.liquid +++ /dev/null @@ -1,59 +0,0 @@ -
-
- -
- - {% if certificate.issuer_name_enabled? %} - -
- {% endif %} - - -
- -
-
diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_preview.html.liquid deleted file mode 100644 index 6357b621..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_certificates_preview.html.liquid +++ /dev/null @@ -1,35 +0,0 @@ - - -
-
-
- -
-
-
diff --git a/Custom_Templates/customer_templates/HowardHanna/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_certificates_top_bar.html.liquid deleted file mode 100644 index abc69e31..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_certificates_top_bar.html.liquid +++ /dev/null @@ -1,60 +0,0 @@ -
-
-
-

- {{certificate.certificate_name}} -

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

- {{certificate.verification_title}} -

-

- {{certificate.verification_description}} -

-
-
-
diff --git a/Custom_Templates/customer_templates/HowardHanna/_checklists.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_checklists.html.liquid deleted file mode 100644 index 805577e6..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_checklists.html.liquid +++ /dev/null @@ -1,102 +0,0 @@ - -
-
- {% - include "agent_resources", - title: "Livestream open house checklist", - description: "Recommended steps and best practices for hosting a Livestream Open House through the hh platform.", - link_description: "Download", - link: "https://drive.google.com/file/d/1_RlabQgoU0Oebg8tYlZFEXt72tf9O-Re/view?usp=sharing" - %} - - {% - include "agent_resources", - title: "Buyer consultation checklist", - description: "Plan and prioritize each step needed to best assist buyers during the home purchase process", - link_description: "Download", - link: "https://drive.google.com/open?id=1xe31zfqnCooVyimo7BCVHjt9IchLQVNu" - %} - - {% - include "agent_resources", - title: "Hosting Your open house checklist", - description: "Execute your next open house with ease by following these steps shared by top hh agents", - link_description: "Download", - link: "https://drive.google.com/open?id=1QmtDkF3a8-_HkMtSCe1uJt9Kc9AJAWYS" - %} - {% - include "agent_resources", - title: "Buyer search process checklist", - description: "Plan and prioritize each step of working with a Buyer client through their Home Sale", - link_description: "Download", - link: "https://drive.google.com/open?id=1O-xKez0jf0bb3NQ0g0FxE3RbUE8z65NS" - %} - {% - include "agent_resources", - title: "Hosting another Agent's open house checklist", - description : "Ensure the most successful search and tour experience for your buyer(s)", - link_description: "Download", - link: "https://drive.google.com/open?id=1WiSZYlPgo3xb2lwagSciy0QlhBtKx4UT" - %} - {% - include "agent_resources", - title: "Broker open house / Broker tour checklist", - description: "Suggested steps to help you prepare for a successful broker open house", - link_description: "Download", - link: "https://drive.google.com/open?id=1XodAS9woCcg3gJXapH7d6JQJv7345MRf" - %} - {% - include "agent_resources", - title: "How to ensure a smooth closing for your buyer", - description: "Suggested steps to ensure a smooth closing for your buyers", - link_description: "Download", - link: "https://drive.google.com/open?id=1d2I_nbTy5hGWp5Wk3W-ZfiRejJuALwcI" - %} - {% - include "agent_resources", - title: "Print advertising checklist", - description: "Suggested steps to develop a comprehensive print advertising plan to maximize business growth", - link_description: "Download", - link: "https://drive.google.com/file/d/1YBMQTB13YQ38tKMifBbyM88XWOtqODL7/view" - %} - {% - include "agent_resources", - title: "Pre- & post-listing presentation meeting checklist", - description: "Recommended steps ensure you have the most successful listing presentation", - link_description: "Download", - link: "https://drive.google.com/open?id=1SNeY6KYfwR3a8204SvFzJA1VBvnNN1Xq" - %} - {% - include "agent_resources", - title: "How to quickly get your listings on the market checklist", - description: "Get your listing on the market faster by following these key steps", - link_description: "Download", - link: "https://drive.google.com/open?id=1osgufx9U0A9MAihKPsNeTcz55NDRiB6s" - %} - - {% - include "agent_resources", - title: "How to build a strong social media presence checklist", - description: "Quick, actionable steps to help keep you organized and see success on social media", - link_description: "Download", - link: "https://drive.google.com/open?id=1999KTS6w4THm_pOLWPloPiwYrhdPJOMf" - %} - - {% - include "agent_resources", - title: "Advertising checklist", - description: "Plan your advertising strategy", - link_description: "Download", - link: "https://drive.google.com/file/d/12Z9T2acgtYdr2Gu9yj4oTh4_cQq39aSe/view" - %} - - {% - include "agent_resources", - title: "Offer process checklist", - description: "A comprehensive list outlining what to gather and how to present a comprehensive and compelling offer.", - link_description: "Download", - link: "https://drive.google.com/file/d/1juAF7SAAjnXywKmUczYJ1M-7aesS_i9o/view?usp=sharing" - %} - -
-
diff --git a/Custom_Templates/customer_templates/HowardHanna/_checklists_and_resources.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_checklists_and_resources.html.liquid deleted file mode 100644 index 5c698586..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_checklists_and_resources.html.liquid +++ /dev/null @@ -1,72 +0,0 @@ -{% if isHowardHanna %} -
-
-
-
-

Resources

-

- See below to download some of our most requested material and frequently asked questions. -
-

-
-
-
- -
-
-
-
-
-

-
-
-

-
-
-

-
-
-
-
- {% include "no_filter" %} -
-
-
- -{% elsif isAllenTate %} - -
-
-
-
-

Resources

-

- See below to download some of our most requested material and frequently asked questions. -
-

-
-
-
- -
-
-
-
-
-

-
-
-

-
-
-

-
-
-
-
- {% include "allen_tate_resources" %} -
-
-
-{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_course.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course.html.liquid deleted file mode 100644 index 21365b46..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_course.html.liquid +++ /dev/null @@ -1,130 +0,0 @@ -{% comment %} Logic to traverse courses and find total number of sections {% endcomment %} -{% assign total_activities = 0 %} -{%- for sections in course.published_sections -%} - {%- for activity in sections.activities -%} - {% capture total_activities %}{{ total_activities | plus:1 }}{% endcapture %} - {%- endfor -%} -{%- endfor -%} - -{% comment %} - There's no way to access a course's UID. We will obtain this by using string - manipulation on the cover_path URL which has a UID. - course.cover_path ~> /outline/{{id}}/cover -{% endcomment %} -{% assign course_path = course.cover_path | split: '/' %} -{% assign current_course_id = course_path[2] %} - -{% comment %} - Maps each course to a unique wistia video ID - 7y2g0qxeau - Dropshipping 101 - qo5788bbls - Print-on-demand - e9hnbvbf7d - Getting Started - 6g1xm0gjib - Sell online - ltclfpq7nt - Instagram - opg154519q - Product photography - u3blun0rzz - Email Marketing - a611upbzc3 - Design online store - bo4mzx19u6 - SEO - 7y64y9pmh4 - Basic Facebook Advertising - 7o0az46tem - Google Ads - ykp3huo7aw - Advanced Facebook Advertising - kb70y48ybt - Goal Setting with Daymond John -{% endcomment %} -{% assign wistia_video_map = - ' - bjd91jww | 7y2g0qxeau , - ozhqhnlz | qo5788bbls , - la8hxhth | e9hnbvbf7d , - ydidcycm | 6g1xm0gjib , - uyoyzb1a | ltclfpq7nt , - 0bx4ha83 | opg154519q , - v9fhhpjh | u3blun0rzz , - e1wjgvk5 | a611upbzc3 , - srhueoa4 | bo4mzx19u6 , - 8yt4tqt9 | 7y64y9pmh4 , - rx4dopwc | 7o0az46tem , - qk3vorxv | ykp3huo7aw , - ysr17oj6 | kb70y48ybt , - ' -%} - -{% assign course_wistia_video_id = '' %} -{% assign wistia_element = wistia_video_map | split: ',' %} -{%- for course in wistia_element -%} - - {% comment %} - Capture will convert the array element into an array and strip is used - to remove the blank space characters for string comparison - {% endcomment %} - {% assign course_element = course | split: '|' %} - - {%- capture course_id -%} - {{ course_element[0] | strip }} - {%- endcapture -%} - - {%- if course_id == current_course_id -%} - {% assign course_wistia_video_id = course_element[1] %} - {%- endif -%} -{%- endfor -%} - -
-{% if course.ribbon %} -
- {{ course.ribbon }} -
- {% endif %} - - - - -
-

{{ course.name }}

-

- {{ course.short_description }} - -

-
- -
-
-

Total modules

-
-
-

{{ course.published_sections.count }}

-
-
-
- -
-
- Total activities -
-
- {{ total_activities }} -
-
-
- -
-
- {%- if course.progress_text == '0% Complete'-%} - - Start Course - - - - {%- else -%} - - Continue Course - - {{ course.progress_text }} - {%- endif -%} -
-
-
diff --git a/Custom_Templates/customer_templates/HowardHanna/_course_category.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course_category.html.liquid deleted file mode 100644 index 4ab67e67..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_course_category.html.liquid +++ /dev/null @@ -1,21 +0,0 @@ -{%- for course in courses -%} - {% if course.course_category_names contains category_name %} -
-
-

- {{category_name}}

-
- -
- - - - {%break%} - {%- endif -%} -{%- endfor -%} diff --git a/Custom_Templates/customer_templates/HowardHanna/_course_library.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course_library.html.liquid deleted file mode 100644 index 4f0c40b5..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_course_library.html.liquid +++ /dev/null @@ -1,472 +0,0 @@ - - - - - - -
- {% include 'my_content_header' %} - {%- assign courses = my_content.courses -%} - - {% if isRandRealty %} - {% - include 'course_category', - category_name: "Howard Hanna | Rand Realty", - iterator: "27", - category_id: "HowardHannaVerticalLineRandRealty" - %} - - {% - include 'course_category', - category_name: "HH|RR New Agent", - iterator: "28", - category_id: "HHRRNewAgent" - %} - - {% - include 'course_category', - category_name: "HH|RR Agent Support", - iterator: "29", - category_id: "HHRRAgentSupport" - %} - - {% - include 'course_category', - category_name: "HH|RR Manager", - iterator: "30", - category_id: "HHRRManager" - %} - - {% - include 'course_category', - category_name: "HH|RR Hanna Rand Advantage", - iterator: "36", - category_id: "HHRRAdvantage" - %} - - {% - include 'course_category', - category_name: "HH|RR Coaching & Mastermind", - iterator: "35", - category_id: "HHRRCoachingMastermind" - %} - - {% - include 'course_category', - category_name: "HH|RR CORE Companion", - iterator: "31", - category_id: "HHRRCORECompanion" - %} - - {% - include 'course_category', - category_name: "HH|RR Certification", - iterator: "37", - category_id: "HHRRCertification" - %} - - {% - include 'course_category', - category_name: "HH|RR Marketing Your Business", - iterator: "34", - category_id: "HHRRMarketingYourBusiness" - %} - - {% - include 'course_category', - category_name: "HH|RR Sales Skills", - iterator: "32", - category_id: "HHRRSalesSkills" - %} - - {% - include 'course_category', - category_name: "HH|RR Tech Toolbox", - iterator: "38", - category_id: "HHRRTechToolbox" - %} - - - {% endif %} - - {% if isHowardHanna %} - {% - include 'course_category', - category_name: "Agent Fundamentals for the Newly Licensed", - iterator: "1", - category_id: "AgentFundamentalsForTheNewlyLicensed" - %} - - {% - include 'course_category', - category_name: "Career Development: Sales, Planning & More", - iterator: "2", - category_id: "CareerDevelopmentSalesPlanningAndMore" - %} - - {% - include 'course_category', - category_name: "Hanna Advantage & Value Proposition", - iterator: "3", - category_id: "HannaAdvantageAndValueProposition" - %} - - - {% if current_person.properties.access_level == 'region-admin' or - current_person.properties.access_level == 'office-owner' or - current_person.properties.access_level == 'Global Admin in Moxiworks' or - current_person.properties.access_level == 'Regional Manager' or - current_person.properties.access_level == 'Sales Office Manager' or - current_person.properties.access_level == 'Corporate Manager' or - current_person.properties.access_level == 'manager' - %} - {% - include 'course_category', - category_name: "Howard Hanna Management", - iterator: "4", - category_id: "HowardHannaManagement" - %} - {% endif %} - - - {% - include 'course_category', - category_name: "H-Suite Tech Tools", - iterator: "5", - category_id: "HSuiteTechTools" - %} - - {% - include 'course_category', - category_name: "Marketing Skills and Strategies", - iterator: "6", - category_id: "MarketingSkillsAndStrategies" - %} - - {% - include 'course_category', - category_name: "Support Staff Development", - iterator: "7", - category_id: "SupportStaffDevelopment" - %} - - {% - include 'course_category', - category_name: "Technical Support", - iterator: "8", - category_id: "TechnicalSupport" - %} - {% elsif isAllenTate %} - {% - include 'course_category', - category_name: "Allen Tate Certifications", - iterator: "14", - category_id: "AllenTateCertifications" - %} - - {% - include 'course_category', - category_name: "Allen Tate Advantage", - iterator: "15", - category_id: "AllenTateAdvantage" - %} - - {% - include 'course_category', - category_name: "Lead Generation", - iterator: "16", - category_id: "LeadGeneration" - %} - - {% - include 'course_category', - category_name: "Most Recent Tate Webinars", - iterator: "26", - category_id: "MostRecentTateWebinars" - %} - - {% - include 'course_category', - category_name: "Marketing Skills and Strategies", - iterator: "17", - category_id: "MarketingSkillsandStrategies" - %} - - {% - include 'course_category', - category_name: "Business Generation Suite", - iterator: "18", - category_id: "BusinessGenerationSuite" - %} - - {% - include 'course_category', - category_name: "Working with Buyers", - iterator: "19", - category_id: "WorkingwithBuyers" - %} - - {% - include 'course_category', - category_name: "Working with Sellers", - iterator: "20", - category_id: "WorkingwithSellers" - %} - - {% - include 'course_category', - category_name: "Luxury Homes", - iterator: "21", - category_id: "LuxuryHomes" - %} - - {% - include 'course_category', - category_name: "Family of Companies & Our Partners", - iterator: "22", - category_id: "FamilyofCompanies" - %} - - {% - include 'course_category', - category_name: "Health & Wellness", - iterator: "23", - category_id: "Health" - %} - - {% - include 'course_category', - category_name: "Allen Tate Leadership", - iterator: "24", - category_id: "AllenTateLeadership" - %} - - {% - include 'course_category', - category_name: "Real Estate Essentials", - iterator: "11", - category_id: "RealEstateEssentials" - %} - - {% - include 'course_category', - category_name: "Staff Development", - iterator: "25", - category_id: "Staff Development" - %} - {% endif %} -
- - - - - - diff --git a/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_alert.html.liquid deleted file mode 100644 index 03e245ab..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_alert.html.liquid +++ /dev/null @@ -1,7 +0,0 @@ -{% if courses.include_courses_to_restart? %} - -{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_popup.html.liquid deleted file mode 100644 index 71795884..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_course_version_outdated_popup.html.liquid +++ /dev/null @@ -1,33 +0,0 @@ -
-
- - -
-
diff --git a/Custom_Templates/customer_templates/HowardHanna/_double_url_resources.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_double_url_resources.html.liquid deleted file mode 100644 index b293269a..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_double_url_resources.html.liquid +++ /dev/null @@ -1,27 +0,0 @@ -
-
-
-
-

- {{ title }} -

-
-
- -
-

{{ description }}

-
- -
-
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_events.html copy.liquid b/Custom_Templates/customer_templates/HowardHanna/_events.html copy.liquid deleted file mode 100644 index bb4bfb5d..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_events.html copy.liquid +++ /dev/null @@ -1,22 +0,0 @@ -
-

{% t .my_events %}

- - - {% if current_person.upcoming_registered_events.additional_sessions? %} -
- - {% t .show_all_events %} - {% t .show_fewer_events %} - -
- {% endif %} -
diff --git a/Custom_Templates/customer_templates/HowardHanna/_events.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_events.html.liquid deleted file mode 100644 index bb4bfb5d..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_events.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -
-

{% t .my_events %}

- - - {% if current_person.upcoming_registered_events.additional_sessions? %} -
- - {% t .show_all_events %} - {% t .show_fewer_events %} - -
- {% endif %} -
diff --git a/Custom_Templates/customer_templates/HowardHanna/_events_empty.html copy.liquid b/Custom_Templates/customer_templates/HowardHanna/_events_empty.html copy.liquid deleted file mode 100644 index c4138ab9..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_events_empty.html copy.liquid +++ /dev/null @@ -1,9 +0,0 @@ -
-

{% t .title %}

- - - {% t .button %} - -
diff --git a/Custom_Templates/customer_templates/HowardHanna/_events_empty.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_events_empty.html.liquid deleted file mode 100644 index 5f735736..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_events_empty.html.liquid +++ /dev/null @@ -1,33 +0,0 @@ -
-

{% t .title %}

- - - {% t .button %} - -
- -{% for group in current_person.groups %} - {% if group.enrollment_code == "176629fa82da1d03f3d58c81e751e61b9836a46d" %} - {% include "styles_hh" %} - {% elsif group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} - {% include "styles_at" %} - - {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or - group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} - {% include "styles_hh" %} - {% endif %} -{% endfor %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html copy.liquid b/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html copy.liquid deleted file mode 100644 index fa8fe93c..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html copy.liquid +++ /dev/null @@ -1,24 +0,0 @@ -
  • - {% if event.logmein? %} - {% if event.pending? %} - Pending - {% elsif event.waiting? %} - Waiting - {% endif %} - {{ event.starts_at }} {% t .is_your %} {{ event.title }} {% t .event_held_online %} -
    - {% t .join %} -
    - {% endif %} - {% if event.internal? %} - {{ event.starts_at }} {% t .is_your %} {{ event.title }} - {% if event.location_name %} - {% t .event_held_in %} {{ event.room_name }} {% t .at %} {{ event.location_name }} - {% endif %} - {% if event.session_url %} -
    - {% t .join %} -
    - {% endif %} - {% endif %} -
  • diff --git a/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html.liquid deleted file mode 100644 index fa8fe93c..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_events_list_item.html.liquid +++ /dev/null @@ -1,24 +0,0 @@ -
  • - {% if event.logmein? %} - {% if event.pending? %} - Pending - {% elsif event.waiting? %} - Waiting - {% endif %} - {{ event.starts_at }} {% t .is_your %} {{ event.title }} {% t .event_held_online %} -
    - {% t .join %} -
    - {% endif %} - {% if event.internal? %} - {{ event.starts_at }} {% t .is_your %} {{ event.title }} - {% if event.location_name %} - {% t .event_held_in %} {{ event.room_name }} {% t .at %} {{ event.location_name }} - {% endif %} - {% if event.session_url %} -
    - {% t .join %} -
    - {% endif %} - {% endif %} -
  • diff --git a/Custom_Templates/customer_templates/HowardHanna/_filters.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_filters.html.liquid deleted file mode 100644 index 3521bd2f..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_filters.html.liquid +++ /dev/null @@ -1,24 +0,0 @@ -{% if current_school.filtering_enabled? and current_person.filterable_categories.count > 0 %} -
    - {% t .filter_by_category %}: - -
    -{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_footer.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_footer.html.liquid deleted file mode 100644 index ddd8804e..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_footer.html.liquid +++ /dev/null @@ -1,187 +0,0 @@ -{% assign rand_realty_groups = "8f637c703ec45ac5dec70ee9517155aa0d9775c2,613932dbeb1595c00b78de8d1860a3bfdb479b22,176629fa82da1d03f3d58c81e751e61b9836a46d,91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb,e9d26fef9adb61c4b523a273aba18c35d40b7a94,a468fb6f64f5af9757d7f60891d2240c7ea43c1e,9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e,32ada17825448e171287f0c7625e2ad1ed051b0f" | split:","%} -{% assign isAllenTate = false %} -{% assign isHowardHanna = false %} -{% assign isRandRealty = false %} -{% for group in current_person.groups %} - {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} - {% assign isAllenTate = true %} - {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or - group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} - {% assign isHowardHanna = true %} - {% elsif rand_realty_groups contains group.enrollment_code %} - {% assign isRandRealty = true %} - {% endif %} -{% endfor %} - -{% if isAllenTate %} - {% include "styles_at" %} -{% elsif isHowardHanna %} - {% include "styles_hh" %} -{% elsif isRandRealty %} - {% include "styles_rand" %} -{% endif %} - -{% if isAllenTate %} - -{% endif %} - -{% unless isRandRealty %} - -{% else %} - {% include 'footer_rand' %} -{% endunless %} - - - - - - - - - diff --git a/Custom_Templates/customer_templates/HowardHanna/_footer_rand.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_footer_rand.html.liquid deleted file mode 100644 index 2f8cb2ca..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_footer_rand.html.liquid +++ /dev/null @@ -1,60 +0,0 @@ - - - - - diff --git a/Custom_Templates/customer_templates/HowardHanna/_head.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_head.html.liquid deleted file mode 100644 index 4f4adea8..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_head.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ - - - -{% if current_school.has_custom_styles? %} - -{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/_header.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_header.html.liquid deleted file mode 100644 index 7ee6ffb2..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_header.html.liquid +++ /dev/null @@ -1,37 +0,0 @@ -{%- comment -%} - BHG Rand Realty - Mortgage 8f637c703ec45ac5dec70ee9517155aa0d9775c2 - Howard Hanna | Rand Realty 613932dbeb1595c00b78de8d1860a3bfdb479b22 - Howard Hanna Rand Realty 176629fa82da1d03f3d58c81e751e61b9836a46d - Howard Hanna Rand Realty Admins 91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb - Howard Hanna Rand Realty Management e9d26fef9adb61c4b523a273aba18c35d40b7a94 - Rand Commercial - New City a468fb6f64f5af9757d7f60891d2240c7ea43c1e - RAND - Jersey City Journal Square 9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e - Rand Social Media Boot Camp 2022 32ada17825448e171287f0c7625e2ad1ed051b0f -{%- endcomment -%} - - -{% assign rand_realty_groups = "8f637c703ec45ac5dec70ee9517155aa0d9775c2,613932dbeb1595c00b78de8d1860a3bfdb479b22,176629fa82da1d03f3d58c81e751e61b9836a46d,91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb,e9d26fef9adb61c4b523a273aba18c35d40b7a94,a468fb6f64f5af9757d7f60891d2240c7ea43c1e,9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e,32ada17825448e171287f0c7625e2ad1ed051b0f" | split:","%} -{% assign isAllenTate = false %} -{% assign isHowardHanna = false %} -{% assign isRandRealty = false %} -{% for group in current_person.groups %} - {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} - {% assign isAllenTate = true %} - {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or - group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} - {% assign isHowardHanna = true %} - {% elsif rand_realty_groups contains group.enrollment_code %} - {% assign isRandRealty = true %} - {% endif %} -{% endfor %} - - -{% for group in current_person.groups %} - {% if isHowardHanna %} - {% include "header_hh" %} - {% elsif isAllenTate %} - {% include "header_at" %} - {% elsif isRandRealty %} - {% include "header_rand" %} - {% endif %} -{% endfor %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_header_at.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_header_at.html.liquid deleted file mode 100644 index c1e4c8bb..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_header_at.html.liquid +++ /dev/null @@ -1,525 +0,0 @@ -
    -
    - {%- assign courses = my_content.courses -%} - -
    -
    - -{% search %} - -{% endsearch %} - -{% catalog_search %} - -{% endcatalog_search %} - -
    -
    - -
    -
    - - diff --git a/Custom_Templates/customer_templates/HowardHanna/_header_hh.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_header_hh.html.liquid deleted file mode 100644 index 3e1414d7..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_header_hh.html.liquid +++ /dev/null @@ -1,574 +0,0 @@ -
    -
    - {%- assign courses = my_content.courses -%} - -
    -
    - -{% search %} - -{% endsearch %} - -{% catalog_search %} - -{% endcatalog_search %} - -
    -
    - -
    -
    - - diff --git a/Custom_Templates/customer_templates/HowardHanna/_header_rand.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_header_rand.html.liquid deleted file mode 100644 index a590fcf6..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_header_rand.html.liquid +++ /dev/null @@ -1,401 +0,0 @@ -
    -
    - {%- assign courses = my_content.courses -%} - -
    -
    - -{% search %} - -{% endsearch %} - -{% catalog_search %} - -{% endcatalog_search %} - -
    -
    - -
    -
    - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_hero_image.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_hero_image.html.liquid deleted file mode 100644 index e280af8a..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_hero_image.html.liquid +++ /dev/null @@ -1,14 +0,0 @@ -
    - -
    -
    -
    -
    - -
    - -{% if isAllenTate %} - -{% elsif isHowardHanna or isRandRealty %} - -{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_learning_path.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_learning_path.html.liquid deleted file mode 100644 index c79788d0..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_learning_path.html.liquid +++ /dev/null @@ -1,38 +0,0 @@ -
  • -
    -
    - {% if current_person.enrolled_in_learning_path? %} - - - - {% else %} - - - - {% endif %} -
    - {% if current_school.filtering_enabled? and current_school.learning_paths_enabled? %} - - {{ learning_path.learning_path_category_names }} - - {% endif %} -

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

    -

    {{ learning_path.instructor_names }}

    -

    {{ learning_path.progress_text }}

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

    - {{ learning_path.certificate_name }} -

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

    {% t .headline %}

    -

    {% t .description %}

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

    {% t .title %}

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

    {{ learning_path.name }}

    -
    - -
    -
    -
    - -
    -
    - -
    -

    {% t .about_label %}

    -

    {{ learning_path.description }}

    - {% if learning_path.has_instructors? %} -

    {{ learning_path.instructors_title }}

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

    {{ instructor.name }}

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

    {{ learning_path.progress_text }}

    - {{ learning_path.progress_bar }} - -

    {% t .outline_label %}

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

    {% 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/HowardHanna/_marketing.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_marketing.html.liquid deleted file mode 100644 index bb8e919c..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_marketing.html.liquid +++ /dev/null @@ -1,134 +0,0 @@ - -
    -
    - {% - include "agent_resources", - title: "How to quickly get your listings on the market checklist", - description: "Get your listing on the market faster by following these key steps *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=1osgufx9U0A9MAihKPsNeTcz55NDRiB6s" - %} - - - {% - include "agent_resources", - title: "How to build a strong social media presence checklist", - description: "Quick, actionable steps to help keep you organized and see success on social media *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=1999KTS6w4THm_pOLWPloPiwYrhdPJOMf" - %} - - {% - include "agent_resources", - title: "hh digital ads for Facebook handbook", - description: "Best practices for running a Digital Ad to promote your listing on Facebook *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=1AviPzxKfdwNAzfToH8pZLcVIIcwCbbMk" - %} - {% - include "agent_resources", - title: "Email marketing calendar template", - description: "Template for planning your monthly email marketing content *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/a/urbanhh.com/file/d/1U8PAsA6RKkOGaqrBTQiEf6sNV7my8XUn/view?usp=sharing" - %} - {% - include "agent_resources", - title: "How much should you be spending on your direct mail? ", - description: "Guidance for how much you should be spending on direct mail for each listing *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=1X9yQaVCSYkF63vJ5AHOmD-FbyRD9a9TD" - %} - {% - include "agent_resources", - title: "How much should you be spending on social media?", - description: "Guidance for how much you should be spending on social media for each listing *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=14_KAJTwMj8sydCjzHZdkvnwo_TX2n5TV" - %} - {% - include "agent_resources", - title: "How to request a client testimonial", - description: "Collect strong testimonials from your clients to power your marketing *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=1N2EH5oQ3TcrAk5Zvqo26PT0RVz9IPngL" - %} - {% - include "agent_resources", - title: "Social media handbook", - description: "Learn how to use social media effectively, including best practices and examples *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=1MHItmu5eLKlZ2ai3fE3HhrcFOy52hXIC" - %} - {% - include "agent_resources", - title: "How much should you spend on your video marketing?", - description: "Plan how much you should be spending on video marketing *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=1jvrlGY7AjVitQJdLQdu7NfLYUOTF5-Sl" - %} - {% - include "agent_resources", - title: "hh listing video style guide", - description: "Use this style guide to ensure you are creating beautiful and impactful listing videos *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=14rrfidRdFU-_CgcCM4iz7V3pJKgOECgw" - %} - {% - include "agent_resources", - title: "hh Agent video brand guidelines", - description: "Use this style guide to ensure you are creating beautiful and impactful personal brand videos *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=1CYSwtKisw7nUtoZhv5Lbyk05ExpqAYA_" - %} - {% - include "agent_resources", - title: "Advertising checklist", - description: "Plan your advertising strategy *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=12Z9T2acgtYdr2Gu9yj4oTh4_cQq39aSe" - %} - {% - include "agent_resources", - title: "Define Your advertising goals", - description: "Identify your advertising goals to better plan and create your annual advertising strategy *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=1yMOch3HN1pmH0S7LRryweQhNOI8wKMHr" - %} - {% - include "agent_resources", - title: "How much should you spend on your advertising?", - description: "Guide to planning how much to spend on listing advertising *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=1K3jURqeryH8gDBvkvt6EkLENIzT9pL1N" - %} - {% - include "agent_resources", - title: "How to take better listing photographs", - description: "Use this one-sheet to ensure you are getting the best photos during your next listing photoshoot *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=1T-nY5YPDcbbMYEoWzZ93xTnYJLdZ0o3S" - %} - {% - include "agent_resources", - title: "Marketing top 12 to-do's", - description: "Use this list of the top 12 marketing best practices to grow your business *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=1kbJKt_GoisBgu4D2Cn-KI3q124nu9dTK" - %} - {% - include "agent_resources", - title: "Template for annual marketing plan", - description: "Template to plan and prioritize your annual spend for both brand and listing advertising *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=1is7cWenO6_E7-wcwCNfweOAsQq_hkqmO" - %} - {% - include "agent_resources", - title: "Advertising budget template", - description: "Template to plan and prioritize your annual budget for both brand and listing advertising *For hh agents only*", - link_description: "Download", - link: "https://drive.google.com/open?id=14kz6wle3avf9HDsOn_UDbtOauP0kXsxj" - %} -
    -
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_my_content_header.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_my_content_header.html.liquid deleted file mode 100644 index 428eab15..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_my_content_header.html.liquid +++ /dev/null @@ -1,18 +0,0 @@ -
    -
    -

    Course Library

    - {% for group in current_person.groups %} - {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} -

    - Allen Tate's platform for on-demand, self-paced personal and professional development. -

    - {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or - group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" or - group.enrollment_code == "176629fa82da1d03f3d58c81e751e61b9836a46d"%} -

    - Howard Hanna's platform for on-demand, self-paced personal and professional development. -

    - {% endif %} - {% endfor %} -
    -
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_my_paths.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_my_paths.html.liquid deleted file mode 100644 index 56a914a1..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_my_paths.html.liquid +++ /dev/null @@ -1,22 +0,0 @@ -
    -

    {{ my_content.learning_paths_headline }}

    -

    {{ my_content.learning_paths_subheadline }}

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

      {{ my_content.empty_learning_paths }}

      - {% endif %} -
    -
    -
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_no_filter.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_no_filter.html.liquid deleted file mode 100644 index bfcf9390..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_no_filter.html.liquid +++ /dev/null @@ -1,132 +0,0 @@ - -
    -
    - {% - include "agent_resources", - title: "New Agent Checklist", - description: "A checklist of what to do when you don’t know where to start.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/16a3dd4d-0b33-49f2-9d77-ea59e332bedb" - %} - {% - include "agent_resources", - title: "Fast Start eBook", - description: "Complete this workbook for help with starting your business.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/dc4fd154-cc9b-4831-84a3-7f7480987ef6" - %} - {% - include "agent_resources", - title: "Fast Start Calendar", - description: "View the Fast Start schedule for the entire year.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/5f05ccd2-d257-4209-80da-e808ca9f2af5" - %} - {% - include "agent_resources", - title: "Tools in a Nutshell", - description: "Helpful guide to all the Howard Hanna Tools and knowing where to start.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/7150ba05-b175-4554-b37f-44cafcc31b26" - %} - {% - include "agent_resources", - title: "Cultivating and Growing Your Sphere", - description: "Categories to trigger who your Sphere (Center) of Influence is.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/9776a9fe-be29-4c32-bf82-19206ea7b448" - %} - {% - include "agent_resources", - title: "How to Contact IT", - description: "How to contact our IT Department for help!", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/0b7d66c5-7f03-4281-a60e-a1a548f84d8a" - %} - {% - include "agent_resources", - title: "Engage Flow Chart", - description: "Your flowchart for how information gets into your Engage CRM.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/7869c642-0622-469a-8542-d886c5ecc8d2" - %} - {% - include "agent_resources", - title: "Open House Checklist", - description: "From listing agreement to after the open house this checklist will walk you through everything step by step to increase your business opportunity.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/7ec02b5e-d12d-4160-909e-7a96d682b954" - %} - {% - include "agent_resources", - title: "How to Use the HH Platforms and Specific Tools", - description: "A guide for which platform to use during every step of the buying and selling process.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/4d0b5151-17ec-49ba-a422-6686c2c04bb8" - %} - {% - include "agent_resources", - title: "Buyer-Seller Responsibilities", - description: "A flowchart image to walk a buyer or seller through their responsibilities during the process.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/7fa9a388-1c35-45d2-bad2-58060d9e7d7d" - %} - {% - include "agent_resources", - title: "Getting Started with Your HH Mobile App", - description: "Download and share your Howard Hanna Agent Mobile App.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/5524b67b-755a-4347-ae68-630bd97519d9" - %} - {% - include "agent_resources", - title: "Things to Do When There is Nothing to Do", - description: "Use these simple techniques to keep building business opportunities - even when time is short.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/ba08e05b-7672-46fb-9237-ee266add1436" - %} - {% - include "agent_resources", - title: "Have You Done Ten", - description: "How is your business? Do 10 of these items this week to keep your business growing!", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/c7b687d1-63f8-4674-9f8c-101f22b962ea" - %} - {% - include "agent_resources", - title: "Buyside Flow Chart", - description: "Capture all your buyer data, from these Howard Hanna sources and effectively use it to attract more sellers, win more listings and close more transaction sides in house.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/354cbb64-baf2-4ee0-8abd-7525d47c2529" - %} - {% - include "agent_resources", - title: "Your Road Map to Market Differentiation for Buyers and Sellers", - description: "The Howard Hanna platform and tools you need to drive your business!", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/77ac8bc6-39ad-48c7-83f2-41784b2ca7a5" - %} - {% - include "agent_resources", - title: "Business Planning Form", - description: "Take a few minutes to plan out your business goals - and watch just how productive you will become!", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/278bd515-7eae-4690-b0d3-13a9a8c2d184" - %} - {% - include "agent_resources", - title: "Excel Templates", - description: "Click here to download excel templates for the different tools.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/64d672d5-7cb5-4c01-b09d-f5ef56a235c3" - %} - {% - include "agent_resources", - title: "Guest Network Passwords", - description: "Check here for the guest wifi's (hh-guest) monthly password. User name is guest.", - link_description: "Download this Resource", - link: "https://www.hannauniversity.com/courses/a8d8adfc-130a-402a-b214-10c5130433b3/activities/5d43677a-8ea2-439a-afa4-89551d1c22bf" - %} - -
    -
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_openHouses.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_openHouses.html.liquid deleted file mode 100644 index 3f1ec0a3..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_openHouses.html.liquid +++ /dev/null @@ -1,36 +0,0 @@ - -
    -
    - {% - include "agent_resources", - title: "Livestream open house checklist", - description: "Recommended steps and best practices for hosting a livestream open house through the hh platform.", - link_description: "Download", - link: "https://drive.google.com/file/d/1_RlabQgoU0Oebg8tYlZFEXt72tf9O-Re/view?usp=sharing" - %} - {% - include "agent_resources", - title: "Open house checklist", - description: "Conduct your next open house with ease by following these steps shared by top hh agents", - link_description: "Download", - link: "https://drive.google.com/open?id=1QmtDkF3a8-_HkMtSCe1uJt9Kc9AJAWYS" - %} - - {% - include "agent_resources", - title: "Hosting another agent's open house checklist", - description : "Ensure the most successful search and tour experience for your buyer(s)", - link_description: "Download", - link: "https://drive.google.com/open?id=1WiSZYlPgo3xb2lwagSciy0QlhBtKx4UT" - %} - {% - include "agent_resources", - title: "Broker open house / Broker tour checklist", - description: "Suggested steps to help you prepare for a successful broker open house", - link_description: "Download", - link: "https://drive.google.com/open?id=1XodAS9woCcg3gJXapH7d6JQJv7345MRf" - %} - - -
    -
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_recordings.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_recordings.html.liquid deleted file mode 100644 index 71d4a9ef..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_recordings.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ -
    -
    - -
    -

    - {{ title }} -

    -
    - {{ card_arrow }} -
    -
    -

    {{ description }}

    -
    -
    -

    {{ topic }}

    -
    -
    -
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_search_form.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_search_form.html.liquid deleted file mode 100644 index 679d3cd4..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_search_form.html.liquid +++ /dev/null @@ -1,19 +0,0 @@ - diff --git a/Custom_Templates/customer_templates/HowardHanna/_styles_at.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_styles_at.html.liquid deleted file mode 100644 index 530ebb74..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_styles_at.html.liquid +++ /dev/null @@ -1,7841 +0,0 @@ - diff --git a/Custom_Templates/customer_templates/HowardHanna/_styles_hh.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_styles_hh.html.liquid deleted file mode 100644 index bb0d0c2d..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_styles_hh.html.liquid +++ /dev/null @@ -1,7830 +0,0 @@ - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_styles_rand.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_styles_rand.html.liquid deleted file mode 100644 index 398be8cc..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_styles_rand.html.liquid +++ /dev/null @@ -1,7799 +0,0 @@ - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_training_event.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_training_event.html.liquid deleted file mode 100644 index 5b8a9f36..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_training_event.html.liquid +++ /dev/null @@ -1,44 +0,0 @@ -
  • -
    -
    -
    -
    {{ training_event.title }}
    -
    {{ training_event.type }}
    -
    -
    -
    -
    -
      - {% for session in training_event.sessions limit: 3 %} - {% include "training_session", session: session, offset: 0, class_name: "" %} - {% endfor %} - - {% for session in training_event.sessions offset: 3 %} - {% include "training_session", session: session, offset: 3, class_name: "hideable uk-hidden" %} - {% endfor %} -
    - {% if training_event.sessions.size > 3 %} - - {% t .view_more %} - {% t .collapse %} - - {% endif %} -
    -
    -
    -
  • \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_training_session.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_training_session.html.liquid deleted file mode 100644 index 6515f891..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_training_session.html.liquid +++ /dev/null @@ -1,29 +0,0 @@ -
  • - -
    - {% t .name %} {{ forloop.index | plus: offset }} - - {{session.registration_status}} - - {% for group in current_person.groups %} - {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} - - {{ session.session_date }} - - {% endif %} - {% endfor %} -
    - - VIEW - -
  • \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_upcoming_webinars.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_upcoming_webinars.html.liquid deleted file mode 100644 index 072f8e38..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_upcoming_webinars.html.liquid +++ /dev/null @@ -1,16 +0,0 @@ -
    - -
    - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_virtual_workshops.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_virtual_workshops.html.liquid deleted file mode 100644 index 3f672a3e..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_virtual_workshops.html.liquid +++ /dev/null @@ -1,93 +0,0 @@ -{% if isAllenTate %} -
    -
    -
    -
    -

    Events

    -

    - Your access to scheduled, live class registration. Attend a live class delivered anywhere! Register now, right here! -

    -

    -
    - {% if training_events.empty? %} -
    -

    {% t .no_events %}

    -

    {% t .check_later %}

    -
    - {% else %} -
    -
    -
      - {% for training_event in training_events %} - {% include "training_event" training_event = training_event %} - {% endfor %} -
    -
    -
    - {% endif %} -
    -
    -
    -
    -
    - -{% elsif isHowardHanna %} -
    -
    -
    -
    -

    Virtual Workshops

    -

    - Your access to scheduled, live class registration. Attend a live class delivered anywhere! Register now, right here! -

    -

    -
    - {% if training_events.empty? %} -
    -

    There are no upcoming events

    -

    check back again later.

    -
    - {% else %} -
    -
    -
      - {% for training_event in training_events %} - {% include "training_event" training_event = training_event %} - {% endfor %} -
    -
    -
    - {% endif %} -
    -
    -
    -
    -
    - -{% elsif isRandRealty %} -
    -
    -
    -
    -

    Virtual Workshops

    -

    - Your access to scheduled, live class registration. Attend a live class delivered anywhere! Register now, right here! -

    -

    -
    -
    -
    -
      - {% for training_event in training_events %} - {% include "training_event" training_event = training_event %} - {% endfor %} -
    -
    -
    -
    - -
    -
    -
    -
    -{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/_winEveryListing.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_winEveryListing.html.liquid deleted file mode 100644 index fd8c2a90..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_winEveryListing.html.liquid +++ /dev/null @@ -1,45 +0,0 @@ - -
    -
    - {% - include "agent_resources", - title: "Pre- & post-listing presentation meeting checklist", - description: "Recommended steps ensure you have the most successful listing presentation", - link_description: "Download", - link: "https://drive.google.com/open?id=1SNeY6KYfwR3a8204SvFzJA1VBvnNN1Xq" - %} - {% - include "agent_resources", - title: "Four ways to attract a tech-savvy client", - description: "Brush up on your top talking points for a listing presentation with a tech-savvy seller", - link_description: "Download", - link: "https://drive.google.com/open?id=1AviPzxKfdwNAzfToH8pZLcVIIcwCbbMk" - %} - - {% - include "agent_resources", - title: "Three reasons why sellers in a luxury market should choose to work with hh", - description: "Brush up on your top talking points for a listing presentation with an affluent seller", - link_description: "Download", - link: "https://drive.google.com/file/d/1xsvjtU9Lu1QBrdi3ZbpQQTtISPvGQDom/view" - %} - - {% - include "agent_resources", - title: "Three ways hh elevates your value as an agent", - description: "Resource for summarizing the incredible advantages hh agents have for a potential client", - link_description: "Download", - link: "https://drive.google.com/open?id=1WRyvp0g7rRB7lEY7PW6C0aYs-HRMnjFM" - %} - {% - include "agent_resources", - title: "Three ways to sell hh' marketing offering", - description: "Define your top talking points for sellers who value marketing above all else", - link_description: "Download", - link: "https://drive.google.com/open?id=1W2-gwvGkh76dKmixvz_45y5j654AcXkR" - %} - - - -
    -
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_workingWithBuyers.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_workingWithBuyers.html.liquid deleted file mode 100644 index debabc66..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_workingWithBuyers.html.liquid +++ /dev/null @@ -1,34 +0,0 @@ - -
    -
    - {% - include "agent_resources", - title: "Buyer Consultation Checklist", - description: "Plan and prioritize each step needed to best assist buyers during the home purchase process", - link_description: "Download", - link: "https://drive.google.com/open?id=1xe31zfqnCooVyimo7BCVHjt9IchLQVNu" - %} - {% - include "agent_resources", - title: "Buyer Search Process Checklist", - description: "Plan and prioritize each step of working with a Buyer client through their home sale", - link_description: "Download", - link: "https://drive.google.com/open?id=1O-xKez0jf0bb3NQ0g0FxE3RbUE8z65NS" - %} - {% - include "agent_resources", - title: "How to ensure a smooth closing for your Buyer", - description: "Suggested steps to ensure a smooth closing for your buyers", - link_description: "Download", - link: "https://drive.google.com/open?id=1d2I_nbTy5hGWp5Wk3W-ZfiRejJuALwcI" - %} - {% - include "agent_resources", - title: "Buyer Questionnaire", - description: "Questionnaire to guide planning and prioritization for each step of working with a Buyer client", - link_description: "Download", - link: "https://drive.google.com/open?id=17BXpFBrW44a1BMkUesXW-TfFhtjPrMjn" - %} - -
    -
    diff --git a/Custom_Templates/customer_templates/HowardHanna/_workshops_and_events_custom_page.html.liquid b/Custom_Templates/customer_templates/HowardHanna/_workshops_and_events_custom_page.html.liquid deleted file mode 100644 index 0a80e744..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/_workshops_and_events_custom_page.html.liquid +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/course_cover.html.liquid b/Custom_Templates/customer_templates/HowardHanna/course_cover.html.liquid deleted file mode 100644 index d8bc918d..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/course_cover.html.liquid +++ /dev/null @@ -1,199 +0,0 @@ - - -
    -
    - -
    - -
    - {% if current_school.logo_url %} - - - - - {% else %} - {{ current_school.name }} - {% endif %} -
    -
    - -{% if preview_banner %} - {{ preview_banner }} -{% endif %} - -
    - {% comment %} {% endcomment %} -

    {{ course.superscript }}

    - {% if course.learner_can_retake? %} -
    - -
    - {% else %} - {{ course.start_or_continue }} - - {% endif %} - - {% if current_school.filtering_enabled? %} -

    {{ course.course_category_names }}

    - {% endif %} -

    {{ course.name }}

    -
    - - -
    -
    - -

    {{ course.about_label }}

    -

    {{ course.full_description }}

    -
    - - {% if course.instructors.count > 0 %} -
    -

    {{ course.instructors_title }}

    - {% for instructor in course.instructors %} -
    -
    - {{ instructor.name }} -

    {{ instructor.name }}

    -
    {{ instructor.title }}
    -
    -
    {{ instructor.bio }}
    -
    - {% endfor %} -
    - {% endif %} - -
    - {{ upcoming_events }} -
    - - -
    - - {% if course.has_outline? %} -
    -

    {{ course.progress_title }}

    - {{ course.progress_bar }} - -

    {{ course.outline_label }}

    -
      - {% for section in learner_syllabus.sections %} -
    1. -

      {{ section.name }}

      - {% if section.will_be_published? %} -
      - {% t .scheduled_info %} {{ section.published_at }} -
      - {% else %} -
        - {% for activity in section.activities %} -
      1. - {% if activity.locked? %} - - {% if activity.milestone? %} - - {% endif %} - {{ activity.title }} - - {% else %} - - {% if activity.milestone? %} - - {% endif %} - {{ activity.title }} - - {% endif %} -
      2. - {% endfor %} -
      - {% endif %} -
    2. - {% endfor %} -
    -
    - {% endif %} -
    -
    - - - -{% for group in current_person.groups %} - {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} - - - {% endif %} -{% endfor %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/course_details.html.liquid b/Custom_Templates/customer_templates/HowardHanna/course_details.html.liquid deleted file mode 100644 index f1cb3d8a..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/course_details.html.liquid +++ /dev/null @@ -1,97 +0,0 @@ -
    -

    {{ course.name }}

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

    {{ course.outline_label }}

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

    {{ section.name }}

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

    {{ course.about_label }}

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

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

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

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

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

    {{ course_catalog.headline }}

    - - {% else %} -

    {{ course_catalog.headline_empty_collection }}

    - - {% endif %} -
    - {% endif %} -
    - -
    -
    diff --git a/Custom_Templates/customer_templates/HowardHanna/custom_javascript.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_javascript.html.liquid deleted file mode 100644 index e69de29b..00000000 diff --git a/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v1.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v1.html.liquid deleted file mode 100644 index e69de29b..00000000 diff --git a/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v2.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v2.html.liquid deleted file mode 100644 index e69de29b..00000000 diff --git a/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v3.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v3.html.liquid deleted file mode 100644 index 9dda623b..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/custom_javascript_v3.html.liquid +++ /dev/null @@ -1,224 +0,0 @@ - - -{% assign rand_realty_groups = "8f637c703ec45ac5dec70ee9517155aa0d9775c2,613932dbeb1595c00b78de8d1860a3bfdb479b22,176629fa82da1d03f3d58c81e751e61b9836a46d,91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb,e9d26fef9adb61c4b523a273aba18c35d40b7a94,a468fb6f64f5af9757d7f60891d2240c7ea43c1e,9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e,32ada17825448e171287f0c7625e2ad1ed051b0f" | split:","%} -{% assign isAllenTate = false %} -{% assign isHowardHanna = false %} -{% assign isRandRealty = false %} -{% for group in current_person.groups %} - {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} - {% assign isAllenTate = true %} - {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or - group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} - {% assign isHowardHanna = true %} - {% elsif rand_realty_groups contains group.enrollment_code %} - {% assign isRandRealty = true %} - {% endif %} -{% endfor %} - -{% capture uuids %}{% for course in my_content.courses %}{{ course.name}},{{ course.id }};{% endfor %}{% endcapture%} -{% if isAllenTate %} - - -{% endif %} - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/custom_page.html.liquid b/Custom_Templates/customer_templates/HowardHanna/custom_page.html.liquid deleted file mode 100644 index 57aeff68..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/custom_page.html.liquid +++ /dev/null @@ -1,20 +0,0 @@ -{% assign rand_realty_groups = "8f637c703ec45ac5dec70ee9517155aa0d9775c2,613932dbeb1595c00b78de8d1860a3bfdb479b22,176629fa82da1d03f3d58c81e751e61b9836a46d,91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb,e9d26fef9adb61c4b523a273aba18c35d40b7a94,a468fb6f64f5af9757d7f60891d2240c7ea43c1e,9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e,32ada17825448e171287f0c7625e2ad1ed051b0f" | split:","%} -{% assign isAllenTate = false %} -{% assign isHowardHanna = false %} -{% assign isRandRealty = false %} -{% for group in current_person.groups %} - {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} - {% assign isAllenTate = true %} - {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or - group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} - {% assign isHowardHanna = true %} - {% elsif rand_realty_groups contains group.enrollment_code %} - {% assign isRandRealty = true %} - {% endif %} -{% endfor %} - -{% if custom_page.content contains "this is calendar" %} - {% include "calendar_custom_page" %} -{% elsif custom_page.content contains "these are workshops and events" %} - {% include "workshops_and_events_custom_page" %} -{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/discover_events.html.liquid b/Custom_Templates/customer_templates/HowardHanna/discover_events.html.liquid deleted file mode 100644 index 49ccb96d..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/discover_events.html.liquid +++ /dev/null @@ -1,70 +0,0 @@ -{% assign rand_realty_groups = "8f637c703ec45ac5dec70ee9517155aa0d9775c2,613932dbeb1595c00b78de8d1860a3bfdb479b22,176629fa82da1d03f3d58c81e751e61b9836a46d,91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb,e9d26fef9adb61c4b523a273aba18c35d40b7a94,a468fb6f64f5af9757d7f60891d2240c7ea43c1e,9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e,32ada17825448e171287f0c7625e2ad1ed051b0f" | split:","%} -{% assign isAllenTate = false %} -{% assign isHowardHanna = false %} -{% assign isRandRealty = false %} -{% for group in current_person.groups %} - {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} - {% assign isAllenTate = true %} - {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or - group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} - {% assign isHowardHanna = true %} - {% elsif rand_realty_groups contains group.enrollment_code %} - {% assign isRandRealty = true %} - {% endif %} -{% endfor %} - -{% if isRandRealty %} - {% include "styles_rand" %} -{% elsif isAllenTate %} - {% include "styles_at" %} -{% elsif isHowardHanna %} - {% include "styles_hh" %} -{% endif %} - -
    -
    - {% if isHowardHanna %} -

    Live Virtual Workshops

    - {% elsif isRandRealty %} -

    Training & Events Calendar

    - {% elsif isAllenTate %} -

    Events

    - {% endif %} - -

    Your access to scheduled, live class registration. Attend a live class delivered anywhere! Register now, right here!


    -

    -
    - - {% if training_events.empty? %} - {% unless isRandRealty %} -
    -

    {% t .no_events %}

    -

    {% t .check_later %}

    -
    - {% endunless %} - {% else %} -
    -
    -
      - {% for training_event in training_events %} - {% include "training_event" training_event = training_event %} - {% endfor %} -
    -
    -
    - {% endif %} - - {% include 'calendar' %} -
    - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/HowardHanna/homepage.html.liquid b/Custom_Templates/customer_templates/HowardHanna/homepage.html.liquid deleted file mode 100644 index fa4541c8..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/homepage.html.liquid +++ /dev/null @@ -1,75 +0,0 @@ - - -{% assign rand_realty_groups = "8f637c703ec45ac5dec70ee9517155aa0d9775c2,613932dbeb1595c00b78de8d1860a3bfdb479b22,176629fa82da1d03f3d58c81e751e61b9836a46d,91ee3a2db2f3f8b71a9d6a2d664781c8ed10e5cb,e9d26fef9adb61c4b523a273aba18c35d40b7a94,a468fb6f64f5af9757d7f60891d2240c7ea43c1e,9a70c58d13cabfc6a1b3bf63f14caaaf097fc43e,32ada17825448e171287f0c7625e2ad1ed051b0f" | split:","%} -{% assign isAllenTate = false %} -{% assign isHowardHanna = false %} -{% assign isRandRealty = false %} -{% for group in current_person.groups %} - {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} - {% assign isAllenTate = true %} - {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or - group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} - {% assign isHowardHanna = true %} - {% elsif rand_realty_groups contains group.enrollment_code %} - {% assign isRandRealty = true %} - {% endif %} -{% endfor %} - -{% if isAllenTate %} - {% include "styles_at" %} -{% elsif isHowardHanna %} - {% include "styles_hh" %} -{% endif %} - -{% comment %} Hero Image {% endcomment %} -{% include 'hero_image' %} - -{%- comment -%} Virtual Workshops {%- endcomment -%} -{% if isAllenTate %} - {% include 'virtual_workshops' %} -{% endif %} - -{%- comment -%} Course Library {%- endcomment -%} -{% include 'course_library' %} - -{% if isHowardHanna or isRandRealty %} - {%- comment -%} Virtual Workshops {%- endcomment -%} - {% include 'virtual_workshops' %} -{% endif %} - -{%- comment -%} Calendar {%- endcomment -%} -{% include 'calendar' %} - -{%- comment -%} Resources {%- endcomment -%} -{% include 'checklists_and_resources' %} - -{% assign updated_at = current_person.properties.last_group_update | date: '%s'%} -{% assign date_to_compare = 4 | time_ago: "days" | date: '%s' %} -{% if updated_at < date_to_compare%} - -{% endif %} diff --git a/Custom_Templates/customer_templates/HowardHanna/learning_path_cover.html.liquid b/Custom_Templates/customer_templates/HowardHanna/learning_path_cover.html.liquid deleted file mode 100644 index 43f9d65b..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/learning_path_cover.html.liquid +++ /dev/null @@ -1,9 +0,0 @@ -{% include "learning_path_cover_header" %} - -{% if preview_banner %} - {{ preview_banner }} -{% endif %} - -
    - {% include "learning_path_cover_content" %} -
    diff --git a/Custom_Templates/customer_templates/HowardHanna/learning_path_details.html.liquid b/Custom_Templates/customer_templates/HowardHanna/learning_path_details.html.liquid deleted file mode 100644 index 0d9ea089..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/learning_path_details.html.liquid +++ /dev/null @@ -1,64 +0,0 @@ -
    -

    - {{ learning_path.name }} -

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

    {{ learning_path.outline_label }}

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

    {{ item.name }}

    -
    - {% endfor %} -
    -
    -
    -

    {{ learning_path.about_label }}

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

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

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

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

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

    - {% t .discover_learning_paths %} -

    -
    -
    - -
    - -
    -
    diff --git a/Custom_Templates/customer_templates/HowardHanna/login.html.liquid b/Custom_Templates/customer_templates/HowardHanna/login.html.liquid deleted file mode 100644 index e9111d33..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/login.html.liquid +++ /dev/null @@ -1,41 +0,0 @@ -
    -
    -

    {% t .title %}

    - -
    -
    - {% form_authenticity_token %} - -
    -
    - -
    -
    -
    - -
    -
    -

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

    -
    -
    -

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

    -
    -
    -
    -
    -
    - diff --git a/Custom_Templates/customer_templates/HowardHanna/my_content.html.liquid b/Custom_Templates/customer_templates/HowardHanna/my_content.html.liquid deleted file mode 100644 index 22fc9dc6..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/my_content.html.liquid +++ /dev/null @@ -1,117 +0,0 @@ -{% for group in current_person.groups %} - {% if group.enrollment_code == "176629fa82da1d03f3d58c81e751e61b9836a46d" %} - {% include "styles_hh" %} - {% elsif group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} - {% include "styles_at" %} - {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or - group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} - {% include "styles_hh" %} - {% endif %} -{% endfor %} - -{% assign card_arrow = - '' -%} - -{% assign external_icon = - '' -%} - -{% assign download_icon = - '' -%} - -
    -
    - {% if current_school.apps.instructor_led_training.active? %} - {% if current_person.upcoming_registered_events.any? %} - {% include "events" %} - {% else %} - {% include "events_empty" %} - {% endif %} - {% endif %} - - {% if my_content.learning_paths? %} - {% include "my_paths" %} - {% endif %} - -
    -
    -

    My Courses

    -

    - -

    -
    -
    - -
    - {% comment %} {% include "filters" with "" %} {% endcomment %} - {% if current_school.filtering_enabled? and current_person.filterable_categories.count > 0 %} -
    - {% else %} -
    - {% endif %} -
      - {% for course in my_content.courses %} - {% if course.progress < 100 and course.progress > 0 %} - {% include "course" %} - {% endif %} - {% endfor %} -
    -
    -
    - -
    -
    -

    Completed Courses

    -

    - -

    -
    -
    - -
    - {% comment %} {% include "filters" with "" %} {% endcomment %} - {% if current_school.filtering_enabled? and current_person.filterable_categories.count > 0 %} -
    - {% else %} -
    - {% endif %} -
      - {% for course in my_content.courses %} - {% if course.progress == 100 %} - {% include "course" %} - {% endif %} - {% endfor %} -
    -
    -
    -
    -
    - diff --git a/Custom_Templates/customer_templates/HowardHanna/not_found.html.liquid b/Custom_Templates/customer_templates/HowardHanna/not_found.html.liquid deleted file mode 100644 index 13960aaf..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/not_found.html.liquid +++ /dev/null @@ -1,12 +0,0 @@ -
    -
    -

    {% t .headline %}

    -
    - -
    -
    -

    {% t .subheadline %}

    -

    {% t .home %}

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

    {% t .headline %}

    -
    - -
    -
    -

    {% t .subheadline %}

    -

    {% t .home %}

    -
    -
    -
    diff --git a/Custom_Templates/customer_templates/HowardHanna/styles.css.liquid b/Custom_Templates/customer_templates/HowardHanna/styles.css.liquid deleted file mode 100644 index d04836b5..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/styles.css.liquid +++ /dev/null @@ -1,399 +0,0 @@ -body { - background: white !important; - color: black !important; -} - - @font-face { - font-family:"avenir"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/Avenir.ttc") format("truetype"); - } - - @font-face { - font-family:"avenir-next"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/Avenir+Next.ttc") format("truetype"); - } - - @font-face { - font-family:"avenir-next-condensed"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/Avenir+Next+Condensed.ttc") format("truetype"); - } - - @font-face { - font-family:"avenir-next-lt-pro-bold"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Bold.ttf") format("truetype"); - } - - @font-face { - font-family:"avenir-next-lt-pro-cn-it"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-CnIt.ttf") format("truetype"); - } - - @font-face { - font-family:"avenir-next-lt-pro-demi"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Demi.ttf") format("truetype"); - } - - @font-face { - font-family:"avenir-next-lt-pro-heavy"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Heavy.ttf") format("truetype"); - } - - @font-face { - font-family:"avenir-next-lt-pro-regular"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Regular.ttf") format("truetype"); - } - - - body { - font-family: "avenir", sans-serif !important; - } - - h1, h2, h3, h4, h5, h6 { - font-family: "avenir", sans-serif !important; - } - - .uk-navbar-nav>li>a { - font-family: "avenir", sans-serif !important; - } - -html *:not(i) { - font-family: "avenir" !important; - letter-spacing: 0.01em !important; -} - -.footer-bottom { - background-color: white !important; -} -.header-lines { - background: white !important; - height: auto !important; -} - -.hh-search .search { - line-height: 30px !important; - width: 110px; -} - -.preview-banner { - display: none; -} - -.decorative-font { - font-family: "avenir" !important; -} - -.hero__image { - background-position: center !important; -} - -.hh-cat-header { - font-size: 2em !important; - font-weight: 100 !important; -} -.course-details__desc { - min-height: 9em !important; -} -.hh-cat-header h2 { - border-bottom: 1px solid #b8b8b8; - font-size: 0.9em !important; - font-family: "avenir" !important; - -} - -h1, h2, h3 { - font-family: "avenir" !important; -} - -.workshop__course-title-text, -.uk-button-link { - color: black !important; -} - -/* 1079 */ -@media screen and (max-width: 1214px) { - .marketing-nav__logo { - margin-top: 19px !important; - } - .marketing-nav__logo a img { - width: 250px !important; - } - -} -.school-website-header { - background: white !important; -} -#mobile-search { - height: 100px -} -.uk-offcanvas-bar { - background: transparent !important; -} -.marketing-button--small { - color: white !important; -} -h2 { - color: black !important; -} - -.hh-mobile-nav { - display: none; -} -@media screen and (max-width: 969px) { - .hh-mobile-nav { - display: block !important; - } - .hh-desktop-nav { - display: none !important; - } -} - - -@media screen and (max-width: 550px) { - .marketing-nav__logo { - margin-top: 25px !important; - } - .marketing-nav__logo a img { - width: 200px !important; - } - -} - -@media screen and (min-width: 1040px) { - .heading--hero { - margin-top: 1em !important; - } -} - - -@media screen and (max-width: 1080px) { - .heading--hero { - margin-top: 0.6em !important; - } -} - -@media screen and (max-width: 620px) { - .heading--hero { - margin-top: 0 !important; - } -} - -@media screen and (max-width: 641px) { - .hero__image { - background-size: contain !important; - background-repeat-x: no-repeat !important; - background-repeat-y: no-repeat !important; - background-position: bottom !important; - } - nav.hh-margin-t { - margin-top: 0 !important; - } -} - -.hero__image { - background-repeat: no-repeat !important; -} - -@media screen and (max-width: 607px) { - .hero__image { - height: 24em !important; - } -} - -.course-details__desc { - padding-top: 7px !important; -} - -.templates-header a { - color: #0061df !important; -} - -.marketing-nav__item--user { - color: black !important; -} -.footer-bottom__links>a { - color: black !important; -} - -.marketing-button { - background-color: #000000 !important; -} - -.styled-links::before { - display: none !important; -} - -.hh-margin-b { - margin-bottom: 30px !important; -} -.hh-margin-t { - margin-top: 30px !important; -} - -.hh-padding-b { - padding-bottom: 30px !important; -} -.hh-padding-t { - padding-top: 30px !important; -} - -@media screen and (min-width: 46.875em) { - .workshop__item .grid__item--tablet-up-third, - .hh-desc { - width: 58% !important; - } -} - -.course-details__name { - min-height: 2.8em !important; -} - -.marketing-nav__item { - font-size: 15px !important; -} -.slick-prev:before, .slick-next:before { - color: #09529b !important; -} -.searchables { - display:none -} - -.marketing-nav__logo__shopify,.marketing-nav__hamburger,.marketing-nav__arrow,.drawer__close-button{background-repeat:no-repeat;background-size:contain}.marketing-nav__logo__shopify{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20608%20173.7%22%3E%3Cpath%20fill=%22%2395BF47%22%20d=%22M130.6%2033c-.1-.9-.9-1.3-1.5-1.4-.6-.1-13.7-1-13.7-1s-9.1-9-10-10c-1-1-2.9-.7-3.7-.5-.1%200-2%20.6-5.1%201.6C93.7%2013%2088.3%205%2078.9%205h-.8c-2.7-3.5-6-5.1-8.8-5.1C47.4%200%2037%2027.3%2033.7%2041.2c-8.5%202.6-14.5%204.5-15.3%204.7-4.7%201.5-4.9%201.6-5.5%206.1C12.4%2055.5%200%20151.5%200%20151.5l96.7%2018.1%2052.4-11.3c0-.1-18.4-124.4-18.5-125.3zm-39.3-9.6c-2.4.8-5.2%201.6-8.2%202.5v-1.8c0-5.4-.8-9.8-2-13.2%204.9.7%208.2%206.2%2010.2%2012.5zM75.2%2012c1.3%203.4%202.2%208.2%202.2%2014.7v.9c-5.3%201.6-11.1%203.4-16.9%205.2%203.3-12.4%209.4-18.5%2014.7-20.8zm-6.5-6.1c.9%200%201.9.3%202.8.9-7%203.3-14.5%2011.6-17.7%2028.2-4.6%201.4-9.2%202.8-13.4%204.1C44.2%2026.5%2053%205.9%2068.7%205.9z%22/%3E%3Cpath%20fill=%22%235E8E3E%22%20d=%22M129.1%2031.6c-.6-.1-13.7-1-13.7-1s-9.1-9-10-10c-.4-.4-.9-.6-1.4-.6l-7.3%20149.6%2052.4-11.3S130.7%2033.9%20130.6%2033.1c-.1-.9-.9-1.4-1.5-1.5z%22/%3E%3Cpath%20fill=%22%23FFF%22%20d=%22M78.9%2060.6l-6.5%2019.2s-5.7-3-12.6-3c-10.2%200-10.7%206.4-10.7%208%200%208.8%2022.9%2012.1%2022.9%2032.7%200%2016.2-10.3%2026.6-24.1%2026.6-16.6%200-25.1-10.3-25.1-10.3l4.4-14.7s8.7%207.5%2016.1%207.5c4.8%200%206.8-3.8%206.8-6.6%200-11.5-18.8-12-18.8-30.8C31.3%2073.4%2042.7%2058%2065.6%2058c9%20.1%2013.3%202.6%2013.3%202.6z%22/%3E%3Cpath%20d=%22M210.2%2096.6c-5.2-2.8-7.9-5.2-7.9-8.5%200-4.2%203.7-6.9%209.6-6.9%206.8%200%2012.8%202.8%2012.8%202.8l4.8-14.6s-4.4-3.4-17.3-3.4c-18%200-30.5%2010.3-30.5%2024.8%200%208.2%205.8%2014.5%2013.6%2019%206.3%203.6%208.5%206.1%208.5%209.9%200%203.9-3.1%207-9%207-8.7%200-16.9-4.5-16.9-4.5l-5.1%2014.6s7.6%205.1%2020.3%205.1c18.5%200%2031.8-9.1%2031.8-25.5.1-8.9-6.6-15.1-14.7-19.8zM284%2065.9c-9.1%200-16.3%204.3-21.8%2010.9l-.3-.1%207.9-41.4h-20.6l-20%20105.3h20.6l6.9-36c2.7-13.6%209.7-22%2016.3-22%204.6%200%206.4%203.1%206.4%207.6%200%202.8-.3%206.3-.9%209.1l-7.8%2041.2h20.6l8.1-42.6c.9-4.5%201.5-9.9%201.5-13.4-.1-11.6-6.2-18.6-16.9-18.6zm63.4%200c-24.8%200-41.2%2022.4-41.2%2047.3%200%2016%209.9%2028.8%2028.4%2028.8%2024.3%200%2040.8-21.8%2040.8-47.3%200-14.8-8.7-28.8-28-28.8zm-10.1%2060.3c-7%200-10-6-10-13.4%200-11.8%206.1-31.1%2017.3-31.1%207.3%200%209.7%206.3%209.7%2012.4%200%2012.7-6.1%2032.1-17%2032.1zm90.8-60.3c-13.9%200-21.8%2012.2-21.8%2012.2h-.3l1.2-11H389c-.9%207.5-2.5%2018.8-4.2%2027.3l-14.3%2075.4H391l5.7-30.5h.4s4.2%202.7%2012.1%202.7c24.2%200%2040-24.8%2040-49.9.1-13.8-6.1-26.2-21.1-26.2zm-19.7%2060.6c-5.4%200-8.5-3-8.5-3l3.4-19.3c2.4-12.8%209.1-21.4%2016.3-21.4%206.3%200%208.2%205.8%208.2%2011.3%200%2013.4-7.9%2032.4-19.4%2032.4zm70.3-90.2c-6.6%200-11.8%205.2-11.8%2011.9%200%206.1%203.9%2010.3%209.7%2010.3h.3c6.4%200%2011.9-4.3%2012.1-11.9%200-6-4-10.3-10.3-10.3zm-28.8%20104.2h20.6l14-73h-20.7m73.1-.1h-14.3l.7-3.4c1.2-7%205.4-13.3%2012.2-13.3%203.7%200%206.6%201%206.6%201l4-16.1s-3.6-1.8-11.2-1.8c-7.3%200-14.6%202.1-20.2%206.9-7%206-10.3%2014.6-11.9%2023.3l-.6%203.4h-9.6l-3%2015.5h9.6l-10.9%2057.6H509l10.9-57.6h14.2l2.8-15.5zm49.6.1s-12.9%2032.5-18.7%2050.2h-.3c-.4-5.7-5.1-50.2-5.1-50.2h-21.7l12.4%2067c.3%201.5.1%202.4-.4%203.4-2.4%204.6-6.4%209.1-11.2%2012.4-3.9%202.8-8.2%204.6-11.6%205.8l5.7%2017.5c4.2-.9%2012.8-4.3%2020.2-11.2%209.4-8.8%2018.1-22.4%2027-40.9l25.2-54h-21.5z%22/%3E%3C/svg%3E")}.marketing-nav__hamburger,.drawer__close-button{background-size:1.25em;background-position:center}.marketing-nav__hamburger{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2020%2020%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23212b35%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M19%2011H1c-.552%200-1-.447-1-1s.448-1%201-1h18c.552%200%201%20.447%201%201s-.448%201-1%201zm0-7H1c-.552%200-1-.447-1-1s.448-1%201-1h18c.552%200%201%20.447%201%201s-.448%201-1%201zm0%2014H1c-.552%200-1-.447-1-1s.448-1%201-1h18c.552%200%201%20.447%201%201s-.448%201-1%201z%22/%3E%3C/svg%3E%0A")}.drawer__close-button{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2020%2020%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23212b35%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M11.414%2010l6.293-6.293c.39-.39.39-1.023%200-1.414s-1.023-.39-1.414%200L10%208.586%203.707%202.293c-.39-.39-1.023-.39-1.414%200s-.39%201.023%200%201.414L8.586%2010l-6.293%206.293c-.39.39-.39%201.023%200%201.414.195.195.45.293.707.293s.512-.098.707-.293L10%2011.414l6.293%206.293c.195.195.45.293.707.293s.512-.098.707-.293c.39-.39.39-1.023%200-1.414L11.414%2010z%22/%3E%3C/svg%3E%0A")}.marketing-nav__arrow{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2010%205%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23919eab%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M0,0l5,5l5-5H0z%22/%3E%3C/svg%3E%0A")}.marketing-nav__item:hover .marketing-nav__arrow,.marketing-nav__item:focus .marketing-nav__arrow,.js-is-active .marketing-nav__item .marketing-nav__arrow{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2010%205%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23212b35%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M0,0l5,5l5-5H0z%22/%3E%3C/svg%3E%0A")}.marketing-nav__external-indicator{-webkit-transition:background-image 300ms;transition:background-image 300ms;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%207%207%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23919eab%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M7,7V0H0L7,7z%22/%3E%3C/svg%3E%0A")}.marketing-nav__item:hover .marketing-nav__external-indicator,.marketing-nav__item:focus .marketing-nav__external-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%207%207%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23212b35%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M7,7V0H0L7,7z%22/%3E%3C/svg%3E%0A")}.marketing-nav__secondary .marketing-nav__item:hover .marketing-nav__external-indicator,.marketing-nav__secondary .marketing-nav__item:focus .marketing-nav__external-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%207%207%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23212b35%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M7,7V0H0L7,7z%22/%3E%3C/svg%3E%0A")}.drawer .marketing-nav__external-indicator,.marketing-nav__secondary .marketing-nav__external-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%207%207%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23919eab%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M7,7V0H0L7,7z%22/%3E%3C/svg%3E%0A")}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}main{display:block;background-color:#ffffff}p,ul,ol{margin:0;padding:0}ul,ol{list-style:none}cite{font-style:normal}h1,h2,h3,h4,h5{margin-top:0}figure{margin-left:0;margin-right:0}audio,canvas,img,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}@media screen and (max-width: 67.4375em){input,textarea,select{font-size:1em}}.clearfix::after{content:'';display:table;clear:both}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.showvisuallyhidden,.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.is-transitioning{display:block !important;visibility:visible !important}.js-focus-hidden:focus{outline:none}a,button,[role='button'],input,label,select,textarea{-ms-touch-action:manipulation;touch-action:manipulation}button{background:none;margin:0;padding:0;border:0;border-radius:0;display:inline-block;cursor:pointer;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}button::-moz-focus-inner,input[type='button']::-moz-focus-inner,input[type='submit']::-moz-focus-inner,input[type='reset']::-moz-focus-inner{padding:0;border:0}button:-moz-focusring,input[type='button']:-moz-focusring,input[type='submit']:-moz-focusring,input[type='reset']:-moz-focusring{outline:1px dotted ButtonText}#PageContainer{overflow:hidden;max-width:1600px;margin-left:auto;margin-right:auto}main{margin-left:auto;margin-right:auto;position:relative}main::after{content:'';display:table;clear:both}.page-container{margin-left:auto;margin-right:auto;position:relative;max-width:1600px}.page-container::after{content:'';display:table;clear:both}.page-width{margin-left:auto;margin-right:auto;position:relative;padding-left:30px;padding-right:30px}.page-width::after{content:'';display:table;clear:both}@media screen and (min-width: 67.5em){.page-width{width:990px}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.page-width{width:750px}}@media screen and (min-width: 67.5em){.page-width--fluid{width:100%;max-width:1230px}}@font-face{font-family:"ShopifySans";src:url("https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--light.woff2") format("woff2");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:"ShopifySans";src:url("https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:"ShopifySans";src:url("https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--medium.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:"ShopifySans";src:url("https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--bold.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:"ShopifySans";src:url("https://cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--black.woff2") format("woff2");font-style:normal;font-weight:900;font-display:swap}body{-moz-osx-font-smoothing:grayscale;margin:0;padding:0;background:#ffffff;font-size:1em;line-height:1.5;color:#ffffff;font-weight:400}.heading--jumbo{-webkit-font-kerning:normal;font-kerning:normal;-webkit-font-variant-ligatures:common-ligatures contextual discretionary-ligatures;font-variant-ligatures:common-ligatures contextual discretionary-ligatures;-webkit-font-feature-settings:'kern', 'liga', 'clig', 'calt', 'dlig';font-feature-settings:'kern', 'liga', 'clig', 'calt', 'dlig';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:0.5555555556em;color:#212b35;font-size:2.25em;line-height:1.222;font-weight:700;font-family:ShopifySans, Helvetica, Arial, sans-serif;letter-spacing:-0.025em}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.heading--jumbo{font-size:2.25em;margin-bottom:0.5555555556em}}@media screen and (min-width: 67.5em){.heading--jumbo{font-size:3.75em;margin-bottom:0.4em}}h1,.heading--1{-webkit-font-kerning:normal;font-kerning:normal;-webkit-font-variant-ligatures:common-ligatures contextual discretionary-ligatures;font-variant-ligatures:common-ligatures contextual discretionary-ligatures;-webkit-font-feature-settings:'kern', 'liga', 'clig', 'calt', 'dlig';font-feature-settings:'kern', 'liga', 'clig', 'calt', 'dlig';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:0.7142857143em;color:#212b35;font-size:1.75em;line-height:1.222;font-weight:700;font-family:ShopifySans, Helvetica, Arial, sans-serif;letter-spacing:-0.025em}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){h1,.heading--1{font-size:1.75em;margin-bottom:0.4166666667em}}@media screen and (min-width: 67.5em){h1,.heading--1{font-size:3em;margin-bottom:0.25em}}h2,.heading--2{-webkit-font-kerning:normal;font-kerning:normal;-webkit-font-variant-ligatures:common-ligatures contextual discretionary-ligatures;font-variant-ligatures:common-ligatures contextual discretionary-ligatures;-webkit-font-feature-settings:'kern', 'liga', 'clig', 'calt', 'dlig';font-feature-settings:'kern', 'liga', 'clig', 'calt', 'dlig';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:0.8333333333em;color:#202e78;font-size:1.5em;line-height:1.222;font-weight:700;font-family:ShopifySans, Helvetica, Arial, sans-serif}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){h2,.heading--2{font-size:1.5em;margin-bottom:0.8333333333em}}@media screen and (min-width: 67.5em){h2,.heading--2{font-size:2.25em;margin-bottom:0.5em}}h3,.heading--3{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;font-size:1.25em;margin-bottom:0.9em;color:#212b35;line-height:1.222;font-weight:700;font-family:ShopifySans, Helvetica, Arial, sans-serif}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){h3,.heading--3{font-size:1.25em;margin-bottom:0.9em}}@media screen and (min-width: 67.5em){h3,.heading--3{font-size:1.2em;margin-bottom:0.8333333333em}}h4,.heading--4{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:1.25em;color:#212b35;font-size:1em;line-height:1.222;font-weight:700;font-family:ShopifySans, Helvetica, Arial, sans-serif}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){h4,.heading--4{font-size:1em;margin-bottom:1.25em}}@media screen and (min-width: 67.5em){h4,.heading--4{font-size:1.125em;margin-bottom:1.1111111111em}}h5,.heading--5{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;margin-bottom:1.4285714286em;color:#212b35;font-size:0.875em;line-height:1.222;font-weight:700;font-family:ShopifySans, Helvetica, Arial, sans-serif;text-transform:uppercase;letter-spacing:0.05em}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){h5,.heading--5{font-size:0.875em;margin-bottom:1.4285714286em}}@media screen and (min-width: 67.5em){h5,.heading--5{font-size:0.875em;margin-bottom:1.4285714286em}}a{text-decoration:none;cursor:pointer;color:#5c6ac4}.text-minor{font-size:0.75em}.text-major{font-size:1.125em}@media screen and (min-width: 67.5em){.text-major{font-size:1.25em}}.body-link{color:#5c6ac4;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}.body-link:hover,.body-link:focus{color:#4655bc}.body-link:focus{outline:0;background-color:rgba(92,106,196,0.125)}.body-link--base{color:#ffffff;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}.body-link--base:hover,.body-link--base:focus{color:#566470}.body-link--base:focus{outline:0;background-color:rgba(99,115,129,0.125)}.body-link--reverse{color:#ffffff;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}.body-link--reverse:hover,.body-link--reverse:focus{color:#f0f0f0}.body-link--reverse:focus{outline:0;background-color:rgba(255,255,255,0.125)}.body-link--blue{color:#206882;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}.body-link--blue:hover,.body-link--blue:focus{color:#1a5469}.body-link--blue:focus{outline:0;background-color:rgba(32,104,130,0.125)}main p,main ul,main ol{margin-bottom:0.9375em;line-height:1.5;font-size:1em}main p>a{color:#5c6ac4;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}main p>a:hover,main p>a:focus{color:#4655bc}main p>a:focus{outline:0;background-color:rgba(92,106,196,0.125)}.marketing-quote{margin:30px 0}.marketing-quote__content{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:300;margin:0;padding:0.6666666667em 0 0.6666666667em 30px;font-size:1.5em;color:#000000;border-left:solid 2px #dfe3e8}.marketing-quote__footer{text-align:right}.heading-container{text-align:center}.section-intro{border:1px solid rgba(0,0,0,0.2);border-width:1px 0;padding:2.25em 0}.section-intro::after{content:'';display:table;clear:both}.numbered-list{list-style:decimal;list-style-position:outside;margin-left:2.5em}.numbered-list li{margin-bottom:0.5em}.bulleted-list{list-style:disc;list-style-position:outside;margin-left:1.25em}.bulleted-list li{margin-bottom:0.5em}:lang(ja){font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', sans-serif;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-variant-ligatures:normal;font-variant-ligatures:normal}.grid-container{margin-left:auto;margin-right:auto;position:relative}.grid-container::after{content:'';display:table;clear:both}@media screen and (min-width: 46.875em){.grid-container--equal-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media screen and (min-width: 67.5em){.grid-8{width:930px}.grid-push-8{margin-left:960px}.grid-7{width:810px;margin-right:30px}.grid-push-7{margin-left:840px}.grid-6{width:690px;margin-right:30px}.grid-push-6{margin-left:720px}.grid-5{width:570px;margin-right:30px}.grid-push-5{margin-left:600px}.grid-4{width:450px;margin-right:30px}.grid-push-4{margin-left:480px}.grid-3{width:330px;margin-right:30px}.grid-push-3{margin-left:360px}.grid-2{width:210px;margin-right:30px}.grid-push-2{margin-left:240px}.grid-1{width:90px;margin-right:30px}.grid-push-1{margin-left:120px}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.grid-8{width:690px}.grid-push-8{margin-left:720px}.grid-7{width:600px;margin-right:30px}.grid-push-7{margin-left:630px}.grid-6{width:510px;margin-right:30px}.grid-push-6{margin-left:540px}.grid-5{width:420px;margin-right:30px}.grid-push-5{margin-left:450px}.grid-4{width:330px;margin-right:30px}.grid-push-4{margin-left:360px}.grid-3{width:240px;margin-right:30px}.grid-push-3{margin-left:270px}.grid-2{width:150px;margin-right:30px}.grid-push-2{margin-left:180px}.grid-1{width:60px;margin-right:30px}.grid-push-1{margin-left:90px}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.grid--tablet-8{width:690px}.grid--tablet-push-8{margin-left:720px}.grid--tablet-7{width:600px;margin-right:30px}.grid--tablet-push-7{margin-left:630px}.grid--tablet-6{width:510px;margin-right:30px}.grid--tablet-push-6{margin-left:540px}.grid--tablet-5{width:420px;margin-right:30px}.grid--tablet-push-5{margin-left:450px}.grid--tablet-4{width:330px;margin-right:30px}.grid--tablet-push-4{margin-left:360px}.grid--tablet-3{width:240px;margin-right:30px}.grid--tablet-push-3{margin-left:270px}.grid--tablet-2{width:150px;margin-right:30px}.grid--tablet-push-2{margin-left:180px}.grid--tablet-1{width:60px;margin-right:30px}.grid--tablet-push-1{margin-left:90px}}.grid-item{float:left;position:relative}@media screen and (min-width: 46.875em){.grid-container--halves .grid-item:nth-child(2n){margin-right:0}.grid-container--halves .grid-item:nth-child(2n+1){clear:left}.grid-container--thirds .grid-item:nth-child(3n){margin-right:0}.grid-container--thirds .grid-item:nth-child(3n+1){clear:left}.grid-container--quarters .grid-item:nth-child(4n){margin-right:0}.grid-container--quarters .grid-item:nth-child(4n+1){clear:left}.grid-container--eights .grid-item:nth-child(8n){margin-right:0}.grid-container--eights .grid-item:nth-child(8n+1){clear:left}}@media screen and (max-width: 46.8125em){.grid-item{float:none}.grid-item.grid--mobile{float:left;display:block;margin-right:6.6666666667%;width:46.6666666667%;float:left}.grid-item.grid--mobile:last-child{margin-right:0}.grid-item.grid--mobile:nth-child(2n){margin-right:0}.grid-item.grid--mobile:nth-child(2n+1){clear:left}.grid-item.grid--mobile.grid--last+.grid-item{clear:none}}.grid--last{margin-right:0 !important}.grid--last+.grid-item{clear:both}@media screen and (min-width: 46.875em){.grid-item--fluid__quarter{float:left;display:block;margin-right:3.2258064516%;width:22.5806451613%}.grid-item--fluid__quarter:last-child{margin-right:0}.grid-item--fluid__third{float:left;display:block;margin-right:2.1276595745%;width:31.914893617%}.grid-item--fluid__third:last-child{margin-right:0}.grid-item--fluid__two-thirds{float:left;display:block;margin-right:2.1276595745%;width:65.9574468085%}.grid-item--fluid__two-thirds:last-child{margin-right:0}.grid-item--fluid__half{float:left;display:block;margin-right:3.2258064516%;width:48.3870967742%}.grid-item--fluid__half:last-child{margin-right:0}}@media screen and (min-width: 67.5em){.grid-container--wide{width:1440px;padding-left:255px;padding-right:255px;margin-left:-255px}.grid-item--wide.grid-8,.grid-8.grid--wide-right,.grid-8.grid--wide-left{width:1185px}.grid-item--wide.grid-7,.grid-7.grid--wide-right,.grid-7.grid--wide-left{width:1065px}.grid-item--wide.grid-6,.grid-6.grid--wide-right,.grid-6.grid--wide-left{width:945px}.grid-item--wide.grid-5,.grid-5.grid--wide-right,.grid-5.grid--wide-left{width:825px}.grid-item--wide.grid-4,.grid-4.grid--wide-right,.grid-4.grid--wide-left{width:705px}.grid-item--wide.grid-3,.grid-3.grid--wide-right,.grid-3.grid--wide-left{width:585px}.grid-item--wide.grid-2,.grid-2.grid--wide-right,.grid-2.grid--wide-left{width:465px}.grid-item--wide.grid-1,.grid-1.grid--wide-right,.grid-1.grid--wide-left{width:345px}.grid--wide-left{margin-left:-255px}.grid--wide-right{margin-right:-255px}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.grid--wide-right{margin-right:0}}@media screen and (min-width: 46.875em){.grid-item--flush-half{width:50%}.grid-item--flush-third{width:33.3333333333%}.grid-item--flush-quarter{width:25%}}.grid-item--bordered{border-bottom:1px solid #dfe3e8}@media screen and (max-width: 46.8125em){.grid-item--bordered:last-child{border-bottom:0}}@media screen and (min-width: 46.875em){.grid-item--bordered{border-right:1px solid #dfe3e8}.grid-container--thirds .grid-item--bordered:nth-child(3n){border-right:0}.grid-container--thirds .grid-item--bordered:nth-last-child(-n+3){border-bottom:0}.grid-container--quarters .grid-item--bordered:nth-child(4n){border-right:0}.grid-container--quarters .grid-item--bordered:nth-last-child(-n+4){border-bottom:0}.grid-container--halves .grid-item--bordered:nth-child(2n){border-right:0}.grid-container--halves .grid-item--bordered:nth-last-child(-n+2){border-bottom:0}}@media screen and (min-width: 46.875em){.grid-item--margin-bottom{margin-bottom:1.875em}}@media screen and (min-width: 67.5em){.grid-content-10{float:left;display:block;margin-right:2.5641025641%;width:100%}.grid-content-10:last-child{margin-right:0}.grid-content-push-10{margin-left:102.5641025641%}.grid-content-9{float:left;display:block;margin-right:2.5641025641%;width:89.7435897436%}.grid-content-9:last-child{margin-right:0}.grid-content-push-9{margin-left:92.3076923077%}.grid-content-8{float:left;display:block;margin-right:2.5641025641%;width:79.4871794872%}.grid-content-8:last-child{margin-right:0}.grid-content-push-8{margin-left:82.0512820513%}.grid-content-7{float:left;display:block;margin-right:2.5641025641%;width:69.2307692308%}.grid-content-7:last-child{margin-right:0}.grid-content-push-7{margin-left:71.7948717949%}.grid-content-6{float:left;display:block;margin-right:2.5641025641%;width:58.9743589744%}.grid-content-6:last-child{margin-right:0}.grid-content-push-6{margin-left:61.5384615385%}.grid-content-5{float:left;display:block;margin-right:2.5641025641%;width:48.7179487179%}.grid-content-5:last-child{margin-right:0}.grid-content-push-5{margin-left:51.2820512821%}.grid-content-4{float:left;display:block;margin-right:2.5641025641%;width:38.4615384615%}.grid-content-4:last-child{margin-right:0}.grid-content-push-4{margin-left:41.0256410256%}.grid-content-3{float:left;display:block;margin-right:2.5641025641%;width:28.2051282051%}.grid-content-3:last-child{margin-right:0}.grid-content-push-3{margin-left:30.7692307692%}.grid-content-2{float:left;display:block;margin-right:2.5641025641%;width:17.9487179487%}.grid-content-2:last-child{margin-right:0}.grid-content-push-2{margin-left:20.5128205128%}.grid-content-1{float:left;display:block;margin-right:2.5641025641%;width:7.6923076923%}.grid-content-1:last-child{margin-right:0}.grid-content-push-1{margin-left:10.2564102564%}.grid-content--desktop-push-1{margin-left:10.2564102564%}.grid-content--desktop-push-2{margin-left:20.5128205128%}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.grid-content-10{width:690px}.grid-content-push-10{margin-left:720px}.grid-content-9{width:618px;margin-right:30px}.grid-content-push-9{margin-left:648px}.grid-content-8{width:546px;margin-right:30px}.grid-content-push-8{margin-left:576px}.grid-content-7{width:474px;margin-right:30px}.grid-content-push-7{margin-left:504px}.grid-content-6{width:402px;margin-right:30px}.grid-content-push-6{margin-left:432px}.grid-content-5{width:330px;margin-right:30px}.grid-content-push-5{margin-left:360px}.grid-content-4{width:258px;margin-right:30px}.grid-content-push-4{margin-left:288px}.grid-content-3{width:186px;margin-right:30px}.grid-content-push-3{margin-left:216px}.grid-content-2{width:114px;margin-right:30px}.grid-content-push-2{margin-left:144px}.grid-content-1{width:42px;margin-right:30px}.grid-content-push-1{margin-left:72px}.grid-content--tablet-10{width:690px}.grid-content--tablet-push-10{margin-left:720px}.grid-content--tablet-9{width:618px;margin-right:30px}.grid-content--tablet-push-9{margin-left:648px}.grid-content--tablet-8{width:546px;margin-right:30px}.grid-content--tablet-push-8{margin-left:576px}.grid-content--tablet-7{width:474px;margin-right:30px}.grid-content--tablet-push-7{margin-left:504px}.grid-content--tablet-6{width:402px;margin-right:30px}.grid-content--tablet-push-6{margin-left:432px}.grid-content--tablet-5{width:330px;margin-right:30px}.grid-content--tablet-push-5{margin-left:360px}.grid-content--tablet-4{width:258px;margin-right:30px}.grid-content--tablet-push-4{margin-left:288px}.grid-content--tablet-3{width:186px;margin-right:30px}.grid-content--tablet-push-3{margin-left:216px}.grid-content--tablet-2{width:114px;margin-right:30px}.grid-content--tablet-push-2{margin-left:144px}.grid-content--tablet-1{width:42px;margin-right:30px}.grid-content--tablet-push-1{margin-left:72px}}.grid{padding-left:5%;padding-right:5%}.grid:not(.grid--vertically-centered)::after{content:'';display:table;clear:both}@media screen and (min-width: 100em){.grid{padding-left:80px;padding-right:80px}}.grid .grid{padding-left:0;padding-right:0;margin-left:-4px;margin-right:-4px}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.grid .grid{margin-left:-9px;margin-right:-9px}}@media screen and (min-width: 67.5em){.grid .grid{margin-left:-18px;margin-right:-18px}}.grid--bleed{padding-left:0;padding-right:0}.grid--layout-mode{padding-left:0;padding-right:0}.grid--layout-mode .grid{margin-left:0;margin-right:0}.grid--layout-mode .grid__item{padding-left:0;padding-right:0}.grid--equal-height,.grid--vertically-centered{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.grid--vertically-centered{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.grid__item{position:relative;width:100%;float:left;padding-left:4px;padding-right:4px}@media screen and (min-width: 67.5em){.grid__item{padding-left:18px;padding-right:18px}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.grid__item{padding-left:9px;padding-right:9px}}.grid__item--mobile-up-1{width:25%}.grid__item--mobile-up-2{width:50%}.grid__item--mobile-up-3{width:75%}.grid__item--mobile-up-4{width:100%}.grid__item--mobile-up-full{width:100%}.grid__item--mobile-up-half{width:50%}.grid__item--mobile-up-third{width:33.3333333333%}.grid__item--mobile-up-two-thirds{width:66.6666666667%}.grid__item--mobile-up-quarter{width:25%}.grid__item--mobile-up-three-quarters{width:75%}.grid__item--mobile-up-align-center{float:none;clear:left;margin-left:auto;margin-right:auto}.grid__item--mobile-up-align-left{float:left;clear:none;margin-left:0;margin-right:0}.grid__item--mobile-up-offset-1{margin-left:25%}.grid__item--mobile-up-offset-2{margin-left:50%}.grid__item--mobile-up-push-1{left:25%}.grid__item--mobile-up-pull-1{right:25%}.grid__item--mobile-up-push-2{left:50%}.grid__item--mobile-up-pull-2{right:50%}.grid__item--mobile-up-push-3{left:75%}.grid__item--mobile-up-pull-3{right:75%}.grid__item--mobile-up-push-4{left:100%}.grid__item--mobile-up-pull-4{right:100%}.grid__item--mobile-up-push-full{left:100%}.grid__item--mobile-up-pull-full{right:100%}.grid__item--mobile-up-push-half{left:50%}.grid__item--mobile-up-pull-half{right:50%}.grid__item--mobile-up-push-third{left:33.3333333333%}.grid__item--mobile-up-pull-third{right:33.3333333333%}.grid__item--mobile-up-push-two-thirds{left:66.6666666667%}.grid__item--mobile-up-pull-two-thirds{right:66.6666666667%}.grid__item--mobile-up-push-quarter{left:25%}.grid__item--mobile-up-pull-quarter{right:25%}.grid__item--mobile-up-push-three-quarters{left:75%}.grid__item--mobile-up-pull-three-quarters{right:75%}[class*='grid__item--mobile-up-push']{right:auto}[class*='grid__item--mobile-up-pull']{left:auto}@media screen and (min-width: 46.875em){.grid__item--tablet-up-1{width:16.6666666667%}.grid__item--tablet-up-2{width:33.3333333333%}.grid__item--tablet-up-3{width:50%}.grid__item--tablet-up-4{width:66.6666666667%}.grid__item--tablet-up-5{width:83.3333333333%}.grid__item--tablet-up-6{width:100%}.grid__item--tablet-up-full{width:100%}.grid__item--tablet-up-half{width:50%}.grid__item--tablet-up-third{width:33.3333333333%}.grid__item--tablet-up-two-thirds{width:66.6666666667%}.grid__item--tablet-up-quarter{width:25%}.grid__item--tablet-up-three-quarters{width:75%}.grid__item--tablet-up-align-center{float:none;clear:left;margin-left:auto;margin-right:auto}.grid__item--tablet-up-align-left{float:left;clear:none;margin-left:0;margin-right:0}.grid__item--tablet-up-offset-1{margin-left:16.6666666667%}.grid__item--tablet-up-offset-2{margin-left:33.3333333333%}.grid__item--tablet-up-offset-3{margin-left:50%}.grid__item--tablet-up-push-reset{left:inherit}.grid__item--tablet-up-pull-reset{right:inherit}.grid__item--tablet-up-push-1{left:16.6666666667%}.grid__item--tablet-up-pull-1{right:16.6666666667%}.grid__item--tablet-up-push-2{left:33.3333333333%}.grid__item--tablet-up-pull-2{right:33.3333333333%}.grid__item--tablet-up-push-3{left:50%}.grid__item--tablet-up-pull-3{right:50%}.grid__item--tablet-up-push-4{left:66.6666666667%}.grid__item--tablet-up-pull-4{right:66.6666666667%}.grid__item--tablet-up-push-5{left:83.3333333333%}.grid__item--tablet-up-pull-5{right:83.3333333333%}.grid__item--tablet-up-push-6{left:100%}.grid__item--tablet-up-pull-6{right:100%}.grid__item--tablet-up-push-full{left:100%}.grid__item--tablet-up-pull-full{right:100%}.grid__item--tablet-up-push-half{left:50%}.grid__item--tablet-up-pull-half{right:50%}.grid__item--tablet-up-push-third{left:33.3333333333%}.grid__item--tablet-up-pull-third{right:33.3333333333%}.grid__item--tablet-up-push-two-thirds{left:66.6666666667%}.grid__item--tablet-up-pull-two-thirds{right:66.6666666667%}.grid__item--tablet-up-push-quarter{left:25%}.grid__item--tablet-up-pull-quarter{right:25%}.grid__item--tablet-up-push-three-quarters{left:75%}.grid__item--tablet-up-pull-three-quarters{right:75%}[class*='grid__item--tablet-up-push']{right:auto}[class*='grid__item--tablet-up-pull']{left:auto}}@media screen and (min-width: 67.5em){.grid__item--desktop-up-1{width:8.3333333333%}.grid__item--desktop-up-2{width:16.6666666667%}.grid__item--desktop-up-3{width:25%}.grid__item--desktop-up-4{width:33.3333333333%}.grid__item--desktop-up-5{width:41.6666666667%}.grid__item--desktop-up-6{width:50%}.grid__item--desktop-up-7{width:58.3333333333%}.grid__item--desktop-up-8{width:66.6666666667%}.grid__item--desktop-up-9{width:75%}.grid__item--desktop-up-10{width:83.3333333333%}.grid__item--desktop-up-11{width:91.6666666667%}.grid__item--desktop-up-12{width:100%}.grid__item--desktop-up-full{width:100%}.grid__item--desktop-up-half{width:50%}.grid__item--desktop-up-third{width:33.3333333333%}.grid__item--desktop-up-two-thirds{width:66.6666666667%}.grid__item--desktop-up-quarter{width:25%}.grid__item--desktop-up-three-quarters{width:75%}.grid__item--desktop-up-align-center{float:none;clear:left;margin-left:auto;margin-right:auto}.grid__item--desktop-up-align-left{float:left;clear:none;margin-left:0;margin-right:0}.grid__item--desktop-up-offset-1{margin-left:8.3333333333%}.grid__item--desktop-up-offset-2{margin-left:16.6666666667%}.grid__item--desktop-up-offset-3{margin-left:25%}.grid__item--desktop-up-offset-4{margin-left:33.3333333333%}.grid__item--desktop-up-offset-5{margin-left:41.6666666667%}.grid__item--desktop-up-offset-6{margin-left:50%}.grid__item--desktop-up-push-reset{left:inherit}.grid__item--desktop-up-pull-reset{right:inherit}.grid__item--desktop-up-push-1{left:8.3333333333%}.grid__item--desktop-up-pull-1{right:8.3333333333%}.grid__item--desktop-up-push-2{left:16.6666666667%}.grid__item--desktop-up-pull-2{right:16.6666666667%}.grid__item--desktop-up-push-3{left:25%}.grid__item--desktop-up-pull-3{right:25%}.grid__item--desktop-up-push-4{left:33.3333333333%}.grid__item--desktop-up-pull-4{right:33.3333333333%}.grid__item--desktop-up-push-5{left:41.6666666667%}.grid__item--desktop-up-pull-5{right:41.6666666667%}.grid__item--desktop-up-push-6{left:50%}.grid__item--desktop-up-pull-6{right:50%}.grid__item--desktop-up-push-7{left:58.3333333333%}.grid__item--desktop-up-pull-7{right:58.3333333333%}.grid__item--desktop-up-push-8{left:66.6666666667%}.grid__item--desktop-up-pull-8{right:66.6666666667%}.grid__item--desktop-up-push-9{left:75%}.grid__item--desktop-up-pull-9{right:75%}.grid__item--desktop-up-push-10{left:83.3333333333%}.grid__item--desktop-up-pull-10{right:83.3333333333%}.grid__item--desktop-up-push-11{left:91.6666666667%}.grid__item--desktop-up-pull-11{right:91.6666666667%}.grid__item--desktop-up-push-12{left:100%}.grid__item--desktop-up-pull-12{right:100%}.grid__item--desktop-up-push-full{left:100%}.grid__item--desktop-up-pull-full{right:100%}.grid__item--desktop-up-push-half{left:50%}.grid__item--desktop-up-pull-half{right:50%}.grid__item--desktop-up-push-third{left:33.3333333333%}.grid__item--desktop-up-pull-third{right:33.3333333333%}.grid__item--desktop-up-push-two-thirds{left:66.6666666667%}.grid__item--desktop-up-pull-two-thirds{right:66.6666666667%}.grid__item--desktop-up-push-quarter{left:25%}.grid__item--desktop-up-pull-quarter{right:25%}.grid__item--desktop-up-push-three-quarters{left:75%}.grid__item--desktop-up-pull-three-quarters{right:75%}[class*='grid__item--desktop-up-push']{right:auto}[class*='grid__item--desktop-up-pull']{left:auto}}.marketing-button{display:inline-block;padding:1.0625em 1.875em;border-radius:5px;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:700;font-size:1em;line-height:1.133;-webkit-font-smoothing:antialiased;-webkit-transition:150ms ease;transition:150ms ease;-webkit-transition-property:background-color border-color color;transition-property:background-color border-color color;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);background-color:#5c6ac4;color:#ffffff;border-width:0;border-style:solid;border-color:transparent}.marketing-button,.marketing-button:hover,.marketing-button:focus{text-decoration:none}.marketing-button:focus{outline:0}@media screen and (min-width: 46.875em){.marketing-button+.marketing-button{margin-left:15px}}.marketing-button:hover,.marketing-button:focus{background-color:#202e78;color:#ffffff}.marketing-button:active{background-color:#000639;color:#ffffff;border-color:#000639}.marketing-button:hover{-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,0.25);box-shadow:0 5px 25px 0 rgba(0,0,0,0.25)}.marketing-button:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(92,106,196,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(92,106,196,0.5)}.marketing-button[disabled],.marketing-form--is-loading .marketing-button{-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);background-color:#919ea9;color:#ffffff;cursor:not-allowed}.marketing-button[disabled]:hover,.marketing-button[disabled]:focus,.marketing-form--is-loading .marketing-button:hover,.marketing-form--is-loading .marketing-button:focus{background-color:#808f9c;color:#ffffff}.marketing-button[disabled]:active,.marketing-form--is-loading .marketing-button:active{background-color:#748593;color:#ffffff}.marketing-button[disabled]:hover,.marketing-form--is-loading .marketing-button:hover{-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,0.25);box-shadow:0 5px 25px 0 rgba(0,0,0,0.25)}.marketing-button[disabled]:focus,.marketing-form--is-loading .marketing-button:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(145,158,169,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(145,158,169,0.5)}.marketing-button[disabled]:hover,.marketing-button[disabled]:focus,.marketing-button[disabled]:active,.marketing-form--is-loading .marketing-button:hover,.marketing-form--is-loading .marketing-button:focus,.marketing-form--is-loading .marketing-button:active{background-color:#919ea9}.marketing-form--is-loading button.marketing-button{position:relative}.marketing-form--is-loading button.marketing-button,.marketing-form--is-loading button.marketing-button:hover,.marketing-form--is-loading button.marketing-button:focus{color:#919ea9}.marketing-form--is-loading button.marketing-button::after{content:'';display:block;width:24px;height:24px;position:absolute;top:50%;left:50%;margin-left:-12px;margin-top:-12px;border-radius:50%;border:3px solid #ffffff;border-top-color:transparent;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.marketing-button--block{width:100%;padding-left:0;padding-right:0}.marketing-button--secondary{-webkit-box-shadow:none;box-shadow:none;background-color:transparent;color:#5c6ac4;border-width:0.125em;border-style:solid;border-color:#5c6ac4;padding:1em 1.75em}.marketing-button--secondary:hover,.marketing-button--secondary:focus{background-color:#5c6ac4;color:#ffffff}.marketing-button--secondary:active{background-color:#202e78;color:#ffffff;border-color:#202e78}.marketing-button--secondary:hover{-webkit-box-shadow:none;box-shadow:none}.marketing-button--secondary:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(92,106,196,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(92,106,196,0.5)}.marketing-button--small{padding:0.8125em 1.1875em}.marketing-button--small.marketing-button--secondary{padding:0.6875em 1.0625em}.marketing-button--skin-teal{-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);background-color:#47c1bf;color:#ffffff}.marketing-button--skin-teal:hover,.marketing-button--skin-teal:focus{background-color:#00848e;color:#ffffff}.marketing-button--skin-teal:active{background-color:#003135;color:#ffffff}.marketing-button--skin-teal:hover{-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,0.25);box-shadow:0 5px 25px 0 rgba(0,0,0,0.25)}.marketing-button--skin-teal:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(71,193,191,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(71,193,191,0.5)}.marketing-button--skin-salmon{-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);background-color:#fb8b8a;color:#ffffff}.marketing-button--skin-salmon:hover,.marketing-button--skin-salmon:focus{background-color:#a65c5b;color:#ffffff}.marketing-button--skin-salmon:active{background-color:#452626;color:#ffffff}.marketing-button--skin-salmon:hover{-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,0.25);box-shadow:0 5px 25px 0 rgba(0,0,0,0.25)}.marketing-button--skin-salmon:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(251,139,138,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(251,139,138,0.5)}.marketing-button--skin-lowlight{-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);background-color:#30373b;color:#ffffff}.marketing-button--skin-lowlight:hover,.marketing-button--skin-lowlight:focus{background-color:#22272a;color:#ffffff}.marketing-button--skin-lowlight:active{background-color:#191d1f;color:#ffffff}.marketing-button--skin-lowlight:hover{-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,0.25);box-shadow:0 5px 25px 0 rgba(0,0,0,0.25)}.marketing-button--skin-lowlight:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(48,55,59,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(48,55,59,0.5)}.marketing-button--skin-light{-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);background-color:#ffffff;color:#5c6ac4}.marketing-button--skin-light:hover,.marketing-button--skin-light:focus{background-color:#f0f0f0;color:#5c6ac4}.marketing-button--skin-light:active{background-color:#e6e6e6;color:#5c6ac4}.marketing-button--skin-light:hover{-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,0.25);box-shadow:0 5px 25px 0 rgba(0,0,0,0.25)}.marketing-button--skin-light:focus{-webkit-box-shadow:0 0 0.1875em 0.1875em rgba(255,255,255,0.5);box-shadow:0 0 0.1875em 0.1875em rgba(255,255,255,0.5)}.marketing-button--skin-reset{margin:0;padding:0;border:0;border-radius:0;color:inherit;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.marketing-button--skin-reset:focus,.marketing-button--skin-reset:hover,.marketing-button--skin-reset:active{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.marketing-button--skin-reset:focus,.marketing-button--skin-reset:hover{color:#5c6ac4}.marketing-button--skin-reset:active{color:#202e78}.marketing-button-wrapper{display:inline}@media screen and (min-width: 46.875em){.marketing-form--inline{text-align:center}}.marketing-form--inline .marketing-input-wrapper{text-align:left}@media screen and (min-width: 46.875em){.marketing-form--inline .marketing-input-wrapper{margin-bottom:0}}.marketing-form--inline__heading{text-align:center}.marketing-form--lowlight .marketing-radio-label,.marketing-form--lowlight .marketing-checkbox-label{color:#ffffff}.marketing-form__hidden-on-success.js-is-hidden{display:none}.marketing-form__fallback-cta{color:#454f5b}.marketing-input-wrapper{position:relative;display:block;margin-bottom:15px}.marketing-input-wrapper .marketing-select-wrapper,.marketing-input-wrapper .marketing-input,.marketing-input-wrapper .marketing-textarea{margin-bottom:0}.marketing-input-wrapper.js-is-hidden{display:none}.marketing-input,.marketing-textarea,.marketing-select-wrapper>select{display:inline-block;height:3.2em;width:100%;margin:0 0 15px;padding:1em 1em;color:#30373b;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-size:1em;-webkit-box-shadow:0 0 0 1px #c4cdd5;box-shadow:0 0 0 1px #c4cdd5;border:0;border-radius:5px;background-color:#ffffff;-webkit-transition:padding 150ms;transition:padding 150ms;-webkit-appearance:none;-moz-appearance:none;appearance:none}.marketing-block--lowlight .marketing-input,.marketing-form--lowlight .marketing-input,.page-block--lowlight .marketing-input,.marketing-block--lowlight .marketing-textarea,.marketing-form--lowlight .marketing-textarea,.page-block--lowlight .marketing-textarea,.marketing-block--lowlight .marketing-select-wrapper>select,.marketing-form--lowlight .marketing-select-wrapper>select,.page-block--lowlight .marketing-select-wrapper>select{-webkit-box-shadow:none;box-shadow:none}.js-is-filled .marketing-input,.js-is-filled .marketing-textarea,.js-is-filled .marketing-select-wrapper>select{padding-top:1.5em;padding-bottom:0.5em}.marketing-input:focus,.marketing-input.focus,.marketing-textarea:focus,.marketing-textarea.focus,.marketing-select-wrapper>select:focus,.marketing-select-wrapper>select.focus{color:#000000;outline:0;-webkit-box-shadow:0 0 0 2px #5c6ac4;box-shadow:0 0 0 2px #5c6ac4}.marketing-input:focus+.marketing-form__messages .error+.suggest,.marketing-input.focus+.marketing-form__messages .error+.suggest,.marketing-textarea:focus+.marketing-form__messages .error+.suggest,.marketing-textarea.focus+.marketing-form__messages .error+.suggest,.marketing-select-wrapper>select:focus+.marketing-form__messages .error+.suggest,.marketing-select-wrapper>select.focus+.marketing-form__messages .error+.suggest{display:none}.marketing-input:focus+.marketing-form__messages .error+.is-visible,.marketing-input.focus+.marketing-form__messages .error+.is-visible,.marketing-textarea:focus+.marketing-form__messages .error+.is-visible,.marketing-textarea.focus+.marketing-form__messages .error+.is-visible,.marketing-select-wrapper>select:focus+.marketing-form__messages .error+.is-visible,.marketing-select-wrapper>select.focus+.marketing-form__messages .error+.is-visible{display:block}.marketing-input[disabled],.marketing-textarea[disabled],.marketing-select-wrapper>select[disabled]{background-color:#dfe3e8}.marketing-input::-webkit-input-placeholder,.marketing-textarea::-webkit-input-placeholder{color:#ffffff}.marketing-input:-ms-input-placeholder,.marketing-textarea:-ms-input-placeholder{color:#ffffff}.marketing-input::-ms-input-placeholder,.marketing-textarea::-ms-input-placeholder{color:#ffffff}.marketing-input::placeholder,.marketing-textarea::placeholder{color:#ffffff}.marketing-input--error,.marketing-block--lowlight .marketing-input--error,.marketing-form--lowlight .marketing-input--error,.page-block--lowlight .marketing-input--error{-webkit-box-shadow:0 0 0 2px #eb644d;box-shadow:0 0 0 2px #eb644d}.marketing-textarea{height:auto;min-height:3.2em}.marketing-select-wrapper{position:relative;display:block;margin-bottom:15px}.marketing-select-wrapper>select{margin:0;padding-top:1.375em;padding-bottom:0.375em;padding-right:3em}.marketing-select-wrapper>select::-ms-expand{display:none}.marketing-select-wrapper::after{content:'';display:block;position:absolute;top:50%;right:2.5em;height:1.25em;width:1px;background-color:#c4cdd5;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.marketing-select-wrapper::before{pointer-events:none;content:'';background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20baseProfile=%22tiny%22%20viewBox=%220%200%2010.289%206.563%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23919eab%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M5.212%206.563L0%201.423%201.404%200l3.788%203.735L8.865.01l1.424%201.404%22/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% auto;background-position:center;height:0.75em;width:0.75em;margin-bottom:-0.5625em;display:block;position:absolute;top:50%;right:1em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.marketing-label{display:block;margin-bottom:0.6153846154em;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:700;font-size:0.8125em;color:#454f5b}.marketing-label--in-field{position:absolute;left:1rem;top:0.5rem;font-size:0.6875em;font-weight:400;pointer-events:none;z-index:10}.marketing-label--floating{opacity:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px);-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;transition-property:opacity, transform;transition-property:opacity, transform, -webkit-transform;-webkit-transition-duration:150ms;transition-duration:150ms}.js-is-filled .marketing-label--floating{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.marketing-label--hidden{display:inline}.marketing-form__messages{font-size:0.8125em;font-weight:500}.marketing-form__messages .error,.marketing-form__messages .success,.marketing-form__messages .suggest{display:block;padding:0.6153846154em 0 0}.marketing-form__messages .error{color:#eb644d}.marketing-form__messages .error a{color:#eb644d;border-bottom:1px solid #eb644d}.marketing-form__messages .success{display:none;color:#5c6ac4}.marketing-form__messages .success a{color:#eb644d;border-bottom:1px solid #eb644d}.marketing-form__messages .success.is-visible,.marketing-form--has-success .marketing-form__messages .success{display:block}.marketing-form__messages .suggest{display:none;color:#ffffff}.marketing-block--lowlight .marketing-form__messages .suggest,.marketing-form--lowlight .marketing-form__messages .suggest,.page-block--lowlight .marketing-form__messages .suggest{color:#ffffff}.marketing-form__messages .suggest.is-visible{display:block}.marketing-form__ajax-success{display:none}.marketing-form__ajax-success.js-is-visible{display:block}.marketing-checkbox,.marketing-radio{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;margin-bottom:15px;float:left}.marketing-checkbox:checked+label::after,.marketing-radio:checked+label::after{position:absolute;left:0;top:0;content:''}.marketing-checkbox:focus+label::before,.marketing-radio:focus+label::before,.marketing-checkbox:focus:checked+label::before,.marketing-radio:focus:checked+label::before{outline:none;border-color:#5c6ac4;-webkit-box-shadow:0 0 4px 0 #5c6ac4;box-shadow:0 0 4px 0 #5c6ac4}.marketing-checkbox-label,.marketing-radio-label{display:block;text-align:left;position:relative;margin-bottom:15px;padding-left:30px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.marketing-checkbox-label:hover::before,.marketing-radio-label:hover::before{border-color:#5c6ac4}.marketing-checkbox-label::before,.marketing-radio-label::before{content:'';position:absolute;left:0;top:0;height:20px;width:20px;background-color:#ffffff;border:1px solid #c4cdd5;border-radius:5px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);-webkit-transition:border-color 150ms ease;transition:border-color 150ms ease}.marketing-checkbox--large+label,.marketing-radio--large+label{padding-left:42px;line-height:32px}.marketing-checkbox--large+label::before,.marketing-radio--large+label::before{width:32px;height:32px}.marketing-checkbox:checked+label::before{background-color:#5c6ac4;border-color:#5c6ac4;-webkit-box-shadow:none;box-shadow:none}.marketing-checkbox:checked+label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2040.7%2040%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23ffffff%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M16.7%2030l-7.4-7.9c-.8-.8-.6-2%20.4-2.6%201-.6%202.4-.5%203.1.3l3.7%204%2011.3-13c.7-.8%202.1-1%203.1-.4s1.2%201.8.5%202.6L16.7%2030z%22/%3E%3C/svg%3E");width:20px;height:20px}.marketing-checkbox--large:checked+label::after{width:32px;height:32px}.marketing-radio:checked+label::after{left:5px;top:5px;width:10px;height:10px;border-radius:10px;background-color:#5c6ac4}.marketing-radio:checked+label::before{border-color:#5c6ac4}.marketing-radio-label::before{border-radius:50%}.marketing-radio--large:checked+label::after{left:8px;top:8px;width:16px;height:16px;border-radius:50%}.marketing-checkbox-label--inline,.marketing-radio-label--inline{margin-right:0.9375em;margin-bottom:0;display:inline-block}.icon{display:inline-block;height:1em;width:0.8em;background-size:contain;background-position:center center;background-repeat:no-repeat}.icon--size-large{width:60px;height:60px}.icon--size-small{width:40px;height:40px}.icon--primary{fill:#5c6ac4}.icon--grey{fill:#919ea9}.icon--black{fill:#000000}.icon--white{fill:#ffffff}.icon--yellow{fill:#fdd991}.icon--green{fill:#58b44b}.icon--blue{fill:#368aa9}.icon--blue_light{fill:#479ccf}.icon--blue_fb{fill:#385a98}.icon--blue_twitter{fill:#55acee}.icon--blue_linkedin{fill:#0976b4}.icon--red_pinterest{fill:#bd081c}.icon--fill-primary{fill:#5c6ac4}.icon--fill-grey{fill:#919ea9}.icon--fill-black{fill:#000000}.icon--fill-white{fill:#ffffff}.icon--fill-yellow{fill:#fdd991}.icon--fill-green{fill:#58b44b}.icon--fill-blue{fill:#368aa9}.icon--fill-blue_light{fill:#479ccf}.icon--fill-blue_fb{fill:#385a98}.icon--fill-blue_twitter{fill:#55acee}.icon--fill-blue_linkedin{fill:#0976b4}.icon--fill-red_pinterest{fill:#bd081c}.icon-arrow-left{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2024%2011%22%3E%3Cpath%20d=%22M5.5%200c.1%200%20.3%200%20.4.1.1.2.1.6-.1.8L1.2%205.5l4.6%204.6c.2.2.2.5%200%20.7-.2.2-.5.2-.7%200l-5-5c-.1-.2-.1-.5%200-.7l5-5c.1-.1.3-.1.4-.1z%22/%3E%3Cpath%20d=%22M.5%205h23c.2%200%20.5.2.5.5s-.3.5-.5.5H.5C.2%206%200%205.8%200%205.5S.2%205%20.5%205z%22/%3E%3C/svg%3E");background-repeat:no-repeat}.icon-arrow-right{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2024%2011%22%3E%3Cpath%20d=%22M18.5%2011c-.1%200-.3%200-.4-.1-.2-.2-.2-.5%200-.7l4.6-4.6L18.1%201c-.2-.2-.2-.5%200-.7.2-.2.5-.2.7%200l5%205c.2.2.2.5%200%20.7l-5%205c-.1-.1-.2%200-.3%200z%22/%3E%3Cpath%20d=%22M23.5%206H.5C.2%206%200%205.8%200%205.5S.2%205%20.5%205h23c.2%200%20.5.2.5.5s-.3.5-.5.5z%22/%3E%3C/svg%3E");background-repeat:no-repeat}.icon-close-white{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2044%2044%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23ffffff%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M39.196%2043.3L1.154%205.256l3.89-3.89%2038.04%2038.043z%22/%3E%3Cpath%20d=%22M.54%2039.413L38.58%201.37l3.89%203.89L4.428%2043.302z%22/%3E%3C/svg%3E");background-repeat:no-repeat}.icon-close-black{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2044%2044%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23000000%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M39.196%2043.3L1.154%205.256l3.89-3.89%2038.04%2038.043z%22/%3E%3Cpath%20d=%22M.54%2039.413L38.58%201.37l3.89%203.89L4.428%2043.302z%22/%3E%3C/svg%3E");background-repeat:no-repeat}.icon-close{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2044%2044%22%3E%3Cpath%20d=%22M39.196%2043.3L1.154%205.256l3.89-3.89%2038.04%2038.043z%22/%3E%3Cpath%20d=%22M.54%2039.413L38.58%201.37l3.89%203.89L4.428%2043.302z%22/%3E%3C/svg%3E");background-repeat:no-repeat}img{max-width:100%}a img{border:0}img[data-srcset]{opacity:0;-webkit-transition:opacity 150ms linear;transition:opacity 150ms linear}img[data-srcset].lazyloaded{opacity:1}.marketing-nav-wrapper{max-width:1600px;margin:0 auto}.marketing-nav{width:100%;position:relative;clear:both}.marketing-nav .popover-wrapper{display:block;cursor:auto}.marketing-nav .popover{width:auto;min-width:calc(100% + 12px);top:45px;left:0;margin-top:0;-webkit-transform:none;-ms-transform:none;transform:none}@media screen and (min-width: 67.5em){.marketing-nav .popover{top:65px}}.marketing-nav .popover::before,.marketing-nav .popover::after{content:none}.marketing-nav .popover-content{padding:12px 24px 12px 0;-webkit-box-shadow:0 5px 30px 5px rgba(69,79,91,0.2);box-shadow:0 5px 30px 5px rgba(69,79,91,0.2);border-radius:5px;background-color:#ffffff}.marketing-nav__primary{padding-left:calc(5% + 4px);padding-right:calc(5% + 4px);background-color:#ffffff;border-bottom:1px solid #dfe3e8;height:60px}@media screen and (min-width: 46.875em){.marketing-nav__primary{padding-left:calc(5% + 9px);padding-right:calc(5% + 9px)}}@media screen and (min-width: 67.5em){.marketing-nav__primary{padding-left:calc(5% + 18px);padding-right:calc(5% + 18px);height:80px}}.marketing-nav__items>li{position:relative;display:block}@media screen and (min-width: 46.875em){.marketing-nav__items>li{float:left;line-height:60px}}@media screen and (min-width: 67.5em){.marketing-nav__items>li{line-height:80px}}.marketing-nav__item{display:block;white-space:nowrap;color:#212b35;font-size:0.9375em;font-weight:400;font-family:ShopifySans, Helvetica, Arial, sans-serif;-webkit-transition-property:border-color, fill;transition-property:border-color, fill;-webkit-transition-duration:300ms;transition-duration:300ms}.marketing-nav__item:hover,.marketing-nav__item:focus{color:#212b35}.marketing-nav__item:active,.marketing-nav__item.marketing-nav__item--active{color:#212b35}.marketing-nav__item--primary{font-size:0.9375em;font-weight:700;color:#212b35}@media screen and (min-width: 46.875em){.marketing-nav__item--primary{margin-left:12px;margin-right:12px;padding-left:0;padding-right:0;border-bottom:3px solid transparent}.marketing-nav__item--primary:hover,.marketing-nav__item--primary:focus{border-bottom-color:#919eab}.marketing-nav__item--primary:active,.marketing-nav__item--primary.marketing-nav__item--active{border-bottom-color:#212b35}}.marketing-nav__item--primary:hover,.marketing-nav__item--primary:focus{color:#212b35;font-weight:700}.marketing-nav__item--primary:active,.marketing-nav__item--primary.marketing-nav__item--active{color:#212b35;font-weight:700}.marketing-nav__item--user{font-size:0.9375em;font-weight:700;color: white}@media screen and (min-width: 46.875em){.marketing-nav__item--user{margin-left:12px;margin-right:12px;padding-left:0;padding-right:0;border-bottom:3px solid transparent}.marketing-nav__item--user:hover,.marketing-nav__item--user:focus{border-bottom-color:#919eab}.marketing-nav__item--user:active,.marketing-nav__item--user.marketing-nav__item--active{border-bottom-color:#212b35}}.marketing-nav__item--user:hover,.marketing-nav__item--user:focus{color:#212b35;font-weight:700}.marketing-nav__item--user:active,.marketing-nav__item--user.marketing-nav__item--active{color:#212b35;font-weight:700}.marketing-nav__item--secondary{font-size:0.9375em;font-weight:700;color:#ffffff}@media screen and (min-width: 46.875em){.marketing-nav__item--secondary{margin-left:12px;margin-right:12px;padding-left:0;padding-right:0;border-bottom:3px solid transparent}.marketing-nav__item--secondary:hover,.marketing-nav__item--secondary:focus{border-bottom-color:#919eab}.marketing-nav__item--secondary:active,.marketing-nav__item--secondary.marketing-nav__item--active{border-bottom-color:#212b35}}.marketing-nav__item--secondary:hover,.marketing-nav__item--secondary:focus{color:#212b35;font-weight:700}.marketing-nav__item--secondary:active,.marketing-nav__item--secondary.marketing-nav__item--active{color:#212b35;font-weight:700}.marketing-nav__item--child{font-size:0.9375em;font-weight:700;color:#ffffff}@media screen and (min-width: 46.875em){.marketing-nav__item--child{margin-left:0;margin-right:0;padding-left:24px;padding-right:24px}}.marketing-nav__item--child:hover,.marketing-nav__item--child:focus{color:#212b35;font-weight:700}.marketing-nav__item--child:active,.marketing-nav__item--child.marketing-nav__item--active{color:#212b35;font-weight:700}.marketing-nav__item--primary{background-color:transparent;letter-spacing:0.05em;text-transform:uppercase}.marketing-nav__item--primary:hover,.marketing-nav__item--primary:focus{background-color:transparent}.popover-wrapper.js-is-active>.marketing-nav__item--primary{background-color:#ffffff;color:#212b35}.popover-wrapper.js-is-active>.marketing-nav__item--primary:focus{outline:0}.marketing-nav__item--primary.popover-trigger:hover{border-bottom:1px solid #dfe3e8}.popover-wrapper>.marketing-nav__item--primary{-webkit-transition:none;transition:none}@media screen and (min-width: 46.875em){.marketing-nav__item--primary,.marketing-nav__item--user{height:60px}}@media screen and (min-width: 67.5em){.marketing-nav__item--primary,.marketing-nav__item--user{height:80px}}@media screen and (max-width: 46.8125em){.marketing-nav__item--secondary{padding-top:6px;padding-bottom:6px;padding-left:calc(5% - 3px);border-left:3px solid transparent}.marketing-nav__item--secondary:hover,.marketing-nav__item--secondary:focus{border-left-color:#919eab}.marketing-nav__item--secondary:active,.marketing-nav__item--secondary.marketing-nav__item--active{border-left-color:#212b35}}@media screen and (min-width: 46.875em){.marketing-nav__item--secondary{height:60px}}@media screen and (min-width: 67.5em){.marketing-nav__item--secondary{height:70px}}.marketing-nav__item--child{padding-top:9px;padding-bottom:9px;line-height:1}@media screen and (min-width: 67.5em){.marketing-nav__item--child{padding-left:calc(24px - 3px);border-left:3px solid transparent}.marketing-nav__item--child:hover,.marketing-nav__item--child:focus{border-left-color:#919eab}.marketing-nav__item--child:active,.marketing-nav__item--child.marketing-nav__item--active{border-left-color:#212b35}}.marketing-nav__user{float:right}.marketing-nav__button{margin-left:12px;padding-left:1.25em;padding-right:1.25em}.marketing-nav__secondary{position:relative;z-index:1;min-height:60px;background-color:#ffffff;border-bottom:1px solid #dfe3e8}@media screen and (max-width: 46.8125em){.marketing-nav__secondary{border-top:1px solid #dfe3e8}}@media screen and (min-width: 67.5em){.marketing-nav__secondary{min-height:70px}}@media screen and (max-width: 46.8125em){.marketing-nav__secondary .marketing-nav__items{display:none;position:absolute;z-index:10;width:100%;top:60px;left:0;padding-top:6px;padding-bottom:6px;border-bottom:1px solid #dfe3e8;background-color:#ffffff}}@media screen and (min-width: 46.875em){.marketing-nav__secondary .marketing-nav__items{display:block !important;margin-left:-12px;padding-left:calc(5% + 9px);padding-right:calc(5% + 9px)}.marketing-nav__secondary .marketing-nav__items::after{content:'';display:table;clear:both}}@media screen and (min-width: 67.5em){.marketing-nav__secondary .marketing-nav__items{padding-left:calc(5% + 18px);padding-right:calc(5% + 18px)}}@media screen and (min-width: 46.875em){.marketing-nav__secondary .marketing-nav__items>li{line-height:60px}}@media screen and (min-width: 67.5em){.marketing-nav__secondary .marketing-nav__items>li{line-height:70px}}.marketing-nav__secondary__button{width:100%;padding-left:5%;text-align:left;font-size:0.9375em;line-height:60px;color:#212b35}.marketing-nav__logo{float:left}@media screen and (min-width: 67.5em){.marketing-nav__logo{margin-right:1.5625em}}@media screen and (max-width: 67.4375em){.marketing-nav__logo--centered{float:none;overflow:hidden}.marketing-nav__logo--centered .marketing-nav__logo__shopify{margin-left:auto;margin-right:auto}}.marketing-nav__logo .icon,.marketing-nav__hamburger .icon{width:100%;height:100%}.marketing-nav__logo__shopify{display:block;width:111px;height:32px;margin-top:12px}@media screen and (min-width: 67.5em){.marketing-nav__logo__shopify{width:125px;height:36px;margin-top:20px}}.marketing-nav__hamburger{float:right;-webkit-box-sizing:content-box;box-sizing:content-box;width:1.25em;height:1.25em;padding:0.625em;margin-right:-0.625em;fill:#212b35;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.marketing-nav__hamburger::-moz-focus-inner{padding:0;border:0}.marketing-nav__arrow,.marketing-nav__external-indicator{display:inline-block;fill:#919eab}.marketing-nav__item--primary .marketing-nav__arrow,.marketing-nav__item--primary .marketing-nav__external-indicator{fill:#919eab}.js-is-active .marketing-nav__item--primary .marketing-nav__arrow,.marketing-nav__item--primary:hover .marketing-nav__arrow,.marketing-nav__item--primary:focus .marketing-nav__arrow,.marketing-nav__item--primary:active .marketing-nav__arrow,.js-is-active .marketing-nav__item--primary .marketing-nav__external-indicator,.marketing-nav__item--primary:hover .marketing-nav__external-indicator,.marketing-nav__item--primary:focus .marketing-nav__external-indicator,.marketing-nav__item--primary:active .marketing-nav__external-indicator{fill:#212b35}.marketing-nav__item--user .marketing-nav__arrow,.marketing-nav__item--user .marketing-nav__external-indicator{fill:#919eab}.js-is-active .marketing-nav__item--user .marketing-nav__arrow,.marketing-nav__item--user:hover .marketing-nav__arrow,.marketing-nav__item--user:focus .marketing-nav__arrow,.marketing-nav__item--user:active .marketing-nav__arrow,.js-is-active .marketing-nav__item--user .marketing-nav__external-indicator,.marketing-nav__item--user:hover .marketing-nav__external-indicator,.marketing-nav__item--user:focus .marketing-nav__external-indicator,.marketing-nav__item--user:active .marketing-nav__external-indicator{fill:#212b35}.marketing-nav__item--secondary .marketing-nav__arrow,.marketing-nav__item--secondary .marketing-nav__external-indicator{fill:#919eab}.js-is-active .marketing-nav__item--secondary .marketing-nav__arrow,.marketing-nav__item--secondary:hover .marketing-nav__arrow,.marketing-nav__item--secondary:focus .marketing-nav__arrow,.marketing-nav__item--secondary:active .marketing-nav__arrow,.js-is-active .marketing-nav__item--secondary .marketing-nav__external-indicator,.marketing-nav__item--secondary:hover .marketing-nav__external-indicator,.marketing-nav__item--secondary:focus .marketing-nav__external-indicator,.marketing-nav__item--secondary:active .marketing-nav__external-indicator{fill:#212b35}.marketing-nav__arrow{vertical-align:middle;width:10px;height:5px;margin-left:5px}.marketing-nav__item--primary .marketing-nav__arrow{width:10px;height:5px;margin-left:5px;margin-top:-3px}.marketing-nav__item--secondary .marketing-nav__arrow{width:10px;height:5px;margin-left:5px;margin-top:-3px}@media screen and (max-width: 46.8125em){.marketing-nav__secondary .marketing-nav__arrow{position:absolute;top:50%;right:5%;margin-top:-3px}}.marketing-nav__external-indicator{vertical-align:middle;width:7px;height:7px;margin-left:2px;-webkit-transition:fill 300ms;transition:fill 300ms}.marketing-nav__item--primary .marketing-nav__external-indicator{width:7px;height:7px;margin-left:2px;margin-top:-8px}.marketing-nav__item--user .marketing-nav__external-indicator{width:7px;height:7px;margin-left:2px;margin-top:-8px}.marketing-nav__item--secondary .marketing-nav__external-indicator{width:7px;height:7px;margin-left:2px;margin-top:-8px}.marketing-nav__item--child .marketing-nav__external-indicator{width:7px;height:7px;margin-left:2px;margin-top:-8px}.skip-to-main.focusable:focus{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:400;position:absolute;color:#000000;height:60px;line-height:60px;padding:0 15px;background:#ffffff;z-index:1001}@media screen and (min-width: 67.5em){.skip-to-main.focusable:focus{height:80px;line-height:80px}}.footer--main{margin-left:auto;margin-right:auto;position:relative;background:#000639}.footer--main::after{content:'';display:table;clear:both}.footer-section{margin-bottom:1.875em}.footer-section::after{content:'';display:table;clear:both}.footer-heading{margin:0 0 0.5625em;color:#ffffff;letter-spacing:normal}.footer-link{display:block;font-size:0.875em;padding:0.375em 0;color:#919eab;-webkit-transition:color 300ms ease-in-out;transition:color 300ms ease-in-out}.footer-link:hover,.footer-link:focus{color:#ffffff}.footer-top{padding-bottom:1.5625em}@media screen and (max-width: 46.8125em){.footer-top{padding-top:1.5625em}}.footer-top+.footer-bottom{border-top:1px solid rgba(223,227,232,0.1)}.footer-bottom{padding-top:1.875em;padding-bottom:1.875em}.footer-bottom::after{content:'';display:table;clear:both}.footer-bottom a{color:#919eab;-webkit-transition:color 300ms ease-in-out;transition:color 300ms ease-in-out}@media screen and (min-width: 67.5em){.footer-bottom a{line-height:1.875em}}.footer-bottom a:hover{color:#ffffff}.footer-bottom__links>a{color:#ffffff;line-height:1.875em;white-space:nowrap}@media screen and (min-width: 46.875em){.footer-bottom__links>a{margin-left:15px}}@media screen and (max-width: 46.8125em){.footer-bottom__links>a{display:block}}.footer-bottom__links>a:hover,.footer-bottom__links>a:focus{color:#ffffff}.footer-country-select{margin-bottom:0;display:inline-block;position:relative;width:auto;line-height:1.875em}@media screen and (min-width: 46.875em){.footer-country-select{margin-left:15px}}.footer-country-select .popover{width:auto;position:relative}.footer-country-select .popover::before,.footer-country-select .popover::after{display:none}.footer-country-select__trigger{color:#ffffff;-webkit-transition:color 300ms ease-in-out;transition:color 300ms ease-in-out}.footer-country-select__trigger:hover,.footer-country-select__trigger:focus{color:#ffffff}.footer-country-select__trigger:hover .footer-country-select__globe,.footer-country-select__trigger:hover .footer-country-select__arrow,.footer-country-select__trigger:focus .footer-country-select__globe,.footer-country-select__trigger:focus .footer-country-select__arrow{fill:#ffffff}.footer-country-select__popover.js-is-active .footer-country-select__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.footer-country-select__globe,.footer-country-select__arrow{fill:#ffffff;-webkit-transition:fill 300ms ease-in-out;transition:fill 300ms ease-in-out;display:inline-block;vertical-align:middle}.footer-country-select__globe{width:1em;height:1em;margin-bottom:0.1875em}.footer-country-select__arrow{margin-bottom:0.1875em;width:0.75em;height:0.75em}.footer-country-select__text{padding-left:0.375em;padding-right:0.375em}.footer-country-select__content.popover-content{padding:12px 24px 12px;position:absolute;bottom:25px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-column-count:2;column-count:2;-webkit-box-shadow:0 5px 30px 5px rgba(69,79,91,0.2);box-shadow:0 5px 30px 5px rgba(69,79,91,0.2);border-radius:5px;background-color:#ffffff}@media screen and (min-width: 46.875em){.footer-country-select__content.popover-content{padding-left:0;-webkit-transform:none;-ms-transform:none;transform:none;right:0;left:auto}}.footer-country-select__content.popover-content li{display:inline-block;width:100%}.footer-country-select__content.popover-content a{color:#ffffff;font-weight:700;line-height:1;padding:9px 24px 9px 21px;border-left:3px solid transparent;margin-left:0;margin-right:0;white-space:nowrap;display:block}@media screen and (max-width: 46.8125em){.footer-country-select__content.popover-content a{font-size:0.875em;padding-right:10px;padding-left:7px;line-height:1.2}}.footer-country-select__content.popover-content a:hover,.footer-country-select__content.popover-content a:focus{color:#212b35;border-left-color:#919eab}.footer-country-select__content.popover-content a:active{border-left-color:#212b35}.footer-social__icon{display:inline-block;width:1.125em;height:1.125em;margin-top:0.3125em}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.footer-social__icon{width:1em;height:1em}}.footer-social__icon+.footer-social__icon{margin-left:0.5em}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.footer-social__icon+.footer-social__icon{margin-left:0.3125em}}.footer-social__icon .icon{width:100%;height:100%;fill:#ffffff;-webkit-transition:fill 300ms ease-in-out;transition:fill 300ms ease-in-out}.footer-social__icon:hover .icon,.footer-social__icon:focus .icon{fill:#ffffff}.footer-nav{border-bottom:1px solid rgba(223,227,232,0.1);margin-bottom:1.5625em}@media screen and (max-width: 46.8125em){.footer-nav{text-align:center;padding-bottom:1.5625em}}.footer-nav a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:700;font-size:1em;margin-right:0.9375em;color:#ffffff;display:inline-block}@media screen and (max-width: 46.8125em){.footer-nav a{margin-right:0.46875em;margin-left:0.46875em;padding-top:0.3125em}}@media screen and (min-width: 46.875em){.footer-nav a{line-height:70px;border-bottom:2px solid #000639;-webkit-transition-property:border-color, fill;transition-property:border-color, fill;-webkit-transition-duration:300ms;transition-duration:300ms}.footer-nav a:hover,.footer-nav a:focus{color:#ffffff;border-color:#ffffff}}.footer-column--nameless{margin-top:1.65em}.drawer{display:none;position:fixed;overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;z-index:1000;top:0;bottom:0;width:18.75em;max-width:100%;-webkit-transition:-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);background-color:#ffffff;font-size:1.1428571429em;font-family:ShopifySans, Helvetica, Arial, sans-serif}@media screen and (prefers-reduced-motion: reduce){.drawer{-webkit-transition:none;transition:none;-webkit-animation:none;animation:none}}.js-drawer-open .drawer{display:block;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.drawer .marketing-nav__logo__shopify{margin-top:0}.drawer--left{left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.drawer--right{right:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.drawer--powered-by-shopify .drawer__items--primary{padding-top:0;border-top:0}.drawer__inner{position:relative;min-height:100%;padding-right:30px;padding-bottom:30px;padding-left:30px}@media screen and (max-width: 67.4375em){.drawer__inner .marketing-form__button{width:100%}}.drawer__top{position:relative;height:60px;padding-top:15px;padding-bottom:15px}.drawer__close-button{display:block;-webkit-box-sizing:content-box;box-sizing:content-box;width:1.25em;height:1.25em;padding:0.625em;fill:#212b35;position:absolute;top:50%;right:-0.625em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.drawer__close-button .icon{width:100%;height:100%}.drawer__items{padding-top:15px;border-top:1px solid #dfe3e8}.drawer__items+.drawer__items{margin-top:15px}.drawer__items--nested{margin-bottom:15px;padding-top:0;border-top:0;border-left:1px solid #dfe3e8}.drawer__items--nested .drawer__items--nested{margin-left:1.0625em}.drawer__item{display:block;width:100%;color:#454f59;font-size:1em;font-weight:500;padding-top:0.625em;padding-bottom:0.625em;text-align:left;line-height:1;-webkit-transition:color 300ms;transition:color 300ms}.drawer__item:hover,.drawer__item:focus{color:#000000;font-weight:500}.drawer__item.drawer__item--active{color:#000000;font-weight:500}.drawer__items--nested .drawer__item{margin-left:-1px;padding-left:1.0625em;border-left:3px solid transparent}.drawer__items--nested .drawer__item.drawer__item--active{border-left-color:currentColor}.drawer__items--corporate .drawer__item{color:#919ea9;font-weight:500}.drawer__items--corporate .drawer__item:hover,.drawer__items--corporate .drawer__item:focus{color:#000000;font-weight:500}.drawer__items--corporate .drawer__item.drawer__item--active{color:#000000;font-weight:500}.drawer__items--user .drawer__item{color:#454f59;font-weight:500}.drawer__items--user .drawer__item:hover,.drawer__items--user .drawer__item:focus{color:#000000;font-weight:500}.drawer__items--user .drawer__item.drawer__item--active{color:#000000;font-weight:500}.drawer__item--primary{font-size:1em;font-weight:700;text-transform:uppercase;padding-top:15px;padding-bottom:15px}.drawer__item--primary,.drawer__item--primary a{color:#000000}.drawer__item--primary:hover,.drawer__item--primary:focus{color:#000000;font-weight:700}.drawer__item--primary.drawer__item--active{color:#000000;font-weight:700}.drawer__item--primary .marketing-nav__arrow{vertical-align:20%;margin-left:0.3571428571em}.drawer__item--signup{color:#5c6ac4;border:0;background-color:transparent;padding-left:0;padding-right:0}#PageContainer::before{position:fixed;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;background-color:rgba(0,0,0,0.6);-webkit-transition:visibility 0.4s linear,opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition:visibility 0.4s linear,opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);-webkit-transform:translateZ(0);transform:translateZ(0);content:'';z-index:999}.js-drawer-open{overflow:hidden}.js-drawer-open #PageContainer::before{visibility:visible;opacity:1}.signup-modal__content{width:100%}@media screen and (min-width: 67.5em){.signup-modal__content{max-width:50%;margin:0 auto}}.signup-modal__content .marketing-form__button{float:right}body>.signup--hidden{display:none}.subdomain{position:relative}.stateful-form .marketing-input::-ms-clear{display:none}.stateful-form .js-has-error .marketing-input{-webkit-box-shadow:0 0 0 2px #eb644d;box-shadow:0 0 0 2px #eb644d}.stateful-form .js-has-hint .marketing-input{-webkit-box-shadow:0 0 0 2px #b7ecec;box-shadow:0 0 0 2px #b7ecec}.stateful-form .js-is-pending::after{content:'';display:block;width:18px;height:18px;position:absolute;top:50%;left:50%;margin-left:-9px;margin-top:-9px;border-radius:50%;border:3px solid #454f59;border-top-color:transparent;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear;z-index:10;right:1.25em;left:auto;-webkit-animation-duration:0.5s;animation-duration:0.5s}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.stateful-form .marketing-input{position:relative;z-index:1}.stateful-form .js-is-hidden{display:none}.stateful-form .marketing-form__messages{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);padding-top:2px;font-size:1em;max-height:0;overflow:hidden;display:block}@media screen and (min-width: 46.875em){.stateful-form .marketing-form__messages{-webkit-transition:max-height 300ms;transition:max-height 300ms}}.stateful-form .marketing-form__messages .error{color:#ffffff;display:block;font-size:0.75em;padding:0.4166666667em 1em;position:relative;min-height:2em}.stateful-form .marketing-form__messages .error.hide{display:none}.stateful-form .marketing-form__messages .error a,.stateful-form .marketing-form__messages .error button{color:#ffffff;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}.stateful-form .marketing-form__messages .error a:hover,.stateful-form .marketing-form__messages .error a:focus,.stateful-form .marketing-form__messages .error button:hover,.stateful-form .marketing-form__messages .error button:focus{color:#f0f0f0}.stateful-form .marketing-form__messages .error a:focus,.stateful-form .marketing-form__messages .error button:focus{outline:0;background-color:rgba(255,255,255,0.125)}.stateful-form .marketing-form__messages .suggest{color:#000000;display:block;font-size:0.75em;padding:0.4166666667em 1em;position:relative;min-height:2em}.stateful-form .marketing-form__messages .suggest.hide{display:none}.stateful-form .marketing-form__messages .suggest a,.stateful-form .marketing-form__messages .suggest button{color:#000000;text-decoration:underline;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-skip-ink:auto;-webkit-transition:color 150ms;transition:color 150ms}.stateful-form .marketing-form__messages .suggest a:hover,.stateful-form .marketing-form__messages .suggest a:focus,.stateful-form .marketing-form__messages .suggest button:hover,.stateful-form .marketing-form__messages .suggest button:focus{color:black}.stateful-form .marketing-form__messages .suggest a:focus,.stateful-form .marketing-form__messages .suggest button:focus{outline:0;background-color:rgba(0,0,0,0.125)}.stateful-form .js-has-error .marketing-form__messages{background-color:#eb644d;-webkit-box-shadow:0 0 0 2px #eb644d;box-shadow:0 0 0 2px #eb644d;border-radius:0 0 5px 5px;max-height:90px}@media screen and (min-width: 46.875em){.stateful-form .js-has-error .marketing-form__messages{-webkit-transition:max-height 300ms;transition:max-height 300ms}}.stateful-form .js-has-hint .marketing-form__messages{background-color:#b7ecec;-webkit-box-shadow:0 0 0 2px #b7ecec;box-shadow:0 0 0 2px #b7ecec;border-radius:0 0 5px 5px;max-height:90px}@media screen and (min-width: 46.875em){.stateful-form .js-has-hint .marketing-form__messages{-webkit-transition:max-height 300ms;transition:max-height 300ms}}.stateful-form .js-is-pending .marketing-input{-webkit-box-shadow:0 0 0 1px #c4cdd5;box-shadow:0 0 0 1px #c4cdd5}.stateful-form .js-is-pending .marketing-form__messages{max-height:0;-webkit-box-shadow:none;box-shadow:none}@media screen and (min-width: 46.875em){.stateful-form .js-is-pending .marketing-form__messages{-webkit-transition:all 300ms;transition:all 300ms}}.page-block{padding:5.625em 0;border-color:#dfe3e8}.page-block--white{background:#ffffff;color:#454f59}.page-block--light{background:#f4f6f8;color:#212b37}.page-block--lowlight{background-color:#30373b;color:#919ea9}.page-block--blue{background-color:#f6fafd;color:#212b37}.page-block--border-top{border-top-width:1px;border-top-style:solid}@media screen and (max-width: 46.8125em){.page-block{padding:3.75em 0}}.page-block--lowlight .section-heading__heading{color:#ffffff}.page-block--lowlight .section-heading__subhead{color:#000000}.page-block--image{background-position:top center;background-repeat:no-repeat;background-size:cover;position:relative}.page-block--image>.page-width{height:100%;z-index:1}.section-block{padding-top:2.8125em;padding-bottom:2.8125em;border-color:#dfe3e8}.section-block--border-top{border-top-width:1px;border-top-style:solid}.section-block--white{background:#ffffff;color:#454f59}.section-block--light{background:#f4f6f8;color:#212b37}.section-block--lowlight{background-color:#30373b;color:#919ea9}.section-block--blue{background-color:#f6fafd;color:#212b37}@media screen and (max-width: 46.8125em){.section-block{padding-top:1.875em;padding-bottom:1.875em}}.page-width .section-block:first-child:not(:only-child){padding-top:0}.page-width .section-block:last-child:not(:only-child){padding-bottom:0}.section{padding:3.75em 0}@media screen and (min-width: 46.875em){.section{padding-top:5.625em;padding-bottom:5.625em}}.section .section:first-child:not(:only-child){padding-top:0}.section .section:last-child:not(:only-child){padding-bottom:0}.section--tight{padding:1.875em 0}@media screen and (min-width: 46.875em){.section--tight{padding-top:2.8125em;padding-bottom:2.8125em}}.section--padding-top-only{padding-bottom:0}.section--padding-bottom-only{padding-top:0}.section--border{border-top:1px solid #dfe3e8}.section--image{background-position:top center;background-repeat:no-repeat;background-size:cover;position:relative}.section-heading{margin-bottom:2.8125em;text-align:center}@media screen and (min-width: 67.5em){.section-heading{margin-bottom:3.75em}}.section-heading--lowlight .section-heading__heading{color:#ffffff}.section-heading--lowlight .section-heading__subhead{color:#000000}.section-heading--lowlight .section-heading__kicker{color:#dfe3e8}.section-heading--tight{margin-bottom:1.5625em}.section-heading--tight .section-heading__heading{margin-bottom:0.25em}.section-heading--tight .section-heading__subhead{margin-bottom:0}.section-heading--tight .section-heading__kicker{margin-bottom:0.75em}.section-heading__subhead{font-weight:400;color:#000000}.section-heading__kicker{font-weight:700;color:#ffffff}.section-heading__kicker.section-heading__kicker--has-icon{display:inline-block;margin-bottom:0;vertical-align:middle}.section-heading__icon-wrapper{margin-bottom:0.625em}.section-heading__icon{width:1.75em;height:1.75em;margin-right:0.625em;vertical-align:middle}@media screen and (min-width: 46.875em){.section-heading--left{text-align:left}}.block{display:block;border-color:#dfe3e8;margin-bottom:2.8125em}.block__icon,.block__image{margin-bottom:0.9375em}.block--padded{padding:30px}.block--padded .block__content:last-child,.block--padded .block__cta:last-child{margin-bottom:0}.block--rounded{border-radius:5px}.block--bordered{border-width:1px;border-style:solid}.block--lowlight .block__icon{fill:#ffffff}.block--lowlight .block__heading{color:#ffffff}.block--lowlight .block__content{color:#dfe3e8}.block--lowlight .block__cta a{color:#ffffff}.block__content{margin-bottom:0.9375em}.marketing-block{display:block;border-color:#dfe3e8}.marketing-block--white{background:#ffffff;color:#454f59}.marketing-block--light{background:#f4f6f8;color:#212b37}.marketing-block--lowlight{background-color:#30373b;color:#919ea9}.marketing-block--blue{background-color:#f6fafd;color:#212b37}@media screen and (max-width: 46.8125em){.marketing-block{margin-bottom:2.8125em;width:100%}}.marketing-block .icon{margin-bottom:0.75em}.marketing-block--bordered{border-width:1px;border-style:solid}.marketing-block--light{border-width:1px;border-style:solid}.marketing-block--blue{border:1px solid #479ccf}.marketing-block--padded{padding:1.875em}.marketing-block--rounded{border-radius:5px}.marketing-block__content p:last-child{margin-bottom:0}.marketing-block__img img{width:100%}.bullet{display:table;margin-bottom:1.875em;position:relative}.bullet__icon{padding-right:15px;display:table-cell;vertical-align:top}.bullet__content{padding-top:8px;margin-bottom:0;display:table-cell;vertical-align:top;width:100%}.marketing-bullet-list{margin-bottom:1.875em;padding-top:1.875em}.marketing-bullet-list:last-child{margin-bottom:-1.875em}.marketing-bullet{list-style:none;margin-bottom:1.875em;position:relative}.marketing-bullet::after{content:'';display:table;clear:both}.marketing-bullet .icon{display:block;margin-bottom:0;float:left;margin-right:15px}.marketing-bullet--without-heading .marketing-bullet__content{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:300;position:absolute;left:75px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:1.125em;line-height:1}.marketing-bullet__content-wrapper{overflow:hidden;display:block;float:none;position:static}@media screen and (max-width: 46.8125em){.marketing-bullet__content-wrapper{margin-bottom:0;text-align:left;width:inherit}}@media screen and (max-width: 46.8125em){.media__center--mobile{text-align:center}}@media screen and (min-width: 67.5em){.media__offset{margin-top:2.8125em}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.media__offset{margin-top:0.9375em}}@media screen and (max-width: 46.8125em){.media__image{text-align:center}}@media screen and (max-width: 46.8125em){.media__last{margin-top:1.875em}}@media screen and (min-width: 46.875em){.media--flex-centered{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.media--flex-centered .media__right{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.media--flex-centered .media__offset{margin-top:0}}@media screen and (min-width: 46.875em){.media__right{float:right;margin-right:0}}@media screen and (min-width: 46.875em){.media__image--wide-left img,.media__image--wide-left .lazyload-image{float:right}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.media__image--wide-left img,.media__image--wide-left .lazyload-image{max-width:none}}@media screen and (max-width: 46.8125em){.media__image--wide-left--mobile img{margin-left:-30px}}@media screen and (min-width: 46.875em){.media__image--wide-right img,.media__image--wide-right .lazyload-image{float:left}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.media__image--wide-right img,.media__image--wide-right .lazyload-image{max-width:none}}@media screen and (min-width: 46.875em){.media__image--wide-left .lazyload-image,.media__image--wide-right .lazyload-image{overflow:visible}}@media screen and (max-width: 46.8125em){.media__image--wide-right--mobile{text-align:right}.media__image--wide-right--mobile img{margin-right:-30px}}@media screen and (min-width: 46.875em){.media__image--bottom img,.media__image--bottom .lazyload-image{margin-bottom:-5.625em}}@media screen and (min-width: 46.875em){.media__image--bottom .lazyload-image img{margin-bottom:0}}@media screen and (min-width: 46.875em){.media__image--top img,.media__image--top .lazyload-image{margin-top:-5.625em}}@media screen and (min-width: 46.875em){.media__image--top .lazyload-image img{margin-top:0}}@media screen and (min-width: 67.5em){.media__image--top--desktop img,.media__image--top--desktop .lazyload-image{margin-top:-5.625em}}@media screen and (min-width: 67.5em){.media__image--top--desktop .lazyload-image img{margin-top:0}}@media screen and (min-width: 67.5em){.media__image--bottom--desktop img{margin-bottom:-5.625em}}@media screen and (min-width: 67.5em){.media__image--bottom--desktop img,.media__image--bottom--desktop .lazyload-image{margin-bottom:-5.625em}}@media screen and (min-width: 67.5em){.media__image--bottom--desktop .lazyload-image img{margin-bottom:0}}@media screen and (max-width: 46.8125em){.media__image--bottom--mobile img,.media__image--bottom--mobile .lazyload-image{margin-bottom:-3.75em}}@media screen and (max-width: 46.8125em){.media__image--bottom--mobile .lazyload-image img{margin-bottom:0}}@media screen and (min-width: 46.875em){.media__image--right-tight{margin-left:-15em}}@media screen and (min-width: 67.5em){.media__image--overflow img{max-width:none}}.lazyload-image{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;overflow:hidden;position:relative;width:100%;margin:auto}.lazyload-image img{display:block}.lazyload-image .lazyload-image__placeholder{display:block;width:100%;height:0}.lazyload{display:block;height:0;overflow:hidden}.flash-container{position:relative}.flash-container+.flash-container{margin-top:1.875em}.flash{padding:0.9375em 3.0625em 0.9375em 3.5em;min-height:3.75em;border:0.125em solid;border-radius:5px}.flash h1,.flash h2,.flash h3,.flash h4,.flash h5,.flash h6,.flash .long-form-content li::before{color:currentColor}.flash--notice,.flash--info{background-color:#f4f6f8;border-color:#dfe3e8;color:#454f59}.flash--notice,.flash--notice .long-form-content,.flash--info,.flash--info .long-form-content{color:#454f59}.flash--error,.flash--alert{background-color:rgba(235,100,77,0.05)}.flash--error,.flash--error .long-form-content,.flash--alert,.flash--alert .long-form-content{color:#eb644d}.flash--success{background-color:rgba(88,180,75,0.05);border-color:#58b44b}.flash--success,.flash--success .long-form-content{color:#58b44b}.icon--flash{position:absolute;top:0.9375em;left:0.9375em;width:1.625em;height:1.625em;fill:currentColor}.flash__close{position:absolute;top:0;right:0;padding:0.9375em;opacity:0.8;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out}.flash__close svg{width:0.9375em;height:0.9375em;fill:currentColor}.flash__close:hover,.flash__close:focus{opacity:1}.flash__close:active{opacity:0.8}.flash__content.long-form-content{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:500;margin:0}.flash__content.long-form-content .heading{margin-top:-0.125em}.flash__content.long-form-content>*:last-child{margin-bottom:0}@media screen and (max-width: 46.8125em){.hero{text-align:center}}.hero .hero__inner{padding-top:10%;padding-bottom:10%}.hero .hero__image{width:100%;height:auto}.spot-image--small{width:60px}.spot-image--medium{width:85px}.spot-image--large{width:120px}.cookies-notice{z-index:1000;position:fixed;right:0;bottom:0;left:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);padding:15px 0;background-color:#000000;opacity:0;visibility:hidden;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;-webkit-text-size-adjust:100%}.js-is-loaded .cookies-notice.js-is-active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;visibility:visible}@media screen and (min-width: 46.875em){.cookies-notice{padding-top:20px;padding-bottom:20px}}.cookies-notice__body{padding-right:15px;font-size:0.875em;line-height:1.5}@media screen and (max-width: 46.8125em){.cookies-notice__body{margin-bottom:15px}}@media screen and (min-width: 46.875em){.cookies-notice__body{float:left;width:80%;font-size:0.8125em}}.cookies-notice__body,.cookies-notice__body a{color:#ffffff}@media screen and (max-width: 46.8125em){.cookies-notice__cta{float:right;font-size:0.875em}}@media screen and (min-width: 46.875em){.cookies-notice__cta{float:left;width:20%;text-align:right}}.background-video,.background-video--fallback{opacity:0;visibility:hidden;z-index:-1;position:absolute;bottom:0;left:50%;min-height:100%;min-width:100%;max-width:none;overflow:hidden;-webkit-transition:opacity 1s ease-in;transition:opacity 1s ease-in;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width: 46.8125em){.background-video,.background-video--fallback{min-width:0;min-height:0;height:100%;opacity:1}}.background-video.js-is-active,.background-video--fallback.js-is-active{opacity:1;visibility:visible;z-index:0}.inline-video,.inline-video--fallback{display:block;max-width:100%;height:auto}.responsive-video-wrapper{position:relative;height:0;padding-top:56.25%}.responsive-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.icon-caret-right{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%22-242.1%20245.6%206.6%2010.3%22%3E%3Cpath%20d=%22M-235.6%20250.7l-5.1%205.2-1.4-1.4%203.7-3.8-3.7-3.7%201.4-1.4%22/%3E%3C/svg%3E");background-repeat:no-repeat}.icon-caret-left{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%22-189.8%20245.6%20499.8%20792%22%3E%3Cpath%20d=%22M202.3%20245.6L310%20353.3%2025.5%20637.8%20310%20929.9l-107.7%20107.7-392.1-399.8%22/%3E%3C/svg%3E");background-repeat:no-repeat}.paginated-carousel{position:relative}.paginated-carousel .carousel-item{position:relative}@media screen and (max-width: 46.8125em){.paginated-carousel .carousel-item{position:absolute;top:0;display:none;float:none;width:auto;margin-right:0;opacity:0;-webkit-transform:translateX(50px);-ms-transform:translateX(50px);transform:translateX(50px);-webkit-transition:all 300ms ease;transition:all 300ms ease}.paginated-carousel .carousel-item.js-is-active{position:static;display:block;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.paginated-carousel .carousel-nav{opacity:0;-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease}.js-is-loaded .paginated-carousel .carousel-nav{opacity:1}.paginated-carousel .carousel-nav-items{text-align:center}.paginated-carousel .carousel-nav-item{width:0.8125em;height:0.8125em;margin:0 0.25em;line-height:1.25em;vertical-align:middle;background-color:#919ea9;border-radius:50%}.paginated-carousel .carousel-nav-item.js-is-active{background:#000000}.paginated-carousel .carousel-arrow-left,.paginated-carousel .carousel-arrow-right{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.paginated-carousel .carousel-arrow-left{left:0}.paginated-carousel .carousel-arrow-right{right:0}.inline-cta__heading{font-weight:400;color:#454f59}@media screen and (min-width: 46.875em){.inline-cta__heading{display:inline-block}}@media screen and (min-width: 46.875em){.inline-cta__button{margin-left:30px}}@media screen and (min-width: 46.875em){.marketing-input-button-pair__input,.marketing-input-button-pair__button{float:left}}@media screen and (max-width: 46.8125em){.marketing-input-wrapper .marketing-input-button-pair__input{margin-bottom:15px}}@media screen and (min-width: 46.875em){.marketing-input-button-pair__input{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:10px}}.marketing-input-button-pair__button{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width: 46.8125em){.marketing-input-button-pair__button{width:100%}}.marketing-input-button__field-wrapper::after{content:'';display:table;clear:both}@media screen and (min-width: 46.875em){.marketing-input-button__field-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media screen and (min-width: 46.875em){.js-is-sticky-init .sticky-menu-content{float:right}}.js-is-sticky-container .sticky-menu{position:fixed;top:0}.js-is-abs-container .sticky-menu{position:absolute;bottom:0;top:auto}@media screen and (min-width: 67.5em){.page--has-secondary-nav .js-is-abs-container .sticky-menu{top:auto}}.js-is-abs-container .in-page-menu{margin-bottom:0}.in-page-menu{list-style:none;margin-bottom:30px}.in-page-menu a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ShopifySans, Helvetica, Arial, sans-serif;font-weight:400;color:#454f59;font-size:1em;display:block;-webkit-transition:all 150ms;transition:all 150ms}.in-page-menu a:hover,.in-page-menu a:focus{color:#000000}.in-page-menu a.js-is-active{color:#000000;border-color:#000000}.in-page-menu--vertical{border-left:1px solid #dfe3e8}.in-page-menu--vertical a{margin-left:-1px;border-left:3px solid transparent;padding:0.625em 0 0.625em 1.0625em}.in-page-menu--horizontal a{border-bottom:2px solid transparent;margin-right:0.9375em;-webkit-transition-property:border, color;transition-property:border, color;-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.in-page-menu--horizontal li{display:inline-block}@media screen and (max-width: 46.8125em){.accordion-item--mobile.js-is-active .accordion-link::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2044%2044%22%3E%3Cpath%20d=%22M4%2021.4h35.8v4.3H4z%22/%3E%3C/svg%3E")}.accordion-item--mobile .accordion-link{position:relative;cursor:pointer;display:block;width:100%;text-align:left;min-height:1.25em;padding-right:1.25em}.accordion-item--mobile .accordion-link::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2044%2044%22%3E%3Cpath%20d=%22M4%2020.4h35.8v4.3H4z%22/%3E%3Cpath%20d=%22M19.7%204.7H24v35.8h-4.3z%22/%3E%3C/svg%3E");content:'';position:absolute;right:0;top:1px;width:1.25em;height:1.25em}.accordion-item--mobile .accordion-content{display:none}}.accordion-item .accordion-content{display:none}.js-modal-open #SiteNavContainer,.js-modal-open #PageContainer{display:none}.modal-container{display:none;min-height:100vh;left:0;opacity:0;padding:0 0 65px;top:0;width:100%;text-align:center;-webkit-overflow-scrolling:touch;z-index:-1;-webkit-transition:opacity 150ms;transition:opacity 150ms}@media screen and (max-width: 46.8125em){.modal-container{padding:0 0 30px}}.modal-container.is-transitioning{z-index:1000;position:fixed}.modal-container.js-is-active{display:block;opacity:1;visibility:visible;z-index:1000}.modal-container button:-moz-focusring,.modal-container a:-moz-focusring{outline:solid #ffffff 2px}.modal-container--lowlight{background:#2a2c2e;color:#ffffff}.modal-container--highlight{background:#ffffff;color:#2a2c2e}.modal__header{position:fixed;top:0;width:100%;z-index:1}.modal__controls{text-align:right}.modal__close{margin:0.625em -0.625em 0 0;padding:0.625em;opacity:0.7;-webkit-transition:opacity 300ms ease;transition:opacity 300ms ease}.modal__close:hover{opacity:1}.modal__close .icon-close-white{height:16px;width:16px}.modal{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000;padding-top:130px;position:relative;text-align:left;-webkit-transition:all 150ms ease-out;transition:all 150ms ease-out;-webkit-transform:scale(0.85);-ms-transform:scale(0.85);transform:scale(0.85)}@media screen and (max-width: 46.8125em){.modal{padding:60px 30px 0}}.js-is-active .modal{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.modal:focus{outline:none}.modal__heading{color:inherit}.popover-wrapper{position:relative;cursor:pointer;display:inline-block}.popover-wrapper.js-is-active .popover{display:block;opacity:1}.popover{position:absolute;z-index:1001;display:none;opacity:0;width:13.75em;text-align:left;background-clip:padding-box;-webkit-transition:opacity 300ms;transition:opacity 300ms}@media screen and (max-width: 46.8125em){.popover{-webkit-transform:translate(-50%, -100%);-ms-transform:translate(-50%, -100%);transform:translate(-50%, -100%);top:-10px;left:50%}}.popover::after{content:'';position:absolute;display:block;width:0;height:0;border:transparent solid 10px}@media screen and (max-width: 46.8125em){.popover::after{left:50%;border-bottom-width:0;margin-left:-10px;border-top-color:#ffffff}}.popover::before{content:'';position:absolute;display:block;width:0;height:0;border:transparent solid 12px;z-index:-1}@media screen and (max-width: 46.8125em){.popover::before{left:50%;border-bottom-width:0;margin-left:-9px}}@media screen and (min-width: 46.875em){.popover--top{-webkit-transform:translate(-50%, -100%);-ms-transform:translate(-50%, -100%);transform:translate(-50%, -100%);top:-10px;left:50%}.popover--top::after,.popover--top::before{left:50%;border-bottom-width:0}.popover--top::after{border-top-color:#ffffff;margin-left:-10px}.popover--top::before{border-top-color:rgba(69,79,89,0.3);bottom:-11px;margin-left:-12px}}@media screen and (min-width: 46.875em){.popover--right{left:100%;top:50%;margin-left:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.popover--right::after,.popover--right::before{top:50%;border-left-width:0}.popover--right::after{border-right-color:#ffffff;bottom:-10px;left:-10px;margin-top:-10px}.popover--right::before{border-right-color:rgba(69,79,89,0.3);bottom:-11px;left:-11px;margin-top:-12px}}@media screen and (min-width: 46.875em){.popover--left{right:100%;top:50%;margin-right:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.popover--left::after,.popover--left::before{top:50%;border-right-width:0}.popover--left::after{border-left-color:#ffffff;right:-10px;bottom:-10px;margin-top:-10px}.popover--left::before{border-left-color:rgba(69,79,89,0.3);right:-11px;bottom:-11px;margin-top:-12px}}@media screen and (min-width: 46.875em){.popover--bottom{left:50%;margin-top:10px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.popover--bottom::after,.popover--bottom::before{left:50%;border-top-width:0}.popover--bottom::after{border-bottom-color:#ffffff;top:-10px;margin-left:-10px}.popover--bottom::before{border-bottom-color:rgba(69,79,89,0.3);top:-11px;margin-left:-12px}}@media screen and (max-width: 46.8125em){.popover-wrapper--dark .popover::after{border-top-color:rgba(48,55,59,0.95)}}@media screen and (min-width: 46.875em){.popover-wrapper--dark .popover--top::after{border-top-color:rgba(48,55,59,0.95)}}@media screen and (min-width: 46.875em){.popover-wrapper--dark .popover--right::after{border-right-color:rgba(48,55,59,0.95)}}@media screen and (min-width: 46.875em){.popover-wrapper--dark .popover--bottom::after{border-bottom-color:rgba(48,55,59,0.95)}}@media screen and (min-width: 46.875em){.popover-wrapper--dark .popover--left::after{border-left-color:rgba(48,55,59,0.95)}}.popover-wrapper--dark .popover-content{background-color:rgba(48,55,59,0.95);color:#ffffff}.popover-content{background-color:#ffffff;padding:0.5em 0.625em;border-radius:5px;-webkit-box-shadow:0 0 0.125em 0.0625em rgba(69,79,89,0.4);box-shadow:0 0 0.125em 0.0625em rgba(69,79,89,0.4)}.popover-dropdown .popover-content{padding:0.9375em 1.875em}.popover-dropdown .popover-content li{display:block;line-height:1em}.popover-dropdown .popover-content a,.popover-dropdown .popover-content button{display:block;position:relative;color:#454f59;padding:0.625em 0}.popover-dropdown .popover-content a:hover,.popover-dropdown .popover-content a:focus,.popover-dropdown .popover-content a.active,.popover-dropdown .popover-content button:hover,.popover-dropdown .popover-content button:focus,.popover-dropdown .popover-content button.active{color:#000000}.popover-dropdown .popover__arrow::after{position:absolute;right:0;top:50%;margin-top:-0.1875em;width:10px;height:0.75em;content:'';background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20baseProfile=%22tiny%22%20viewBox=%220%200%2010.289%206.563%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23c4cdd5%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M5.212%206.563L0%201.423%201.404%200l3.788%203.735L8.865.01l1.424%201.404%22/%3E%3C/svg%3E");background-size:100% auto;background-repeat:no-repeat}.popover-dropdown.js-is-active .popover__arrow{color:#ffffff}.popover-dropdown.js-is-active .popover__arrow::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20baseProfile=%22tiny%22%20viewBox=%220%200%2010.289%206.563%22%3E%3Cstyle%20type=%22text/css%22%3Ecircle,%20ellipse,%20line,%20path,%20polygon,%20polyline,%20rect,%20text%20%7B%20fill:%20%23ffffff%20!important;%20%7D%3C/style%3E%3Cpath%20d=%22M5.212%206.563L0%201.423%201.404%200l3.788%203.735L8.865.01l1.424%201.404%22/%3E%3C/svg%3E")}.js-window-loading{opacity:0;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out}.js-is-loaded .js-window-loading{opacity:1}.responsive-svg{height:0;position:relative}.responsive-svg svg{position:absolute;top:0;right:0;width:100%;height:100%}.display--mobile,.display--tablet,.display--desktop{display:none !important}@media screen and (min-width: 67.5em){.display--desktop{display:block !important}.hide--desktop{display:none !important}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.display--tablet{display:block !important}.hide--tablet{display:none !important}}@media screen and (max-width: 46.8125em){.display--mobile{display:block !important}.hide--mobile{display:none !important}}.gutter-bottom{margin-bottom:30px}.gutter-bottom--reset{margin-bottom:0 !important}.gutter-bottom--half{margin-bottom:15px}@media screen and (max-width: 46.8125em){.gutter-bottom--reset--mobile{margin-bottom:0 !important}.gutter-bottom--mobile{margin-bottom:30px}}@media screen and (max-width: 67.4375em){.gutter-bottom--tablet-down{margin-bottom:30px}}.text-center{text-align:center}@media screen and (max-width: 46.8125em){.text-center--mobile{text-align:center}}@media screen and (min-width: 46.875em){.text-center--tablet-up{text-align:center}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.text-center--tablet-only{text-align:center}}@media screen and (max-width: 67.4375em){.text-center--tablet-down{text-align:center}}@media screen and (min-width: 67.5em){.text-center--desktop-up{text-align:center}}.text-left{text-align:left}@media screen and (max-width: 46.8125em){.text-left--mobile{text-align:left}}@media screen and (min-width: 46.875em){.text-left--tablet-up{text-align:left}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.text-left--tablet-only{text-align:left}}@media screen and (max-width: 67.4375em){.text-left--tablet-down{text-align:left}}@media screen and (min-width: 67.5em){.text-left--desktop-up{text-align:left}}.text-right{text-align:right}@media screen and (max-width: 46.8125em){.text-right--mobile{text-align:right}}@media screen and (min-width: 46.875em){.text-right--tablet-up{text-align:right}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.text-right--tablet-only{text-align:right}}@media screen and (max-width: 67.4375em){.text-right--tablet-down{text-align:right}}@media screen and (min-width: 67.5em){.text-right--desktop-up{text-align:right}}.color-primary{color:#5c6ac4}.background-primary{background-color:#5c6ac4}.background-light{background:#f4f6f8}.background-lowlight{background:#000639}.background-grey-darkest{background-color:#eaeff3}.color-grey-darkest{color:#eaeff3}.background-grey-lightest{background-color:#dfe3e8}.color-grey-lightest{color:#dfe3e8}.background-grey-lighter{background-color:#c4cdd5}.color-grey-lighter{color:#c4cdd5}.background-grey-light{background-color:#919ea9}.color-grey-light{color:#919ea9}.background-grey-lightish{background-color:#64737f}.color-grey-lightish{color:#64737f}.background-grey{background-color:#454f59}.color-grey{color:#454f59}.background-grey-dark{background-color:#212b37}.color-grey-dark{color:#212b37}.background-indigo-lightest{background-color:#f4f5fa}.color-indigo-lightest{color:#f4f5fa}.background-indigo-light{background-color:#b3bcf5}.color-indigo-light{color:#b3bcf5}.background-indigo{background-color:#5c6ac4}.color-indigo{color:#5c6ac4}.background-indigo-dark{background-color:#202e78}.background-indigo-darkest{background-color:#000639}.color-indigo-darkest{color:#000639}.background-salmon-lightest{background-color:#fae1e1}.color-salmon-lightest{color:#fae1e1}.background-salmon-light{background-color:#fabcbb}.color-salmon-light{color:#fabcbb}.background-salmon{background-color:#fb8b8a}.color-salmon{color:#fb8b8a}.background-salmon-dark{background-color:#a65c5b}.color-salmon-dark{color:#a65c5b}.background-salmon-darkest{background-color:#452626}.color-salmon-darkest{color:#452626}.background-teal-lightest{background-color:#e0f5f5}.color-teal-lightest{color:#e0f5f5}.background-teal-light{background-color:#b7ecec}.color-teal-light{color:#b7ecec}.background-teal{background-color:#47c1bf}.color-teal{color:#47c1bf}.background-teal-dark{background-color:#00848e}.color-teal-dark{color:#00848e}.background-teal-darkest{background-color:#003135}.color-teal-darkest{color:#003135}.background-yellow-lightest{background-color:#fdeed1}.color-yellow-lightest{color:#fdeed1}.background-yellow-light{background-color:#ffe6b3}.color-yellow-light{color:#ffe6b3}.background-yellow{background-color:#fdd991}.color-yellow{color:#fdd991}.background-yellow-dark{background-color:#cd9157}.color-yellow-dark{color:#cd9157}.background-yellow-darkest{background-color:#6f451f}.color-yellow-darkest{color:#6f451f}.background-ink-lightest{background-color:#919eab}.color-ink-lightest{color:#919eab}.background-ink-lighter{background-color:#ffffff}.color-ink-lighter{color:#ffffff}.background-ink-light{background-color:#454f5b}.color-ink-light{color:#454f5b}.background-ink{background-color:#212b35}.color-ink{color:#212b35}.background-sky-lighter{background-color:#f9fafb}.color-sky-lighter{color:#f9fafb}.background-sky-light{background-color:#f4f6f8}.color-sky-light{color:#f4f6f8}.background-sky{background-color:#dfe3e8}.color-sky{color:#dfe3e8}.background-sky-dark{background-color:#c4cdd5}.color-sky-dark{color:#c4cdd5}.background-black{background-color:#000000}.color-black{color:#000000}.background-white{background-color:#ffffff}.color-white{color:#ffffff}.background-green{background-color:#58b44b}.color-green{color:#58b44b}.background-red{background-color:#eb644d}.color-red{color:#eb644d}.background-facebook{background-color:#385a98}.color-facebook{color:#385a98}.background-twitter{background-color:#55acee}.color-twitter{color:#55acee}.background-linkedin{background-color:#0976b4}.color-linkedin{color:#0976b4}.background-pinterest{background-color:#bd081c}.color-pinterest{color:#bd081c}.background-blue-lightest{background-color:#f6fafd}.color-blue-lightest{color:#f6fafd}.background-blue-lighter{background-color:#00baff}.color-blue-lighter{color:#00baff}.background-blue-light{background-color:#479ccf}.color-blue-light{color:#479ccf}.background-blue{background-color:#368aa9}.color-blue{color:#368aa9}.background-blue-dark{background-color:#206882}.color-blue-dark{color:#206882}.background-slate{background-color:#30373b}.color-slate{color:#30373b}.background-slate-dark{background-color:#2a2c2e}.color-slate-dark{color:#2a2c2e}.background-slate-darkest{background-color:#222222}.color-slate-darkest{color:#222222}.marketing-nav__primary{border-bottom:0}@media screen and (min-width: 67.5em){.marketing-nav__primary{background-color:transparent}}.marketing-nav__logo__academy{width:14.75em;height:2em;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cpath id='a' d='M.344.392h14.709v19.82H.344z'/%3e%3cpath id='c' d='M0 .163h19.26V31.79H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cpath d='M39.592 18.452c-.984-.53-1.49-.975-1.49-1.589 0-.78.702-1.282 1.8-1.282 1.277 0 2.418.53 2.418.53l.9-2.732s-.828-.642-3.262-.642c-3.39 0-5.738 1.924-5.738 4.628 0 1.533 1.097 2.704 2.56 3.54 1.18.67 1.603 1.144 1.603 1.84 0 .725-.591 1.31-1.688 1.31-1.634 0-3.178-.836-3.178-.836l-.956 2.732s1.426.948 3.825.948c3.488 0 5.99-1.7 5.99-4.767 0-1.645-1.265-2.815-2.784-3.68M53.485 12.71c-1.715 0-3.065.808-4.106 2.035l-.056-.028 1.49-7.722h-3.88l-3.77 19.653h3.882l1.294-6.718c.506-2.537 1.828-4.098 3.065-4.098.872 0 1.21.585 1.21 1.422 0 .53-.056 1.17-.17 1.7l-1.462 7.694h3.882l1.518-7.945c.169-.836.282-1.84.282-2.509 0-2.174-1.154-3.484-3.179-3.484M63.526 23.972c-1.322 0-1.884-1.115-1.884-2.51 0-2.201 1.153-5.798 3.262-5.798 1.378 0 1.828 1.171 1.828 2.315 0 2.369-1.153 5.993-3.206 5.993m1.913-11.262c-4.67 0-7.763 4.181-7.763 8.837 0 2.982 1.856 5.38 5.344 5.38 4.584 0 7.678-4.07 7.678-8.837 0-2.76-1.632-5.38-5.26-5.38M76.913 24.028c-1.007 0-1.603-.558-1.603-.558l.647-3.596c.45-2.398 1.716-3.986 3.066-3.986 1.181 0 1.546 1.087 1.546 2.118 0 2.481-1.49 6.022-3.656 6.022m3.713-11.318c-2.62 0-4.106 2.286-4.106 2.286h-.056l.224-2.063h-3.43a81.247 81.247 0 0 1-.788 5.101l-2.7 14.078h3.881l1.069-5.687h.084s.797.502 2.278.502c4.557 0 7.538-4.628 7.538-9.311 0-2.592-1.154-4.906-3.994-4.906M90.16 7.19a2.205 2.205 0 0 0-2.222 2.23c0 1.143.732 1.924 1.829 1.924h.056c1.21 0 2.25-.809 2.278-2.23 0-1.115-.76-1.924-1.94-1.924M84.732 26.648h3.881l2.644-13.632h-3.91zM101.128 12.989h-2.7l.141-.642c.225-1.31 1.013-2.48 2.307-2.48.69 0 1.237.194 1.237.194l.76-3.01s-.676-.335-2.11-.335c-1.378 0-2.756.39-3.797 1.282-1.322 1.115-1.94 2.732-2.25 4.35l-.113.64h-1.799l-.563 2.9h1.8l-2.053 10.76h3.881l2.053-10.76h2.672l.534-2.9z' fill='%23000'/%3e%3cg transform='translate(99.463 12.624)'%3e%3cmask id='b' fill='%23fff'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cpath d='M11.003.392s-2.426 6.06-3.515 9.367h-.056C7.357 8.694 6.475.392 6.475.392H2.397l2.335 12.517c.056.279.028.446-.085.64-.45.865-1.21 1.702-2.11 2.315-.73.53-1.546.864-2.193 1.087l1.069 3.262c.787-.168 2.419-.809 3.797-2.091 1.772-1.645 3.403-4.182 5.09-7.639L15.053.392h-4.05z' fill='%23000' mask='url(%23b)'/%3e%3c/g%3e%3cpath d='M18.479 32.024l9.607-2.07S24.621 6.736 24.599 6.577a.308.308 0 0 0-.278-.258c-.116-.01-2.571-.189-2.571-.189s-1.705-1.678-1.892-1.864a.41.41 0 0 0-.163-.095l-1.216 27.853z' fill='%23000'/%3e%3cg transform='translate(0 .25)'%3e%3cmask id='d' fill='%23fff'%3e%3cuse xlink:href='%23c'/%3e%3c/mask%3e%3cpath d='M15.293 2.206c.911.114 1.518 1.142 1.909 2.324l-1.541.473v-.33c0-1.01-.14-1.822-.368-2.467zM13.65 15.064s-1.067-.564-2.374-.564c-1.916 0-2.012 1.192-2.012 1.493 0 1.639 4.31 2.266 4.31 6.105 0 3.02-1.933 4.965-4.539 4.965-3.127 0-4.726-1.93-4.726-1.93l.837-2.74S6.79 23.79 8.176 23.79c.906 0 1.275-.708 1.275-1.224 0-2.138-3.536-2.233-3.536-5.746 0-2.957 2.141-5.818 6.463-5.818 1.665 0 2.488.473 2.488.473l-1.217 3.588zm-.71-13.806c.178 0 .357.06.528.177-1.32.616-2.735 2.167-3.333 5.263l-2.515.773c.7-2.362 2.361-6.213 5.32-6.213zm1.642 3.899v.177l-3.184.977c.613-2.345 1.762-3.477 2.766-3.905.254.63.418 1.533.418 2.751zm4.678-1.25a1.014 1.014 0 0 0-.096.022l-.954.292c-.57-1.624-1.575-3.117-3.343-3.117-.05 0-.1.002-.15.005-.503-.66-1.126-.946-1.664-.946-4.119 0-6.087 5.105-6.704 7.698l-2.883.886c-.893.278-.921.306-1.039 1.14C2.338 10.52 0 28.44 0 28.44l18.041 3.35L19.26 3.908z' fill='%23000' mask='url(%23d)'/%3e%3c/g%3e%3cpath d='M127.408 14.14c-.311-.112-.793-.197-1.644-.197-3.913 0-6.975 4.329-7.003 8.573-.029 1.77.481 3.344 2.325 3.344 2.211 0 4.706-3.289 5.359-6.774l.963-4.945zm-1.814 12.506c-.029-.814.141-2.107.34-3.625h-.057c-1.559 2.98-3.289 3.907-5.075 3.907-2.07 0-3.317-1.687-3.317-4.103 0-4.61 3.317-9.95 8.59-9.95.965 0 2.042.141 2.75.394l-1.445 7.25c-.482 2.53-.652 4.694-.595 6.127h-1.191zM137.588 26.169c-.567.281-1.786.73-3.43.73-3.29 0-4.452-2.388-4.452-4.946 0-4.16 2.864-9.077 7.542-9.077 1.077 0 2.07.337 2.353.562l-.425 1.04A4.937 4.937 0 0 0 137.05 14c-3.8 0-6.068 4.328-6.068 7.813 0 2.332.964 4.019 3.43 4.019 1.191 0 2.212-.394 2.892-.731l.284 1.068zM149.526 14.14c-.312-.112-.794-.197-1.645-.197-3.913 0-6.975 4.329-7.003 8.573-.029 1.77.482 3.344 2.325 3.344 2.211 0 4.707-3.289 5.359-6.774l.964-4.945zm-1.815 12.506c-.028-.814.142-2.107.34-3.625h-.057c-1.559 2.98-3.288 3.907-5.075 3.907-2.07 0-3.317-1.687-3.317-4.103 0-4.61 3.317-9.95 8.591-9.95.964 0 2.042.141 2.75.394l-1.445 7.25c-.483 2.53-.653 4.694-.596 6.127h-1.19zM161.974 14.618c-.482-.393-1.248-.675-2.297-.675-3.573 0-6.238 4.413-6.238 8.291 0 1.687.454 3.626 2.61 3.626 1.87 0 4.252-2.193 4.876-5.565l1.049-5.677zm2.722-7.785L161.69 22.6c-.227 1.264-.482 2.894-.539 4.046h-1.162l.397-2.754h-.057c-1.077 1.827-2.665 3.036-4.621 3.036-2.439 0-3.544-2.109-3.544-4.553 0-4.75 3.289-9.5 7.683-9.5.907 0 1.872.225 2.41.563l1.22-6.605h1.219zM173.373 15.855c0-1.237-.85-1.911-2.126-1.911-2.099 0-3.97 2.248-4.82 5.17 3.544.03 6.946-.561 6.946-3.231v-.028zm-.539 10.033c-.709.478-2.013 1.011-3.714 1.011-3.176 0-4.282-2.473-4.282-5.058 0-3.878 2.75-8.965 6.635-8.965 2.24 0 3.176 1.433 3.176 2.95 0 3.43-3.97 4.385-8.42 4.357-.143.618-.171 2.388.112 3.372.483 1.518 1.531 2.277 2.977 2.277 1.503 0 2.524-.534 3.147-.9l.37.956zM175.358 26.647l1.787-9.528c.34-1.601.51-2.923.623-3.962h1.134l-.368 2.614h.057c1.247-1.94 2.835-2.895 4.451-2.895 1.872 0 2.779 1.265 2.864 3.063 1.19-2.023 2.807-3.035 4.678-3.063 1.333 0 2.949.927 2.949 3.203 0 .675-.085 1.462-.227 2.277l-1.588 8.29H190.5l1.587-8.318c.114-.562.2-1.265.2-1.94 0-1.49-.568-2.416-2.128-2.416-1.814 0-4.025 2.107-4.593 5.143l-1.417 7.532h-1.22l1.617-8.46a8.426 8.426 0 0 0 .198-1.855c0-1.18-.34-2.36-2.155-2.36-1.758 0-4.11 2.445-4.621 5.283l-1.39 7.392h-1.219zM197.05 13.157l1.361 8.15c.283 1.518.425 2.445.567 3.682h.057c.397-.984.879-2.024 1.53-3.401l3.885-8.431h1.304L200.68 23.92c-1.219 2.641-2.495 5.03-4.366 6.8-1.276 1.265-2.552 1.828-3.204 1.996l-.368-1.068c.538-.225 1.53-.646 2.466-1.434.907-.73 2.013-2.079 2.75-3.54.142-.253.114-.422.086-.675l-2.24-12.843h1.247z' fill='%23000'/%3e%3c/g%3e%3c/svg%3e")}.drawer{display:initial;visibility:visible}.mobile-nav__overlay{display:none}.js-drawer-open .mobile-nav__overlay{content:'';position:absolute;left:0;top:0;display:block;width:100%;height:100vh;z-index:999;background-color:rgba(0,0,0,0.7)}@font-face{font-family:'Messina Serif';src:url("https://cdn.shopify.com/shopify-marketing_assets/static/MessinaSerif-Regular.woff2") format("woff2"),url("https://cdn.shopify.com/shopify-marketing_assets/static/MessinaSerif-Regular.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-family:'Messina Serif';src:url("https://cdn.shopify.com/shopify-marketing_assets/static/MessinaSerif-SemiBold.woff2") format("woff2"),url("https://cdn.shopify.com/shopify-marketing_assets/static/MessinaSerif-SemiBold.woff") format("woff");font-weight:600;font-style:normal}.heading--hero{font-size:3em;margin-bottom:15px}@media screen and (min-width: 46.875em){.heading--hero{font-size:5.25em}}.heading--course-title{font-family:Messina Serif, serif;font-size:2.5em}@media screen and (min-width: 67.5em){.heading--course-title{font-size:4.0625em}}.decorative-font{font-weight:600;font-family:Messina Serif, serif}.border-bottom{border-bottom:1px solid #dfe3e8}.border-top{border-top:1px solid #dfe3e8}.font-weight--bold{font-weight:700}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.uk-progress{background:#f4f5fa}.uk-progress-bar{background:#5c6ac4}.s1{font-size:1.125em}.page-wrapper::after{height:0}.progress-text{font-weight:600;margin-bottom:15px}.cover-outline-section-activities li::after{left:12px}.section-hero{padding:0}.course-cover-button{font-weight:700;color:#ffffff;padding:0.8125em 2.5em}@media screen and (min-width: 46.875em){.course-module__container{margin-bottom:60px}}.course-cover__background-image{background-size:cover;background-position:bottom}@media screen and (min-width: 46.875em){.course-cover__background-image{min-height:34.375em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-position:center}}@media screen and (min-width: 67.5em){.course-cover__background-image{min-height:90vh}}@media screen and (max-width: 46.8125em){.course-cover__background-image{height:auto;padding-bottom:100%}}@media screen and (max-width: 46.8125em){.course-cover__content{margin-top:60px}}.grid__item-about p{margin-bottom:30px}.grid__item-about ul{list-style:disc;margin-bottom:30px}.grid__item-about li{margin-left:45px}.course-cover__background-image--default{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-hobby-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--default{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-hobby-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--default{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-hobby-tablet.jpg")}}.course-cover__background-image--dropshipping{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-dropshipping-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--dropshipping{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-dropshipping-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--dropshipping{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-dropshipping-tablet.jpg")}}.course-cover__background-image--start{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-shopify-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--start{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-shopify-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--start{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-shopify-tablet.jpg")}}.course-cover__background-image--print{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-print-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--print{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-print-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--print{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-print-tablet.jpg")}}.course-cover__background-image--hobby{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-hobby-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--hobby{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-hobby-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--hobby{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-hobby-tablet.jpg")}}.course-cover__background-image--instagram{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-instagram-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--instagram{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-instagram-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--instagram{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-instagram-tablet.jpg")}}.course-cover__background-image--photography{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-photography-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--photography{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-photography-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--photography{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-photography-tablet.jpg")}}.course-cover__background-image--email{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-email-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--email{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-email-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--email{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-email-tablet.jpg")}}.course-cover__background-image--online-store{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-online-store-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--online-store{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-online-store-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--online-store{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-online-store-tablet.jpg")}}.course-cover__background-image--seo{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-seo-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--seo{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-seo-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--seo{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-seo-tablet.jpg")}}.course-cover__background-image--facebook-advertising{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-facebook-advertising-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--facebook-advertising{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-facebook-advertising-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--facebook-advertising{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-facebook-advertising-tablet.jpg")}}.course-cover__background-image--google{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-google-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--google{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-google-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--google{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-google-tablet.jpg")}}.course-cover__background-image--daymond-john-goal-setting{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-daymond-john-goal-setting-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--daymond-john-goal-setting{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-daymond-john-goal-setting-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--daymond-john-goal-setting{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-daymond-john-goal-setting-tablet.jpg")}}.course-cover__background-image--advanced-facebook-advertising{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-advanced-facebook-advertising-mobile.jpg")}@media screen and (min-width: 67.5em){.course-cover__background-image--advanced-facebook-advertising{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-advanced-facebook-advertising-desktop.jpg")}}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.course-cover__background-image--advanced-facebook-advertising{background-image:url("https://cdn.shopify.com/shopify-marketing_assets/static/images/shopify-academy-advanced-facebook-advertising-tablet.jpg")}}@media screen and (max-width: 46.8125em){.course-cover__background-image--advanced-facebook-advertising{padding-bottom:108%}}@media screen and (min-width: 67.5em){.workshop-cover{padding-top:0;padding-bottom:0}}.workshop-cover__container{min-height:70vh;padding-right:0}@media screen and (max-width: 46.8125em){.workshop-cover__container{padding-left:0}}@media screen and (min-width: 67.5em){.workshop-cover__container{min-height:90vh;padding-top:3.125em;padding-bottom:3.125em}}.workshop-cover__image-container{padding-right:0}@media screen and (max-width: 46.8125em){.workshop-cover__heading{padding-left:5%;padding-right:5%}}@media screen and (min-width: 67.5em){.workshop-cover__heading{font-size:3.875em;margin-bottom:0.5em}}.workshop-cover__subhead{font-weight:400;font-size:1.5em;margin-bottom:45px;line-height:1.4}@media screen and (max-width: 46.8125em){.workshop-cover__subhead{padding-left:5%;padding-right:5%}}@media screen and (min-width: 46.875em){.workshop-cover__subhead{margin-bottom:3.125em}}.workshop-cover__button{background-color:#ffffff;color:#5c6ac4;font-weight:700;padding:0.8125em 2.5em}.workshop-cover__button:hover,.workshop-cover__button:focus,.workshop-cover__button:active{background-color:#5c6ac4;color:#ffffff}body{background:#eaeff3;max-width:1600px;margin:0 auto}.header-lines{position:absolute;height:460px;right:0;top:0;background:-webkit-repeating-linear-gradient(bottom, #f4f5fa, #f4f5fa 45px, #dfe3e8 45px, #dfe3e8 46px);background:repeating-linear-gradient(0deg, #f4f5fa, #f4f5fa 45px, #dfe3e8 45px, #dfe3e8 46px)}.styled-links{padding-bottom:0.3125em;display:inline-block;position:relative}.styled-links::before{content:'';position:absolute;bottom:0;display:block;width:0;height:2px;background:#5c6ac4}.styled-links::after{content:'';position:absolute;bottom:0;display:block;width:0;height:2px;background:#ffffff}.styled-links-container{font-weight:700}.styled-links-container:hover .styled-links::before{width:100%;-webkit-transition:width 0.3s;transition:width 0.3s}.styled-links-container:hover .styled-links::after{width:86%;-webkit-transition:width 0.3s;transition:width 0.3s;-webkit-transition-delay:0.2s;transition-delay:0.2s}.back-to-top__link{position:absolute;font-weight:700;top:0.875em;right:5.625em}.back-to-top__link .styled-links-container:hover .styled-links::after{width:85%;background:#f4f6f8}.back-to-top__arrow{margin-left:0.3125em;vertical-align:middle}.card__arrow{margin-left:0.625em;vertical-align:middle}.card-shadow{-webkit-box-shadow:0 90px 60px -40px rgba(0,0,0,0.4);box-shadow:0 90px 60px -40px rgba(0,0,0,0.4)}.section__hero{padding-top:0;padding-bottom:0;margin-top:30px}@media screen and (min-width: 67.5em){.section__hero{margin-top:30px}}.hero__image{height:34.375em;background-position:bottom;background-size:cover;background-image:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/images/hhHeaderV3.jpg")}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.hero__image{background-image:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/images/hhHeaderV3.jpg")}}@media screen and (min-width: 67.5em){.hero__image{height:auto;padding-bottom:25%;background-image:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/images/hhHeaderV3.jpg")}}@media screen and (max-width: 67.4375em){.hero__subhead{line-height:1.5}}.main-library__heading-container{margin-bottom:90px}.course-details__item{margin-bottom:120px}.course-details__image{margin-bottom:30px}.course-details__name{margin-bottom:0;min-height:3.625em}.course-details__desc{min-height:6em}.course-details__seperator{display:block;height:1px;border:0;border-top:1px solid #dfe3e8;margin:15px 0;padding:0}.course-details__progress-text{margin-left:15px}.wistia_click_to_play{display:inline}.workshops-header{position:relative;margin-bottom:7.5em}@media screen and (min-width: 67.5em){.workshops-header{margin-bottom:6.25em}}.workshops__featured{margin-bottom:45px}.workshop-details__image-container{position:relative}.workshop-details__date{position:absolute;background-color:#ffffff;padding:1.25em 1.5625em;bottom:0;left:0}.workshop-details__item{margin-bottom:60px}.workshop-details__content{padding:30px 1.5625em;min-height:13.75em}.workshop-details__link{border-top:1px solid #f4f6f8;padding:1.25em 1.5625em;background-color:#ffffff}.workshop__item{padding-top:1.25em;padding-bottom:1.25em}.workshop__item:hover{background-color:#ffffff}.workshop__table-heading-wrapper{padding-top:1.25em;padding-bottom:0.625em}.workshop__course-title-text{font-weight:700;color:#5c6ac4}@media screen and (max-width: 67.4375em){.workshop__course-title-text{max-width:80%;margin-bottom:0.625em}}.workshop__course-title-arrow{position:absolute;top:0;right:15px}@media screen and (min-width: 67.5em){.workshop__course-title-arrow{display:none}}@media only screen and (min-width: 750px) and (max-width: 1300px){.workshop__course-title-arrow{right:0}}.workshop__course-title-wrapper{position:relative}.workshop__course-title-wrapper:hover .workshop__course-title-arrow,.workshop__course-title-wrapper:active .workshop__course-title-arrow{display:block}.workshop__course-title-container{max-width:220px}.workshop__course-information{color:#454f5b}.workshop__course-information p{color:#454f5b}@media screen and (max-width: 67.4375em){.workshop__course-information{font-size:0.875em}}.workshop__course-kicker{font-size:0.625em;text-transform:uppercase;margin-bottom:0.625em}@media screen and (max-width: 46.8125em){.workshop__secondary-content{margin-top:0.625em}}.templates-header{position:relative;margin-bottom:6.25em}@media screen and (min-width: 46.875em) and (max-width: 67.4375em){.templates-header{margin-bottom:6.5625em}}.templates-card{margin-bottom:45px;-webkit-box-shadow:0 28px 54px -42px rgba(0,0,0,0.4);box-shadow:0 28px 54px -42px rgba(0,0,0,0.4)}.templates-card__content{padding:30px;min-height:12.5em}.templates-card__description{color:#454f5b}.templates-card__link-container{border-top:1px solid #f4f6f8;padding:1.25em 30px;font-weight:700;line-height:1.3;padding-right:0.3125em;background-color:#ffffff}.template-card__link-icon{margin-left:0.3125em}.templates-card__link-section .styled-links-container:hover .styled-links::after{width:calc(100% - 0.9375em)}.footer-bottom{background-color:#000639}.footer-bottom__academy-logo--light{height:4.0625em}@media screen and (min-width: 46.875em){.footer-bottom__academy-logo--light{height:2.8125em}}@media screen and (max-width: 46.8125em){.footer-bottom__academy-logo--light .shopify-academy__footer-svg{right:auto;width:11.0625em;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}} - - - @font-face { - font-family:"avenir"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/Avenir.ttc") format("truetype"); - } - - @font-face { - font-family:"avenir-next"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/Avenir+Next.ttc") format("truetype"); - } - - @font-face { - font-family:"avenir-next-condensed"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/Avenir+Next+Condensed.ttc") format("truetype"); - } - - @font-face { - font-family:"avenir-next-lt-pro-bold"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Bold.ttf") format("truetype"); - } - - @font-face { - font-family:"avenir-next-lt-pro-cn-it"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-CnIt.ttf") format("truetype"); - } - - @font-face { - font-family:"avenir-next-lt-pro-demi"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Demi.ttf") format("truetype"); - } - - @font-face { - font-family:"avenir-next-lt-pro-heavy"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Heavy.ttf") format("truetype"); - } - - @font-face { - font-family:"avenir-next-lt-pro-regular"; - src:url("https://s3-us-west-2.amazonaws.com/static.schoolkeep.com/fonts/AvenirNextLTPro-Regular.ttf") format("truetype"); - } - - - body { - font-family: "avenir", sans-serif !important; - } - - h1, h2, h3, h4, h5, h6 { - font-family: "avenir", sans-serif !important; - } - - .uk-navbar-nav>li>a { - font-family: "avenir", sans-serif !important; - } - /*HH colors*/ - .fa-stopwatch { - color: #FBCE20 !important; - } - .sess-view { - color: #0C653A !important; - border-color: #0C653A !important; - border: 3px solid !important; - font-weight: bolder; - } - .filled-button { - font-weight: bolder; - color: white !important; - background-color: #0C653A !important; - border-color: #0C653A !important; - border: 3px solid #0C653A !important; - } - .white-text { - color:white !important; - } - .more-sess { - color: lightgray !important; - border-color: transparent !important; - border: 0px solid !important; - font-weight: bolder; - } - footer { - background-color: #0C653A !important; - } - - a:not(.uk-button) { - color: #0C653A; -} -.float-right{ - float: right; -} -.gold-text { - color:#FBCE20 !important; -} -#mobile-search { - display:none; -} -body > div.main-content > div.uk-container.uk-container-center.uk-padding-horizontal > div > div.uk-width-large-4-10 > div > div.session-sidebar__content > div > div.dialog__body > div > div.uk-width-3-4 > p:nth-child(3) > a { - overflow-wrap: break-word; -} -.hh-search .search { - width: 150px !important; -} -#search_results_count { - display:none; -} -#q { - background-color: #DCDCDC -} -header { - position: fixed; - background-color: white; - width: 100%; - z-index: 1001; - left: 0; -} -.mobile-navbar-toggle { - z-index: 1000000; -} -.main-content { - padding-top: 30px; - min-height: 0 !important; -} - -.main-content > .school-website-course-index-list > .school-website-course-index-results-container > .uk-padding-top{ - padding-top: 30px !important; -} - -.black-text { - color:black !important; - } - -#mobile-nav > div > ul { - z-index: 100000; - background-color: white; -} -::selection { - background-color: black !important; - color: white !important; -} diff --git a/Custom_Templates/customer_templates/HowardHanna/training_session_show.html.liquid b/Custom_Templates/customer_templates/HowardHanna/training_session_show.html.liquid deleted file mode 100644 index b604ce55..00000000 --- a/Custom_Templates/customer_templates/HowardHanna/training_session_show.html.liquid +++ /dev/null @@ -1,205 +0,0 @@ -
    -
    -
    -

    {{ training_session.session_name }}

    -
    -
    -
    - {% t .belongs_to %} -
    -
    - {{ training_session.title }} -
    -
    -
    -
    - {% t .type %} -
    -
    - {{ training_session.event_type_title }} -
    -
    -
    -
    - {% if training_session.instructor_assigned? %} -
    -
    -
    - avatar -
    -
    -
    - {{ training_session.instructor_name }} -
    -
    - {{ training_session.instructor_title }} -
    -
    -
    -
    - {% endif %} -
    -
    -
    -
    -
    -
    - {{ training_session.description }} -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - {{ training_session.session_day }} -
    -
    - {{ training_session.session_month }} -
    -
    -
    -
    -

    - {{ training_session.title }} -

    -

    - - {{ training_session.session_time }} -

    -

    - {% if training_session.location %} - - {{ training_session.location }} - {% endif %} - {% if training_session.session_url %} - - {{ training_session.session_url }} - {% endif %} -

    -
    -
    -
    - -
    -
    -
    - {{ training_session.description }} -
    -
    - {% comment %}
    -

    - {% t .other_sessions_headline %} -

    -
    {% endcomment %} -
    -
      - {% for other_session in training_session.other_sessions %} -
    • -
      -
      -
      - {{ other_session.session_day }} -
      -
      - {{ other_session.session_month }} -
      -
      -
      -
      -
      - {{ other_session.session_name }} -
      -
      - - {{ other_session.session_time }} -
      -
      - -
    • - {% endfor %} -
    -
    -
    - {% if training_session.other_sessions_count > 3 %} - - {% endif %} -
    -
    -
    -
    -
    -
    -
    - - -{% for group in current_person.groups %} - {% if group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} - - {% endif %} - {% if group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or - group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" or - group.enrollment_code == "176629fa82da1d03f3d58c81e751e61b9836a46d" %} - - {% endif %} -{% endfor %} - - diff --git a/Custom_Templates/customer_templates/Cin7 External/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_account_avatar.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_account_avatar.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_account_avatar.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_account_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_account_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_account_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_account_form.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_account_form.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 Internal/_account_form.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_account_form.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_account_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_account_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_account_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_account_tabs.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_account_tabs.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 Sandbox/_account_tabs.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_account_tabs.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/_achievments_display.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_achievments_display.html.liquid similarity index 74% rename from Custom_Templates/customer_templates/Instacart/_achievments_display.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_achievments_display.html.liquid index 1f9dc8e7..cd172320 100644 --- a/Custom_Templates/customer_templates/Instacart/_achievments_display.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_achievments_display.html.liquid @@ -2,15 +2,16 @@ class="achievments-display"> {% comment %} TODO: display array after implementig gamification {% endcomment %} {% include "badge_icon" - , badgeimg: 'https://s3.us-east-1.amazonaws.com/static.northpass.com/Instacart/medal.png' + , badgeimg: '' , badgename: '' , showname: false %} +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_badge_icon.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_badge_icon.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/_badge_icon.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_badge_icon.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_bundle_description.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_bundle_description.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_bundle_description.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_bundle_description.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_bundle_desktop_header.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_bundle_desktop_header.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_bundle_desktop_header.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_bundle_desktop_header.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_bundle_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_bundle_product_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_bundle_product_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_bundle_product_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_bundle_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_bundle_product_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_bundle_product_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_bundle_product_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_bundle_product_outline.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_bundle_product_outline.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_bundle_product_outline.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_bundle_product_outline.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/_cards_catalog_item.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_cards_catalog_item.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/_cards_catalog_item.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_cards_catalog_item.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/_cards_course.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_cards_course.html.liquid similarity index 61% rename from Custom_Templates/customer_templates/Instacart/_cards_course.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_cards_course.html.liquid index 8ca20276..d549e9c3 100644 --- a/Custom_Templates/customer_templates/Instacart/_cards_course.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_cards_course.html.liquid @@ -1,8 +1,9 @@
    -
    + category="{% for category in course.categories %}{{ category.name }}{% unless forloop.last %},{% endunless %}{% endfor %}" + progress="{{ course.progress }}"> +
    {% if course.ribbon %}
    {{ course.ribbon }} @@ -12,17 +13,23 @@ class="np-card-image" alt="{{ course.name }}" src="{{ course.image_url }}"> -
    -
    - - {{ course.properties.course_rating | round: 1 }} -
    +

    {{ course.name }}

    - - {{ course.properties.course_duration }} +
    + + {% if course.properties.course_rating and course.properties.course_rating != 0 and course.properties.course_reviews_count and course.properties.course_reviews_count >= 5 %} + {{ course.properties.course_rating | round: 1 }} + {% else %} + - + {% endif %} +
    +
    + + {{ course.properties.course_duration }} +
    @@ -39,7 +46,7 @@ {% if course.progress == 100 %} Completado - {% else if learning_path.progress > 0 and learning_path.progress < 100 %} + {% elsif course.progress > 0 and course.progress < 100 %} En progreso {% else %} No iniciado @@ -55,12 +62,12 @@ {% if course.progress == 0 %} Start Comenzar - {% else if course.progress >0 and course.progress < 100 %} + {% elsif course.progress > 0 and course.progress < 100 %} Continue Continuar {% else %} - {% t shared.view %} - Ver + Retake + Repetir {% endif %}
    diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_cards_course_minified.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_cards_course_minified.html.liquid new file mode 100644 index 00000000..ec219ea1 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_cards_course_minified.html.liquid @@ -0,0 +1,47 @@ +{% capture course_path %}{% route course, id: course.id %}{% endcapture %} + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_cards_learning_path.html.liquid similarity index 91% rename from Custom_Templates/customer_templates/Instacart/_cards_learning_path.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_cards_learning_path.html.liquid index 485d3235..4c52af8f 100644 --- a/Custom_Templates/customer_templates/Instacart/_cards_learning_path.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_cards_learning_path.html.liquid @@ -1,4 +1,7 @@ -
    +
    Start Comenzar - {% else if learning_path.progress >0 and learning_path.progress < 100 %} + {% elsif learning_path.progress > 0 and learning_path.progress < 100 %} Continue Continuar {% else %} diff --git a/Custom_Templates/customer_templates/Instacart/_cards_learning_path_custom.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_cards_learning_path_custom.html.liquid similarity index 64% rename from Custom_Templates/customer_templates/Instacart/_cards_learning_path_custom.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_cards_learning_path_custom.html.liquid index 1e5b14c3..8626c289 100644 --- a/Custom_Templates/customer_templates/Instacart/_cards_learning_path_custom.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_cards_learning_path_custom.html.liquid @@ -1,5 +1,8 @@ -
    -
    +
    +
    {{ learning_path.name }}{% t shared.learning_path.title %}
    {% if learning_path.items.count == 0 %} - No Lessons + No Lessons No hay lecciones {% elsif learning_path.items.count == 1 %} 1 Lesson 1 Lección {% else %} - {{ learning_path.items.count }} Lessons + {{ learning_path.items.count }} Lessons {{ learning_path.items.count }} Lecciones {% endif %}
    -
    +

    {{ learning_path.name }}

    @@ -38,30 +41,30 @@ {% if learning_path.progress == 100 %} style="color: #0AAD0A;" {% endif %}> - - {% t shared.progress - , count: learning_path.progress %} - - - {% if learning_path.progress == 100 %} - Completado - {% else if learning_path.progress > 0 and learning_path.progress < 100 %} - En progreso - {% else %} - No iniciado - {% endif %} - + + {% t shared.progress + , count: learning_path.progress %} + + + {% if learning_path.progress == 100 %} + Completado + {% elsif learning_path.progress > 0 and learning_path.progress < 100 %} + En progreso + {% else %} + No iniciado + {% endif %} +
    {% if learning_path.progress == 0 %} Start Comenzar - {% else if learning_path.progress >0 and learning_path.progress < 100 %} + {% elsif learning_path.progress > 0 and learning_path.progress < 100 %} Continue Continuar {% else %} - {% t shared.view %} - Ver + Retake + Repetir {% endif %}
    diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_cards_learning_path_minified.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_cards_learning_path_minified.html.liquid new file mode 100644 index 00000000..2454c70c --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_cards_learning_path_minified.html.liquid @@ -0,0 +1,39 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_cards_training_event.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/DataSnipper Internal OOTB/_cards_training_event.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_cards_training_event.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/_carrot_button.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_carrot_button.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/_carrot_button.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_carrot_button.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_certificates_info_column.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_certificates_info_column.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_certificates_info_column.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_certificates_metadata.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_certificates_metadata.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_certificates_metadata.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_certificates_preview.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_certificates_preview.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_certificates_preview.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_certificates_top_bar.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_certificates_top_bar.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_certificates_top_bar.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_certificates_verification.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_certificates_verification.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_certificates_verification.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_activity_locked.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_course_activity_locked.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_course_activity_locked.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_activity_unlocked.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_course_activity_unlocked.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_course_activity_unlocked.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_course_categories.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_categories.html.liquid new file mode 100644 index 00000000..05669be0 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_course_categories.html.liquid @@ -0,0 +1,27 @@ +

    + Lesson categories + Categorías de la lección +

    +
    + {% for category in course.categories %} + {% assign firstChar = category.name | truncate: 1, "" %} + {% if firstChar != '[' %} +
    + {{ category.name }} +
    + {% endif %} + {% endfor %} +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_description.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_description.html.liquid similarity index 54% rename from Custom_Templates/customer_templates/Cin7 Sandbox/_course_description.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_course_description.html.liquid index 269f9216..3cca2bed 100644 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_description.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_course_description.html.liquid @@ -1,6 +1,7 @@

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

    {{ course.full_description }} -
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_desktop_view.html.liquid similarity index 92% rename from Custom_Templates/customer_templates/MATTR The Knowledge/_course_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_course_desktop_view.html.liquid index e16fee16..f8f3fbe1 100644 --- a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_desktop_view.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_course_desktop_view.html.liquid @@ -8,8 +8,7 @@ {{ course.name }} + alt="{{ course.name }}" /> {% include "course_description" %} {% if course.categories.any? %} @@ -34,7 +33,6 @@
    {% include "course_progress_and_cta" %}
    - {% include "course_outline" %}
    -
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_events.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_events.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_course_events.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_course_events.html.liquid diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_header.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_header.html.liquid similarity index 58% rename from Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_header.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_course_header.html.liquid index 84820ec4..d3d8e204 100644 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_header.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_course_header.html.liquid @@ -1,10 +1,13 @@
    - {{ current_school.course_vocabulary }} - - + Lesson + Lección +
    - + {{ course.name }} @@ -12,5 +15,4 @@ {{ course.name }} + alt="{{ course.name }}" /> \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_instructors.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_course_instructors.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_course_instructors.html.liquid diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_mobile_view.html.liquid similarity index 79% rename from Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_course_mobile_view.html.liquid index 7f31ff35..2349cd45 100644 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_mobile_view.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_course_mobile_view.html.liquid @@ -9,13 +9,7 @@
    {% include "course_description" %}
    -
    - {% include "course_outline" %} -
    {% else %} -
    - {% include "course_outline" %} -
    {% include "course_description" %}
    @@ -37,4 +31,4 @@
    {% include "course_events" %}
    -{% endif %} +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_outline.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_outline.html.liquid similarity index 70% rename from Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_outline.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_course_outline.html.liquid index 72f97e79..64b50b5e 100644 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_course_outline.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_course_outline.html.liquid @@ -1,13 +1,19 @@
    - {% t .header, key: current_school.course_vocabulary %} + Lesson Outline + Plan de la lección
      {% for section in course.sections %}
    1. - {{ section.name }} + {% if section.name == "Overview" %} + Overview + Resumen + {% else %} + {{ section.name }} + {% endif %}
        {% for activity in section.activities %} @@ -18,7 +24,8 @@ {% if activity.locked? %} {% include "course_activity_locked" %} {% else %} - {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %} + {% include "course_activity_unlocked" + , class: "np-course-outline-content-activity-link-completed" %} {% endif %}
        {% else %} @@ -26,7 +33,8 @@ {% if activity.locked? %} {% include "course_activity_locked" %} {% else %} - {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %} + {% include "course_activity_unlocked" + , class: "np-course-outline-content-activity-link" %} {% endif %}
        {% endif %} @@ -37,4 +45,4 @@ {% endfor %}
    -
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_product_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_course_product_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_course_product_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_product_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_course_product_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_course_product_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_progress_and_cta.html.liquid new file mode 100644 index 00000000..bf451ad3 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_course_progress_and_cta.html.liquid @@ -0,0 +1,59 @@ +
    +
    + Progress + Progreso +
    +
    +
    +
    + +
    + + {% t shared.progress + , count: course.progress %} + + + {% if course.progress == 100 %} + Completado + {% elsif course.progress > 0 and course.progress < 100 %} + En progreso + {% else %} + No iniciado + {% endif %} + +
    +
    + +{% if course.learner_can_retake? %} +
    + {% form_authenticity_token %} + +
    +{% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + Inscribirse + {% elsif course.progress == 0 %} + Start + Comenzar + {% elsif course.progress > 0 and course.progress < 100 %} + Continue + Continuar + {% else %} + Retake + Repetir + {% endif %} + +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..c6ff0eb6 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_course_version_outdated_alert.html.liquid @@ -0,0 +1,16 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_course_version_outdated_popup.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_course_version_outdated_popup.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_course_version_outdated_popup.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_courses_carousel.html.liquid new file mode 100644 index 00000000..ce5a422e --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_courses_carousel.html.liquid @@ -0,0 +1,182 @@ + + + +{% assign showOnlyInProgress = showOnlyInProgress | default: false %} +{% assign hideOnlyCompleted = hideOnlyCompleted | default: false %} +{% assign sortByPriority = sortByPriority | default: false %} +{% assign showAllOnNoResults = showAllOnNoResults | default: false %} +{% assign minified = minified | default: false %} +{% assign displayedCount = 0 %} + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_courses_catalog.html.liquid similarity index 52% rename from Custom_Templates/customer_templates/Instacart/_courses_catalog.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_courses_catalog.html.liquid index a3ea67e1..ba28a63b 100644 --- a/Custom_Templates/customer_templates/Instacart/_courses_catalog.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_courses_catalog.html.liquid @@ -4,14 +4,26 @@
    {% assign visibleCount = 0 %} - {% assign totalCount = 0 %} + {% assign totalCount = 0 %} {% comment %} We want to count how many courses will be shown (after filter if used), and keep track of how many are visible initially (up to 4). {% endcomment %} - {% for course in courseslist %} + {% assign sortedCourses = courseslist | sort: 'name' %} + + {% for course in sortedCourses %} + {% assign language = 'en' %} + {% for category in course.categories %} + {% if category.name contains '[lang]' %} + {% assign language = category.name | remove: '[lang]' %} + {% break %} + {% endif %} + {% endfor %} + {% if current_person.properties.preferred_language == 'en' and language != 'en' %} + {% continue %} + {% endif %} {% if filterInProgress %} {% if course.progress > 0 and course.progress < 100 %} {% assign totalCount = totalCount | plus: 1 %} @@ -21,7 +33,17 @@ {% endif %} {% endfor %} - {% for course in courseslist %} + {% for course in sortedCourses %} + {% assign language = 'en' %} + {% for category in course.categories %} + {% if category.name contains '[lang]' %} + {% assign language = category.name | remove: '[lang]' %} + {% break %} + {% endif %} + {% endfor %} + {% if current_person.properties.preferred_language == 'en' and language != 'en' %} + {% continue %} + {% endif %} {% if filterInProgress %} {% if course.progress > 0 and course.progress < 100 %} {% assign visibleCount = visibleCount | plus: 1 %} @@ -77,6 +99,50 @@ \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_header_minimal.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_header_minimal.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_header_minimal.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_homepage_achievments.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_homepage_achievments.html.liquid new file mode 100644 index 00000000..2d07c5df --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_homepage_achievments.html.liquid @@ -0,0 +1,66 @@ +
    +
    + Achievements + Logros +
    + {% assign achievments = current_person.properties.achievments | split: "," %} + {% assign SAWcompleted = false %} + {% for achievment in achievments %} + {% if achievment == 'saw_week' %} + {% assign SAWcompleted = true %} + {% break %} + {% endif %} + {% endfor %} + +
    + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_language_selector.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_language_selector.html.liquid similarity index 50% rename from Custom_Templates/customer_templates/Instacart/_language_selector.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_language_selector.html.liquid index 47099ea8..9f26ecd0 100644 --- a/Custom_Templates/customer_templates/Instacart/_language_selector.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_language_selector.html.liquid @@ -1,12 +1,22 @@ - +{% assign desktopMode = desktopMode | default: false %} +{% assign parentClass = parentClass | default: "" %} + + Language Idioma -
    -
    English
    -
    Español
    +
    +
    English
    +
    Español
    @@ -22,6 +32,7 @@ border-radius: 4px; box-shadow: 0 2px 4px 0 rgba(72, 103, 118, 0.65); } + .language-selector-dropdown-item { align-items: center; background: #e4e8eb; @@ -39,42 +50,46 @@ } \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_course.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_course.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_description.html.liquid similarity index 54% rename from Custom_Templates/customer_templates/Cin7 Internal/_learning_path_description.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_description.html.liquid index fc290540..f80b36a7 100644 --- a/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_description.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_description.html.liquid @@ -1,6 +1,7 @@

    - About this Learning Path + About + Sobre

    {{ learning_path.description }} -
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_desktop_content.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_desktop_content.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_desktop_content.html.liquid diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_desktop_header.html.liquid similarity index 60% rename from Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_header.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_desktop_header.html.liquid index 6f4c112c..626719a5 100644 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_desktop_header.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_desktop_header.html.liquid @@ -1,12 +1,16 @@
    - {% t shared.learning_path.title %} + Learning Path + Ruta de aprendizaje
    - + {{ learning_path.name }}
    -
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_learning_path_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_instructors.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_learning_path_instructors.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_instructors.html.liquid diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_mobile_content.html.liquid similarity index 87% rename from Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_content.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_mobile_content.html.liquid index 92ffd4c8..46883eb3 100644 --- a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_mobile_content.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_mobile_content.html.liquid @@ -7,7 +7,7 @@
    {% include "learning_path_description" %}
    -
    +
    {% include "learning_path_outline" %}
    {% endif %} @@ -16,4 +16,4 @@
    {% include "learning_path_instructors" %}
    -{% endif %} +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_mobile_header.html.liquid similarity index 74% rename from Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_header.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_mobile_header.html.liquid index 2bf66a5a..354907b7 100644 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_mobile_header.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_mobile_header.html.liquid @@ -1,6 +1,7 @@
    - {% t shared.learning_path.title %} + Learning Path + Ruta de aprendizaje
    @@ -9,9 +10,8 @@ {{ learning_path.name }} + alt="{{ learning_path.name }}" />
    {% include "learning_path_progress_and_cta" %}
    -
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_learning_path_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_new_content_banner.html.liquid similarity index 50% rename from Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_new_content_banner.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_new_content_banner.html.liquid index 2bc02d46..3beed6e8 100644 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_learning_path_new_content_banner.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_new_content_banner.html.liquid @@ -1,11 +1,20 @@
    -

    {% t .headline %}

    -

    {% t .description %}

    +

    + New Content Available + Nuevo contenido disponible +

    +

    + You have new content to review. + Tienes nuevo contenido para revisar. +

    {% 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 %} + + View Certificate + Ver certificado + {% endif %}
    diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_outline.html.liquid new file mode 100644 index 00000000..80911630 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_outline.html.liquid @@ -0,0 +1,53 @@ +{% comment %}
    + {% 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" %} +
    {% endcomment %} + +
    +
    + Outline + Plan de estudio +
    +
    +
      + +
    1. +
        + {% for item in learning_path.items %} + {% if item.course? %} +
      1. + {% if item.completed? %} + + {% if item.locked? %} + {% include "path_activity_locked" %} + {% else %} + {% include "path_activity_unlocked" + , class: "np-course-outline-content-activity-link-completed" %} + {% endif %} +
        + {% else %} + + {% if item.locked? %} + {% include "path_activity_locked" %} + {% else %} + {% include "path_activity_unlocked" + , class: "np-course-outline-content-activity-link" %} + {% endif %} +
        + {% endif %} +
      2. + {% endif %} + {% endfor %} +
      +
    2. +
    +
    +
    \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_product_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_learning_path_product_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_product_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_product_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_learning_path_product_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_product_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_product_outline.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_product_outline.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_learning_path_product_outline.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_product_outline.html.liquid diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_progress_and_cta.html.liquid similarity index 58% rename from Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_progress_and_cta.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_progress_and_cta.html.liquid index 1d90a2a7..26348bd6 100644 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/_learning_path_progress_and_cta.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_progress_and_cta.html.liquid @@ -1,7 +1,8 @@ {% if learning_path.enrolled? %}
    - {% t .progress %} + Progress + Progreso
    - {% t shared.progress, count: learning_path.progress %} + + {% t shared.progress, count: learning_path.progress %} + + + {% if learning_path.progress == 100 %} + Completado + {% elsif learning_path.progress > 0 and learning_path.progress < 100 %} + En progreso + {% else %} + No iniciado + {% endif %} +
    {% endif %} diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_summary_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_learning_path_summary_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_summary_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_summary_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_learning_path_summary_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_summary_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_training_session.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/DataSnipper Internal OOTB/_learning_path_training_session.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_learning_path_training_session.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_paths_carousel.html.liquid new file mode 100644 index 00000000..4f441ce6 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_paths_carousel.html.liquid @@ -0,0 +1,195 @@ +{% assign showOnlyInProgress = showOnlyInProgress | default: false %} +{% assign hideOnlyCompleted = hideOnlyCompleted | default: false %} +{% assign sortByPriority = sortByPriority | default: false %} +{% assign showAllOnNoResults = showAllOnNoResults | default: false %} +{% assign minified = minified | default: false %} +{% assign displayedCount = 0 %} + + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_paths_index.html.liquid new file mode 100644 index 00000000..28a32f24 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_learning_paths_index.html.liquid @@ -0,0 +1,247 @@ +
    + {% if items.any? %} + {% assign sortedLearningPaths = items | sort: 'name' %} + {% for learning_path in sortedLearningPaths %} + {% assign language = 'en' %} + {% for category in learning_path.categories %} + {% if category.name contains '[lang]' %} + {% assign language = category.name | remove: '[lang]' %} + {% break %} + {% endif %} + {% endfor %} + {% if current_person.properties.preferred_language == 'en' and language != 'en' %} + {% continue %} + {% endif %} + +
    4 %} + style="display: none;" + {% endif %}> + {% include "cards_learning_path_custom" with learning_path %} +
    + {% endfor %} + {% if items.size > 4 %} +
    + See More + Ver Más +
    + {% endif %} + {% else %} +
    +
    + {% t.empty %} +
    + {% t .empty %} +
    + {% endif %} +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_messages.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_messages.html.liquid new file mode 100644 index 00000000..3e47cea9 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_messages.html.liquid @@ -0,0 +1,39 @@ +{% assign has_alert_messages = false %} +{% for message in messages.alert %} + {% if message != "You are already logged in." %} + {% assign has_alert_messages = true %} + {% break %} + {% endif %} +{% endfor %} + +{% if has_alert_messages %} +
    +
    + {% for message in messages.alert %} + {% if message != "You are already logged in." %} +
    {{ message }}
    + {% endif %} + {% endfor %} +
    +
    +{% endif %} + +{% assign has_notice_messages = false %} +{% for message in messages.notice %} + {% if message != "You are already logged in." %} + {% assign has_notice_messages = true %} + {% break %} + {% endif %} +{% endfor %} + +{% if has_notice_messages %} +
    +
    + {% for message in messages.notice %} + {% if message != "You are already logged in." %} +
    {{ message }}
    + {% endif %} + {% endfor %} +
    +
    +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_path_activity_locked.html.liquid similarity index 81% rename from Custom_Templates/customer_templates/Cin7 Sandbox/_course_activity_locked.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_path_activity_locked.html.liquid index 386393d5..024ce946 100644 --- a/Custom_Templates/customer_templates/Cin7 Sandbox/_course_activity_locked.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_path_activity_locked.html.liquid @@ -1,4 +1,4 @@ - {{ activity.title }} - + {{ item.name }} + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_path_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_path_activity_unlocked.html.liquid new file mode 100644 index 00000000..ecedd0b8 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_path_activity_unlocked.html.liquid @@ -0,0 +1,3 @@ + + {{ item.name }} + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_product_expiration_date.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_product_expiration_date.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_product_expiration_date.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_product_expiration_date.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_product_outline.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_product_outline.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_product_outline.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_product_outline.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_product_outline_course.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_product_outline_course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_product_outline_course.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_product_outline_course.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_product_outline_event.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_product_outline_event.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_product_outline_event.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_product_outline_event.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_product_outline_lp.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_product_outline_lp.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_product_outline_lp.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_product_outline_lp.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_product_price_and_cta.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_product_price_and_cta.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_product_price_and_cta.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_product_price_and_cta.html.liquid diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_search_result.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_search_result.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/DataSnipper Internal OOTB/_search_result.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_search_result.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_search_zero_state.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_search_zero_state.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_search_zero_state.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_sub_navigation.html.liquid new file mode 100644 index 00000000..15ac77f9 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_sub_navigation.html.liquid @@ -0,0 +1,97 @@ + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/_subheader_search.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_subheader_search.html.liquid similarity index 69% rename from Custom_Templates/customer_templates/Instacart/_subheader_search.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_subheader_search.html.liquid index 565e1c93..f5f18e87 100644 --- a/Custom_Templates/customer_templates/Instacart/_subheader_search.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/_subheader_search.html.liquid @@ -1,18 +1,26 @@
    +
    +
    + @@ -34,16 +42,18 @@ } .subheader-search-icon { position: absolute; - font-size: 22px; + font-size: 25px; font-weight: bold; top: 20px; - left: 36px; + left: 34px; color: #AAA; } .subheader-search-input { width: 100%; padding: 10px 10px 10px 58px; - border-radius: 8px; + border-radius: 4px; + height: 45px; + border: none; } \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_event_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_event_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_event_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_event_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_event_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_event_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_event_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_event_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_event_preview_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_event_preview_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_event_preview_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_event_preview_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_event_preview_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_event_preview_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_more_sessions.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_event_preview_more_sessions.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_event_preview_more_sessions.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_event_preview_more_sessions.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_event_preview_session_tile.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_event_preview_session_tile.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_event_preview_session_tile.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_event_preview_session_tile.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_events_dashboard.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_events_dashboard.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_events_dashboard.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_events_filter.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_events_filter.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_events_filter.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_events_index.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_events_index.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_events_index.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_events_zero_state.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_events_zero_state.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_events_zero_state.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_session_calendars.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_session_calendars.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_session_calendars.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_session_cta.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_session_cta.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_session_cta.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_session_date.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_session_date.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_session_date.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_session_description.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 Internal/_training_session_description.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_session_description.html.liquid diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_session_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_session_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_session_details.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_session_details.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_session_details.html.liquid diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_session_header.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/DataSnipper Internal OOTB/_training_session_header.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_session_header.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_session_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_session_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_session_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_session_more_sessions.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_session_more_sessions.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_session_more_sessions.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_status.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_session_status.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_session_status.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_session_status.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_training_session_tile.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/_training_session_tile.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/_training_session_tile.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/account.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/account.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/account.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/account.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/achievements.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/achievements.html.liquid new file mode 100644 index 00000000..23469def --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/achievements.html.liquid @@ -0,0 +1,87 @@ +{% include "back_button" %} +
    +
    + Achievements + Logros +
    +
    + Complete learning paths and lessons to unlock new badges. + Completa rutas de aprendizaje y lecciones para desbloquear nuevas insignias. +
    + {% assign achievments = current_person.properties.achievments | split: "," %} + {% assign SAWcompleted = false %} + + {% comment %} {% assign LearningSweepstakescompleted = false %} {% endcomment %} + + {% for achievment in achievments %} + {% if achievment == 'saw_week' %} + {% assign SAWcompleted = true %} + {% break %} + {% endif %} + + {% comment %} {% if achievment == 'learning_sweepstakes' %} + {% assign LearningSweepstakescompleted = true %} + {% break %} + {% endif %} {% endcomment %} + {% endfor %} + + +
    + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/auth_url_email.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/auth_url_email.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/auth_url_email.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/auth_url_employee.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/auth_url_employee.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/auth_url_employee.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/auth_url_phone_number.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/auth_url_phone_number.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/auth_url_phone_number.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/auth_url_terms.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/auth_url_terms.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/auth_url_terms.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/bundle_product.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/bundle_product.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/bundle_product.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/bundle_product.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/catalog.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/catalog.html.liquid similarity index 61% rename from Custom_Templates/customer_templates/Instacart/catalog.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/catalog.html.liquid index f92e0e4c..dbdccbdf 100644 --- a/Custom_Templates/customer_templates/Instacart/catalog.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/catalog.html.liquid @@ -1,6 +1,8 @@ -{% include "subheader_search" %}{% include "course_version_outdated_alert" +{% include "subheader_search" %} +{% include "back_button" %}{% include "course_version_outdated_alert" , courses: courses.in_catalog %} + {% comment %} Check if there are any courses in progress {% endcomment %} {% assign hasInProgressCourses = false %} {% for course in courses.enrolled %} @@ -18,25 +20,29 @@ En progreso
    - Continue where You left off + Continue where you left off Continúa donde lo dejaste
    - {% include "carrot_button" - , buttonUrl: "/app/dashboard" - , buttonText: "For you page" - , buttonTextEs: "Para tu página" %} {% include "courses_carousel" - , items: courses.enrolled , breakpoint: 768 - , filterInProgress: true - , sortByPriority: false %} + , showOnlyInProgress: true + , hideOnlyCompleted: false + , sortByPriority: false + , showAllOnNoResults: false + , minified: true %}
    {% endif %}
    -
    {{ catalog.headline }}
    -
    {{ catalog.subheadline }}
    +
    + {{ catalog.headline }} + Explora todas las lecciones +
    +
    + {{ catalog.subheadline }} + Encuentra la lección correcta para ti +
    {% capture label %}{% t shared.filters.by_category %}{% endcapture %} {% if courses.in_catalog.any? %} @@ -47,7 +53,7 @@ {% endif %}
    {% include "courses_catalog" - , courseslist: courses.enrolled + , courseslist: courses.in_catalog , filterInProgress: false , eventId: "courses_catalog_filter" %} diff --git a/Custom_Templates/customer_templates/Instacart/commerce_cart.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/commerce_cart.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/commerce_cart.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/commerce_cart.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/commerce_catalog.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/commerce_catalog.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/commerce_catalog.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/commerce_checkout.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/commerce_checkout.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/commerce_checkout.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/commerce_checkout.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/commerce_order_details.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/commerce_order_details.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/commerce_order_details.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/commerce_order_details.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/commerce_order_history.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/commerce_order_history.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/commerce_order_history.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/commerce_order_history.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/commerce_redeem.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/commerce_redeem.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/commerce_redeem.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/commerce_redeem.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/commerce_return.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/commerce_return.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/commerce_return.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/commerce_return.html.liquid diff --git a/Custom_Templates/customer_templates/Magis Center/course.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/course.html.liquid similarity index 84% rename from Custom_Templates/customer_templates/Magis Center/course.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/course.html.liquid index 1b608a74..a62433eb 100644 --- a/Custom_Templates/customer_templates/Magis Center/course.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/course.html.liquid @@ -1,4 +1,4 @@ -{% include "header" %} +{% include "back_button" %}
    {% include "course_desktop_view" %} diff --git a/Custom_Templates/customer_templates/Instacart/course_product.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/course_product.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/course_product.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/course_product.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/courses.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/courses.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/courses.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/courses.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/homepage.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/dashboard.html.liquid similarity index 78% rename from Custom_Templates/customer_templates/Instacart/homepage.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/dashboard.html.liquid index 9e730fbe..d1accd2c 100644 --- a/Custom_Templates/customer_templates/Instacart/homepage.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/dashboard.html.liquid @@ -1,5 +1,6 @@ {% include "subheader_search" %}{% include "course_version_outdated_alert" - , courses: courses.featured %} + , courses: courses.featured %}{% include "back_button" %} + {% comment %} Check if there are any courses in progress {% endcomment %} {% assign hasInProgressCourses = false %} @@ -19,13 +20,10 @@ {% if hasInProgressCourses %}
    - Continue where You left off - Continúa donde lo dejaste + Continue where you left off. + Continúa donde lo dejaste.
    - {% include "carrot_button" - , buttonUrl: "/app/dashboard" - , buttonText: "For you page" - , buttonTextEs: "Para tu página" %} + {% include "courses_catalog" , courseslist: courses.enrolled , filterInProgress: true diff --git a/Custom_Templates/customer_templates/Cin7 External/forgot_password.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/forgot_password.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/forgot_password.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/forgot_password.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/homepage.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/homepage.html.liquid new file mode 100644 index 00000000..a2375913 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/homepage.html.liquid @@ -0,0 +1,155 @@ +{% include "back_button" %} +{% include "event_banner" %} +{% include "course_version_outdated_alert" + , courses: courses.enrolled %} +{% assign hasInProgressCourses = false %} +{% for course in courses.enrolled %} + {% if course.progress > 0 and course.progress < 100 %} + {% assign hasInProgressCourses = true %} + {% break %} + {% endif %} +{% endfor %} +
    +
    + Hi + Hola + {% if current_person.first_name %} + {{ current_person.first_name }}{% endif %}! +
    + + + {% if hasInProgressCourses %} + {% include "carrot_button" + , buttonUrl: "/app/dashboard" + , buttonText: "In progress" + , buttonTextEs: "En progreso" %} + {% endif %} + + + {% include "courses_carousel" + , breakpoint: 768 + , showOnlyInProgress: false + , hideOnlyCompleted: true + , sortByPriority: true + , showAllOnNoResults: false + , minified: false %} + {% if features.learning_paths? %} + + {% include "learning_paths_carousel" + , breakpoint: 768 + , showOnlyInProgress: false + , sortByPriority: true + , showAllOnNoResults: false + , hideOnlyCompleted: true + , minified: false %} + {% endif %} + + + + {% include "homepage_achievments" %} +
    +{% include "footer" %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_path.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/learning_path.html.liquid similarity index 85% rename from Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_path.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/learning_path.html.liquid index 5cbb5a93..66e7c8cc 100644 --- a/Custom_Templates/customer_templates/DataSnipper-Internal-from-External/learning_path.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/learning_path.html.liquid @@ -1,4 +1,4 @@ -{% include "header" %} +{% include "back_button" %}
    {% include "learning_path_desktop_view" %} @@ -7,4 +7,4 @@ {% include "learning_path_mobile_view" %}
    -{% include "footer" %} +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/learning_path_product.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/learning_path_product.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/learning_path_product.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/learning_path_product.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/learning_path_summary.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/learning_path_summary.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/learning_path_summary.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/learning_paths.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/learning_paths.html.liquid similarity index 70% rename from Custom_Templates/customer_templates/Instacart/learning_paths.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/learning_paths.html.liquid index 9375ed0a..5080777b 100644 --- a/Custom_Templates/customer_templates/Instacart/learning_paths.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/learning_paths.html.liquid @@ -1,5 +1,4 @@ -{% include "subheader_search" %} - +{% include "subheader_search" %}{% include "back_button" %} {% comment %} Check if there are any learning paths in progress {% endcomment %} {% assign hasInProgressPaths = false %} {% for learning_path in learning_paths.enrolled %} @@ -18,23 +17,17 @@ En progreso
    - Continue where You left off + Continue where you left off Continúa donde lo dejaste
    - {% include "carrot_button" - , buttonUrl: "/app/dashboard" - , buttonText: "For you page" - , buttonTextEs: "Para tu página" %} - {% - include "filter_dropdown" - , givenId: "courses_catalog_filter" - %} {% include "learning_paths_carousel" - , items: learning_paths.enrolled , breakpoint: 768 - , filterInProgress: true - , sortByPriority: false %} + , showOnlyInProgress: true + , sortByPriority: true + , showAllOnNoResults: false + , hideOnlyCompleted: false + , minified: true %}
    {% endif %}
    @@ -45,8 +38,13 @@ Go more in-depth with our learning paths. Profundiza más con nuestras rutas de aprendizaje.
    + {% + include "filter_dropdown" + , givenId: "learning_paths_filter" + %} {% include "learning_paths_index" - , items: learning_paths.available %} + , items: learning_paths.available + , eventId: "learning_paths_filter" %}
    {% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 Internal/login.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/login.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 Internal/login.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/login.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/master.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/master.html.liquid new file mode 100644 index 00000000..07068a30 --- /dev/null +++ b/Custom_Templates/customer_templates/Instacart - Carrot/master.html.liquid @@ -0,0 +1,165 @@ +{% include "header" %} + +{% body %} + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Cin7 External/not_found.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/not_found.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 External/not_found.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/not_found.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/private_certificate.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/private_certificate.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/private_certificate.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/private_certificate.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/public_certificate.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/public_certificate.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/public_certificate.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/public_certificate.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 Internal/reset_password.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/reset_password.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 Internal/reset_password.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/reset_password.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/search.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/search.html.liquid similarity index 93% rename from Custom_Templates/customer_templates/Instacart/search.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/search.html.liquid index d3c9adf6..5f56fc7a 100644 --- a/Custom_Templates/customer_templates/Instacart/search.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/search.html.liquid @@ -1,4 +1,6 @@ +{% include "back_button" %}
    +
    {% t.title %}
    diff --git a/Custom_Templates/customer_templates/Cin7 Internal/sign_up.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/sign_up.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 Internal/sign_up.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/sign_up.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/styles.css.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/styles.css.liquid similarity index 61% rename from Custom_Templates/customer_templates/Instacart/styles.css.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/styles.css.liquid index edf8e748..cf8fd4f8 100644 --- a/Custom_Templates/customer_templates/Instacart/styles.css.liquid +++ b/Custom_Templates/customer_templates/Instacart - Carrot/styles.css.liquid @@ -17,6 +17,11 @@ height: 100%; } + body, main{ + width:100vw; + overflow-x: hidden; + } + .np-card-ribbon { background-color: { { @@ -72,11 +77,11 @@ } .global-section-title { - color: #35404e; - font-size: 22px; - font-weight: 900; + color: var(--np-button-color); margin: 10px 0; text-align: center; + font-size: 1.5em; + font-weight: bold; } .global-section-subtitle { @@ -99,7 +104,7 @@ text-decoration: underline; } - .np-card-container{ + .carrot-card-container{ border-radius: 8px; overflow: hidden; min-height: 350px; @@ -108,9 +113,13 @@ flex-direction: column; } +.carrot-card-padding{ + padding: 20px 20px 0 20px; +} + @media screen and (max-width: 768px) { - .np-card-padding{ - padding: 20px 20px 0 20px; + .slick-list{ + overflow: unset !important; } .slick-list.draggable{ @@ -121,7 +130,7 @@ @media screen and (min-width: 768px) { - .np-card-container{ + .carrot-card-container{ border-radius: 15px; min-height: 400px; } @@ -129,7 +138,7 @@ .global-section-title { margin: 0 0 20px; text-align: left; - font-size: 16px; + font-size: 1.25rem; } .global-section-subtitle { @@ -188,7 +197,7 @@ } .lp-footer-placeholder { - height: 40px; + height: 50px; width: 100%; } @@ -196,12 +205,17 @@ position: absolute; width: calc(100% - 40px); bottom: 10px; + align-items: center; } .np-card-content-progress{ color: #ff7308; } + .np-card-content-progress{ + margin-top: 0; + } + .np-footer{ background-color: #003d29; color: white; @@ -256,7 +270,7 @@ font-weight: bold; } .carrot-padded-row{ - padding: 0 60px; + padding: 0 26px; } .np-header-mobile-menu-content-button, .np-header-mobile-menu-content-name{ @@ -281,4 +295,139 @@ .flex-1{ flex: 1; +} + +.np-header-mobile-menu-content{ + max-width: 100vw; +} + +.minified-card-container{ + display: flex; + text-decoration: none; + border-radius: 8px; + box-shadow: 0 2px 4px 0 rgba(72, 103, 118, .5); + position: relative; + z-index: 30; + background-color: #fff; + height: 100%; +} + +.minified-card-image-container{ + width: 115px; + display: flex +; + flex-direction: column; + align-items: center; + justify-content: space-between; +} + + + +.minified-card-image-container-image{ + width: 78px; + height: 60px; + background-size: cover; + background-position: center; +} + +.minified-card-padding{ + padding: 10px; +} + +.minified-catalog-card{ + margin-bottom: 25px; +} + +.np-filter{ + margin-bottom: 0; +} + +.justify-center{ + justify-content: center !important; +} + +.course-rating, .course-duration{ + display: inline-block; +} + +.course-rating{ + width: 50px; +} + +.color-main{ + color: var(--color-main); +} + +.np-header-mobile-menu-content-button{ + box-shadow: none; +} + +.carrot-achievments-container{ + display: grid; + grid-template-columns: 1fr 1fr 1fr; + gap: 20px +} + +@media screen and (min-width: 768px) { + + .carrot-achievments-container{ + grid-template-columns: 1fr 1fr 1fr 1fr; + } +} + +@media screen and (min-width: 1024px) { + .carrot-achievments-container{ + grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; + } +} + +/* Achievement Tooltip Styles */ +.achievement-tooltip { + position: absolute; + left: 0; + top: -10px; + transform: translateY(-100%); + background: #333; + color: white; + padding: 8px 12px; + border-radius: 8px; + font-size: 12px; + font-weight: 500; + line-height: 18px; + letter-spacing: 0; + width: 90vw; + max-width: 250px; + z-index: 99999; +} + +.achievement-tooltip::after { + content: ''; + position: absolute; + top: 100%; + left: var(--triangle-position-left); + right: var(--triangle-position-right); + transform: translateX(-50%); + width: 0; + height: 0; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + border-top: 6px solid #333; +} + + +.achievements-carousel-container .carrot-achievment-modal { + cursor: pointer; +} + + +.homepage-carrot-achievments-item { + display: flex; + justify-content: center; + align-items: center; + position: relative; +} + +.homepage-carrot-achievments-item img { + max-width: 100%; + height: auto; } \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Instacart/training_event_preview.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/training_event_preview.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/training_event_preview.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/training_event_preview.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/training_events.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/training_events.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/training_events.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/training_events.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/training_session.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/training_session.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/training_session.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/training_session.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/training_session_attendance.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/training_session_attendance.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/training_session_attendance.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/transcript.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/transcript.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/transcript.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/transcript.html.liquid diff --git a/Custom_Templates/customer_templates/Instacart/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/unsubscribe.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Instacart/unsubscribe.html.liquid rename to Custom_Templates/customer_templates/Instacart - Carrot/unsubscribe.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Instacart - Partners/_account_avatar.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 Internal/_account_avatar.html.liquid rename to Custom_Templates/customer_templates/Instacart - Partners/_account_avatar.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Partners/_account_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 Internal/_account_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Partners/_account_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_form.html.liquid b/Custom_Templates/customer_templates/Instacart - Partners/_account_form.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/DataSnipper Internal OOTB/_account_form.html.liquid rename to Custom_Templates/customer_templates/Instacart - Partners/_account_form.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 Internal/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Instacart - Partners/_account_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Cin7 Internal/_account_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Instacart - Partners/_account_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Cin7 External/_account_tabs.html.liquid b/Custom_Templates/customer_templates/Instacart - Partners/_account_tabs.html.liquid similarity index 68% rename from Custom_Templates/customer_templates/Cin7 External/_account_tabs.html.liquid rename to Custom_Templates/customer_templates/Instacart - Partners/_account_tabs.html.liquid index 65d367e9..82c75181 100644 --- a/Custom_Templates/customer_templates/Cin7 External/_account_tabs.html.liquid +++ b/Custom_Templates/customer_templates/Instacart - Partners/_account_tabs.html.liquid @@ -4,7 +4,7 @@ {% if current_person.signed_in? %} {% unless current_school.sso_active? %} -