Updated WilliamsSonoma post-new hire templates. Made good progress on migration tool scripts.

This commit is contained in:
Norm Rasmussen
2024-08-29 20:56:48 -04:00
parent 691bf67219
commit 5f1ed149bf
10 changed files with 415 additions and 304 deletions

View File

@ -17,24 +17,19 @@
{% include "sub_navigation" %}
<main class="np-main np-dashboard np-subpage-container np-max-width">
{%- comment -%}
{%- endcomment -%}
<div class="row np-flex-center">
<div class="col-xs-12 col-sm-8"></div>
<div class="np-grid-spacing col-xs-12 col-sm-4">
<div class="np-dashboard-resources-title">
Course Progress
</div>
{% include "widget_course_progress" %}
</div>
<div class="col-xs-12 col-sm-8">
<div class="np-dashboard-header">
<div class="np-resource-title">MY TRAINING DASHBOARD</div>
</div>
</div>
</div>
<div class="row np-flex-center">
<div class="col-xs-12">
<div class="np-dashboard-header">
<div class="np-resource-title">MY TRAINING DASHBOARD</div>
</div>
</div>
<div class="row col-sm-8 col-sm-10" style="display: flex; flex-wrap: nowrap;">
{% include "widget_badges" %}
{% include "widget_course_progress" %}
</div>
{% include "widget_badges" %}
{% include "dashboard_filters" %}
<div class="row np-flex-center">
@ -94,6 +89,6 @@
}
})
}
})
</script>
</script>