37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
|
|
{% 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 that’ll 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>
|