Added Front. A few script changes. Jupyter notebooks practice for customer analysis.

This commit is contained in:
Norm Rasmussen
2023-04-12 08:36:25 -04:00
parent 78063b0b88
commit 1a2c86d665
45 changed files with 3834 additions and 187 deletions

View File

@ -0,0 +1,21 @@
{% include "header" %}
<main class="np-main np-training-events np-subpage-container np-max-width">
<div class="hidden-desktop-custom">
{% include "sub_navigation" %}
</div>
<div class="row">
<div class="col-xs-12 col-sm-10">
<div class="header-2">
{% t .title %}
</div>
<div class="np-resource-subtitle">
Register for live training events to maximize your learning
</div>
</div>
{% comment %} <div class="col-xs-12 col-sm-2">
{% include "training_events_filter" %}
</div> {% endcomment %}
</div>
{% include "training_events_index" %}
</main>
{% include "footer" %}