Added WildHealth scripts, need to fix Walmart Screenshots script. G2 templates.

This commit is contained in:
Norm Rasmussen
2023-06-12 17:05:57 -04:00
parent fb9bd2d954
commit 9e8d128fa5
80 changed files with 332 additions and 99 deletions

View File

@ -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>

View File

@ -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 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>