diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/.DS_Store b/Custom_Templates/customer_templates/Walmart Supplier Prod/.DS_Store new file mode 100644 index 00000000..5008ddfc Binary files /dev/null and b/Custom_Templates/customer_templates/Walmart Supplier Prod/.DS_Store differ diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_account_tabs.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_account_tabs.html.liquid new file mode 100644 index 00000000..f4de6c8e --- /dev/null +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_account_tabs.html.liquid @@ -0,0 +1,23 @@ +{% 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/Walmart Supplier Prod/_analysis-and-reporting-carousel.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_analysis-and-reporting-carousel.html.liquid new file mode 100644 index 00000000..e9c6ff26 --- /dev/null +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_analysis-and-reporting-carousel.html.liquid @@ -0,0 +1,50 @@ + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_course.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_course.html.liquid index ca884b5c..2e492218 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_course.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_course.html.liquid @@ -1,80 +1,36 @@ -
+
-
- {% if course.ribbon %} -
- {{ course.ribbon }} -
- {% endif %} -
-

- {{ course.name }} -

- {% comment %} {% if course.properties.course_length %} -
{{course.properties.course_length}}
- {% endif %} {% endcomment %} + {% if course.ribbon %} +
+ {{ course.ribbon }}
- {{ course.name }} -
+ {% endif %} + {{ course.name }}
- {% if course.short_description != "" %} -
- {{ course.short_description }} - {% if course.properties.course_length %} -
{{course.properties.course_length}}
- {% endif %} -
- - {% else %} -
- {% endif %} +

+ {{ course.name }} +

+
+ {{ course.instructor_names }} +
- diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_learning_path.html.liquid index a90c5e79..f01e8176 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_learning_path.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_learning_path.html.liquid @@ -1,13 +1,11 @@ -
+
-
- {{ learning_path.name }} -
+ {{ learning_path.name }}
@@ -26,11 +24,9 @@ {{ learning_path.name }} - {% if learning_path.instructor_names %} -
- {{ learning_path.instructor_names }} -
- {% endif %} +
+ {{ learning_path.instructor_names }} +
{{ learning_path.description }} @@ -53,9 +49,11 @@ np-button-color"> {% t shared.progress, count: learning_path.progress %}
- - {% t shared.view %} - + @@ -67,8 +65,4 @@
-
-
-
-
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_training_event.html.liquid index 6690cdfd..1176157e 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_training_event.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_cards_training_event.html.liquid @@ -1,4 +1,4 @@ -
+

diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_carousel_courses.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_carousel_courses.html.liquid new file mode 100644 index 00000000..c7872b5e --- /dev/null +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_carousel_courses.html.liquid @@ -0,0 +1,96 @@ +{% assign topic_classname = topic | split: " " %} + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_catalog_categories.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_catalog_categories.html.liquid new file mode 100644 index 00000000..48fb5d68 --- /dev/null +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_catalog_categories.html.liquid @@ -0,0 +1,35 @@ +
+
+
+ Explore the Course Catalog +
+
+ + +
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_categories.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_categories.html.liquid index 6cfe9010..e578a324 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_categories.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_categories.html.liquid @@ -1,7 +1,7 @@

{% t .header %}

-
+
{% for category in course.categories %}
{{ category.name }} diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_desktop_view.html.liquid index 7d4abd53..e16fee16 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_desktop_view.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_desktop_view.html.liquid @@ -4,15 +4,12 @@
-
-
-
{{course.name}}
- {{ course.name }} -
+
+ {{ course.name }} {% include "course_description" %} {% if course.categories.any? %} @@ -33,7 +30,7 @@
{% endif %}
-
+
{% include "course_progress_and_cta" %}
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_header.html.liquid index e34e0d0d..84820ec4 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_header.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_header.html.liquid @@ -4,31 +4,13 @@
- + - {% comment %} {{ course.name }} {% endcomment %} + {{ course.name }}
-
-
{{course.name}}
- {{ course.name }} -
- - \ No newline at end of file +{{ course.name }} diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_progress_and_cta.html.liquid index 31ea28a8..1c3db9fa 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_progress_and_cta.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_course_progress_and_cta.html.liquid @@ -9,23 +9,6 @@
- {% if course.enrolled? == false and course.properties.course_cost != 0 %} -
- $ {{ course.properties.course_cost }} -
-
- - - - - -{% else %} -
@@ -49,7 +32,7 @@ href="{% route course_enrollment, code: course.enrollment_code %}" {% endif %} > - {% if course.enrolled? == false %} + {% if course.enrolled? == false %} {% t shared.enroll %} {% elsif course.started? == false %} {% t shared.course.start, key: current_school.course_vocabulary %} @@ -59,73 +42,5 @@ {% t shared.continue %} {% endif %} - {% endif %} {% endif %} -{% comment %} -
-
-
- -
- {% endcomment %} - - - - diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_catalog.html.liquid index a32715d5..cc30597e 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_catalog.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_catalog.html.liquid @@ -1,27 +1,9 @@ {% if courses.in_catalog.any? %}
{% for course in courses.in_catalog %} - {% unless course.properties.is_article_course %} - {% if course.id == "6cc26c57-34db-4b8e-a38b-ad321ce18add" or course.id == "ac4fbf2e-ed8f-404d-b995-f0ef73481466" %} - {% if current_person.properties.hide_api_certification_exam_course == false %} -
- {% include "cards_course" with course %} -
- {% endif %} - {% else %} - {% if course.id == "b3225a47-448d-4988-962a-18d37d6616d0" or course.id == "fdc8acdc-0b7c-4064-a52b-1955379d411b" %} - {% unless course.progress == 100 %} -
- {% include "cards_course" with course %} -
- {% endunless %} - {% else %} -
- {% include "cards_course" with course %} -
- {% endif %} - {% endif %} - {% endunless %} +
+ {% include "cards_course" with course %} +
{% endfor %}
{% else %} @@ -31,4 +13,4 @@ %} {% endcapture %} {% include "courses_zero_state", message: message %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_index.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_index.html.liquid index 204b3aa4..19e7671b 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_index.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_courses_index.html.liquid @@ -1,28 +1,9 @@ {% if courses.enrolled.any? %}
{% for course in courses.enrolled %} - {% unless course.properties.is_article_course %} - {% if course.id == "6cc26c57-34db-4b8e-a38b-ad321ce18add" or course.id == "ac4fbf2e-ed8f-404d-b995-f0ef73481466" %} - {% if current_person.properties.hide_api_certification_exam_course == false %} -
- {% include "cards_course" with course %} -
- {% endif %} - {% else %} - {% if course.id == "b3225a47-448d-4988-962a-18d37d6616d0" or course.id == "fdc8acdc-0b7c-4064-a52b-1955379d411b" %} - {% unless course.progress == 100 %} -
- {% include "cards_course" with course %} -
- {% endunless %} - {% else %} -
- {% include "cards_course" with course %} -
- {% endif %} - - {% endif %} - {% endunless %} +
+ {% include "cards_course" with course %} +
{% endfor %}
{% else %} diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_feature_cards_lp.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_feature_cards_lp.html.liquid new file mode 100644 index 00000000..52bcac2e --- /dev/null +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_feature_cards_lp.html.liquid @@ -0,0 +1,9 @@ + +
+ {{ learning_path.name }} +
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_feature_learning_paths.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_feature_learning_paths.html.liquid new file mode 100644 index 00000000..6800ad17 --- /dev/null +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_feature_learning_paths.html.liquid @@ -0,0 +1,63 @@ +
+
+
+ Grow With Walmart Learning Pathways +
+
+ + +
+ + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_filter_by_progress.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_filter_by_progress.html.liquid new file mode 100644 index 00000000..d351c8f9 --- /dev/null +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_filter_by_progress.html.liquid @@ -0,0 +1,117 @@ +{% assign topic_classname = topic | split: " " %} + +
+ {% if label %} +
+ {{ label }} + Filtrar por progreso: +
+ {% endif %} +
+ + + +
+
+ + + diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_footer.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_footer.html.liquid index 8d65c563..3cc33327 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_footer.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_footer.html.liquid @@ -71,6 +71,7 @@ margin:auto; border-top: 1px solid #DADCE0; padding: 24px 16px 48px; + background: #041e42; } .np-footer-top { diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_french_lang.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_french_lang.html.liquid new file mode 100644 index 00000000..e69de29b diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_getting-started-carousel.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_getting-started-carousel.html.liquid new file mode 100644 index 00000000..1e70d6f5 --- /dev/null +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_getting-started-carousel.html.liquid @@ -0,0 +1,50 @@ + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_head.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_head.html.liquid index 7a45c8f9..548ae1b8 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_head.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_head.html.liquid @@ -2,8 +2,10 @@ {% styles colors %} {% styles custom %} - - - + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid index 2db68b33..dd0491e3 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_header.html.liquid @@ -1,60 +1,14 @@
-
- {% if current_person.signed_in? %} - - - {% endif %} -
{% if current_school.logo_url %}

Walmart Supplier Academy -
- - -
-
- - -
-
{{ current_school.name }}
-
{{ current_school.name }}

{% else %} @@ -62,7 +16,7 @@ {% endif %} -
+
@@ -91,7 +89,25 @@
-
+
+ {% if current_person.signed_in? %} + + + {% endif %} +
+
@@ -139,57 +156,80 @@ href="{% route login %}" > {% t shared.sign_in %} -
+ {% endif %}
-
+
-
+ {% if current_person.signed_in? %} + {{ current_person.name }} +
+ {{ current_person.name }} +
+ {% endif %} +
- {% for website_navigation in navigations.sub_navigation %} - {% unless website_navigation.label == "Events" %} - - {{ website_navigation.label }} - - {% endunless %} + {% for website_navigation in navigations.header_navigations %} + + {{ website_navigation.name }} + {% endfor %} - Articles - - - Certificates - + href="/app/catalog" + class="np-header-mobile-menu-content-button" + > + Catalog +
+ + Blog + + + Contact + + {% unless current_school.sso_active? %} + + {% t .profile_settings %} + + {% endunless %} - Logout + {% t .sign_out %}
@@ -197,187 +237,69 @@ {% include "messages" %} - - + + diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_homepage_featured.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_homepage_featured.html.liquid index a3136ac1..4df67715 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_homepage_featured.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_homepage_featured.html.liquid @@ -3,7 +3,7 @@
-{% else %} -
-
- {{ course.name }} -
-
- {{ course.name }} -
-
- {{ full_course_obj.short_description }} -
- {% if full_course_obj.properties.course_length %} -
{{full_course_obj.properties.course_length}}
- {% endif %}
{% if course.optional? %}
@@ -137,5 +53,4 @@ {% endif %}
- {% endif %} {% endif %} diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_learning_path_desktop_view.html.liquid index 488b7cc0..8447443e 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_learning_path_desktop_view.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_learning_path_desktop_view.html.liquid @@ -1,35 +1,2 @@ -
-
- {% t shared.learning_path.title %} - -
-
- - - - {{ learning_path.name }} -
-
- -
-
-
- {% comment %}
-
{{learning_path.name}}
- {{ learning_path.name }} -
{% endcomment %} - {% include "learning_path_description" %} - {% include "learning_path_instructors" %} -
-
-
-
- {% include "learning_path_progress_and_cta" %} -
- {% include "learning_path_outline" %} -
-
+{% include "learning_path_desktop_header" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_learning_path_mobile_view.html.liquid index 556c742a..0e22feb9 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_learning_path_mobile_view.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_learning_path_mobile_view.html.liquid @@ -1,41 +1,2 @@ -
-
- {% t shared.learning_path.title %} - -
-
- {{ learning_path.name }} -
- {% comment %}
-
{{learning_path.name}}
- {{ learning_path.name }} -
{% endcomment %} - -
- {% 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 %} +{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_learning_paths_index.html.liquid index a4681210..8d968ff0 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_learning_paths_index.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_learning_paths_index.html.liquid @@ -12,3 +12,31 @@
{% endif %}
+ + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_merchandising-carousel.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_merchandising-carousel.html.liquid new file mode 100644 index 00000000..dfe18d72 --- /dev/null +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_merchandising-carousel.html.liquid @@ -0,0 +1,50 @@ + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_progress_circle.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_progress_circle.html.liquid new file mode 100644 index 00000000..040aeed1 --- /dev/null +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_progress_circle.html.liquid @@ -0,0 +1,47 @@ +
+ + + + + {{ count }} + + +

+ {{ name }} +

+
+ + diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid index c597ad2e..5c2a4991 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_search_result.html.liquid @@ -1,37 +1,19 @@ -{% if result.type == "course" %} - {% unless result.course.id == "fdc8acdc-0b7c-4064-a52b-1955379d411b" or result.course.id == "b3225a47-448d-4988-962a-18d37d6616d0" %} -
-
-
- {{ result.name }} -
- -
{{result.course.short_description}}
- -
-
- {% for course in catalog_courses %} - {% if course.id == result.course.id %} - {% for cat in course.categories %} - {% assign cat_name = cat.name | upcase %} - {% unless cat_name == "FEATURED" or cat_name == "ARTICLES" %} -
{{cat.name}}
- {% endunless %} - {% endfor %} - {% endif %} - {% endfor %} -
- +
+
+
+ {{ result.name }} +
+ +
{{ result.description }}
- {% endunless %} -{% endif %} \ No newline at end of file +
+
diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/_sub_navigation.html.liquid index 1abf2c0e..7f58126a 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/_sub_navigation.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/_sub_navigation.html.liquid @@ -1,4 +1,4 @@ -
{% include "footer" %} - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid index 285f4461..01684399 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/search.html.liquid @@ -1,5 +1,4 @@ {% include "header" %} -{% include "sub_navigation" %}
{% t .title %} @@ -11,62 +10,18 @@ {% 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, catalog_courses: courses.in_catalog %} + {% render "search_result" for results.items as result %} {% else %} {% include "search_zero_state" %} {% endif %} {% include "footer" %} - -{% if current_person.properties.hide_api_certification_exam_course == true %} - -{% endif %} - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/styles.css.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/styles.css.liquid index 9cea1f94..d3be9611 100644 --- a/Custom_Templates/customer_templates/Walmart Supplier Prod/styles.css.liquid +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/styles.css.liquid @@ -1,3 +1,15 @@ + /* + 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: "Bogle"; src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Regular.OTF); @@ -53,576 +65,111 @@ body, html { font-family: "Bogle", "Roboto", sans-serif; - background: #fff; - color: #333; + color: #fff; } -.np-certificate-top-bar-spacing { - margin-top: 68px; +body { + background: #041e42; } -.np-dashboard, -.np-learning-paths { - background-color: #fff; +.np-homepage-featured .np-homepage-headline, .np-homepage-featured .np-homepage-subheadline, .np-resource-title, .np-dashboard-resources-title, .np-dashboard-resources-category, .np-resource-subtitle, .np-search .np-resource-subtitle-number{ + color: #fff; } -.np-card-container { - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); +.feature-lp-card { + text-decoration: none; } - -.np-resource-title, -.np-dashboard-resources-title { - color: #333; - font-weight: 400; - font-size: 24px; - line-height: 32px; +.lp-feature-image { + width: 100%; } - -.np-dashboard .np-dashboard-resources-title { +.text-heading { + color: #fff; + font-size: 30px; + font-weight: 600; +} +.text-container { margin-bottom: 20px; - text-transform:capitalize; +} +section { + padding: 50px 20px; } -.np-resource-subtitle { - color: #333; -} - -.np-max-width { - max-width: 1380px; -} - -.np-button { - min-width: 80px; - border-radius: 30px; - padding: 10px 24px; - font-size: 14px; - font-weight: 700; - transition: background-color 0.2s; -} - -.np-button:focus { - border: 2px solid #979797; - box-shadow: 0px 0px 10px 0px #0000001a; -} - -.np-button:disabled, -.np-button:hover:disabled { - background-color: #6d6e71; -} - -.np-alert-info { - background-color: #ebe8f3; - color: #3c228a; -} - -.np-card-ribbon { - background-color: #3c228a; - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); - text-transform: none; - padding: 6px 10px; - border-radius: 20px; - font-size: 12px; - min-width: 50px; +.text-center { text-align: center; } -.np-learning-paths-resources-container { - margin-bottom: 50px; +.carousel-heading { + color: #fff; + font-weight: 600; + font-size: 25px; } -.np-zero-state-text { - color: #333; +.heading-container { + margin-bottom: 20px; } -.np-dashboard-resources-title { - margin-bottom: 8px; - color: #333; +.np-learning-paths { + background: #041e42; } - -.np-learning-paths-resources-container, -.np-dashboard-resources-container { - border: 2px solid #dadce0; - border-radius: 8px; +.np-card-header-icon, .np-card-header-type, .np-learning-path-items-count { + color: #041141; } - -.tns-nav { - display: flex; - justify-content: center; - margin-top: 16px; +.card-course { + margin: 10px; } - -.tns-nav button { - width: 7px; - height: 7px; - border-radius: 50%; - background-color: #000; - border: none; - margin: 0 6px; - -webkit-appearance: none; - padding: 0; - opacity: 0.3; -} - -.tns-nav button.tns-nav-active { - opacity: 1; -} - -.np-section-header { - font-size: 24px; - line-height: 24px; - margin-bottom: 32px; -} - -.see-more-wrapper { - display: flex; - justify-content: flex-end; - margin-top: 8px; - width: 100%; - align-items: flex-end; -} - -.see-more-wrapper a { - color: #3c228a; -} - -.progress-ring circle { - stroke-linecap: round; -} -.progress-ring text { - font-size: 32px; - font-weight: 700; -} -.progress-ring__circle { - transition: stroke-dashoffset 0.35s; - transform: rotate(-90deg); - transform-origin: center; -} - -.np-progress-circle-label { - text-transform: uppercase; - font-size: 0.875rem; - margin-top: 1rem; -} - -@media (min-width: 768px) { - .tns-nav { - display: none; - } - - .np-section-header { - font-size: 32px; - line-height: 40px; - margin-bottom: 40px; - } - - .np-resource-title, - .np-dashboard-resources-title { - font-size: 32px; - line-height: 40px; - } -} - -/* STICKY HEADER & SUBNAV */ -.np-header { - height: 64px; - transition: all 0.2s; - position: fixed; - top: 0; - left: 0; - width: 100%; - z-index: 50; - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); -} - -.np-main { - padding-top: 64px; -} - -.np-sub-navigation:not(.homepage-nav):not(.np-page-container) { - position: fixed; - top: 64px; - left: 0; - width: 100%; - background-color: #fff; - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); - padding-top: 0px; - margin-bottom: 0; - z-index: 49; -} - -.np-sub-navigation.fixed { - position: fixed; - top: 64px; - left: 0; - width: 100%; - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); - z-index: 49; - padding-top: 0; - margin-bottom: 0; -} - -@media (min-width: 768px) { - .np-main:not(.np-homepage):not(.np-page-container) { - padding-top: 200px; - } - - .np-header { - box-shadow: none; - } -} - -/* COVER PAGES */ -.np-resource-header-card { - box-shadow: none; -} - -.np-back-button .np-icon-back { - color: #333; -} - -.np-top-cta-progress-title { - color: #59697b; -} - -.np-learning-path-outline-item .np-card-content { - padding: 18px; -} - -.np-optional-ribbon { - background-color: rgba(60, 34, 138, 0.1); - color: #3c228a; -} -.np-learning-path-outline-name { - font-weight: 700; -} - -.np-learning-path-outline-progress.np-color-success { - color: #3c228a; -} - -#learning-path-desktop .np-top-image { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -/* COURSE CARDS */ - -a.np-card { +.button-course { + background: #041141; + color: #fff; text-decoration: none; + padding: 12.5px 25px; + border-radius: 25px; + font-weight: 600; + display: flex; +} +.button-container { + display: flex; } -.np-card-padding { - padding: 32px 24px 24px; +.np-card-heading, .np-course-outline-content-section-name { + color: #1b3e4f; } - -.np-image-wrapper { +.np-card-text, .np-card-text p, .np-card-text strong, .np-card-text span { + color: #1b3e4f !important; +} +.carousel-wrapper { position: relative; } - -.np-card .np-image-wrapper .np-card-ribbon { - top: auto; - bottom: 10px; +.slick-slider { + position: initial !important; } - -.np-card .np-image-wrapper .course-img-content { +.slick-arrow { position: absolute; - top: 16px; - left: 16px; - padding-right: 16px; -} - -.np-card .np-image-wrapper .np-card-content-title { - color: #fff; - font-size: 24px; - line-height: 30px; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); -} - -.np-card .course-length { - margin-top: 8px; - font-weight: 500; -} - -.np-card-content-title { - margin: 0 !important; - font-weight: 700; - font-size: 18px; - line-height: 25px; - color: #333; -} - -.np-card .np-card-content-title { - margin: 0; - font-weight: 700; - font-size: 18px; - line-height: 25px; -} - -.np-card-article .np-card-content-title { - margin-bottom: 8px; -} - -.np-card .np-card-content-subtitle { - color: #333; - font-size: 15px; - line-height: 21px; - margin-bottom: 16px; -} - -.np-card .np-card-content-footer { - margin-top: 0; -} - -.np-card-content-progress { - line-height: 16px; -} - -@media (min-width: 768px) { - .np-card .np-image-wrapper .np-card-content-title { - font-size: 28px; - line-height: 34px; - } -} - -/* ONGOING COURSE CARDS */ -.np-card.np-card-ongoing .np-card-padding { - padding: 16px; -} - -.np-card.np-card-ongoing .np-card-content-footer { - display: block; -} - -/* ILT CARDS */ -.np-card-training-event .np-card-padding { - padding: 12px 20px 32px; -} - -.np-card-training-event .np-card-content-title { - font-size: 16px; - color: #333; - margin-bottom: 8px; -} - -.np-card-training-event .np-card-training-session { - margin-top: 20px; -} - -.np-card-training-event .np-card-content-label, -.np-card-training-event .np-card-training-sessions-icon { - color: #333; -} - -/* LEARNING PATH CARDS */ -.np-card .np-learning-path .np-card-content-title { - font-size: 24px; - line-height: 32px; -} - -/* LEARNING PATH PROGRESS CARDS */ -.np-card.np-card-learning-path-progress { - padding: 0; - color: #333; -} - -.np-learning-path .np-card-content-footer { - margin-top: 16px; -} - -@media (min-width: 768px) { - .np-learning-path { - align-items: stretch; - } - - .lp-image-wrapper { - width: 32%; - min-width: 32%; - position: relative; - overflow: hidden; - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; - } - - .np-learning-paths .lp-image-wrapper { - min-height: 300px; - } - - .np-learning-path .np-learning-path-image { - width: auto; - border-top-right-radius: 0; - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); - } -} - -.np-card-learning-path-progress .lp-progress-card-wrapper { - flex-direction: row; - align-items: center; - justify-content: center; - display: flex; - flex-wrap: wrap; - padding: 24px 16px 50px; -} - -.np-card-learning-path-progress .lp-content { - padding-left: 11px; -} - -.np-card-learning-path-progress .learning-path-title { - font-weight: 500; - font-size: 18px; - line-height: 32px; - width: 100%; - text-align: center; - margin-bottom: 8px; -} - -.np-card-learning-path-progress .lp-total-courses, -.np-card-learning-path-progress .lp-completed-items { - font-size: 16px; - line-height: 26px; -} - -.np-card-learning-path-progress .lp-total-courses span, -.np-card-learning-path-progress .lp-completed-items span { - color: #3c228a; - font-weight: 500; -} - -.np-card-learning-path-progress .lp-completed-items span > div { - display: inline; -} - -@media (min-width: 768px) { - .np-card-learning-path-progress .lp-progress-card-wrapper { - padding: 64px 16px; - flex-wrap: nowrap; - } - .np-card-learning-path-progress .learning-path-title { - font-size: 24px; - line-height: 32px; - margin-bottom: 32px; - text-align: left; - } - - .np-card-learning-path-progress .lp-total-courses, - .np-card-learning-path-progress .lp-completed-items { - font-size: 20px; - line-height: 30px; - } - - .np-card-learning-path-progress .lp-content { - padding-left: 22px; - } -} - -/* MODAL POPUP */ -.first-time-user-popup, -.survey-popup { - position: fixed; top: 0; right: 0; - bottom: 0; - left: 0; - z-index: 1000; + width: 40px; + height: 40px; + border-radius: 50%; + background: #fff; display: flex; - padding: 1em; - background-color: rgba(0, 0, 0, 0.75); - visibility: hidden; - opacity: 0; - pointer-events: none; - transition: 0.25s ease-out; + color: #000; + align-items: center; + justify-content: center; + cursor: pointer; } -.first-time-user-popup.is-active, -.survey-popup.is-active { - visibility: visible; - opacity: 1; - pointer-events: auto; +.slick-arrow.slick-disabled { + opacity: 0.5; + cursor: initial; } - -.first-time-user-popup-container, -.survey-popup-container { - width: 100%; - max-width: 650px; - margin: auto; - transform: translateY(-1em) scale(0.95); - background-color: white; - transition: transform 0.25s ease-out; - border-radius: 8px; +.arrow-left { + margin-right: 50px; } - -.first-time-user-popup.is-active .first-time-user-popup-container, -.survey-popup.is-active .survey-popup-cotnainer { - transform: translateY(0) scale(1); +.np-header-logo-image { + height: 25px; } - -.modal-headline { - font-size: 20px; - line-height: normal; - font-weight: 500; - margin-bottom: 32px; - text-align: center; -} - -.modal-links { +.course-categories-wrapper { display: flex; - justify-content:center;s -} - -.modal-links a { - border: 2px solid #3c228a; - background: #3c228a; - padding: 8px 16px; - text-align: center; - width: calc(50% - 8px); - margin: 0 8px; - border-radius: 30px; - color: #fff; - text-decoration: none; - font-weight: 700; - transition: all 0.2s; -} - -.modal-links a.secondary { - background: transparent; - color: #3c228a; -} - -.modal-links a:hover { - border: 2px solid #13014a; - background: #13014a; -} - -.modal-links a.secondary:hover { - border: 2px solid #13014a; - background: #ebe8f3; - color: #13014a; -} - -.first-time-user-popup-content, -.survey-popup-content { - padding: 32px 16px; -} - -.survey-popup-content, -.modal-survey { - height:100%; -} - -@media (min-width: 768px) { - .first-time-user-popup-content, - .survey-popup-content { - padding: 32px; - } - - .modal-headline { - font-size: 24px; - } - - .modal-links a { - min-height: 40px; - line-height: 40px; - } + flex-wrap: wrap; } +.np-content-categories-content-item { + margin-bottom: 12px; +} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Walmart Supplier Prod/transcript.html.liquid b/Custom_Templates/customer_templates/Walmart Supplier Prod/transcript.html.liquid new file mode 100644 index 00000000..b6cb5428 --- /dev/null +++ b/Custom_Templates/customer_templates/Walmart Supplier Prod/transcript.html.liquid @@ -0,0 +1,8 @@ +{% include "header" %} +{% include "account_tabs" %} + +
+ {% transcript %} +
+ +{% include "footer" %}