Files
Gainsight/NP_Custom_Templates/customer_templates/Gusto/dashboard.html.liquid
Norm Rasmussen 27b1359302 New Academies
2022-03-10 12:23:51 -05:00

34 lines
527 B
Plaintext

{% include "header" %}
{% include "gusto_pro" %}
{% include "personalized" %}
{% include "conversations" %}
{% include "tour" %}
{% include "advisory" %}
{% include "courses_index", class: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
{% include "tools" %}
{% include "subscription" %}
{% include "footer" %}
<style>
.gusto-image {
margin: auto;
text-align: center;
}
.image-gusto-2 {
height: 800px;
}
.row.row-with-thumbnails {
width: 90%;
margin: auto;
margin-top: 80px;
}
</style>