Luminate templates transferred to Mexico school. Finished parsing the domains for Anthology. Need to start the script that puts them into a CSV. Sandata templates downloaded.

This commit is contained in:
Norm Rasmussen
2024-03-25 17:07:43 -04:00
parent d79b1c023e
commit 299fda0696
194 changed files with 7030 additions and 2257 deletions

View File

@ -27,8 +27,8 @@
{% if is_featured %}
{% assign featured_courses_count = featured_courses_count | plus: 1 %}
<div class="featured-course-slide" data-position="{{course.properties.course_position}}">
<div class="featured-course-slide" data-position="{{course.properties.course_position}}">
{% include "cards_article" with course %}
</div>
{% endif %}
@ -87,7 +87,7 @@ window.addEventListener("load", (event) => {
indexesArray.forEach(e =>
document.querySelector(".featured-courses-slider").appendChild(e));
initFeaturedCoursesCarousel()
@ -119,7 +119,7 @@ function initFeaturedCoursesCarousel() {
});
}
</script>
@ -219,4 +219,4 @@ function initFeaturedCoursesCarousel() {
margin-top:12px;
}
}
</style>
</style>