Zenjob Notes, and new Templates

This commit is contained in:
Norm Rasmussen
2022-11-11 21:54:43 -05:00
parent 22704920d8
commit c599b8b792
1222 changed files with 2246 additions and 43 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" %}