Backed up Walmart Supplier's templates. Downloaded BuilderTrend's as well as they have just been assigned to me.

This commit is contained in:
Norm Rasmussen
2024-12-20 13:32:45 -05:00
parent c1d4234407
commit 60a55e60ae
150 changed files with 7019 additions and 169 deletions

View File

@ -0,0 +1,29 @@
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
<div class="np-allpage-hero" style="background-color: #001a43;">
<div class="np-container">
{% if current_person.signed_in? %}
{% include "main_hero_masthead" %}
{% else %}
<div class="np-homepage-headline np-header-font-color" style="font-size: 3rem; color:white;">
Welcome back, {{ current_person.first_name }}
</div>
{% endif %}
</div>
</div>
{% include "sub_navigation" %}
<main class="np-main np-catalog np-subpage-container np-max-width">
<div class="content-wrapper">
<div class="catalog-courses container-fluid">
<h2>Schedule</h2>
<div class="catalog-courses-container">
{%include "courses_catalog"%}
</div>
</div>
</div>
</main>
{% include "footer" %}