Update Cin7's templates for employee and external academy. Backed up HackerRnank's new designs.

This commit is contained in:
Norm Rasmussen
2024-11-18 15:06:48 -05:00
parent c03c32834e
commit 5c9087893d
381 changed files with 4254 additions and 327 deletions

View File

@ -0,0 +1,15 @@
{% include "header" %}
<main class="np-main np-catalog np-subpage-container np-max-width">
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
<div class="np-catalog-header-wrapper">
<div class="np-catalog-header">
<h1>Test</h1>
<div class="np-resource-title">{{ catalog.headline }}</div>
<div class="np-resource-subtitle">{{ catalog.subheadline }}</div>
</div>
{% capture label %}{% t shared.filters.by_category %}{% endcapture %}
</div>
{% include "courses_catalog" %}
</main>
{% include "footer" %}