Uncommented some of Pipedrive's templates for password reset warning. WilliamSonoma notes, Aubrey check in.
This commit is contained in:
@ -5,49 +5,26 @@
|
||||
{% 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>'
|
||||
{% include "green_banner_image",
|
||||
banner_title: '<span>Video-Tutorials</span>',
|
||||
banner_text: '<span>Willkommen im Video-Tutorial-Bereich von Pipedrive. Hier finden Sie Videos und andere CRM-Schulungsressourcen, die Ihr Unternehmen beim Wachstum mit unserer CRM-Software unterstützen.</span>',
|
||||
banner_button_text: '<span>Für Kurse anmelden</span>',
|
||||
banner_button_link: "#sso-widget",
|
||||
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-webinars.webp"
|
||||
%}
|
||||
{% 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">Willkommen im Video-Tutorial-Bereich von Pipedrive. Hier finden Sie Videos und andere CRM-Schulungsressourcen, die Ihr Unternehmen beim Wachstum mit unserer CRM-Software unterstützen.</span>
|
||||
<span class="lang-es">Bienvenido a la sección de tutoriales en vídeo de Pipedrive, donde encontrarás recursos de formación en vídeo y CRM para ayudar a tu empresa a crecer con nuestro software CRM.</span>
|
||||
<span class="lang-fr">Bienvenue dans la section des tutoriels vidéo de Pipedrive, où vous trouverez des vidéos et des ressources de formation CRM pour aider votre entreprise à se développer avec notre logiciel CRM.</span>
|
||||
<span class="lang-br">Bem-vindo(a) à seção de tutoriais em vídeo da Pipedrive, onde você encontrará recursos de treinamento em vídeo e CRM para ajudar seu negócio a crescer com nosso software de CRM.</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'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.amazonaws.com/static.northpass.com/pipedrive/homepage-card-webinars.webp" %}
|
||||
{% include "green_banner_image" %}
|
||||
|
||||
{% include "video_tutorials_courses" %}
|
||||
{% include "video_tutorials_courses", lang: "de" %}
|
||||
{% 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">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'inscrire</span>
|
||||
<span class="lang-br">Cadastre-se</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% include "green_banner_text_bg_image" %}
|
||||
{% include "green_banner_text_bg_image",
|
||||
banner_title: '<span>Videos kostenlos freischalten</span>',
|
||||
banner_text: "",
|
||||
banner_button_text: '<span>Anmelden</span>',
|
||||
banner_button_link: "#sso-widget"
|
||||
%}
|
||||
{% endunless %}
|
||||
</main>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user