Sandata templates and Luminate. PDFs for Spark
This commit is contained in:
@ -0,0 +1,52 @@
|
||||
{% assign product = "customer communities" %}
|
||||
|
||||
{% 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" %}
|
||||
|
||||
<style>
|
||||
div[data-id="a4903883-23c3-4ad7-890b-a57662ba6e34"] {
|
||||
order: 0;
|
||||
}
|
||||
|
||||
div[data-id="31590995-4719-4a0a-9d93-f9eb99cb03e7"] {
|
||||
order: 1;
|
||||
}
|
||||
|
||||
@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" %}
|
||||
Reference in New Issue
Block a user