Files
Gainsight/Custom_Templates/customer_templates/Pipedrive - Learn/fr-video-tutorials.html.liquid

52 lines
2.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% comment %} skip-auth {% endcomment %}
{% include "header" %}
<main class="video-tutorials">
{% 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>'
%}
{% 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", lang: "fr" %}
{% include "video_tutorials_page_info" %}
{% include 'opinions' background: "#fff" %}
{% 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">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" %}