59 lines
2.5 KiB
Plaintext
59 lines
2.5 KiB
Plaintext
{% comment %} skip-auth {% endcomment %}
|
||
{% if current_person.signed_in? == false and current_school.sso_active? == false %}
|
||
<script> window.location.replace('/learners/sign_in')</script>
|
||
{% else %}
|
||
{% include "header" %}
|
||
|
||
<main class="video-tutorials">
|
||
{% assign banner_title = '<span class="lang-en">Video tutorials</span>
|
||
<span class="lang-de"></span>
|
||
<span class="lang-es"></span>
|
||
<span class="lang-fr"></span>
|
||
<span class="lang-br"></span>' %}
|
||
{% assign banner_text = '<span class="lang-en">Welcome to Pipedrive’s video tutorials section, where you’ll find video and CRM training resources to help your business grow with our CRM software.</span>
|
||
<span class="lang-de"></span>
|
||
<span class="lang-es"></span>
|
||
<span class="lang-fr"></span>
|
||
<span class="lang-br"></span>' %}
|
||
{% assign banner_button_text = '<span class="lang-en">Sign up for courses</span>
|
||
<span class="lang-de"></span>
|
||
<span class="lang-es"></span>
|
||
<span class="lang-fr"></span>
|
||
<span class="lang-br"></span>' %}
|
||
{% assign banner_button_link = "#sso-widget" %}
|
||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-webinars.webp" %}
|
||
{% assign banner_image_alt = "Group of people sitting at a Pipedrive sales seminar" %}
|
||
{% include "green_banner_image" %}
|
||
|
||
{% include "video_tutorials_courses" %}
|
||
{% include "video_tutorials_page_info" %}
|
||
{% include 'opinions' %}
|
||
{% include 'video_tutorials_faq' %}
|
||
|
||
{% unless current_person.signed_in? %}
|
||
{% assign banner_title = '<span class="lang-en">Unlock videos for free</span>
|
||
<span class="lang-de"></span>
|
||
<span class="lang-es"></span>
|
||
<span class="lang-fr"></span>
|
||
<span class="lang-br"></span>' %}
|
||
{% assign banner_text = "" %}
|
||
{% assign banner_button_text = '<span class="lang-en">Sign up</span>
|
||
<span class="lang-de"></span>
|
||
<span class="lang-es"></span>
|
||
<span class="lang-fr"></span>
|
||
<span class="lang-br"></span>' %}
|
||
{% assign banner_button_link = "#sso-widget" %}
|
||
{% include "green_banner_text_bg_image" %}
|
||
{% endunless %}
|
||
</main>
|
||
|
||
{% include "footer" %}
|
||
{% endif %}
|
||
|
||
{% if current_person.signed_in? == false and current_school.sso_active? %}
|
||
<script>
|
||
const redirectionLink = 'https://user-learn.pipedrive.com/app/video-tutorials'
|
||
document.querySelector('#redirect-between-academies').setAttribute('href', redirectionLink)
|
||
</script>
|
||
{% endif %}
|