Datasnipper nav and page updates. Supplier sub nav color updates. nTransit added SVGs icons for their categories.

This commit is contained in:
Norm Rasmussen
2024-09-27 15:04:33 -04:00
parent c61c1e4410
commit 14a3266b89
123 changed files with 3644 additions and 120 deletions

View File

@ -3,7 +3,7 @@
{% include "sub_navigation" %}
<main class="np-main np-courses np-subpage-container np-max-width">
<div class="row np-flex-center">
<div class="row">
<div class="col-xs-12 col-sm-8">
{% if features.learning_paths? %}
<div class="np-dashboard-resources-title">
@ -11,15 +11,12 @@
</div>
{% include "learning_paths_index", items: learning_paths.enrolled %}
{% endif %}
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-7 col-lg-9">
{% comment %} <div class="col-xs-12 col-sm-6 col-md-7 col-lg-9"> {% endcomment %}
<div class="np-resource-title">
My Courses
</div>
{% include "courses_index", class: "col-xs-12 col-md-6 col-lg-4 np-stretch-content" %}
</div>
{% if features.training_events? %}
<div class="col-xs-12 col-sm-6 col-md-5 col-lg-3">
<div class="dashboard-events">
@ -30,7 +27,7 @@
</div>
</div>
{% endif %}
</div>
</div>
</main>
{% include "section_datasnipper_expert" %}
{% include "footer" %}