13 lines
732 B
Plaintext
13 lines
732 B
Plaintext
{% 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" %}
|