Added WildHealth scripts, need to fix Walmart Screenshots script. G2 templates.
This commit is contained in:
@ -6,9 +6,15 @@
|
||||
{% else %}
|
||||
<div class="np-learning-paths-resources-container">
|
||||
<div class="np-zero-state-text">
|
||||
Stay tuned for Learning Paths!
|
||||
Certifications coming Wednesday, June 14th!
|
||||
</div>
|
||||
<img class="np-zero-state-learning-paths" alt="{% t .empty %}" />
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.np-learning-paths-resources-container {
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -0,0 +1,36 @@
|
||||
{% 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>
|
||||
Reference in New Issue
Block a user