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

@ -1,4 +1,8 @@
{% assign getting_started_courses = false %}
<script>
window.location.replace('/app');
</script>
{% comment %} {% assign getting_started_courses = false %}
{% assign merchandising_courses = false %}
{% assign analysis_and_reporting_courses = false %}
{% assign courses_in_progress = false %}
@ -30,9 +34,6 @@
<main class="np-main np-dashboard np-subpage-container np-max-width" style='background: #041e42;'>
<div class="row np-flex-center">
<div class="col-xs-12 col-md-8">
{% comment %} {% if courses_in_progress %}
{% include 'in-progress-carousel' %}
{% endif %} {% endcomment %}
{% if getting_started_courses %}
{% include 'getting-started-carousel' %}
{% endif %}
@ -56,26 +57,7 @@
</div>
</div>
{% comment %} <div class="row dashboard-section-courses">
<div class="col-xs-12">
{% if courses_in_progress %}
{% include 'in-progress-carousel' %}
{% endif %}
{% if getting_started_courses %}
{% include 'getting-started-carousel' %}
{% endif %}
{% if merchandising_courses %}
{% include 'merchandising-carousel' %}
{% endif %}
{% if analysis_and_reporting_courses %}
{% include 'analysis-and-reporting-carousel' %}
{% endif %}
{% include "training_events_index" %}
</div>
</div> {% endcomment %}
</main>
{% include "footer" %}
{% endcomment %}