From 13487b5d17677a4bbe9a06640a740903de8f215a Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Sun, 19 Nov 2023 14:26:40 -0500 Subject: [PATCH] First stab at Northpass Implementation Academy. New templates features broke though and now these are all temporary. --- Custom_Templates/customer_templates/.DS_Store | Bin 26628 -> 26628 bytes .../_cards_featured_course.html.liquid | 97 -- .../_cards_learning_path.html.liquid | 96 -- .../_cards_training_event.html.liquid | 46 - .../_carousel_events.html.liquid | 37 - .../_carousel_instructors.html.liquid | 89 -- .../_course_instructors.html.liquid | 52 -- .../_course_progress_and_cta.html.liquid | 54 -- .../_course_rating.html.liquid | 78 -- .../_learning_path_instructors.html.liquid | 28 - ...learning_path_progress_and_cta.html.liquid | 26 - .../_progress_circle.html.liquid | 80 -- .../_section_faqs.html.liquid | 113 --- .../_section_popular_topics.html.liquid | 27 - .../_section_tips_tricks.html.liquid | 76 -- .../_spanish_lang.html.liquid | 844 ------------------ .../_training_session_cta.html.liquid | 60 -- .../_training_session_date.html.liquid | 14 - .../_training_session_description.html.liquid | 6 - .../_training_session_details.html.liquid | 24 - .../_training_session_header.html.liquid | 10 - .../_widget_course_progress.html.liquid | 88 -- .../Northpass Academy/dashboard.html.liquid | 3 - .../learning_path.html.liquid | 54 -- .../.DS_Store | Bin .../_cards_course.html.liquid | 0 .../_carousel_courses.html.liquid | 21 +- .../_course_activity_locked.html.liquid | 0 .../_course_activity_unlocked.html.liquid | 0 .../_course_banner.html.liquid | 0 .../_course_desktop_view.html.liquid | 0 .../_course_details.html.liquid | 0 .../_course_details_review.html.liquid | 0 .../_course_mobile_view.html.liquid | 0 .../_course_outline.html.liquid | 0 .../_filter_by_progress.html.liquid | 0 .../_footer.html.liquid | 0 .../_head.html.liquid | 0 .../_header.html.liquid | 21 +- .../_sub_navigation.html.liquid | 6 +- .../course.html.liquid | 0 .../dashboard.html.liquid} | 94 +- .../homepage.html.liquid | 0 .../learning_paths.html.liquid | 0 .../search.html.liquid | 0 .../styles.css.liquid | 104 +-- .../training_events.html.liquid | 0 .../training_session.html.liquid | 0 OtherNotes/NorthpassAca_custom_css.html | 95 ++ 49 files changed, 160 insertions(+), 2183 deletions(-) delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_cards_featured_course.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_cards_learning_path.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_cards_training_event.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_carousel_events.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_carousel_instructors.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_course_instructors.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_course_progress_and_cta.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_course_rating.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_learning_path_instructors.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_learning_path_progress_and_cta.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_progress_circle.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_section_faqs.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_section_popular_topics.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_section_tips_tricks.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_spanish_lang.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_training_session_cta.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_training_session_date.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_training_session_description.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_training_session_details.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_training_session_header.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/_widget_course_progress.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/dashboard.html.liquid delete mode 100644 Custom_Templates/customer_templates/Northpass Academy/learning_path.html.liquid rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/.DS_Store (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_cards_course.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_carousel_courses.html.liquid (85%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_course_activity_locked.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_course_activity_unlocked.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_course_banner.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_course_desktop_view.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_course_details.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_course_details_review.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_course_mobile_view.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_course_outline.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_filter_by_progress.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_footer.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_head.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_header.html.liquid (92%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/_sub_navigation.html.liquid (94%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/course.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy/new-dashboard.html.liquid => Northpass Implementation/dashboard.html.liquid} (71%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/homepage.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/learning_paths.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/search.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/styles.css.liquid (96%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/training_events.html.liquid (100%) rename Custom_Templates/customer_templates/{Northpass Academy => Northpass Implementation}/training_session.html.liquid (100%) create mode 100644 OtherNotes/NorthpassAca_custom_css.html diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store index 619957ff336d1845f6fc3b8568c3f6359bbfd19f..d0c6025d88d3ed775b834103742c8eb9bb9731a1 100644 GIT binary patch delta 315 zcmZpUs!%T*JhP<3~!{Frn+yVv=U|MYpBqbR9fHFl4B@7u11q_J{#XzXQ z;K`7?S&-=)>%<1$&FmZtJnC^O18T})NM*UsSq30rT5Ss?1sVJp@)?R4N*FR23K$X@iW!P03z&**7G(OyI -
- -
- - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_cards_learning_path.html.liquid deleted file mode 100644 index 8d81d1e7..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_cards_learning_path.html.liquid +++ /dev/null @@ -1,96 +0,0 @@ -{% assign is_ghost_lp = "" %} - -{% for category in learning_path.categories %} - {% if category.name == "Ghost Learning Path" %} - {% assign is_ghost_lp = "display:none" %} - {% endif %} -{% endfor %} - -
-
-
- {{ learning_path.name }} -
- -
-

- {{ learning_path.name }} -

- -
- {{ learning_path.description }} -
- -
- {% t shared.progress, count: learning_path.progress %} -
- -
-
-
-
- - -
-
-
-
-
- - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_cards_training_event.html.liquid deleted file mode 100644 index 8477507f..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_cards_training_event.html.liquid +++ /dev/null @@ -1,46 +0,0 @@ -
-
-
-

- {{ training_event.title }} -

-
- {% t shared.event_types, key: training_event.event_type %} -
-
- -
-
-
- {{ training_event.sessions.first.month }} -
-
- {{ training_event.sessions.first.year }} -
-
-
- {% if training_event.sessions.first.day < 10 %}0{% endif %}{{ training_event.sessions.first.day }} -
-
-
-
-
-
-
- - {% t .sessions, count: training_event.sessions.size %} - - - {% t shared.view %} - -
-
-
-
diff --git a/Custom_Templates/customer_templates/Northpass Academy/_carousel_events.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_carousel_events.html.liquid deleted file mode 100644 index ab5b3388..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_carousel_events.html.liquid +++ /dev/null @@ -1,37 +0,0 @@ - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/_carousel_instructors.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_carousel_instructors.html.liquid deleted file mode 100644 index 50f48549..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_carousel_instructors.html.liquid +++ /dev/null @@ -1,89 +0,0 @@ -{% assign used_instructor_names = "" %} - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_course_instructors.html.liquid deleted file mode 100644 index 9da356fb..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_course_instructors.html.liquid +++ /dev/null @@ -1,52 +0,0 @@ -

- Meet the Instructor -

-
- {% for instructor in course.instructors limit: 2 %} -
-
- {{ instructor.name }} -
-
-
- {{ instructor.name }} -
- -
-
- {% endfor %} -
- \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_course_progress_and_cta.html.liquid deleted file mode 100644 index bc5323f0..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_course_progress_and_cta.html.liquid +++ /dev/null @@ -1,54 +0,0 @@ -
-
- {% t .header %} - Progreso del curso -
-
-
-
-
- -
-{% t shared.progress, count: course.progress %} - - -
-
- -{% if course.learner_can_retake? %} -
- {% form_authenticity_token %} - -
-{% else %} - - {% if course.enrolled? == false %} - {% t shared.enroll %} - Inscríbase - {% elsif course.started? == false %} - {% t shared.course.start, key: current_school.course_vocabulary %} - Inicie - {% elsif course.completed? %} - {% t shared.course.view, key: current_school.course_vocabulary %} - Ver el curso - {% else %} - {% t shared.continue %} - Continuar - {% endif %} - -{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/_course_rating.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_course_rating.html.liquid deleted file mode 100644 index 4aada999..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_course_rating.html.liquid +++ /dev/null @@ -1,78 +0,0 @@ -{% assign rating = course.properties.np_course_rating %} - -{% if isButton %} -
-{% else %} -
-{% endif %} -
-
-
-
-
-
-
-
-
-
-
-
-
{{ course.properties.np_course_rating }}
-
({{course.properties.np_course_rating_count}})
-
- - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_learning_path_instructors.html.liquid deleted file mode 100644 index f7c0d2db..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_learning_path_instructors.html.liquid +++ /dev/null @@ -1,28 +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/Northpass Academy/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_learning_path_progress_and_cta.html.liquid deleted file mode 100644 index d0094827..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_learning_path_progress_and_cta.html.liquid +++ /dev/null @@ -1,26 +0,0 @@ -{% if learning_path.enrolled? %} -
-
- {% t .progress %} -
-
-
-
-
-
- {% t shared.progress, count: learning_path.progress %} -
-
-{% endif %} - -{% capture continue_label %} -{% t shared.continue %} -Continuar -{% endcapture %} - -{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big lp-cta-button", continue_label: continue_label %} diff --git a/Custom_Templates/customer_templates/Northpass Academy/_progress_circle.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_progress_circle.html.liquid deleted file mode 100644 index 256a448e..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_progress_circle.html.liquid +++ /dev/null @@ -1,80 +0,0 @@ -
- - - - {{count}} - -

- {{name}} -

-
- - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/_section_faqs.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_section_faqs.html.liquid deleted file mode 100644 index 6b08e0c2..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_section_faqs.html.liquid +++ /dev/null @@ -1,113 +0,0 @@ - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/_section_popular_topics.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_section_popular_topics.html.liquid deleted file mode 100644 index 63bc55b4..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_section_popular_topics.html.liquid +++ /dev/null @@ -1,27 +0,0 @@ - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/_section_tips_tricks.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_section_tips_tricks.html.liquid deleted file mode 100644 index 55d9bb2e..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_section_tips_tricks.html.liquid +++ /dev/null @@ -1,76 +0,0 @@ -{% capture quotes %} - - - - - - - - - -{% endcapture %} - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/_spanish_lang.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_spanish_lang.html.liquid deleted file mode 100644 index 645eded4..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_spanish_lang.html.liquid +++ /dev/null @@ -1,844 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_training_session_cta.html.liquid deleted file mode 100644 index d40f5a2c..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_training_session_cta.html.liquid +++ /dev/null @@ -1,60 +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 %} -
-
-
- - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_training_session_date.html.liquid deleted file mode 100644 index 7963ec43..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_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/Northpass Academy/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_training_session_description.html.liquid deleted file mode 100644 index bc95c88c..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_training_session_description.html.liquid +++ /dev/null @@ -1,6 +0,0 @@ -{%comment%}

- {% t .header %} -

{%endcomment%} -
- {{ training_event.description }} -
diff --git a/Custom_Templates/customer_templates/Northpass Academy/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_training_session_details.html.liquid deleted file mode 100644 index 980a6bbf..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_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 %} - - {% endif %} -
diff --git a/Custom_Templates/customer_templates/Northpass Academy/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_training_session_header.html.liquid deleted file mode 100644 index daee98b5..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_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/Northpass Academy/_widget_course_progress.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/_widget_course_progress.html.liquid deleted file mode 100644 index fbb4c086..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/_widget_course_progress.html.liquid +++ /dev/null @@ -1,88 +0,0 @@ -
-
-
- {% 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 %} -
    -
  • - {% - include "progress_circle", - name:'Completed' , - count: countComplete , - total: countTotal, - size: "120", - stroke_color: "rgba(43, 178, 76, 1)", - stroke_color_bg: "rgba(255, 255, 255, 0.15)" - %} -
  • -
  • - {% - include "progress_circle", - name:'In Progress' , - count: countInProgress , - total: countTotal, - size: "120", - stroke_color: "rgba(43, 178, 76, 1)", - stroke_color_bg: "rgba(255, 255, 255, 0.15)" - %} -
  • -
- {% 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/Northpass Academy/dashboard.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/dashboard.html.liquid deleted file mode 100644 index aeb01a39..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/dashboard.html.liquid +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Northpass Academy/learning_path.html.liquid b/Custom_Templates/customer_templates/Northpass Academy/learning_path.html.liquid deleted file mode 100644 index e3d4db1f..00000000 --- a/Custom_Templates/customer_templates/Northpass Academy/learning_path.html.liquid +++ /dev/null @@ -1,54 +0,0 @@ -{% include "header" %} -{% include "sub_navigation" %} -
-
- {% 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/Northpass Academy/.DS_Store b/Custom_Templates/customer_templates/Northpass Implementation/.DS_Store similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/.DS_Store rename to Custom_Templates/customer_templates/Northpass Implementation/.DS_Store diff --git a/Custom_Templates/customer_templates/Northpass Academy/_cards_course.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_cards_course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/_cards_course.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_cards_course.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/_carousel_courses.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_carousel_courses.html.liquid similarity index 85% rename from Custom_Templates/customer_templates/Northpass Academy/_carousel_courses.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_carousel_courses.html.liquid index c7872b5e..cc926bbd 100644 --- a/Custom_Templates/customer_templates/Northpass Academy/_carousel_courses.html.liquid +++ b/Custom_Templates/customer_templates/Northpass Implementation/_carousel_courses.html.liquid @@ -56,25 +56,12 @@ $(document).ready(function(){ } } ] - }); + }); }); - + \ No newline at end of file + } + diff --git a/Custom_Templates/customer_templates/Northpass Academy/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_course_activity_locked.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/_course_activity_locked.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_course_activity_locked.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_course_activity_unlocked.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/_course_activity_unlocked.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_course_activity_unlocked.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/_course_banner.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_course_banner.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/_course_banner.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_course_banner.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_course_desktop_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/_course_desktop_view.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_course_desktop_view.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/_course_details.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_course_details.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/_course_details.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_course_details.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/_course_details_review.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_course_details_review.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/_course_details_review.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_course_details_review.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_course_mobile_view.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/_course_mobile_view.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_course_mobile_view.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/_course_outline.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_course_outline.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/_course_outline.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_course_outline.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/_filter_by_progress.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_filter_by_progress.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/_filter_by_progress.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_filter_by_progress.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/_footer.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_footer.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/_footer.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_footer.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/_head.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_head.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/_head.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_head.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/_header.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/_header.html.liquid similarity index 92% rename from Custom_Templates/customer_templates/Northpass Academy/_header.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/_header.html.liquid index b783ae13..d0882454 100644 --- a/Custom_Templates/customer_templates/Northpass Academy/_header.html.liquid +++ b/Custom_Templates/customer_templates/Northpass Implementation/_header.html.liquid @@ -1,4 +1,3 @@ -{% include "spanish_lang" %} \ No newline at end of file + diff --git a/Custom_Templates/customer_templates/Northpass Academy/course.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/course.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/course.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/course.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/new-dashboard.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/dashboard.html.liquid similarity index 71% rename from Custom_Templates/customer_templates/Northpass Academy/new-dashboard.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/dashboard.html.liquid index 88a358a1..41225d1a 100644 --- a/Custom_Templates/customer_templates/Northpass Academy/new-dashboard.html.liquid +++ b/Custom_Templates/customer_templates/Northpass Implementation/dashboard.html.liquid @@ -1,25 +1,10 @@ - {% include "header" %} {% include "course_version_outdated_alert", courses: courses.enrolled %} {% include "sub_navigation" %}
Hi {{current_person.first_name}}! 👋
-
This is what's relevant to you right now in Northpass Academy.
-
-
-
- {% if features.learning_paths? %} -
- {% t shared.learning_paths %} -
- {% include "learning_paths_index", items: learning_paths.enrolled %} - {% endif %} -
-
-
Course Progress
- {% include "widget_course_progress" %} -
+
Below you will find the necessary courses for your Northpass Implementation.
@@ -31,22 +16,21 @@
- Topic - Tema + Topic
{{ enrolled_category }}
-
- {% - include "filter_by_progress", - label: "Filter by Progress:", +
+ {% + include "filter_by_progress", + label: "Filter by Progress:", default_option: "All Courses", topic: enrolled_category, %}
- {% - include "carousel_courses", + {% + include "carousel_courses", items: courses.enrolled, topic: enrolled_category, %} @@ -61,16 +45,16 @@
{{ enrolled_category }}
-
- {% - include "filter_by_progress", - label: "Filter by Progress:", + + {% + include "filter_by_progress", + label: "Filter by Progress:", default_option: "All Courses", topic: enrolled_category, %} - {% - include "carousel_courses", + {% + include "carousel_courses", items: courses.enrolled, topic: enrolled_category, %} @@ -91,48 +75,8 @@ -
-
-
- Training Events -
-
- Discover online events to maximize your learning -
- {% if training_events.enrolled.any? %} - {% - include "carousel_events", - items: training_events.enrolled, - %} - {% else %} -
- {% include "training_events_zero_state" %} -
- - {% endif %} -
-
- -
-
-
- Meet the Team -
- {% - include "carousel_instructors", - %} -
-
- {% include "footer" %} - + +{% comment %} + +{% endcomment %} diff --git a/Custom_Templates/customer_templates/Northpass Academy/homepage.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/homepage.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/homepage.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/homepage.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/learning_paths.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/learning_paths.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/learning_paths.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/learning_paths.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/search.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/search.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/search.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/search.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/styles.css.liquid b/Custom_Templates/customer_templates/Northpass Implementation/styles.css.liquid similarity index 96% rename from Custom_Templates/customer_templates/Northpass Academy/styles.css.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/styles.css.liquid index d40a48fe..7d060a4f 100644 --- a/Custom_Templates/customer_templates/Northpass Academy/styles.css.liquid +++ b/Custom_Templates/customer_templates/Northpass Implementation/styles.css.liquid @@ -31,22 +31,22 @@ 3.6 - COURSE CARD 3.7 - LEARNING PATH CARD 3.8 - TRAINING EVENT CARD - 3.9 - COURSE BANNER + 3.9 - COURSE BANNER 3.10 - COURSE DETAILS 3.11 - COURSE OUTLINE 3.12 - FILTER DROPDOWN 3.13 - CAROUSEL - GLOBAL STYLES 3.14 - CAROUSEL - EVENTS 3.15 - CAROUSEL - COURSES - 3.16 - CAROUSEL - INSTRUCTORS - 3.17 - HOMEPAGE SECTION - FEATURED PHOTOGRAPHY + 3.16 - CAROUSEL - INSTRUCTORS + 3.17 - HOMEPAGE SECTION - FEATURED PHOTOGRAPHY 3.18 - HOMEPAGE SECTION - TIPS & TRICKS 3.19 - HOMEPAGE SECTION - FAQS 3.20 - HOMEPAGE SECTION - FEATURED COURSES */ /* - 1.0 GLOBAL SYLING + 1.0 GLOBAL SYLING */ body { background: #00283d; @@ -182,12 +182,12 @@ div { } } -/* - 2.0 - PAGE SPECIFIC STYLING +/* + 2.0 - PAGE SPECIFIC STYLING */ -/* - 2.1 - HOMEPAGE +/* + 2.1 - HOMEPAGE */ .np-homepage-hero-image { height: 300px; @@ -318,8 +318,8 @@ div { } } -/* - 2.2 - DASHBOARD PAGE +/* + 2.2 - DASHBOARD PAGE */ .np-dashboard { @@ -364,8 +364,8 @@ div { } } -/* - 2.3 - CATALOG +/* + 2.3 - CATALOG */ .np-catalog .np-progress-filter-wrapper, @@ -388,8 +388,8 @@ div { } } -/* - 2.4 - COURSE COVER PAGE +/* + 2.4 - COURSE COVER PAGE */ #course-desktop .np-course-content { background: #062531; @@ -497,8 +497,8 @@ div { text-transform: uppercase; } -/* - 2.7 - LEARNING PATH COVER PAGE +/* + 2.7 - LEARNING PATH COVER PAGE */ .np-learning-path-outline-inactive-item { @@ -516,8 +516,8 @@ div { border-radius: 0; } -/* - 2.8 - SEARCH PAGE +/* + 2.8 - SEARCH PAGE */ .np-search-result-title { @@ -538,11 +538,11 @@ div { font-weight: 700; } -/* - 3.0 - COMPONENT SPECIFIC STYLING +/* + 3.0 - COMPONENT SPECIFIC STYLING */ -/* +/* 3.1 - HEADER */ .np-header { @@ -571,8 +571,8 @@ div { } } -/* - 3.2 - SUB NAV +/* + 3.2 - SUB NAV */ .np-sub-navigation { @@ -609,7 +609,7 @@ div { height: 0.2rem; } -/* +/* 3.3 - FOOTER */ .np-footer { @@ -628,8 +628,8 @@ div { color: rgba(255, 255, 255, 0.5); } -/* - 3.4 - BUTTONS +/* + 3.4 - BUTTONS */ .np-button { @@ -692,7 +692,7 @@ button.jryxug { } } -/* +/* 3.6 - COURSE CARD */ .np-card-container { @@ -800,8 +800,8 @@ button.jryxug { } } -/* - 3.7 - LEARNING PATH CARD +/* + 3.7 - LEARNING PATH CARD */ .np-learning-path .np-card-text-wrapper { @@ -861,7 +861,7 @@ button.jryxug { } } -/* +/* 3.8 - TRAINING EVENTS CARD */ @@ -973,8 +973,8 @@ button.jryxug { } } -/* - 3.9 - COURSE BANNER +/* + 3.9 - COURSE BANNER */ .np-course-banner { position: relative; @@ -1092,7 +1092,7 @@ button.jryxug { } /* - 3.11 - COURSE PROGRESS & CTA + 3.11 - COURSE PROGRESS & CTA */ .np-card-progress-bar-container, .np-progress-bar-container { @@ -1802,41 +1802,3 @@ button.jryxug { } } - -/* northpass academy spanish styling*/ -.full-star { - color: #089fb7; -} -.empty-star { - color: #089fb7; - opacity: 0.25; -} - -.p-quote-author-info-1, .p-quote-author-info-2, .p-quote-author-info-3 { - font-weight: 500; - opacity: 0.5; - font-size: 0.8vw; -} - - -.np-button-color { - margin-top: 8px; -} - - -.np-card-content-footer-left { - display: block !important; -} - -.np-card-content-title { - margin-bottom: 1rem; -} - -.lp-cta-button { - background: linear-gradient(90deg, #089FB7 0%, #15824B 100%); - border-radius: 8px; -} - - -/* Translation */ - diff --git a/Custom_Templates/customer_templates/Northpass Academy/training_events.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/training_events.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/training_events.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/training_events.html.liquid diff --git a/Custom_Templates/customer_templates/Northpass Academy/training_session.html.liquid b/Custom_Templates/customer_templates/Northpass Implementation/training_session.html.liquid similarity index 100% rename from Custom_Templates/customer_templates/Northpass Academy/training_session.html.liquid rename to Custom_Templates/customer_templates/Northpass Implementation/training_session.html.liquid diff --git a/OtherNotes/NorthpassAca_custom_css.html b/OtherNotes/NorthpassAca_custom_css.html new file mode 100644 index 00000000..01554b88 --- /dev/null +++ b/OtherNotes/NorthpassAca_custom_css.html @@ -0,0 +1,95 @@ +