Updated cin7 templates while Hubert was out, and downloaded all of Chubb's templates since something needed to be udpated. Ran a script for SPS Commerce to get all the courses.

This commit is contained in:
Norm Rasmussen
2024-01-31 17:32:20 -05:00
parent 60399985b5
commit 111d6412d6
144 changed files with 5414 additions and 153 deletions

View File

@ -0,0 +1,24 @@
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.featured %}
<main class="np-main np-homepage">
{% include 'feature_carousel' %}
<div class="np-homepage-featured np-max-width">
{% include 'homepage-filters' %}
{% comment %} {% if courses.enrolled.any? %}
<div class="section">
<div class="section-headline">My Courses</div>
{%include 'in_progress_carousel' %}
</div>
{% endif %} {% endcomment %}
<div class="section">
<div class="section-headline">Featured Courses & Learning Paths</div>
{%include 'recommended_carousel' %}
</div>
{% comment %} <div class="section">
<div class="section-headline">Onboarding Learning Paths</div>
{%include 'onboarding_learning_paths_carousel' %}
</div> {% endcomment %}
</div>
</main>
{% include "footer" %}