New Cin7 templates. Anthology CSV updates.

This commit is contained in:
Norm Rasmussen
2024-01-23 16:54:25 -05:00
parent b9271f5cb6
commit c795d4fe64
18 changed files with 116 additions and 78 deletions

View File

@ -2,7 +2,8 @@
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
<div class="hero-homepage">
<div class="hero-text">Courses</div>
<div class="np-max-width">
<div class="hero-text">Course courses</div>
{% capture label %}{% t shared.filters.by_category %}{% endcapture %}
{% if courses.in_catalog.any? %}
@ -13,6 +14,7 @@
label: label
%}
{% endif %}
</div>
</div>
<main class="np-main np-catalog np-subpage-container np-max-width">
<div class="catalog-content-wrapper">
@ -34,6 +36,6 @@
border-radius: 25px;
}
.catalog-courses-container {
width: 80%;
width: 100%;
}
</style>
</style>