Walmart Luminate, Other company notes

This commit is contained in:
Norm Rasmussen
2023-01-27 11:40:15 -05:00
parent fcad8b4f17
commit 49179b09d4
28 changed files with 2989 additions and 43 deletions

View File

@ -0,0 +1,17 @@
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.enrolled %}
{% include "sub_navigation" %}
<main class="np-main np-dashboard np-subpage-container">
{% include 'dashboard_header' %}
{% include 'dashboard_top_courses' %}
{% include 'dashboard_recommended_courses' %}
</main>
{% include 'dashboard_categories' %}
{% include "footer" %}
<style>
.np-main.np-dashboard {
background-color:#F7F8FB;
}
</style>