Pipedrive templates and Todos.

This commit is contained in:
Norm Rasmussen
2024-10-02 17:33:25 -04:00
parent c3c374bda1
commit 897e643528
2 changed files with 1 additions and 4 deletions

View File

@ -3,7 +3,6 @@
<script> window.location.replace('/learners/sign_in')</script>
{% else %}
{% include "header" %}
<main class="video-tutorials">
{% include "green_banner_image",
banner_title: '<span>Video Tutorials</span>',
@ -12,12 +11,10 @@
banner_button_link: "#sso-widget",
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-webinars.webp"
%}
{% include "video_tutorials_courses", lang: "en" %}
{% include "video_tutorials_page_info" %}
{% include 'opinions' %}
{% include 'video_tutorials_faq' %}
{% unless current_person.signed_in? %}
{% include "green_banner_text_bg_image",
banner_title: '<span>Unlock videos for free</span>',
@ -27,7 +24,6 @@
%}
{% endunless %}
</main>
{% include "footer" %}
{% endif %}