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

37 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% 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>