Lots of template work - Luminate, G2, Crayon. Added Mizuno Running's script. Small changes to notes.

This commit is contained in:
Norm Rasmussen
2023-06-15 19:50:44 -04:00
parent 73ae8fe55b
commit 807739cae6
13 changed files with 523 additions and 38 deletions

View File

@ -25,12 +25,12 @@
{{ homepage.featured_courses_subheadline }}
</div>
</div>
{% if courses.in_catalog.any? %}
{% if courses.enrolled.any? %}
<div class="np-homepage-featured-courses row">
{% for course in courses.in_catalog %}
{% for course in courses.enrolled %}
{% comment %} {% if course.properties.featured_onboarding %} {% endif %}{% endcomment %}
<div class="col-xs-12 col-md-6 col-lg-4 np-stretch-content">
{% include "cards_course" with course %}
{% include "onboarding_cards_course" with course %}
</div>
{% endfor %}
</div>