90 lines
2.0 KiB
Plaintext
90 lines
2.0 KiB
Plaintext
{% assign product = "customer success" %}
|
|
|
|
{% include "header" %}
|
|
<main class="np-main np-catalog np-subpage-container np-max-width">
|
|
<div class="row" style="margin-bottom:32px;">
|
|
<div class="col-xs-12">
|
|
<div class="np-catalog-header-wrapper">
|
|
<div class="np-catalog-header">
|
|
<div class="np-resource-title">{{ custom_page.headline }}</div>
|
|
<div class="np-resource-subtitle">{{ custom_page.subheadline }}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-xs-12 col-sm-6 col-md-3">
|
|
{% include "catalog_filter_sidebar"
|
|
, product_name: product %}
|
|
</div>
|
|
<div class="col-xs-12 col-sm-6 col-md-9">
|
|
{% include "catalog_product_courses"
|
|
, product_name: product %}
|
|
{% include "catalog_product_learning_paths"
|
|
, product_name: product %}
|
|
</div>
|
|
</div>
|
|
</main>
|
|
{% include "footer" %}
|
|
|
|
{% comment %} Getting Started (Admin Level 1 Certification Prep)
|
|
Core Components
|
|
Analytics & Insights
|
|
Customer Outreach
|
|
Configuring CSM Tools
|
|
Getting Started: End User Certification Prep
|
|
Advanced Customer Success Management
|
|
Gainsight Analytics and Reporting {% endcomment %}
|
|
|
|
<style>
|
|
div[data-id] {
|
|
order: 999;
|
|
}
|
|
|
|
div[data-id="86c4a373-8d89-4865-aa13-c1174364e8e9"] {
|
|
order: 0;
|
|
}
|
|
|
|
div[data-id="96adbbc8-5b76-47f5-9622-8ff5088d4b78"] {
|
|
order: 1;
|
|
}
|
|
|
|
div[data-id="c0b691c7-824c-4071-9651-ef2f1d20623a"] {
|
|
order: 2;
|
|
}
|
|
|
|
div[data-id="02a0cef2-21fd-4c82-9356-86d25208dea7"] {
|
|
order: 3;
|
|
}
|
|
|
|
div[data-id="c6e90880-2c6c-4fe1-bd70-8cabca018d39"] {
|
|
order: 4;
|
|
}
|
|
|
|
div[data-id="c9e68aeb-5de8-4738-9a30-4dcb03976148"] {
|
|
order: 5;
|
|
}
|
|
|
|
div[data-id="20b66bfb-b87b-453d-92bf-9b97737b7044"] {
|
|
order: 6;
|
|
}
|
|
|
|
div[data-id="7906dd43-855d-46d1-a7ad-eedcd2e0f1f8"] {
|
|
order: 7;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.np-catalog-courses {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.filterable-card .np-card {
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
{% include "catalog_page_scripts" %}
|