TripleSeat templates, along with Futuri (both for header and transcript updates). Create SCORM course node script. Added some todos as well.
This commit is contained in:
@ -0,0 +1,33 @@
|
||||
{% include "fixed_header" %}
|
||||
<main class="np-main np-training-events np-subpage-container np-max-width">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-10">
|
||||
<div class="np-resource-title">
|
||||
{% t .title %}
|
||||
</div>
|
||||
<div class="np-resource-subtitle">
|
||||
Live webinars with Futuri experts to maximize your learning
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-2">
|
||||
{% include "training_events_filter" %}
|
||||
</div>
|
||||
</div>
|
||||
{% include "training_events_index" %}
|
||||
</main>
|
||||
{% include "footer" %}
|
||||
|
||||
<style>
|
||||
.np-card-container{
|
||||
border-radius: 9px;
|
||||
height: 100%;
|
||||
}
|
||||
.np-card-content{
|
||||
border: 0;
|
||||
}
|
||||
@media screen and (min-width: 768px){
|
||||
.row .np-card{
|
||||
padding: 0 22px 64px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user