SPS Templates, Skuid checkbox, Script for WildHealth

This commit is contained in:
Norm Rasmussen
2023-03-20 16:17:36 -04:00
parent bd67feb727
commit 8539f41834
90 changed files with 8261 additions and 15 deletions

View File

@ -0,0 +1,8 @@
<div class="np-dashboard-resources">
<div class="row row-with-thumbnails">
<div class="col-xs-12 col-sm-6 col-lg-4 event-card">
{% include "cards_other_event" title: "Getting Started with Fulfillment Webinars", link:
"https://www.spscommerce.com" %}
</div>
</div>
</div>

View File

@ -1,13 +1,13 @@
<div class="np-dashboard-resources">
<div class="row row-with-thumbnails">
<div class="col-xs-12 col-sm-6 col-lg-4 event-card">
{% include "cards_other_event" title: "Test Webinar 1", link: "https://google.com" %}
{% include "cards_other_event" title: "SPS Commerce presents MAPADOC Training for Sage 100", link: "https://www.spscommerce.com/lp/mapadoc-training-sage-100/" %}
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 event-card">
{% include "cards_other_event" title: "Test Webinar 2", link: "https://google.com" %}
{% include "cards_other_event" title: "SPS Commerce presents MAPADOC Training for Sage X3", link: "https://www.spscommerce.com/lp/mapadoc-training-sage-x3/" %}
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 event-card">
{% include "cards_other_event" title: "Test Webinar 3", link: "https://google.com" %}
{% include "cards_other_event" title: "SPS Commerce presents MAPADOC Training for Sage 500", link: "https://www.spscommerce.com/lp/mapadoc-training-sage-500/" %}
</div>
</div>
</div>

View File

@ -24,6 +24,14 @@
</div>
</div>
{% include "other_events_index" %}
<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="np-resource-title" style='font-size: 2rem;'>
Fulfillment Webinars
</div>
</div>
</div>
{% include "fullfilment_events_index" %}
</main>
{% include "footer" %}