I think the final Pipedrive download. Walmart Supplier was updated as well.
This commit is contained in:
@ -1,43 +1,29 @@
|
||||
{% 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" %}
|
||||
|
||||
{% assign new_person = true %}
|
||||
{% for course in courses.enrolled %}
|
||||
{% if course.started? %}
|
||||
{% assign new_person = false %}
|
||||
{% break %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% include "header" %}
|
||||
|
||||
<main class="catalog">
|
||||
{% if new_person %}
|
||||
{% include 'banner_catalog_new_user' %}
|
||||
{% else %}
|
||||
{% include 'banner_catalog_existing_user' %}
|
||||
{% endif %}
|
||||
|
||||
<main class="catalog">
|
||||
{% include "green_banner_image",
|
||||
banner_title: '<span>Cursos da Academia</span>',
|
||||
banner_text: '<span>Bem-vindo(a) aos cursos da Academia do Pipedrive! Aqui você vai encontrar programas de treinamento e cursos para ajudar você e sua equipe no desenvolvimento do conhecimento sobre CRM e vendas. Os cursos incluem vídeo aulas que ensinarão você a melhorar cada passo do seu processo de vendas.</span>',
|
||||
banner_button_text: '<span>Desbloquear cursos</span>',
|
||||
banner_button_link: "#sso-widget",
|
||||
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-academy-courses.webp"
|
||||
%}
|
||||
|
||||
{% include "catalog_courses", lang: "br" %}
|
||||
{% include "catalog_page_info" %}
|
||||
{% include "opinions" %}
|
||||
{% include 'catalog_faq' %}
|
||||
|
||||
{% include "green_banner_image_alt",
|
||||
banner_title: '<span>Como aproveitar o Pipedrive ao máximo?</span>',
|
||||
banner_text: '<span>
|
||||
O CRM Pipedrive CRM está cheio de ferramentas inteligentes para melhorar seus processos de vendas e de marketing. Nossa plataforma CRM oferece tudo - dos recursos de <a href="https://www.pipedrive.com/pt/products/email-marketing-software/marketing-automation-tool">automatização do marketing</a> aos relatórios detalhados sobre vendas.<br>
|
||||
Simplifique o acompanhamento de leads e clientes potenciais com a visualização intuitiva de pipeline do Pipedrive. Receba notificações quando seus prospectos estiverem prontos para fechar um negócio para fazer o follow up no momento certo. <br><br>
|
||||
Centralize todas as informações sobre clientes e faça a integração com as suas ferramentas de marketing digital. Adicione campos personalizados para contatos e separe-os por indústria para garantir que você foque nos leads certos. <br>
|
||||
Comece a usar o Aprenda com o Pipedrive hoje para aproveitar ao máximo a sua poderosa ferramenta CRM e manter os negócios fluindo.<br>
|
||||
</span>',
|
||||
banner_button_text: '<span>Comece hoje mesmo</span>',
|
||||
banner_button_link: "#sso-widget",
|
||||
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png"
|
||||
%}
|
||||
</main>
|
||||
|
||||
{% include "footer" %}
|
||||
{% endif %}
|
||||
{% if current_person.signed_in? == false and current_school.sso_active? %}
|
||||
<script>
|
||||
const redirectionLink = 'https://user-learn.pipedrive.com/app/catalog'
|
||||
document.querySelector('#redirect-between-academies').setAttribute('href', redirectionLink)
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
{% include "catalog_courses", lang: "br" %}
|
||||
{% include "catalog_page_info" %}
|
||||
{% include "opinions" background: '#fff'%}
|
||||
{% include 'catalog_faq' %}
|
||||
|
||||
</main>
|
||||
|
||||
{% include "footer" %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user