Files
Gainsight/Custom_Templates/customer_templates/G2/learning_paths.html.liquid

37 lines
1.0 KiB
Plaintext
Raw Normal View History

{% include "header" %}
<main class="np-main np-learning-paths np-subpage-container np-max-width">
<div class="np-homepage-hero">
<img class="np-homepage-hero-image"
src="{{ homepage.artwork_url }}"
alt="{{ homepage.headline }}"
/>
<div class="np-homepage-hero-content">
<div class="np-homepage-headline np-header-font-color">
G2 Certifications
</div>
<div
style="width: 550px;"
class="np-homepage-subheadline np-header-font-color">
Enroll in pre-set courses on G2 basics, marketing, and buyer intent to earn certs thatll help boost your knowledge, drive revenue, and increase ROI.
</div>
</div>
</div>
{% include "sub_navigation" %}
<div class="np-learning-paths-main">
<div class="np-resource-title">
Become #G2Certified
</div>
<div class="np-resource-subtitle">
</div>
{% include "learning_paths_index", items: learning_paths.available %}
</div>
</main>
{% include "footer" %}
<style>
.np-learning-paths {
background: white;
}
</style>