Pipeline copy changes, notes and todos. G2 templates for their launch. Scripting work.

This commit is contained in:
Norm Rasmussen
2023-06-13 18:28:15 -04:00
parent 9e8d128fa5
commit 1a6b3a630c
103 changed files with 1214 additions and 156 deletions

View File

@ -0,0 +1,12 @@
{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.featured %}
<main class="np-main np-homepage">
{% assign banner_title = "Academy Courses" %}
{% assign banner_text = "Welcome to Pipedrive Academy! Pipedrive Academy features CRM training videos and tutorials to help you level up your CRM and sales skills, from quick CRM courses to in-depth tutorials on specific features." %}
{% assign banner_button_text = "Unlock courses" %}
{% assign banner_button_link = "/app" %}
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage_banner_image.png" %}
{% include "green_banner_text" %}
{% include "homepage_courses" %}
</main>
{% include "footer" %}