Files
Gainsight/Custom_Templates/customer_templates/Gainsight University/training_events.html.liquid

37 lines
1.1 KiB
Plaintext

{% include "header" %}
{% include "sub_navigation" %}
<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">
Paid Training
</div>
<div class="np-resource-subtitle">
Listed below are the Training Events that you've purchased. If you have not registered yet, select the Session date(s) to secure your seat in class. To browse our instructor-led training, <a href="/app/catalog">click here</a>.
</div>
</div>
<div class="col-xs-12 col-sm-2">
{% include "training_events_filter" %}
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-3">
{% include "training_events_sidebar_filters" %}
</div>
<div class="col-xs-12 col-sm-6 col-md-9">
{% include "training_events_index" %}
</div>
</div>
</main>
{% include "footer" %}
<style>
.np-training-events .np-resource-subtitle {
margin-bottom: 28px;
line-height: 1.5;
}
.np-card-training-event {
height: 100%;
}
</style>