I think the final Pipedrive download. Walmart Supplier was updated as well.

This commit is contained in:
Norm Rasmussen
2025-07-10 16:18:51 -04:00
parent 41ca4834a2
commit 75455bbf4e
244 changed files with 3025 additions and 13818 deletions

View File

@ -1,35 +1,53 @@
{% 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">
{% include "green_banner_image",
banner_title: '<span>Video Tutorials</span>',
banner_text: '<span>Welcome to Pipedrives video tutorials section, where youll find video and CRM training resources to help your business grow with our CRM software.</span>',
banner_button_text: '<span>Sign up for courses</span>',
banner_button_link: "#sso-widget",
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-webinars.webp"
{% assign banner_title = '<span class="lang-en">Video Tutorials</span>
<span class="lang-de">Video-Tutorials</span>
<span class="lang-es">Tutoriales en vídeo</span>
<span class="lang-fr">Tutoriels vidéo</span>
<span class="lang-br">Tutoriais em vídeo</span>'
%}
{% include "video_tutorials_courses", lang: "en" %}
{% assign banner_text = '<span class="lang-en">Short and actionable videos on specific jobs related to the most important topics of the Pipedrive tool.</span>
<span class="lang-de">Kurze und umsetzbare Videos zu konkreten Aufgaben rund um die wichtigsten Funktionen des Pipedrive-Tools.</span>
<span class="lang-es">Vídeos breves y prácticos sobre tareas específicas relacionadas con los temas más importantes de la herramienta de Pipedrive.</span>
<span class="lang-fr">Vidéos courtes et concrètes sur des tâches spécifiques liées aux sujets les plus importants de loutil Pipedrive.</span>
<span class="lang-br">Vídeos curtos e práticos sobre tarefas específicas relacionadas aos temas mais importantes da ferramenta Pipedrive.</span>'
%}
{% assign banner_button_text = '<span class="lang-en">Sign up for courses</span>
<span class="lang-de">Für Kurse anmelden</span>
<span class="lang-es">Inscríbete en los cursos</span>
<span class="lang-fr">S&#39;inscrire à des cours</span>
<span class="lang-br">Inscreva-se nos cursos</span>'
%}
{% assign banner_button_link = "#sso-widget" %}
{% assign banner_image_url = "https://s3.us-east-1.amazonaws.com/static.northpass.com/pipedrive/images/6.webp" %}
{% include "green_banner_video_page" %}
{% include "video_tutorials_courses" %}
{% include "video_tutorials_page_info" %}
{% include 'opinions' %}
{% include 'opinions' background: "#fff" %}
{% include 'video_tutorials_faq' %}
{% unless current_person.signed_in? %}
{% include "green_banner_text_bg_image",
banner_title: '<span>Unlock videos for free</span>',
banner_text: "",
banner_button_text: '<span>Sign up</span>',
banner_button_link: "#sso-widget"
{% assign banner_title = '<span class="lang-en">Unlock videos for free</span>
<span class="lang-de">Videos kostenlos freischalten</span>
<span class="lang-es">Desbloquear vídeos gratis</span>
<span class="lang-fr">Débloquez des vidéos gratuitement</span>
<span class="lang-br">Desbloquear vídeos de graça</span>'
%}
{% assign banner_text = "" %}
{% assign banner_button_text = '<span class="lang-en">Sign up</span>
<span class="lang-de">Anmelden</span>
<span class="lang-es">Regístrate</span>
<span class="lang-fr">S&#39;inscrire</span>
<span class="lang-br">Cadastre-se</span>'
%}
{% assign banner_button_link = "#sso-widget" %}
{% comment %} {% include "green_banner_text_bg_image" %} {% endcomment %}
{% 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 %}