Pipeline copy changes, notes and todos. G2 templates for their launch. Scripting work.
This commit is contained in:
@ -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" %}
|
||||
Reference in New Issue
Block a user