Uncommented some of Pipedrive's templates for password reset warning. WilliamSonoma notes, Aubrey check in.
This commit is contained in:
BIN
Custom_Templates/customer_templates/.DS_Store
vendored
BIN
Custom_Templates/customer_templates/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
@ -18,7 +18,7 @@
|
||||
{% assign category_uuid = categories_uuids | slice: y %}
|
||||
<section class="courses-section" item-categories="{{ category_uuid }}">
|
||||
<div class="courses-section-header">
|
||||
<h3 class="courses-title strong">
|
||||
<h3 class="courses-title strong">
|
||||
{% assign category_name = categories_names | slice: y %}
|
||||
|
||||
{% if category_name contains 'Pipedrive courses' %}
|
||||
@ -38,13 +38,115 @@
|
||||
<span class="lang-de">Marketingkurse</span>
|
||||
<span class="lang-es">Cursos de Marketing</span>
|
||||
<span class="lang-fr">Cours de Marketing</span>
|
||||
<span class="lang-br">Cursos de Marketing</span>
|
||||
<span class="lang-br">Cursos de Marketing</span>
|
||||
{% elsif category_name contains 'Automations' %}
|
||||
<span class="lang-en">Automations</span>
|
||||
<span class="lang-de">Automatisierungen</span>
|
||||
<span class="lang-es">Automatizaciones</span>
|
||||
<span class="lang-fr">Automatisations</span>
|
||||
<span class="lang-br">Automações</span>
|
||||
{% elsif category_name contains 'Campaigns' %}
|
||||
<span class="lang-en">Campaigns</span>
|
||||
<span class="lang-de">Kampagnen</span>
|
||||
<span class="lang-es">Campañas</span>
|
||||
<span class="lang-fr">Campagnes</span>
|
||||
<span class="lang-br">Campanhas</span>
|
||||
{% elsif category_name contains 'Data import' %}
|
||||
<span class="lang-en">Data import</span>
|
||||
<span class="lang-de">Datenimport</span>
|
||||
<span class="lang-es">Importación de datos</span>
|
||||
<span class="lang-fr">Importation de données</span>
|
||||
<span class="lang-br">importação de dados</span>
|
||||
{% elsif category_name contains 'Deals and Sales Pipelines' %}
|
||||
<span class="lang-en">Deals and Sales Pipelines</span>
|
||||
<span class="lang-de">Deals und Vertriebspipelines</span>
|
||||
<span class="lang-es">Tratos y canalizaciones de ventas</span>
|
||||
<span class="lang-fr">Offres et pipelines de ventes</span>
|
||||
<span class="lang-br">Negociações e Pipelines de Vendas</span>
|
||||
{% elsif category_name contains 'Documents and Invoicing' %}
|
||||
<span class="lang-en">Documents and Invoicing</span>
|
||||
<span class="lang-de">Dokumente und Rechnungen</span>
|
||||
<span class="lang-es">Documentos y Facturación</span>
|
||||
<span class="lang-fr">Documents et facturation</span>
|
||||
<span class="lang-br">Documentos e Faturamento</span>
|
||||
{% elsif category_name contains 'Email and communications' %}
|
||||
<span class="lang-en">Email and communications</span>
|
||||
<span class="lang-de">E-Mail und Kommunikation</span>
|
||||
<span class="lang-es">Correo electrónico y comunicaciones</span>
|
||||
<span class="lang-fr">Courriel et communications</span>
|
||||
<span class="lang-br">E-mail e comunicações</span>
|
||||
{% elsif category_name contains 'Insights and reporting' %}
|
||||
<span class="lang-en">Insights and reporting</span>
|
||||
<span class="lang-de">Erkenntnisse und Berichterstattung</span>
|
||||
<span class="lang-es">Resultados e informes</span>
|
||||
<span class="lang-fr">Résultats et rapports</span>
|
||||
<span class="lang-br">Informações e relatórios</span>
|
||||
{% elsif category_name contains 'Integrations' %}
|
||||
<span class="lang-en">Integrations</span>
|
||||
<span class="lang-de">Integrationen</span>
|
||||
<span class="lang-es">La integración</span>
|
||||
<span class="lang-fr">L'intégration</span>
|
||||
<span class="lang-br">Integrações</span>
|
||||
{% elsif category_name contains 'Lead generation' %}
|
||||
<span class="lang-en">Lead Generation</span>
|
||||
<span class="lang-de">Lead Generierung</span>
|
||||
<span class="lang-es">Generación líder</span>
|
||||
<span class="lang-fr">Génération de leads</span>
|
||||
<span class="lang-br">Geração de leads</span>
|
||||
{% elsif category_name contains 'Pipedrive basics' %}
|
||||
<span class="lang-en">Pipedrive basics</span>
|
||||
<span class="lang-de">Pipedrive Grundlagen</span>
|
||||
<span class="lang-es">Pipedrive Gouplagène</span>
|
||||
<span class="lang-fr">Pipedrive gouplagène</span>
|
||||
<span class="lang-br">Noções básicas do Pipedrive</span>
|
||||
{% elsif category_name contains 'Pipedrive settings' %}
|
||||
<span class="lang-en">Pipedrive settings</span>
|
||||
<span class="lang-de">Pipedrive-Einstellungen</span>
|
||||
<span class="lang-es">Configuración de Pipedrive</span>
|
||||
<span class="lang-fr">Paramètres Pipedrive</span>
|
||||
<span class="lang-br">Configurações do Pipedrive</span>
|
||||
{% elsif category_name contains 'Privacy and security' %}
|
||||
<span class="lang-en">Privacy and security</span>
|
||||
<span class="lang-de">Privatsphäre und Sicherheit</span>
|
||||
<span class="lang-es">Privacidad y seguridad</span>
|
||||
<span class="lang-fr">Confidentialité et sécurité</span>
|
||||
<span class="lang-br">Privacidade e segurança</span>
|
||||
{% elsif category_name contains 'Projects' %}
|
||||
<span class="lang-en">Projects</span>
|
||||
<span class="lang-de">Projekte</span>
|
||||
<span class="lang-es">Proyectos</span>
|
||||
<span class="lang-fr">Projets</span>
|
||||
<span class="lang-br">Projetos</span>
|
||||
{% elsif category_name contains 'User management' %}
|
||||
<span class="lang-en">User management</span>
|
||||
<span class="lang-de">Benutzerverwaltung</span>
|
||||
<span class="lang-es">Gestión de usuarios</span>
|
||||
<span class="lang-fr">Gestion des utilisateurs</span>
|
||||
<span class="lang-br">gerenciamento de usuários</span>
|
||||
{% elsif category_name contains 'Spanish' %}
|
||||
<span class="lang-en">Spanish</span>
|
||||
<span class="lang-de">Spanisch</span>
|
||||
<span class="lang-es">Español</span>
|
||||
<span class="lang-fr">Espagnol</span>
|
||||
<span class="lang-br">Espanhol</span>
|
||||
<span class="lang-en" style="display:none;">Spanish</span>
|
||||
<span class="lang-de" style="display:none;">Spanisch</span>
|
||||
<span class="lang-es" style="display:none;">Español</span>
|
||||
<span class="lang-fr" style="display:none;">Espagnol</span>
|
||||
<span class="lang-br" style="display:none;">Espanhol</span>
|
||||
{% elsif category_name contains 'German' %}
|
||||
<span class="lang-en" style="display:none;"></span>
|
||||
<span class="lang-de" style="display:none;"></span>
|
||||
<span class="lang-es" style="display:none;"></span>
|
||||
<span class="lang-fr" style="display:none;"></span>
|
||||
<span class="lang-br" style="display:none;"></span>
|
||||
{% elsif category_name contains 'French' %}
|
||||
<span class="lang-en" style="display:none;"></span>
|
||||
<span class="lang-de" style="display:none;"></span>
|
||||
<span class="lang-es" style="display:none;"></span>
|
||||
<span class="lang-fr" style="display:none;"></span>
|
||||
<span class="lang-br" style="display:none;"></span>
|
||||
{% elsif category_name contains 'Portuguese' %}
|
||||
<span class="lang-en" style="display:none;"></span>
|
||||
<span class="lang-de" style="display:none;"></span>
|
||||
<span class="lang-es" style="display:none;"></span>
|
||||
<span class="lang-fr" style="display:none;"></span>
|
||||
<span class="lang-br" style="display:none;"></span>
|
||||
{% else %}
|
||||
{{ category_name }}
|
||||
{% endif %}
|
||||
@ -66,7 +168,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="courses-list row">
|
||||
{% for course in courses.in_catalog %}
|
||||
{% assign course_categories = course.categories | map: 'id' %}
|
||||
@ -81,7 +183,7 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
{% if number_of_videos <= 3 %}
|
||||
<style>
|
||||
{% if number_of_videos == 1 %}
|
||||
@ -204,7 +306,7 @@
|
||||
document.querySelectorAll('.course-card-description').forEach((x) => {
|
||||
$clamp(x, {clamp: 5});
|
||||
})
|
||||
|
||||
|
||||
{% if current_school.sso_active? %}
|
||||
var categoriesOrder = ['ALL',
|
||||
'e2af61ed-3fbc-448d-9d88-3a66b44735b3',
|
||||
@ -218,7 +320,7 @@
|
||||
'41abb409-d6f4-4ee9-b07e-0320dc3cc719'
|
||||
]
|
||||
{% endif %}
|
||||
|
||||
|
||||
let filtersWrapper = document.querySelector('.courses-filter');
|
||||
let coursesWrapper = document.querySelector('.courses');
|
||||
categoriesOrder.forEach(category => {
|
||||
|
||||
@ -44,6 +44,35 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<script>
|
||||
let frenchFilter = document.querySelector('[category-uuid = "757bff69-a942-40ba-9013-c111c35c0dff"]');
|
||||
let germanDeutchFilter = document.querySelector('[category-uuid = "923e6454-8e23-4e03-8c69-98d8b5c39fdd"]');
|
||||
let portugeseBRFilter = document.querySelector('[category-uuid = "93e4f5b0-c34e-4d9b-837b-ce36fd34d19e"]');
|
||||
let spanishFilter = document.querySelector('[category-uuid = "2f2aab71-9b6c-45fd-8b46-ef61cadb9927"]');
|
||||
|
||||
frenchFilter.style.display = 'none';
|
||||
germanDeutchFilter.style.display = 'none';
|
||||
portugeseBRFilter.style.display = 'none';
|
||||
spanishFilter.style.display = 'none';
|
||||
// if(window.location.href.includes('de-')){
|
||||
// frenchFilter.style.display = 'none';
|
||||
// portugeseBRFilter.style.display = 'none';
|
||||
// spanishFilter.style.display = 'none';
|
||||
//} else if(window.location.href.includes('es-')){
|
||||
// frenchFilter.style.display = 'none';
|
||||
// germanDeutchFilter.style.display = 'none';
|
||||
// portugeseBRFilter.style.display = 'none';
|
||||
//} else if(window.location.href.includes('fr-')){
|
||||
// germanDeutchFilter.style.display = 'none';
|
||||
// portugeseBRFilter.style.display = 'none';
|
||||
// spanishFilter.style.display = 'none';
|
||||
//} else if(window.location.href.includes('br-')){
|
||||
// frenchFilter.style.display = 'none';
|
||||
// germanDeutchFilter.style.display = 'none';
|
||||
// spanishFilter.style.display = 'none';
|
||||
//}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.courses-filter {
|
||||
display: flex;
|
||||
|
||||
@ -21,7 +21,12 @@
|
||||
<script>
|
||||
// changing language
|
||||
function changeLanguage(newLanguage, sendRequest=true) {
|
||||
document.querySelector(".languages-dropdown").classList.remove('show');
|
||||
console.log(document.querySelector(".languages-dropdown"));
|
||||
|
||||
|
||||
if(document.querySelector(".languages-dropdown")){
|
||||
document.querySelector(".languages-dropdown").classList.remove('show');
|
||||
}
|
||||
if (!window.current_language || window.current_language !== newLanguage) {
|
||||
window.current_language = newLanguage
|
||||
} else {
|
||||
@ -41,7 +46,7 @@
|
||||
{% if current_school.sso_active? %}
|
||||
var url = "https://www.workato.com/webhooks/rest/bd1a1eb7-7e79-4208-a1db-8e9c7440bcc9/pipedrive-sso-change-user-language";
|
||||
{% else %}
|
||||
var url = "https://www.workato.com/webhooks/rest/bd1a1eb7-7e79-4208-a1db-8e9c7440bcc9/pipedrive-open-change-user-language";
|
||||
var url = "https://www.workato.com/webhooks/rest/bd1a1eb7-7e79-4208-a1db-8e9c7440bcc9/pipedrive-open-change-user-language";;
|
||||
{% endif %}
|
||||
xhr.open("POST", url, true);
|
||||
xhr.send(JSON.stringify({
|
||||
@ -81,11 +86,6 @@
|
||||
const pathParts = window.location.pathname.split('/').slice(1);
|
||||
|
||||
if (
|
||||
(pathParts.length === 1 && pathParts[0] === 'app') ||
|
||||
(pathParts.length === 2 && (pathParts[0] === 'app' && (pathParts[1] === 'video-tutorials' || pathParts[1] === 'catalog')))
|
||||
) {
|
||||
selectedLanguage = 'en';
|
||||
} else if (
|
||||
window.location.pathname.includes('/de-homepage') ||
|
||||
window.location.pathname.includes('/de-video-tutorials') ||
|
||||
window.location.pathname.includes('/de-catalog')
|
||||
@ -113,9 +113,7 @@
|
||||
selectedLanguage = 'en';
|
||||
}
|
||||
|
||||
|
||||
changeLanguage(selectedLanguage, false);
|
||||
|
||||
}
|
||||
|
||||
addEventListener('DOMContentLoaded', () => {
|
||||
@ -146,83 +144,6 @@
|
||||
window.location.href = homepageUrl;
|
||||
}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
const academyLanguage = window.localStorage.getItem('academy-language');
|
||||
const url = window.location.href;
|
||||
const lastSegment = url.substring(url.lastIndexOf('/') + 1);
|
||||
console.log(academyLanguage);
|
||||
function redirectToRightPage() {
|
||||
let catalogUrl = '';
|
||||
let videoUrl = '';
|
||||
let homepageUrl = '';
|
||||
|
||||
if (window.location.href.includes('/app/catalog')) {
|
||||
switch (academyLanguage) {
|
||||
case 'de':
|
||||
catalogUrl = '/app/de-catalog';
|
||||
break;
|
||||
case 'es':
|
||||
catalogUrl = '/app/es-catalog';
|
||||
break;
|
||||
case 'fr':
|
||||
catalogUrl = '/app/fr-catalog';
|
||||
break;
|
||||
case 'br':
|
||||
catalogUrl = '/app/br-catalog';
|
||||
break;
|
||||
case 'en':
|
||||
catalogUrl = '/app/catalog';
|
||||
return;
|
||||
}
|
||||
window.location.href = catalogUrl;
|
||||
}
|
||||
else if (window.location.href.includes('/app/video-tutorials')) {
|
||||
switch (academyLanguage) {
|
||||
case 'de':
|
||||
videoUrl = '/app/de-video-tutorials';
|
||||
break;
|
||||
case 'es':
|
||||
videoUrl = '/app/es-video-tutorials';
|
||||
break;
|
||||
case 'fr':
|
||||
videoUrl = '/app/fr-video-tutorials';
|
||||
break;
|
||||
case 'br':
|
||||
videoUrl = '/app/br-video-tutorials';
|
||||
break;
|
||||
case 'en':
|
||||
videoUrl = '/app/catalog';
|
||||
return;
|
||||
}
|
||||
window.location.href = videoUrl;
|
||||
}
|
||||
else if (lastSegment === 'app') {
|
||||
switch (academyLanguage) {
|
||||
case 'de':
|
||||
homepageUrl = '/app/de-homepage';
|
||||
break;
|
||||
case 'es':
|
||||
homepageUrl = '/app/es-homepage';
|
||||
break;
|
||||
case 'fr':
|
||||
homepageUrl = '/app/fr-homepage';
|
||||
break;
|
||||
case 'br':
|
||||
homepageUrl = '/app/br-homepage';
|
||||
break;
|
||||
case 'en':
|
||||
homepageUrl = '/app';
|
||||
return;
|
||||
}
|
||||
window.location.href = homepageUrl;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
redirectToRightPage();
|
||||
});
|
||||
|
||||
const academyLanguage = window.localStorage.getItem('academy-language');
|
||||
console.log(academyLanguage);
|
||||
</script>
|
||||
@ -302,4 +223,4 @@ window.addEventListener('storage', filterCoursesByLanguage);
|
||||
window.sessionStorage.sso_last_page = window.location.pathname;
|
||||
</script>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
@ -39,27 +39,25 @@
|
||||
>
|
||||
</a>
|
||||
<div class="header-desktop-navigation header-desktop header-flex body-s">
|
||||
<a class="header-navigation-item" href="/app/catalog">
|
||||
<span class="lang-en">Academy Courses</span>
|
||||
<span class="lang-de">Akademie-Kurse</span>
|
||||
<span class="lang-es">Cursos de la Academia</span>
|
||||
<span class="lang-fr">Cours de l'Académie</span>
|
||||
<span class="lang-br">Cursos da Academia</span>
|
||||
</a>
|
||||
<a class="header-navigation-item" href="/app/video-tutorials">
|
||||
<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>
|
||||
</a>
|
||||
<a class="header-navigation-item" href="https://www.pipedrive.com/en/webinars" target="_blank">
|
||||
<span class="lang-en">Webinars</span>
|
||||
<span class="lang-de">Webinare</span>
|
||||
<span class="lang-es">Seminarios en línea</span>
|
||||
<span class="lang-fr">Webinaires</span>
|
||||
<span class="lang-br">Webinars</span>
|
||||
</a>
|
||||
<a class="header-navigation-item lang-en" href="/app/catalog">Academy Courses</a>
|
||||
<a class="header-navigation-item lang-en" href="/app/video-tutorials">Video Tutorials</a>
|
||||
<a class="header-navigation-item lang-en" href="https://www.pipedrive.com/en/webinars" target="_blank">Webinars</a>
|
||||
|
||||
<a class="header-navigation-item lang-es catalog-link" href="/app/es-catalog">Cursos de la Academia</a>
|
||||
<a class="header-navigation-item lang-es video-tutorials-link" href="/app/es-video-tutorials">Tutoriales en vídeo</a>
|
||||
<a class="header-navigation-item lang-es" href="https://www.pipedrive.com/en/webinars" target="_blank">Seminarios en línea</a>
|
||||
|
||||
<a class="header-navigation-item lang-de catalog-link" href="/app/de-catalog">Akademie-Kurse</a>
|
||||
<a class="header-navigation-item lang-de video-tutorials-link" href="/app/de-video-tutorials">Video-Tutorials</a>
|
||||
<a class="header-navigation-item lang-de" href="https://www.pipedrive.com/en/webinars" target="_blank">Webinare</a>
|
||||
|
||||
<a class="header-navigation-item lang-fr catalog-link" href="/app/fr-catalog">Cours de l'Académie</a>
|
||||
<a class="header-navigation-item lang-fr video-tutorials-link" href="/app/fr-video-tutorials">Tutoriels vidéo</a>
|
||||
<a class="header-navigation-item lang-fr" href="https://www.pipedrive.com/en/webinars" target="_blank">Webinaires</a>
|
||||
|
||||
<a class="header-navigation-item lang-br catalog-link" href="/app/br-catalog">Cursos da Academia</a>
|
||||
<a class="header-navigation-item lang-br video-tutorials-link" href="/app/br-video-tutorials">Tutoriais em vídeo</a>
|
||||
<a class="header-navigation-item lang-br" href="https://www.pipedrive.com/en/webinars" target="_blank">Webinars</a>
|
||||
</div>
|
||||
</section>
|
||||
<section class="header-right header-flex">
|
||||
@ -332,6 +330,7 @@
|
||||
object-fit: cover;
|
||||
border-radius: 50%;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.header-profile-menu {
|
||||
display: flex;
|
||||
@ -427,6 +426,8 @@
|
||||
document.querySelector('#side-menu-tutorials')?.classList.add('side-menu-link-active');
|
||||
document.querySelector('.header-navigation-item[href="/app/video-tutorials"]')?.classList.add('header-navigation-item-active');
|
||||
}
|
||||
|
||||
changeHeaderImageLink();
|
||||
});
|
||||
|
||||
// Languages dropdown hover effect
|
||||
@ -436,4 +437,14 @@
|
||||
document.querySelector(".language-dropdown-wrapper").addEventListener('mouseleave', () => {
|
||||
document.querySelector(".languages-dropdown").classList.remove('show');
|
||||
})
|
||||
|
||||
function changeHeaderImageLink() {
|
||||
let userStorageLanguage = window.localStorage.getItem('academy-language');
|
||||
|
||||
if (userStorageLanguage != 'en') {
|
||||
document.querySelector(".header-logo").href = `/app/${userStorageLanguage}-homepage`
|
||||
} else {
|
||||
document.querySelector(".header-logo").href = `/app`
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@ -3,7 +3,11 @@
|
||||
<img class="homepage-banner-image" src="https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage_banner.svg" alt="banner">
|
||||
<div class="green-banner-content">
|
||||
<h1 class="green-banner-title">
|
||||
Hi {{ current_person.first_name }}!
|
||||
<span class="lang-en">Hi {{ current_person.first_name }}!</span>
|
||||
<span class="lang-de">Hallo {{ current_person.first_name }}!</span>
|
||||
<span class="lang-es">¡Hola {{ current_person.first_name }}!</span>
|
||||
<span class="lang-fr">Bonjour {{ current_person.first_name }}!</span>
|
||||
<span class="lang-br">Oi {{ current_person.first_name }}!</span>
|
||||
</h1>
|
||||
<div class="green-banner-text">
|
||||
<span class="lang-en">Welcome! We have saved your progress about <strong>courses</strong></span>
|
||||
@ -16,7 +20,7 @@
|
||||
{% assign in_progress = 0 %}
|
||||
{% assign not_started = 0 %}
|
||||
{% assign completed = 0 %}
|
||||
|
||||
|
||||
{% for course in courses.in_catalog %}
|
||||
{% if course.ribbon != 'VIDEO' %}
|
||||
{% if course.completed? %}
|
||||
@ -43,7 +47,7 @@
|
||||
<span class="lang-br">Em andamento</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="homepage-banner-stat">
|
||||
<div class="stat-dot" style="color: var(--purple);">
|
||||
<i class="fas fa-circle"></i>
|
||||
@ -59,7 +63,7 @@
|
||||
<span class="lang-br">Não iniciado</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="homepage-banner-stat">
|
||||
<div class="stat-dot" style="color: var(--green);">
|
||||
<i class="fas fa-circle"></i>
|
||||
@ -110,7 +114,7 @@
|
||||
font-size: 14px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.homepage-banner .green-banner {
|
||||
padding-bottom: 0;
|
||||
|
||||
@ -1,82 +1,35 @@
|
||||
{% 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="catalog">
|
||||
{% assign banner_title = '<span class="lang-en">Academy courses</span>
|
||||
<span class="lang-de">Academy-Kurse</span>
|
||||
<span class="lang-es">Cursos de la Academia</span>
|
||||
<span class="lang-fr">Cours de l'Académie</span>
|
||||
<span class="lang-br">Cursos da Academia</span>'
|
||||
{% 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"
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">Welcome to Pipedrive’s Academy courses! Here, you’ll find virtual training programs and online video courses, to help you and your sales team develop your CRM and sales skills. These courses include in-depth video lessons that will empower you to improve each and every stage of your sales process.</span>
|
||||
<span class="lang-de">Willkommen bei den Academy Kursen von Pipedrive! Hier finden Sie virtuelle Trainingsprogramme und Online-Video-Kurse, die Sie und Ihr Vertriebsteam dabei unterstützen, Ihre CRM- und Vertriebsfähigkeiten auszubauen. Dazu gehören detaillierte Video-Kurse, die Ihnen dabei helfen, jede einzelne Phase Ihres Vertriebsprozesses zu verbessern.</span>
|
||||
<span class="lang-es">¡Bienvenido a los cursos de la Academia Pipedrive! Aquí encontrarás programas de capacitación virtual y cursos de video en línea para ayudarte a ti y a tu equipo de ventas a desarrollar tus habilidades de ventas y CRM. Estos cursos incluyen lecciones detalladas en video que te capacitarán para mejorar todas y cada una de las etapas de tu proceso de ventas</span>
|
||||
<span class="lang-fr">Bienvenue dans les cours de l’Académie Pipedrive ! Cet espace de formation en ligne vous donne accès à des cours en vidéo qui vous aideront, vous et votre équipe commerciale, à développer vos compétences en vente et en CRM. Nos vidéos didactiques vous fourniront toutes les clés pour optimiser chacune des étapes de votre processus commercial.</span>
|
||||
<span class="lang-br">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>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Unlock courses</span>
|
||||
<span class="lang-de">Kurse freischalten</span>
|
||||
<span class="lang-es">Desbloquear cursos</span>
|
||||
<span class="lang-fr">Débloquer les cours</span>
|
||||
<span class="lang-br">Desbloquear cursos</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-academy-courses.webp" %}
|
||||
{% include "green_banner_image" %}
|
||||
|
||||
{% include "catalog_courses" %}
|
||||
{% include "catalog_courses", lang: "br" %}
|
||||
{% include "catalog_page_info" %}
|
||||
{% include "opinions" %}
|
||||
{% include 'catalog_faq' %}
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get the most out of Pipedrive?</span>
|
||||
<span class="lang-de">Wie machen Sie das Beste aus Pipedrive?</span>
|
||||
<span class="lang-es">¿Cómo aprovechar al máximo Pipedrive?</span>
|
||||
<span class="lang-fr">Comment tirer pleinement parti de Pipedrive ?</span>
|
||||
<span class="lang-br">Como aproveitar o Pipedrive ao máximo?</span>'
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">
|
||||
Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from <a href="https://www.pipedrive.com/en/products/email-marketing-software/marketing-automation-tool">marketing automation</a> features to in-depth sales reports.<br>
|
||||
Seamlessly keep track of leads and potential customers with Pipedrive’s intuitive pipeline view. Get notified when your prospects are ready to close a deal so you can follow up at precisely the right time.<br><br>
|
||||
Centralize all your customer information under one roof and integrate it with your digital marketing tools. Add custom fields for contacts and separate them by industries to ensure you target the hottest leads.<br>
|
||||
Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.<br>
|
||||
</span>
|
||||
<span class="lang-de">
|
||||
Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur <a href="https://www.pipedrive.com/de/products/email-marketing-software/marketing-automation-tool">Marketingautomatisierung</a> bis zu detaillierten Vertriebsberichten.<br>
|
||||
Behalten Sie Ihre Leads und potenziellen Kunden mit der intuitiven Pipeline-Ansicht von Pipedrive im Blick. Erhalten Sie Benachrichtigungen, wenn Ihre Interessenten bereit sind, einen Deal abzuschließen, damit Sie genau im richtigen Moment nachfassen können. <br><br>
|
||||
Zentralisieren Sie alle Kundeninformationen an einem Ort und integrieren Sie sie mit Ihren Tools für digitales Marketing. Ergänzen Sie benutzerdefinierte Felder für Kontakte und teilen Sie sie nach Branchen auf, damit Sie auf jeden Fall die heißesten Leads ansprechen.<br>
|
||||
Fangen Sie heute an, Pipedrive zu nutzen, um das Beste aus Ihrem leistungsstarken CRM-Tool zu machen und dafür zu sorgen, dass die Deals fließen.<br>
|
||||
</span>
|
||||
<span class="lang-es">
|
||||
El CRM de Pipedrive está repleto de herramientas inteligentes para mejorar tus procesos de ventas y marketing. Nuestra plataforma de CRM ofrece todo, desde funciones de <a href="https://www.pipedrive.com/es/products/email-marketing-software/marketing-automation-tool">automatización de marketing</a> hasta informes de ventas detallados.<br>
|
||||
Mantente perfectamente al día con tus prospectos y clientes potenciales con la vista del embudo intuitiva de Pipedrive. Recibe una notificación cuando tus clientes potenciales estén listos para cerrar un trato para que puedas darle seguimiento en el momento preciso.<br><br>
|
||||
Centraliza toda la información de tus clientes bajo un mismo techo e intégrala con tus herramientas de marketing digital. Añade campos personalizados para los contactos y sepáralos por industrias para asegurarte de que te diriges a los prospectos más interesados.<br>
|
||||
Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.<br>
|
||||
</span>
|
||||
<span class="lang-fr">
|
||||
Pipedrive est un CRM débordant d’outils intelligents, pensés pour améliorer vos processus de vente et de marketing. Notre plateforme de GRC embarque tous les outils possibles, allant du <a href="https://www.pipedrive.com/fr/products/email-marketing-software/marketing-automation-tool">marketing automation</a> aux reporting analytiques.<br>
|
||||
Suivez vos leads et vos prospects depuis la vue en pipeline intuitive de Pipedrive. Recevez des notifications chaque fois que vos prospects signalent leur intérêt afin de les relancer au moment idéal.<br><br>
|
||||
Centralisez l’ensemble de vos données clients dans un espace unique, et intégrez-y vos outils de marketing digital. Ajoutez des champs personnalisés à vos contacts et groupez-les par secteur d’activité pour affiner votre ciblage.<br>
|
||||
Explorez dès aujourd’hui nos formations Pipedrive Learn pour libérer tout le potentiel de votre logiciel CRM et faire fructifier votre relation client.<br>
|
||||
</span>
|
||||
<span class="lang-br">
|
||||
{% 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>'
|
||||
</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"
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Start today</span>
|
||||
<span class="lang-de">Beginnen Sie heute</span>
|
||||
<span class="lang-es">Empieza hoy mismo</span>
|
||||
<span class="lang-fr">Commencez dès aujourd'hui</span>
|
||||
<span class="lang-br">Comece hoje mesmo</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png" %}
|
||||
{% include "green_banner_image_alt" %}
|
||||
</main>
|
||||
|
||||
{% include "footer" %}
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
{% 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 %}
|
||||
@ -25,26 +26,12 @@
|
||||
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% assign banner_title = '<span class="lang-en">Pipedrive Learn</span>
|
||||
<span class="lang-de">Pipedrive Learn</span>
|
||||
<span class="lang-es">Pipedrive Aprende</span>
|
||||
<span class="lang-fr">Pipedrive Learn</span>
|
||||
<span class="lang-br">Aprenda com o Pipedrive</span>'
|
||||
{% include "green_banner_text",
|
||||
banner_title: '<span>Aprenda com o Pipedrive</span>',
|
||||
banner_text: '<span>Bem-vindo(a) ao Aprenda com o Pipedrive! Aqui você encontra vídeos de treinamento para ajudar você a melhorar suas habilidades de vendas e de gestão de CRM. Explore cursos aprofundados sobre vendas, marketing e CRM e tutoriais curtos sobre ferramentas específicas.</span>',
|
||||
banner_button_text: '<span>Cadastre-se agora</span>',
|
||||
banner_button_link: "#sso-widget"
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">Welcome to Pipedrive Learn! Here, you’ll find CRM training videos to help you learn CRM management and sales skills. Explore everything from in-depth sales, marketing and CRM courses to quick tutorials on specific CRM tools.</span>
|
||||
<span class="lang-de">Willkommen bei Pipedrive Learn! Hier finden Sie Übungsvideos, um Ihre Fähigkeiten in CRM-Management und Vertrieb auszubauen. Beginnend bei Kursen zum CRM über spezielle Vertriebsfragen bis hin zu Marketing und Kurz-Tutorials zu bestimmten CRM-Tools bietet Pipedrive Learn alles was Sie suchen.</span>
|
||||
<span class="lang-es">¡Bienvenido a Aprender con Pipedrive! Aquí encontrarás videos de capacitación de CRM para ayudarte a aprender habilidades de ventas y administración de CRM. Explora todo, desde cursos detallados de ventas, marketing y CRM hasta tutoriales rápidos sobre herramientas específicas de CRM.</span>
|
||||
<span class="lang-fr">Bienvenue dans Pipedrive Learn ! Cet espace de formation au CRM vous propose des vidéos didactiques pour optimiser votre relation client et développer vos compétences commerciales. Suivez nos cours approfondis sur la vente, le marketing et la GRC, ou nos tutoriels rapides sur des outils CRM spécifiques.</span>
|
||||
<span class="lang-br">Bem-vindo(a) ao Aprenda com o Pipedrive! Aqui você encontra vídeos de treinamento para ajudar você a melhorar suas habilidades de vendas e de gestão de CRM. Explore cursos aprofundados sobre vendas, marketing e CRM e tutoriais curtos sobre ferramentas específicas.</span>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Register now</span>
|
||||
<span class="lang-de">Jetzt anmelden</span>
|
||||
<span class="lang-es">Regístrate ahora</span>
|
||||
<span class="lang-fr">Inscrivez-vous maintenant</span>
|
||||
<span class="lang-br">Cadastre-se agora</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% include "green_banner_text" %}
|
||||
|
||||
{% include "homepage_generic_cards" %}
|
||||
{% include "homepage_page_info" %}
|
||||
@ -52,52 +39,18 @@
|
||||
{% include 'homepage_faq' %}
|
||||
{% endif %}
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get the most out of Pipedrive</span>
|
||||
<span class="lang-de">Wie Sie das Beste aus Pipedrive herausholen</span>
|
||||
<span class="lang-es">Cómo sacar el máximo partido a Pipedrive</span>
|
||||
<span class="lang-fr">Comment tirer le meilleur parti de Pipedrive</span>
|
||||
<span class="lang-br">Como aproveitar o Pipedrive ao máximo</span>'
|
||||
{% 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"
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">
|
||||
Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from <a href="https://www.pipedrive.com/en/products/email-marketing-software/marketing-automation-tool">marketing automation</a> features to in-depth sales reports.<br>
|
||||
Seamlessly keep track of leads and potential customers with Pipedrive’s intuitive pipeline view. Get notified when your prospects are ready to close a deal so you can follow up at precisely the right time.<br><br>
|
||||
Centralize all your customer information under one roof and integrate it with your digital marketing tools. Add custom fields for contacts and separate them by industries to ensure you target the hottest leads.<br>
|
||||
Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.<br>
|
||||
</span>
|
||||
<span class="lang-de">
|
||||
Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur <a href="https://www.pipedrive.com/de/products/email-marketing-software/marketing-automation-tool">Marketingautomatisierung</a> bis zu detaillierten Vertriebsberichten.<br>
|
||||
Behalten Sie Ihre Leads und potenziellen Kunden mit der intuitiven Pipeline-Ansicht von Pipedrive im Blick. Erhalten Sie Benachrichtigungen, wenn Ihre Interessenten bereit sind, einen Deal abzuschließen, damit Sie genau im richtigen Moment nachfassen können. <br><br>
|
||||
Zentralisieren Sie alle Kundeninformationen an einem Ort und integrieren Sie sie mit Ihren Tools für digitales Marketing. Ergänzen Sie benutzerdefinierte Felder für Kontakte und teilen Sie sie nach Branchen auf, damit Sie auf jeden Fall die heißesten Leads ansprechen.<br>
|
||||
Fangen Sie heute an, Pipedrive zu nutzen, um das Beste aus Ihrem leistungsstarken CRM-Tool zu machen und dafür zu sorgen, dass die Deals fließen.<br>
|
||||
</span>
|
||||
<span class="lang-es">
|
||||
El CRM de Pipedrive está repleto de herramientas inteligentes para mejorar tus procesos de ventas y marketing. Nuestra plataforma de CRM ofrece todo, desde funciones de <a href="https://www.pipedrive.com/es/products/email-marketing-software/marketing-automation-tool">automatización de marketing</a> hasta informes de ventas detallados.<br>
|
||||
Mantente perfectamente al día con tus prospectos y clientes potenciales con la vista del embudo intuitiva de Pipedrive. Recibe una notificación cuando tus clientes potenciales estén listos para cerrar un trato para que puedas darle seguimiento en el momento preciso.<br><br>
|
||||
Centraliza toda la información de tus clientes bajo un mismo techo e intégrala con tus herramientas de marketing digital. Añade campos personalizados para los contactos y sepáralos por industrias para asegurarte de que te diriges a los prospectos más interesados.<br>
|
||||
Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.<br>
|
||||
</span>
|
||||
<span class="lang-fr">
|
||||
Pipedrive est un CRM débordant d’outils intelligents, pensés pour améliorer vos processus de vente et de marketing. Notre plateforme de GRC embarque tous les outils possibles, allant du <a href="https://www.pipedrive.com/fr/products/email-marketing-software/marketing-automation-tool">marketing automation</a> aux reporting analytiques.<br>
|
||||
Suivez vos leads et vos prospects depuis la vue en pipeline intuitive de Pipedrive. Recevez des notifications chaque fois que vos prospects signalent leur intérêt afin de les relancer au moment idéal.<br><br>
|
||||
Centralisez l’ensemble de vos données clients dans un espace unique, et intégrez-y vos outils de marketing digital. Ajoutez des champs personnalisés à vos contacts et groupez-les par secteur d’activité pour affiner votre ciblage.<br>
|
||||
Explorez dès aujourd’hui nos formations Pipedrive Learn pour libérer tout le potentiel de votre logiciel CRM et faire fructifier votre relation client.<br>
|
||||
</span>
|
||||
<span class="lang-br">
|
||||
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>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Start today</span>
|
||||
<span class="lang-de">Beginnen Sie heute</span>
|
||||
<span class="lang-es">Empieza hoy mismo</span>
|
||||
<span class="lang-fr">Commencez dès aujourd'hui</span>
|
||||
<span class="lang-br">Comece hoje mesmo</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png" %}
|
||||
{% include "green_banner_image_alt" %}
|
||||
</main>
|
||||
|
||||
{% include "footer" %}
|
||||
|
||||
@ -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>Tutoriais em vídeo</span>',
|
||||
banner_text: '<span>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>',
|
||||
banner_button_text: '<span>Inscreva-se nos cursos</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: "br" %}
|
||||
{% 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>'
|
||||
{% include "green_banner_text_bg_image",
|
||||
banner_title: '<span>Desbloquear vídeos de graça</span>',
|
||||
banner_text: "",
|
||||
banner_button_text: '<span>Cadastre-se</span>',
|
||||
banner_button_link: "#sso-widget"
|
||||
%}
|
||||
{% 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" %}
|
||||
{% endunless %}
|
||||
</main>
|
||||
|
||||
|
||||
@ -1,82 +1,37 @@
|
||||
{% 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="catalog">
|
||||
{% assign banner_title = '<span class="lang-en">Academy courses</span>
|
||||
<span class="lang-de">Academy-Kurse</span>
|
||||
<span class="lang-es">Cursos de la Academia</span>
|
||||
<span class="lang-fr">Cours de l'Académie</span>
|
||||
<span class="lang-br">Cursos da Academia</span>'
|
||||
{% include "green_banner_image",
|
||||
banner_title: '<span>Academy-Kurse</span>',
|
||||
banner_text: '<span class="lang-de">Willkommen bei den Academy Kursen von Pipedrive! Hier finden Sie virtuelle Trainingsprogramme und Online-Video-Kurse, die Sie und Ihr Vertriebsteam dabei unterstützen, Ihre CRM- und Vertriebsfähigkeiten auszubauen. Dazu gehören detaillierte Video-Kurse, die Ihnen dabei helfen, jede einzelne Phase Ihres Vertriebsprozesses zu verbessern.</span>',
|
||||
banner_button_text: '<span>Kurse freischalten</span>',
|
||||
banner_button_link: "#sso-widget",
|
||||
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-academy-courses.webp"
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">Welcome to Pipedrive’s Academy courses! Here, you’ll find virtual training programs and online video courses, to help you and your sales team develop your CRM and sales skills. These courses include in-depth video lessons that will empower you to improve each and every stage of your sales process.</span>
|
||||
<span class="lang-de">Willkommen bei den Academy Kursen von Pipedrive! Hier finden Sie virtuelle Trainingsprogramme und Online-Video-Kurse, die Sie und Ihr Vertriebsteam dabei unterstützen, Ihre CRM- und Vertriebsfähigkeiten auszubauen. Dazu gehören detaillierte Video-Kurse, die Ihnen dabei helfen, jede einzelne Phase Ihres Vertriebsprozesses zu verbessern.</span>
|
||||
<span class="lang-es">¡Bienvenido a los cursos de la Academia Pipedrive! Aquí encontrarás programas de capacitación virtual y cursos de video en línea para ayudarte a ti y a tu equipo de ventas a desarrollar tus habilidades de ventas y CRM. Estos cursos incluyen lecciones detalladas en video que te capacitarán para mejorar todas y cada una de las etapas de tu proceso de ventas</span>
|
||||
<span class="lang-fr">Bienvenue dans les cours de l’Académie Pipedrive ! Cet espace de formation en ligne vous donne accès à des cours en vidéo qui vous aideront, vous et votre équipe commerciale, à développer vos compétences en vente et en CRM. Nos vidéos didactiques vous fourniront toutes les clés pour optimiser chacune des étapes de votre processus commercial.</span>
|
||||
<span class="lang-br">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>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Unlock courses</span>
|
||||
<span class="lang-de">Kurse freischalten</span>
|
||||
<span class="lang-es">Desbloquear cursos</span>
|
||||
<span class="lang-fr">Débloquer les cours</span>
|
||||
<span class="lang-br">Desbloquear cursos</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-academy-courses.webp" %}
|
||||
{% include "green_banner_image" %}
|
||||
|
||||
{% include "catalog_courses" %}
|
||||
{% include "catalog_courses", lang:"de" %}
|
||||
{% include "catalog_page_info" %}
|
||||
{% include "opinions" %}
|
||||
{% include 'catalog_faq' %}
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get the most out of Pipedrive?</span>
|
||||
<span class="lang-de">Wie machen Sie das Beste aus Pipedrive?</span>
|
||||
<span class="lang-es">¿Cómo aprovechar al máximo Pipedrive?</span>
|
||||
<span class="lang-fr">Comment tirer pleinement parti de Pipedrive ?</span>
|
||||
<span class="lang-br">Como aproveitar o Pipedrive ao máximo?</span>'
|
||||
|
||||
{% include "green_banner_image_alt",
|
||||
banner_title: '<span>Wie machen Sie das Beste aus Pipedrive?</span>',
|
||||
banner_text: '<span>
|
||||
Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur <a href="https://www.pipedrive.com/de/products/email-marketing-software/marketing-automation-tool">Marketingautomatisierung</a> bis zu detaillierten Vertriebsberichten.<br>
|
||||
Behalten Sie Ihre Leads und potenziellen Kunden mit der intuitiven Pipeline-Ansicht von Pipedrive im Blick. Erhalten Sie Benachrichtigungen, wenn Ihre Interessenten bereit sind, einen Deal abzuschließen, damit Sie genau im richtigen Moment nachfassen können. <br><br>
|
||||
Zentralisieren Sie alle Kundeninformationen an einem Ort und integrieren Sie sie mit Ihren Tools für digitales Marketing. Ergänzen Sie benutzerdefinierte Felder für Kontakte und teilen Sie sie nach Branchen auf, damit Sie auf jeden Fall die heißesten Leads ansprechen.<br>
|
||||
Fangen Sie heute an, Pipedrive zu nutzen, um das Beste aus Ihrem leistungsstarken CRM-Tool zu machen und dafür zu sorgen, dass die Deals fließen.<br>
|
||||
</span>',
|
||||
banner_button_text: '<span class="lang-de">Beginnen Sie heute</span>',
|
||||
banner_button_link: "#sso-widget",
|
||||
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png"
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">
|
||||
Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from <a href="https://www.pipedrive.com/en/products/email-marketing-software/marketing-automation-tool">marketing automation</a> features to in-depth sales reports.<br>
|
||||
Seamlessly keep track of leads and potential customers with Pipedrive’s intuitive pipeline view. Get notified when your prospects are ready to close a deal so you can follow up at precisely the right time.<br><br>
|
||||
Centralize all your customer information under one roof and integrate it with your digital marketing tools. Add custom fields for contacts and separate them by industries to ensure you target the hottest leads.<br>
|
||||
Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.<br>
|
||||
</span>
|
||||
<span class="lang-de">
|
||||
Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur <a href="https://www.pipedrive.com/de/products/email-marketing-software/marketing-automation-tool">Marketingautomatisierung</a> bis zu detaillierten Vertriebsberichten.<br>
|
||||
Behalten Sie Ihre Leads und potenziellen Kunden mit der intuitiven Pipeline-Ansicht von Pipedrive im Blick. Erhalten Sie Benachrichtigungen, wenn Ihre Interessenten bereit sind, einen Deal abzuschließen, damit Sie genau im richtigen Moment nachfassen können. <br><br>
|
||||
Zentralisieren Sie alle Kundeninformationen an einem Ort und integrieren Sie sie mit Ihren Tools für digitales Marketing. Ergänzen Sie benutzerdefinierte Felder für Kontakte und teilen Sie sie nach Branchen auf, damit Sie auf jeden Fall die heißesten Leads ansprechen.<br>
|
||||
Fangen Sie heute an, Pipedrive zu nutzen, um das Beste aus Ihrem leistungsstarken CRM-Tool zu machen und dafür zu sorgen, dass die Deals fließen.<br>
|
||||
</span>
|
||||
<span class="lang-es">
|
||||
El CRM de Pipedrive está repleto de herramientas inteligentes para mejorar tus procesos de ventas y marketing. Nuestra plataforma de CRM ofrece todo, desde funciones de <a href="https://www.pipedrive.com/es/products/email-marketing-software/marketing-automation-tool">automatización de marketing</a> hasta informes de ventas detallados.<br>
|
||||
Mantente perfectamente al día con tus prospectos y clientes potenciales con la vista del embudo intuitiva de Pipedrive. Recibe una notificación cuando tus clientes potenciales estén listos para cerrar un trato para que puedas darle seguimiento en el momento preciso.<br><br>
|
||||
Centraliza toda la información de tus clientes bajo un mismo techo e intégrala con tus herramientas de marketing digital. Añade campos personalizados para los contactos y sepáralos por industrias para asegurarte de que te diriges a los prospectos más interesados.<br>
|
||||
Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.<br>
|
||||
</span>
|
||||
<span class="lang-fr">
|
||||
Pipedrive est un CRM débordant d’outils intelligents, pensés pour améliorer vos processus de vente et de marketing. Notre plateforme de GRC embarque tous les outils possibles, allant du <a href="https://www.pipedrive.com/fr/products/email-marketing-software/marketing-automation-tool">marketing automation</a> aux reporting analytiques.<br>
|
||||
Suivez vos leads et vos prospects depuis la vue en pipeline intuitive de Pipedrive. Recevez des notifications chaque fois que vos prospects signalent leur intérêt afin de les relancer au moment idéal.<br><br>
|
||||
Centralisez l’ensemble de vos données clients dans un espace unique, et intégrez-y vos outils de marketing digital. Ajoutez des champs personnalisés à vos contacts et groupez-les par secteur d’activité pour affiner votre ciblage.<br>
|
||||
Explorez dès aujourd’hui nos formations Pipedrive Learn pour libérer tout le potentiel de votre logiciel CRM et faire fructifier votre relation client.<br>
|
||||
</span>
|
||||
<span class="lang-br">
|
||||
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>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Start today</span>
|
||||
<span class="lang-de">Beginnen Sie heute</span>
|
||||
<span class="lang-es">Empieza hoy mismo</span>
|
||||
<span class="lang-fr">Commencez dès aujourd'hui</span>
|
||||
<span class="lang-br">Comece hoje mesmo</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png" %}
|
||||
{% include "green_banner_image_alt" %}
|
||||
</main>
|
||||
|
||||
{% include "footer" %}
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
{% 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 %}
|
||||
@ -25,79 +26,30 @@
|
||||
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% assign banner_title = '<span class="lang-en">Pipedrive Learn</span>
|
||||
<span class="lang-de">Pipedrive Learn</span>
|
||||
<span class="lang-es">Pipedrive Aprende</span>
|
||||
<span class="lang-fr">Pipedrive Learn</span>
|
||||
<span class="lang-br">Aprenda com o Pipedrive</span>'
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">Welcome to Pipedrive Learn! Here, you’ll find CRM training videos to help you learn CRM management and sales skills. Explore everything from in-depth sales, marketing and CRM courses to quick tutorials on specific CRM tools.</span>
|
||||
<span class="lang-de">Willkommen bei Pipedrive Learn! Hier finden Sie Übungsvideos, um Ihre Fähigkeiten in CRM-Management und Vertrieb auszubauen. Beginnend bei Kursen zum CRM über spezielle Vertriebsfragen bis hin zu Marketing und Kurz-Tutorials zu bestimmten CRM-Tools bietet Pipedrive Learn alles was Sie suchen.</span>
|
||||
<span class="lang-es">¡Bienvenido a Aprender con Pipedrive! Aquí encontrarás videos de capacitación de CRM para ayudarte a aprender habilidades de ventas y administración de CRM. Explora todo, desde cursos detallados de ventas, marketing y CRM hasta tutoriales rápidos sobre herramientas específicas de CRM.</span>
|
||||
<span class="lang-fr">Bienvenue dans Pipedrive Learn ! Cet espace de formation au CRM vous propose des vidéos didactiques pour optimiser votre relation client et développer vos compétences commerciales. Suivez nos cours approfondis sur la vente, le marketing et la GRC, ou nos tutoriels rapides sur des outils CRM spécifiques.</span>
|
||||
<span class="lang-br">Bem-vindo(a) ao Aprenda com o Pipedrive! Aqui você encontra vídeos de treinamento para ajudar você a melhorar suas habilidades de vendas e de gestão de CRM. Explore cursos aprofundados sobre vendas, marketing e CRM e tutoriais curtos sobre ferramentas específicas.</span>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Register now</span>
|
||||
<span class="lang-de">Jetzt anmelden</span>
|
||||
<span class="lang-es">Regístrate ahora</span>
|
||||
<span class="lang-fr">Inscrivez-vous maintenant</span>
|
||||
<span class="lang-br">Cadastre-se agora</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% include "green_banner_text" %}
|
||||
{% include "green_banner_text",
|
||||
banner_title: '<span>Pipedrive Learn</span>',
|
||||
banner_text: '<span>Willkommen bei Pipedrive Learn! Hier finden Sie Übungsvideos, um Ihre Fähigkeiten in CRM-Management und Vertrieb auszubauen. Beginnend bei Kursen zum CRM über spezielle Vertriebsfragen bis hin zu Marketing und Kurz-Tutorials zu bestimmten CRM-Tools bietet Pipedrive Learn alles was Sie suchen.</span>',
|
||||
banner_button_text: '<span>Jetzt anmelden</span>',
|
||||
banner_button_link: "#sso-widget" %}
|
||||
|
||||
{% include "homepage_generic_cards" %}
|
||||
{% include "homepage_generic_cards"%}
|
||||
{% include "homepage_page_info" %}
|
||||
{% include "opinions" %}
|
||||
{% include 'homepage_faq' %}
|
||||
{% endif %}
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get the most out of Pipedrive</span>
|
||||
<span class="lang-de">Wie Sie das Beste aus Pipedrive herausholen</span>
|
||||
<span class="lang-es">Cómo sacar el máximo partido a Pipedrive</span>
|
||||
<span class="lang-fr">Comment tirer le meilleur parti de Pipedrive</span>
|
||||
<span class="lang-br">Como aproveitar o Pipedrive ao máximo</span>'
|
||||
{% include "green_banner_image_alt",
|
||||
banner_title: '<span>Wie Sie das Beste aus Pipedrive herausholen</span>',
|
||||
banner_text: '<span>
|
||||
Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur <a href="https://www.pipedrive.com/de/products/email-marketing-software/marketing-automation-tool">Marketingautomatisierung</a> bis zu detaillierten Vertriebsberichten.<br>
|
||||
Behalten Sie Ihre Leads und potenziellen Kunden mit der intuitiven Pipeline-Ansicht von Pipedrive im Blick. Erhalten Sie Benachrichtigungen, wenn Ihre Interessenten bereit sind, einen Deal abzuschließen, damit Sie genau im richtigen Moment nachfassen können. <br><br>
|
||||
Zentralisieren Sie alle Kundeninformationen an einem Ort und integrieren Sie sie mit Ihren Tools für digitales Marketing. Ergänzen Sie benutzerdefinierte Felder für Kontakte und teilen Sie sie nach Branchen auf, damit Sie auf jeden Fall die heißesten Leads ansprechen.<br>
|
||||
Fangen Sie heute an, Pipedrive zu nutzen, um das Beste aus Ihrem leistungsstarken CRM-Tool zu machen und dafür zu sorgen, dass die Deals fließen.<br>
|
||||
</span>',
|
||||
banner_button_text: '<span class="lang-de">Beginnen Sie heute</span>',
|
||||
banner_button_link: "#sso-widget",
|
||||
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png"
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">
|
||||
Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from <a href="https://www.pipedrive.com/en/products/email-marketing-software/marketing-automation-tool">marketing automation</a> features to in-depth sales reports.<br>
|
||||
Seamlessly keep track of leads and potential customers with Pipedrive’s intuitive pipeline view. Get notified when your prospects are ready to close a deal so you can follow up at precisely the right time.<br><br>
|
||||
Centralize all your customer information under one roof and integrate it with your digital marketing tools. Add custom fields for contacts and separate them by industries to ensure you target the hottest leads.<br>
|
||||
Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.<br>
|
||||
</span>
|
||||
<span class="lang-de">
|
||||
Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur <a href="https://www.pipedrive.com/de/products/email-marketing-software/marketing-automation-tool">Marketingautomatisierung</a> bis zu detaillierten Vertriebsberichten.<br>
|
||||
Behalten Sie Ihre Leads und potenziellen Kunden mit der intuitiven Pipeline-Ansicht von Pipedrive im Blick. Erhalten Sie Benachrichtigungen, wenn Ihre Interessenten bereit sind, einen Deal abzuschließen, damit Sie genau im richtigen Moment nachfassen können. <br><br>
|
||||
Zentralisieren Sie alle Kundeninformationen an einem Ort und integrieren Sie sie mit Ihren Tools für digitales Marketing. Ergänzen Sie benutzerdefinierte Felder für Kontakte und teilen Sie sie nach Branchen auf, damit Sie auf jeden Fall die heißesten Leads ansprechen.<br>
|
||||
Fangen Sie heute an, Pipedrive zu nutzen, um das Beste aus Ihrem leistungsstarken CRM-Tool zu machen und dafür zu sorgen, dass die Deals fließen.<br>
|
||||
</span>
|
||||
<span class="lang-es">
|
||||
El CRM de Pipedrive está repleto de herramientas inteligentes para mejorar tus procesos de ventas y marketing. Nuestra plataforma de CRM ofrece todo, desde funciones de <a href="https://www.pipedrive.com/es/products/email-marketing-software/marketing-automation-tool">automatización de marketing</a> hasta informes de ventas detallados.<br>
|
||||
Mantente perfectamente al día con tus prospectos y clientes potenciales con la vista del embudo intuitiva de Pipedrive. Recibe una notificación cuando tus clientes potenciales estén listos para cerrar un trato para que puedas darle seguimiento en el momento preciso.<br><br>
|
||||
Centraliza toda la información de tus clientes bajo un mismo techo e intégrala con tus herramientas de marketing digital. Añade campos personalizados para los contactos y sepáralos por industrias para asegurarte de que te diriges a los prospectos más interesados.<br>
|
||||
Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.<br>
|
||||
</span>
|
||||
<span class="lang-fr">
|
||||
Pipedrive est un CRM débordant d’outils intelligents, pensés pour améliorer vos processus de vente et de marketing. Notre plateforme de GRC embarque tous les outils possibles, allant du <a href="https://www.pipedrive.com/fr/products/email-marketing-software/marketing-automation-tool">marketing automation</a> aux reporting analytiques.<br>
|
||||
Suivez vos leads et vos prospects depuis la vue en pipeline intuitive de Pipedrive. Recevez des notifications chaque fois que vos prospects signalent leur intérêt afin de les relancer au moment idéal.<br><br>
|
||||
Centralisez l’ensemble de vos données clients dans un espace unique, et intégrez-y vos outils de marketing digital. Ajoutez des champs personnalisés à vos contacts et groupez-les par secteur d’activité pour affiner votre ciblage.<br>
|
||||
Explorez dès aujourd’hui nos formations Pipedrive Learn pour libérer tout le potentiel de votre logiciel CRM et faire fructifier votre relation client.<br>
|
||||
</span>
|
||||
<span class="lang-br">
|
||||
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>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Start today</span>
|
||||
<span class="lang-de">Beginnen Sie heute</span>
|
||||
<span class="lang-es">Empieza hoy mismo</span>
|
||||
<span class="lang-fr">Commencez dès aujourd'hui</span>
|
||||
<span class="lang-br">Comece hoje mesmo</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png" %}
|
||||
{% include "green_banner_image_alt" %}
|
||||
</main>
|
||||
|
||||
{% include "footer" %}
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -1,82 +1,35 @@
|
||||
{% 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="catalog">
|
||||
{% assign banner_title = '<span class="lang-en">Academy courses</span>
|
||||
<span class="lang-de">Academy-Kurse</span>
|
||||
<span class="lang-es">Cursos de la Academia</span>
|
||||
<span class="lang-fr">Cours de l'Académie</span>
|
||||
<span class="lang-br">Cursos da Academia</span>'
|
||||
{% include "green_banner_image",
|
||||
banner_title: '<span>Cursos de la Academia</span>',
|
||||
banner_text: '<span>¡Bienvenido a los cursos de la Academia Pipedrive! Aquí encontrarás programas de capacitación virtual y cursos de video en línea para ayudarte a ti y a tu equipo de ventas a desarrollar tus habilidades de ventas y CRM. Estos cursos incluyen lecciones detalladas en video que te capacitarán para mejorar todas y cada una de las etapas de tu proceso de ventas</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"
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">Welcome to Pipedrive’s Academy courses! Here, you’ll find virtual training programs and online video courses, to help you and your sales team develop your CRM and sales skills. These courses include in-depth video lessons that will empower you to improve each and every stage of your sales process.</span>
|
||||
<span class="lang-de">Willkommen bei den Academy Kursen von Pipedrive! Hier finden Sie virtuelle Trainingsprogramme und Online-Video-Kurse, die Sie und Ihr Vertriebsteam dabei unterstützen, Ihre CRM- und Vertriebsfähigkeiten auszubauen. Dazu gehören detaillierte Video-Kurse, die Ihnen dabei helfen, jede einzelne Phase Ihres Vertriebsprozesses zu verbessern.</span>
|
||||
<span class="lang-es">¡Bienvenido a los cursos de la Academia Pipedrive! Aquí encontrarás programas de capacitación virtual y cursos de video en línea para ayudarte a ti y a tu equipo de ventas a desarrollar tus habilidades de ventas y CRM. Estos cursos incluyen lecciones detalladas en video que te capacitarán para mejorar todas y cada una de las etapas de tu proceso de ventas</span>
|
||||
<span class="lang-fr">Bienvenue dans les cours de l’Académie Pipedrive ! Cet espace de formation en ligne vous donne accès à des cours en vidéo qui vous aideront, vous et votre équipe commerciale, à développer vos compétences en vente et en CRM. Nos vidéos didactiques vous fourniront toutes les clés pour optimiser chacune des étapes de votre processus commercial.</span>
|
||||
<span class="lang-br">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>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Unlock courses</span>
|
||||
<span class="lang-de">Kurse freischalten</span>
|
||||
<span class="lang-es">Desbloquear cursos</span>
|
||||
<span class="lang-fr">Débloquer les cours</span>
|
||||
<span class="lang-br">Desbloquear cursos</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-academy-courses.webp" %}
|
||||
{% include "green_banner_image" %}
|
||||
|
||||
{% include "catalog_courses" %}
|
||||
{% include "catalog_courses", lang: "es" %}
|
||||
{% include "catalog_page_info" %}
|
||||
{% include "opinions" %}
|
||||
{% include 'catalog_faq' %}
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get the most out of Pipedrive?</span>
|
||||
<span class="lang-de">Wie machen Sie das Beste aus Pipedrive?</span>
|
||||
<span class="lang-es">¿Cómo aprovechar al máximo Pipedrive?</span>
|
||||
<span class="lang-fr">Comment tirer pleinement parti de Pipedrive ?</span>
|
||||
<span class="lang-br">Como aproveitar o Pipedrive ao máximo?</span>'
|
||||
{% include "green_banner_image_alt",
|
||||
banner_title: '<span>¿Cómo aprovechar al máximo Pipedrive?</span>',
|
||||
banner_text: '<span>
|
||||
El CRM de Pipedrive está repleto de herramientas inteligentes para mejorar tus procesos de ventas y marketing. Nuestra plataforma de CRM ofrece todo, desde funciones de <a href="https://www.pipedrive.com/es/products/email-marketing-software/marketing-automation-tool">automatización de marketing</a> hasta informes de ventas detallados.<br>
|
||||
Mantente perfectamente al día con tus prospectos y clientes potenciales con la vista del embudo intuitiva de Pipedrive. Recibe una notificación cuando tus clientes potenciales estén listos para cerrar un trato para que puedas darle seguimiento en el momento preciso.<br><br>
|
||||
Centraliza toda la información de tus clientes bajo un mismo techo e intégrala con tus herramientas de marketing digital. Añade campos personalizados para los contactos y sepáralos por industrias para asegurarte de que te diriges a los prospectos más interesados.<br>
|
||||
Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.<br>
|
||||
</span>',
|
||||
banner_button_text: '<span>Empieza hoy mismo</span>',
|
||||
banner_button_link: "#sso-widget",
|
||||
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png",
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">
|
||||
Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from <a href="https://www.pipedrive.com/en/products/email-marketing-software/marketing-automation-tool">marketing automation</a> features to in-depth sales reports.<br>
|
||||
Seamlessly keep track of leads and potential customers with Pipedrive’s intuitive pipeline view. Get notified when your prospects are ready to close a deal so you can follow up at precisely the right time.<br><br>
|
||||
Centralize all your customer information under one roof and integrate it with your digital marketing tools. Add custom fields for contacts and separate them by industries to ensure you target the hottest leads.<br>
|
||||
Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.<br>
|
||||
</span>
|
||||
<span class="lang-de">
|
||||
Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur <a href="https://www.pipedrive.com/de/products/email-marketing-software/marketing-automation-tool">Marketingautomatisierung</a> bis zu detaillierten Vertriebsberichten.<br>
|
||||
Behalten Sie Ihre Leads und potenziellen Kunden mit der intuitiven Pipeline-Ansicht von Pipedrive im Blick. Erhalten Sie Benachrichtigungen, wenn Ihre Interessenten bereit sind, einen Deal abzuschließen, damit Sie genau im richtigen Moment nachfassen können. <br><br>
|
||||
Zentralisieren Sie alle Kundeninformationen an einem Ort und integrieren Sie sie mit Ihren Tools für digitales Marketing. Ergänzen Sie benutzerdefinierte Felder für Kontakte und teilen Sie sie nach Branchen auf, damit Sie auf jeden Fall die heißesten Leads ansprechen.<br>
|
||||
Fangen Sie heute an, Pipedrive zu nutzen, um das Beste aus Ihrem leistungsstarken CRM-Tool zu machen und dafür zu sorgen, dass die Deals fließen.<br>
|
||||
</span>
|
||||
<span class="lang-es">
|
||||
El CRM de Pipedrive está repleto de herramientas inteligentes para mejorar tus procesos de ventas y marketing. Nuestra plataforma de CRM ofrece todo, desde funciones de <a href="https://www.pipedrive.com/es/products/email-marketing-software/marketing-automation-tool">automatización de marketing</a> hasta informes de ventas detallados.<br>
|
||||
Mantente perfectamente al día con tus prospectos y clientes potenciales con la vista del embudo intuitiva de Pipedrive. Recibe una notificación cuando tus clientes potenciales estén listos para cerrar un trato para que puedas darle seguimiento en el momento preciso.<br><br>
|
||||
Centraliza toda la información de tus clientes bajo un mismo techo e intégrala con tus herramientas de marketing digital. Añade campos personalizados para los contactos y sepáralos por industrias para asegurarte de que te diriges a los prospectos más interesados.<br>
|
||||
Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.<br>
|
||||
</span>
|
||||
<span class="lang-fr">
|
||||
Pipedrive est un CRM débordant d’outils intelligents, pensés pour améliorer vos processus de vente et de marketing. Notre plateforme de GRC embarque tous les outils possibles, allant du <a href="https://www.pipedrive.com/fr/products/email-marketing-software/marketing-automation-tool">marketing automation</a> aux reporting analytiques.<br>
|
||||
Suivez vos leads et vos prospects depuis la vue en pipeline intuitive de Pipedrive. Recevez des notifications chaque fois que vos prospects signalent leur intérêt afin de les relancer au moment idéal.<br><br>
|
||||
Centralisez l’ensemble de vos données clients dans un espace unique, et intégrez-y vos outils de marketing digital. Ajoutez des champs personnalisés à vos contacts et groupez-les par secteur d’activité pour affiner votre ciblage.<br>
|
||||
Explorez dès aujourd’hui nos formations Pipedrive Learn pour libérer tout le potentiel de votre logiciel CRM et faire fructifier votre relation client.<br>
|
||||
</span>
|
||||
<span class="lang-br">
|
||||
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>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Start today</span>
|
||||
<span class="lang-de">Beginnen Sie heute</span>
|
||||
<span class="lang-es">Empieza hoy mismo</span>
|
||||
<span class="lang-fr">Commencez dès aujourd'hui</span>
|
||||
<span class="lang-br">Comece hoje mesmo</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png" %}
|
||||
{% include "green_banner_image_alt" %}
|
||||
</main>
|
||||
|
||||
{% include "footer" %}
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
{% 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 %}
|
||||
@ -25,26 +26,12 @@
|
||||
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% assign banner_title = '<span class="lang-en">Pipedrive Learn</span>
|
||||
<span class="lang-de">Pipedrive Learn</span>
|
||||
<span class="lang-es">Pipedrive Aprende</span>
|
||||
<span class="lang-fr">Pipedrive Learn</span>
|
||||
<span class="lang-br">Aprenda com o Pipedrive</span>'
|
||||
{% include "green_banner_text",
|
||||
banner_title: '<span>Pipedrive Aprende</span>',
|
||||
banner_text: '<span>¡Bienvenido a Aprender con Pipedrive! Aquí encontrarás videos de capacitación de CRM para ayudarte a aprender habilidades de ventas y administración de CRM. Explora todo, desde cursos detallados de ventas, marketing y CRM hasta tutoriales rápidos sobre herramientas específicas de CRM.</span>',
|
||||
banner_button_text: '<span>Regístrate ahora</span>',
|
||||
banner_button_link: "#sso-widget"
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">Welcome to Pipedrive Learn! Here, you’ll find CRM training videos to help you learn CRM management and sales skills. Explore everything from in-depth sales, marketing and CRM courses to quick tutorials on specific CRM tools.</span>
|
||||
<span class="lang-de">Willkommen bei Pipedrive Learn! Hier finden Sie Übungsvideos, um Ihre Fähigkeiten in CRM-Management und Vertrieb auszubauen. Beginnend bei Kursen zum CRM über spezielle Vertriebsfragen bis hin zu Marketing und Kurz-Tutorials zu bestimmten CRM-Tools bietet Pipedrive Learn alles was Sie suchen.</span>
|
||||
<span class="lang-es">¡Bienvenido a Aprender con Pipedrive! Aquí encontrarás videos de capacitación de CRM para ayudarte a aprender habilidades de ventas y administración de CRM. Explora todo, desde cursos detallados de ventas, marketing y CRM hasta tutoriales rápidos sobre herramientas específicas de CRM.</span>
|
||||
<span class="lang-fr">Bienvenue dans Pipedrive Learn ! Cet espace de formation au CRM vous propose des vidéos didactiques pour optimiser votre relation client et développer vos compétences commerciales. Suivez nos cours approfondis sur la vente, le marketing et la GRC, ou nos tutoriels rapides sur des outils CRM spécifiques.</span>
|
||||
<span class="lang-br">Bem-vindo(a) ao Aprenda com o Pipedrive! Aqui você encontra vídeos de treinamento para ajudar você a melhorar suas habilidades de vendas e de gestão de CRM. Explore cursos aprofundados sobre vendas, marketing e CRM e tutoriais curtos sobre ferramentas específicas.</span>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Register now</span>
|
||||
<span class="lang-de">Jetzt anmelden</span>
|
||||
<span class="lang-es">Regístrate ahora</span>
|
||||
<span class="lang-fr">Inscrivez-vous maintenant</span>
|
||||
<span class="lang-br">Cadastre-se agora</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% include "green_banner_text" %}
|
||||
|
||||
{% include "homepage_generic_cards" %}
|
||||
{% include "homepage_page_info" %}
|
||||
@ -52,52 +39,18 @@
|
||||
{% include 'homepage_faq' %}
|
||||
{% endif %}
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get the most out of Pipedrive</span>
|
||||
<span class="lang-de">Wie Sie das Beste aus Pipedrive herausholen</span>
|
||||
<span class="lang-es">Cómo sacar el máximo partido a Pipedrive</span>
|
||||
<span class="lang-fr">Comment tirer le meilleur parti de Pipedrive</span>
|
||||
<span class="lang-br">Como aproveitar o Pipedrive ao máximo</span>'
|
||||
{% include "green_banner_image_alt",
|
||||
banner_title: '<span>Cómo sacar el máximo partido a Pipedrive</span>',
|
||||
banner_text: '<span>
|
||||
El CRM de Pipedrive está repleto de herramientas inteligentes para mejorar tus procesos de ventas y marketing. Nuestra plataforma de CRM ofrece todo, desde funciones de <a href="https://www.pipedrive.com/es/products/email-marketing-software/marketing-automation-tool">automatización de marketing</a> hasta informes de ventas detallados.<br>
|
||||
Mantente perfectamente al día con tus prospectos y clientes potenciales con la vista del embudo intuitiva de Pipedrive. Recibe una notificación cuando tus clientes potenciales estén listos para cerrar un trato para que puedas darle seguimiento en el momento preciso.<br><br>
|
||||
Centraliza toda la información de tus clientes bajo un mismo techo e intégrala con tus herramientas de marketing digital. Añade campos personalizados para los contactos y sepáralos por industrias para asegurarte de que te diriges a los prospectos más interesados.<br>
|
||||
Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.<br>
|
||||
</span>',
|
||||
banner_button_text: '<span>Empieza hoy mismo</span>',
|
||||
banner_button_link: "#sso-widget",
|
||||
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png",
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">
|
||||
Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from <a href="https://www.pipedrive.com/en/products/email-marketing-software/marketing-automation-tool">marketing automation</a> features to in-depth sales reports.<br>
|
||||
Seamlessly keep track of leads and potential customers with Pipedrive’s intuitive pipeline view. Get notified when your prospects are ready to close a deal so you can follow up at precisely the right time.<br><br>
|
||||
Centralize all your customer information under one roof and integrate it with your digital marketing tools. Add custom fields for contacts and separate them by industries to ensure you target the hottest leads.<br>
|
||||
Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.<br>
|
||||
</span>
|
||||
<span class="lang-de">
|
||||
Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur <a href="https://www.pipedrive.com/de/products/email-marketing-software/marketing-automation-tool">Marketingautomatisierung</a> bis zu detaillierten Vertriebsberichten.<br>
|
||||
Behalten Sie Ihre Leads und potenziellen Kunden mit der intuitiven Pipeline-Ansicht von Pipedrive im Blick. Erhalten Sie Benachrichtigungen, wenn Ihre Interessenten bereit sind, einen Deal abzuschließen, damit Sie genau im richtigen Moment nachfassen können. <br><br>
|
||||
Zentralisieren Sie alle Kundeninformationen an einem Ort und integrieren Sie sie mit Ihren Tools für digitales Marketing. Ergänzen Sie benutzerdefinierte Felder für Kontakte und teilen Sie sie nach Branchen auf, damit Sie auf jeden Fall die heißesten Leads ansprechen.<br>
|
||||
Fangen Sie heute an, Pipedrive zu nutzen, um das Beste aus Ihrem leistungsstarken CRM-Tool zu machen und dafür zu sorgen, dass die Deals fließen.<br>
|
||||
</span>
|
||||
<span class="lang-es">
|
||||
El CRM de Pipedrive está repleto de herramientas inteligentes para mejorar tus procesos de ventas y marketing. Nuestra plataforma de CRM ofrece todo, desde funciones de <a href="https://www.pipedrive.com/es/products/email-marketing-software/marketing-automation-tool">automatización de marketing</a> hasta informes de ventas detallados.<br>
|
||||
Mantente perfectamente al día con tus prospectos y clientes potenciales con la vista del embudo intuitiva de Pipedrive. Recibe una notificación cuando tus clientes potenciales estén listos para cerrar un trato para que puedas darle seguimiento en el momento preciso.<br><br>
|
||||
Centraliza toda la información de tus clientes bajo un mismo techo e intégrala con tus herramientas de marketing digital. Añade campos personalizados para los contactos y sepáralos por industrias para asegurarte de que te diriges a los prospectos más interesados.<br>
|
||||
Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.<br>
|
||||
</span>
|
||||
<span class="lang-fr">
|
||||
Pipedrive est un CRM débordant d’outils intelligents, pensés pour améliorer vos processus de vente et de marketing. Notre plateforme de GRC embarque tous les outils possibles, allant du <a href="https://www.pipedrive.com/fr/products/email-marketing-software/marketing-automation-tool">marketing automation</a> aux reporting analytiques.<br>
|
||||
Suivez vos leads et vos prospects depuis la vue en pipeline intuitive de Pipedrive. Recevez des notifications chaque fois que vos prospects signalent leur intérêt afin de les relancer au moment idéal.<br><br>
|
||||
Centralisez l’ensemble de vos données clients dans un espace unique, et intégrez-y vos outils de marketing digital. Ajoutez des champs personnalisés à vos contacts et groupez-les par secteur d’activité pour affiner votre ciblage.<br>
|
||||
Explorez dès aujourd’hui nos formations Pipedrive Learn pour libérer tout le potentiel de votre logiciel CRM et faire fructifier votre relation client.<br>
|
||||
</span>
|
||||
<span class="lang-br">
|
||||
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>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Start today</span>
|
||||
<span class="lang-de">Beginnen Sie heute</span>
|
||||
<span class="lang-es">Empieza hoy mismo</span>
|
||||
<span class="lang-fr">Commencez dès aujourd'hui</span>
|
||||
<span class="lang-br">Comece hoje mesmo</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png" %}
|
||||
{% include "green_banner_image_alt" %}
|
||||
</main>
|
||||
|
||||
{% include "footer" %}
|
||||
|
||||
@ -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>Tutoriales en vídeo</span>',
|
||||
banner_text: '<span>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>',
|
||||
banner_button_text: '<span>Inscríbete en los cursos</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: "es" %}
|
||||
{% 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>'
|
||||
{% include "green_banner_text_bg_image",
|
||||
banner_title: '<span>Desbloquear vídeos gratis</span>',
|
||||
banner_text: "",
|
||||
banner_button_text: '<span>Regístrate</span>',
|
||||
banner_button_link: "#sso-widget"
|
||||
%}
|
||||
{% 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" %}
|
||||
{% endunless %}
|
||||
</main>
|
||||
|
||||
|
||||
@ -1,82 +1,37 @@
|
||||
{% 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="catalog">
|
||||
{% assign banner_title = '<span class="lang-en">Academy courses</span>
|
||||
<span class="lang-de">Academy-Kurse</span>
|
||||
<span class="lang-es">Cursos de la Academia</span>
|
||||
<span class="lang-fr">Cours de l'Académie</span>
|
||||
<span class="lang-br">Cursos da Academia</span>'
|
||||
|
||||
{% include "green_banner_image",
|
||||
banner_title: '<span>Cours de l'Académie</span>',
|
||||
banner_text: '<span>Bienvenue dans les cours de l’Académie Pipedrive ! Cet espace de formation en ligne vous donne accès à des cours en vidéo qui vous aideront, vous et votre équipe commerciale, à développer vos compétences en vente et en CRM. Nos vidéos didactiques vous fourniront toutes les clés pour optimiser chacune des étapes de votre processus commercial.</span>',
|
||||
banner_button_text: '<span>Débloquer les cours</span>',
|
||||
banner_button_link: "#sso-widget",
|
||||
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-academy-courses.webp"
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">Welcome to Pipedrive’s Academy courses! Here, you’ll find virtual training programs and online video courses, to help you and your sales team develop your CRM and sales skills. These courses include in-depth video lessons that will empower you to improve each and every stage of your sales process.</span>
|
||||
<span class="lang-de">Willkommen bei den Academy Kursen von Pipedrive! Hier finden Sie virtuelle Trainingsprogramme und Online-Video-Kurse, die Sie und Ihr Vertriebsteam dabei unterstützen, Ihre CRM- und Vertriebsfähigkeiten auszubauen. Dazu gehören detaillierte Video-Kurse, die Ihnen dabei helfen, jede einzelne Phase Ihres Vertriebsprozesses zu verbessern.</span>
|
||||
<span class="lang-es">¡Bienvenido a los cursos de la Academia Pipedrive! Aquí encontrarás programas de capacitación virtual y cursos de video en línea para ayudarte a ti y a tu equipo de ventas a desarrollar tus habilidades de ventas y CRM. Estos cursos incluyen lecciones detalladas en video que te capacitarán para mejorar todas y cada una de las etapas de tu proceso de ventas</span>
|
||||
<span class="lang-fr">Bienvenue dans les cours de l’Académie Pipedrive ! Cet espace de formation en ligne vous donne accès à des cours en vidéo qui vous aideront, vous et votre équipe commerciale, à développer vos compétences en vente et en CRM. Nos vidéos didactiques vous fourniront toutes les clés pour optimiser chacune des étapes de votre processus commercial.</span>
|
||||
<span class="lang-br">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>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Unlock courses</span>
|
||||
<span class="lang-de">Kurse freischalten</span>
|
||||
<span class="lang-es">Desbloquear cursos</span>
|
||||
<span class="lang-fr">Débloquer les cours</span>
|
||||
<span class="lang-br">Desbloquear cursos</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-academy-courses.webp" %}
|
||||
{% include "green_banner_image" %}
|
||||
|
||||
{% include "catalog_courses" %}
|
||||
{% include "catalog_courses", lang: "fr" %}
|
||||
{% include "catalog_page_info" %}
|
||||
{% include "opinions" %}
|
||||
{% include 'catalog_faq' %}
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get the most out of Pipedrive?</span>
|
||||
<span class="lang-de">Wie machen Sie das Beste aus Pipedrive?</span>
|
||||
<span class="lang-es">¿Cómo aprovechar al máximo Pipedrive?</span>
|
||||
<span class="lang-fr">Comment tirer pleinement parti de Pipedrive ?</span>
|
||||
<span class="lang-br">Como aproveitar o Pipedrive ao máximo?</span>'
|
||||
|
||||
{% include "green_banner_image_alt",
|
||||
banner_title: '<span>Comment tirer pleinement parti de Pipedrive ?</span>',
|
||||
banner_text: '<span>
|
||||
Pipedrive est un CRM débordant d’outils intelligents, pensés pour améliorer vos processus de vente et de marketing. Notre plateforme de GRC embarque tous les outils possibles, allant du <a href="https://www.pipedrive.com/fr/products/email-marketing-software/marketing-automation-tool">marketing automation</a> aux reporting analytiques.<br>
|
||||
Suivez vos leads et vos prospects depuis la vue en pipeline intuitive de Pipedrive. Recevez des notifications chaque fois que vos prospects signalent leur intérêt afin de les relancer au moment idéal.<br><br>
|
||||
Centralisez l’ensemble de vos données clients dans un espace unique, et intégrez-y vos outils de marketing digital. Ajoutez des champs personnalisés à vos contacts et groupez-les par secteur d’activité pour affiner votre ciblage.<br>
|
||||
Explorez dès aujourd’hui nos formations Pipedrive Learn pour libérer tout le potentiel de votre logiciel CRM et faire fructifier votre relation client.<br>
|
||||
</span>',
|
||||
banner_button_text: '<span>Commencez dès aujourd'hui</span>',
|
||||
banner_button_link: "#sso-widget",
|
||||
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png"
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">
|
||||
Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from <a href="https://www.pipedrive.com/en/products/email-marketing-software/marketing-automation-tool">marketing automation</a> features to in-depth sales reports.<br>
|
||||
Seamlessly keep track of leads and potential customers with Pipedrive’s intuitive pipeline view. Get notified when your prospects are ready to close a deal so you can follow up at precisely the right time.<br><br>
|
||||
Centralize all your customer information under one roof and integrate it with your digital marketing tools. Add custom fields for contacts and separate them by industries to ensure you target the hottest leads.<br>
|
||||
Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.<br>
|
||||
</span>
|
||||
<span class="lang-de">
|
||||
Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur <a href="https://www.pipedrive.com/de/products/email-marketing-software/marketing-automation-tool">Marketingautomatisierung</a> bis zu detaillierten Vertriebsberichten.<br>
|
||||
Behalten Sie Ihre Leads und potenziellen Kunden mit der intuitiven Pipeline-Ansicht von Pipedrive im Blick. Erhalten Sie Benachrichtigungen, wenn Ihre Interessenten bereit sind, einen Deal abzuschließen, damit Sie genau im richtigen Moment nachfassen können. <br><br>
|
||||
Zentralisieren Sie alle Kundeninformationen an einem Ort und integrieren Sie sie mit Ihren Tools für digitales Marketing. Ergänzen Sie benutzerdefinierte Felder für Kontakte und teilen Sie sie nach Branchen auf, damit Sie auf jeden Fall die heißesten Leads ansprechen.<br>
|
||||
Fangen Sie heute an, Pipedrive zu nutzen, um das Beste aus Ihrem leistungsstarken CRM-Tool zu machen und dafür zu sorgen, dass die Deals fließen.<br>
|
||||
</span>
|
||||
<span class="lang-es">
|
||||
El CRM de Pipedrive está repleto de herramientas inteligentes para mejorar tus procesos de ventas y marketing. Nuestra plataforma de CRM ofrece todo, desde funciones de <a href="https://www.pipedrive.com/es/products/email-marketing-software/marketing-automation-tool">automatización de marketing</a> hasta informes de ventas detallados.<br>
|
||||
Mantente perfectamente al día con tus prospectos y clientes potenciales con la vista del embudo intuitiva de Pipedrive. Recibe una notificación cuando tus clientes potenciales estén listos para cerrar un trato para que puedas darle seguimiento en el momento preciso.<br><br>
|
||||
Centraliza toda la información de tus clientes bajo un mismo techo e intégrala con tus herramientas de marketing digital. Añade campos personalizados para los contactos y sepáralos por industrias para asegurarte de que te diriges a los prospectos más interesados.<br>
|
||||
Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.<br>
|
||||
</span>
|
||||
<span class="lang-fr">
|
||||
Pipedrive est un CRM débordant d’outils intelligents, pensés pour améliorer vos processus de vente et de marketing. Notre plateforme de GRC embarque tous les outils possibles, allant du <a href="https://www.pipedrive.com/fr/products/email-marketing-software/marketing-automation-tool">marketing automation</a> aux reporting analytiques.<br>
|
||||
Suivez vos leads et vos prospects depuis la vue en pipeline intuitive de Pipedrive. Recevez des notifications chaque fois que vos prospects signalent leur intérêt afin de les relancer au moment idéal.<br><br>
|
||||
Centralisez l’ensemble de vos données clients dans un espace unique, et intégrez-y vos outils de marketing digital. Ajoutez des champs personnalisés à vos contacts et groupez-les par secteur d’activité pour affiner votre ciblage.<br>
|
||||
Explorez dès aujourd’hui nos formations Pipedrive Learn pour libérer tout le potentiel de votre logiciel CRM et faire fructifier votre relation client.<br>
|
||||
</span>
|
||||
<span class="lang-br">
|
||||
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>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Start today</span>
|
||||
<span class="lang-de">Beginnen Sie heute</span>
|
||||
<span class="lang-es">Empieza hoy mismo</span>
|
||||
<span class="lang-fr">Commencez dès aujourd'hui</span>
|
||||
<span class="lang-br">Comece hoje mesmo</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png" %}
|
||||
{% include "green_banner_image_alt" %}
|
||||
</main>
|
||||
|
||||
{% include "footer" %}
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
{% 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 %}
|
||||
@ -25,26 +26,12 @@
|
||||
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% assign banner_title = '<span class="lang-en">Pipedrive Learn</span>
|
||||
<span class="lang-de">Pipedrive Learn</span>
|
||||
<span class="lang-es">Pipedrive Aprende</span>
|
||||
<span class="lang-fr">Pipedrive Learn</span>
|
||||
<span class="lang-br">Aprenda com o Pipedrive</span>'
|
||||
{% include "green_banner_text",
|
||||
banner_title: 'Pipedrive Learn',
|
||||
banner_text: 'Bienvenue dans Pipedrive Learn ! Cet espace de formation au CRM vous propose des vidéos didactiques pour optimiser votre relation client et développer vos compétences commerciales. Suivez nos cours approfondis sur la vente, le marketing et la GRC, ou nos tutoriels rapides sur des outils CRM spécifiques.',
|
||||
banner_button_text: 'Inscrivez-vous maintenant',
|
||||
banner_button_link: "#sso-widget"
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">Welcome to Pipedrive Learn! Here, you’ll find CRM training videos to help you learn CRM management and sales skills. Explore everything from in-depth sales, marketing and CRM courses to quick tutorials on specific CRM tools.</span>
|
||||
<span class="lang-de">Willkommen bei Pipedrive Learn! Hier finden Sie Übungsvideos, um Ihre Fähigkeiten in CRM-Management und Vertrieb auszubauen. Beginnend bei Kursen zum CRM über spezielle Vertriebsfragen bis hin zu Marketing und Kurz-Tutorials zu bestimmten CRM-Tools bietet Pipedrive Learn alles was Sie suchen.</span>
|
||||
<span class="lang-es">¡Bienvenido a Aprender con Pipedrive! Aquí encontrarás videos de capacitación de CRM para ayudarte a aprender habilidades de ventas y administración de CRM. Explora todo, desde cursos detallados de ventas, marketing y CRM hasta tutoriales rápidos sobre herramientas específicas de CRM.</span>
|
||||
<span class="lang-fr">Bienvenue dans Pipedrive Learn ! Cet espace de formation au CRM vous propose des vidéos didactiques pour optimiser votre relation client et développer vos compétences commerciales. Suivez nos cours approfondis sur la vente, le marketing et la GRC, ou nos tutoriels rapides sur des outils CRM spécifiques.</span>
|
||||
<span class="lang-br">Bem-vindo(a) ao Aprenda com o Pipedrive! Aqui você encontra vídeos de treinamento para ajudar você a melhorar suas habilidades de vendas e de gestão de CRM. Explore cursos aprofundados sobre vendas, marketing e CRM e tutoriais curtos sobre ferramentas específicas.</span>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Register now</span>
|
||||
<span class="lang-de">Jetzt anmelden</span>
|
||||
<span class="lang-es">Regístrate ahora</span>
|
||||
<span class="lang-fr">Inscrivez-vous maintenant</span>
|
||||
<span class="lang-br">Cadastre-se agora</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% include "green_banner_text" %}
|
||||
|
||||
{% include "homepage_generic_cards" %}
|
||||
{% include "homepage_page_info" %}
|
||||
@ -52,52 +39,20 @@
|
||||
{% include 'homepage_faq' %}
|
||||
{% endif %}
|
||||
|
||||
{% assign banner_title = '<span class="lang-en">How to get the most out of Pipedrive</span>
|
||||
<span class="lang-de">Wie Sie das Beste aus Pipedrive herausholen</span>
|
||||
<span class="lang-es">Cómo sacar el máximo partido a Pipedrive</span>
|
||||
<span class="lang-fr">Comment tirer le meilleur parti de Pipedrive</span>
|
||||
<span class="lang-br">Como aproveitar o Pipedrive ao máximo</span>'
|
||||
|
||||
{% include "green_banner_image_alt",
|
||||
banner_title: '<span>Comment tirer le meilleur parti de Pipedrive</span>',
|
||||
banner_text: '<span>
|
||||
Pipedrive est un CRM débordant d’outils intelligents, pensés pour améliorer vos processus de vente et de marketing. Notre plateforme de GRC embarque tous les outils possibles, allant du <a href="https://www.pipedrive.com/fr/products/email-marketing-software/marketing-automation-tool">marketing automation</a> aux reporting analytiques.<br>
|
||||
Suivez vos leads et vos prospects depuis la vue en pipeline intuitive de Pipedrive. Recevez des notifications chaque fois que vos prospects signalent leur intérêt afin de les relancer au moment idéal.<br><br>
|
||||
Centralisez l’ensemble de vos données clients dans un espace unique, et intégrez-y vos outils de marketing digital. Ajoutez des champs personnalisés à vos contacts et groupez-les par secteur d’activité pour affiner votre ciblage.<br>
|
||||
Explore
|
||||
</span>',
|
||||
banner_button_text: '<span>Commencez dès aujourd'hui</span>',
|
||||
banner_button_link: "#sso-widget",
|
||||
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png"
|
||||
|
||||
%}
|
||||
{% assign banner_text = '<span class="lang-en">
|
||||
Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from <a href="https://www.pipedrive.com/en/products/email-marketing-software/marketing-automation-tool">marketing automation</a> features to in-depth sales reports.<br>
|
||||
Seamlessly keep track of leads and potential customers with Pipedrive’s intuitive pipeline view. Get notified when your prospects are ready to close a deal so you can follow up at precisely the right time.<br><br>
|
||||
Centralize all your customer information under one roof and integrate it with your digital marketing tools. Add custom fields for contacts and separate them by industries to ensure you target the hottest leads.<br>
|
||||
Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.<br>
|
||||
</span>
|
||||
<span class="lang-de">
|
||||
Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur <a href="https://www.pipedrive.com/de/products/email-marketing-software/marketing-automation-tool">Marketingautomatisierung</a> bis zu detaillierten Vertriebsberichten.<br>
|
||||
Behalten Sie Ihre Leads und potenziellen Kunden mit der intuitiven Pipeline-Ansicht von Pipedrive im Blick. Erhalten Sie Benachrichtigungen, wenn Ihre Interessenten bereit sind, einen Deal abzuschließen, damit Sie genau im richtigen Moment nachfassen können. <br><br>
|
||||
Zentralisieren Sie alle Kundeninformationen an einem Ort und integrieren Sie sie mit Ihren Tools für digitales Marketing. Ergänzen Sie benutzerdefinierte Felder für Kontakte und teilen Sie sie nach Branchen auf, damit Sie auf jeden Fall die heißesten Leads ansprechen.<br>
|
||||
Fangen Sie heute an, Pipedrive zu nutzen, um das Beste aus Ihrem leistungsstarken CRM-Tool zu machen und dafür zu sorgen, dass die Deals fließen.<br>
|
||||
</span>
|
||||
<span class="lang-es">
|
||||
El CRM de Pipedrive está repleto de herramientas inteligentes para mejorar tus procesos de ventas y marketing. Nuestra plataforma de CRM ofrece todo, desde funciones de <a href="https://www.pipedrive.com/es/products/email-marketing-software/marketing-automation-tool">automatización de marketing</a> hasta informes de ventas detallados.<br>
|
||||
Mantente perfectamente al día con tus prospectos y clientes potenciales con la vista del embudo intuitiva de Pipedrive. Recibe una notificación cuando tus clientes potenciales estén listos para cerrar un trato para que puedas darle seguimiento en el momento preciso.<br><br>
|
||||
Centraliza toda la información de tus clientes bajo un mismo techo e intégrala con tus herramientas de marketing digital. Añade campos personalizados para los contactos y sepáralos por industrias para asegurarte de que te diriges a los prospectos más interesados.<br>
|
||||
Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.<br>
|
||||
</span>
|
||||
<span class="lang-fr">
|
||||
Pipedrive est un CRM débordant d’outils intelligents, pensés pour améliorer vos processus de vente et de marketing. Notre plateforme de GRC embarque tous les outils possibles, allant du <a href="https://www.pipedrive.com/fr/products/email-marketing-software/marketing-automation-tool">marketing automation</a> aux reporting analytiques.<br>
|
||||
Suivez vos leads et vos prospects depuis la vue en pipeline intuitive de Pipedrive. Recevez des notifications chaque fois que vos prospects signalent leur intérêt afin de les relancer au moment idéal.<br><br>
|
||||
Centralisez l’ensemble de vos données clients dans un espace unique, et intégrez-y vos outils de marketing digital. Ajoutez des champs personnalisés à vos contacts et groupez-les par secteur d’activité pour affiner votre ciblage.<br>
|
||||
Explorez dès aujourd’hui nos formations Pipedrive Learn pour libérer tout le potentiel de votre logiciel CRM et faire fructifier votre relation client.<br>
|
||||
</span>
|
||||
<span class="lang-br">
|
||||
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>'
|
||||
%}
|
||||
{% assign banner_button_text = '<span class="lang-en">Start today</span>
|
||||
<span class="lang-de">Beginnen Sie heute</span>
|
||||
<span class="lang-es">Empieza hoy mismo</span>
|
||||
<span class="lang-fr">Commencez dès aujourd'hui</span>
|
||||
<span class="lang-br">Comece hoje mesmo</span>'
|
||||
%}
|
||||
{% assign banner_button_link = "#sso-widget" %}
|
||||
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png" %}
|
||||
{% include "green_banner_image_alt" %}
|
||||
</main>
|
||||
|
||||
{% include "footer" %}
|
||||
|
||||
@ -5,49 +5,27 @@
|
||||
{% 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>Tutoriels vidéo</span>',
|
||||
banner_text: '<span>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>',
|
||||
banner_button_text: '<span>S'inscrire à des cours</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: "fr" %}
|
||||
{% 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>'
|
||||
{% include "green_banner_text_bg_image",
|
||||
banner_title: '<span>Débloquez des vidéos gratuitement</span>',
|
||||
banner_text: "",
|
||||
banner_button_text: '<span>S'inscrire</span>',
|
||||
banner_button_link: "#sso-widget"
|
||||
%}
|
||||
{% 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" %}
|
||||
{% endunless %}
|
||||
</main>
|
||||
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
placeholder="Work email"
|
||||
>
|
||||
</div>
|
||||
<div class="np-form-field">
|
||||
<div class="np-form-field password-field">
|
||||
<svg class="login-icon" width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.75C6.20507 1.75 4.75 3.20507 4.75 5V6.25H11.25V5C11.25 3.20507 9.79493 1.75 8 1.75ZM12.75 6.25V5C12.75 2.37665 10.6234 0.25 8 0.25C5.37665 0.25 3.25 2.37665 3.25 5V6.25H2C1.0335 6.25 0.25 7.0335 0.25 8V16C0.25 16.9665 1.0335 17.75 2 17.75H14C14.9665 17.75 15.75 16.9665 15.75 16V8C15.75 7.0335 14.9665 6.25 14 6.25H12.75ZM2 7.75C1.86193 7.75 1.75 7.86193 1.75 8V16C1.75 16.1381 1.86193 16.25 2 16.25H14C14.1381 16.25 14.25 16.1381 14.25 16V8C14.25 7.86193 14.1381 7.75 14 7.75H2ZM5.75 12C5.75 10.7574 6.75736 9.75 8 9.75C9.24264 9.75 10.25 10.7574 10.25 12C10.25 13.2426 9.24264 14.25 8 14.25C6.75736 14.25 5.75 13.2426 5.75 12ZM8 11.25C7.58579 11.25 7.25 11.5858 7.25 12C7.25 12.4142 7.58579 12.75 8 12.75C8.41421 12.75 8.75 12.4142 8.75 12C8.75 11.5858 8.41421 11.25 8 11.25Z" fill="#192435"/>
|
||||
</svg>
|
||||
@ -57,8 +57,11 @@
|
||||
name="learner[password]"
|
||||
id="learner_password"
|
||||
placeholder="Password"
|
||||
onkeyup="passwordValidator()"
|
||||
>
|
||||
</div>
|
||||
<span class="bad-password" style="color: red; display: none; font-size: 12px; line-height: 1.25;">Invalid Password! Make sure your password is 8+ characters long and includes at least one upper case letter, lower case letter, number, and special character!</span>
|
||||
<span class="bad-password" style="color: red; display: none; font-size: 12px; line-height: 1.25;"></span>
|
||||
<button type="submit" class="button-1 button-large np-form-action">
|
||||
{% t shared.sign_up %}
|
||||
</button>
|
||||
@ -143,6 +146,23 @@
|
||||
</style>
|
||||
|
||||
<script>
|
||||
let passwordValidator = () => {
|
||||
//console.log(event.target.value);
|
||||
const regexExp = /^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&.#^+-/()=<>~`:;'",])[A-Za-z\d@$!%*?&.#^+-/()=<>~`:;'",]{8,}$/;
|
||||
|
||||
if(event.target.value.length > 7){
|
||||
if(regexExp.test(event.target.value) == false){
|
||||
//console.log('BAD PASSWORD')
|
||||
document.querySelector('.password-field').style.borderBottomColor = 'red';
|
||||
document.querySelector('.bad-password').style.display = 'block';
|
||||
} else {
|
||||
//console.log('VALID PASSWORD')
|
||||
document.querySelector('.password-field').style.borderBottomColor = '#E4E6E9';
|
||||
document.querySelector('.bad-password').style.display = 'none';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
addEventListener('DOMContentLoaded', () => {
|
||||
switch (window.localStorage.getItem('academy-language')) {
|
||||
case 'en':
|
||||
@ -173,4 +193,4 @@
|
||||
break;
|
||||
}
|
||||
})
|
||||
</script>
|
||||
</script>
|
||||
|
||||
@ -334,3 +334,14 @@ No risk in the renewal from Anna.
|
||||
or see a single user's data across all data sources.
|
||||
- They are using a data lake, but its limited due to what Salesforce is willing to expose. Heap is only a few years
|
||||
old and some older versions that don't even had Heap installed.
|
||||
|
||||
## 10/05/2023
|
||||
|
||||
### Academy Numbers and updates
|
||||
|
||||
* Just ran quarterly reports
|
||||
* 200% increase in badges awarded (courses completed) over this time last year. --> Mostly new users.
|
||||
* Increased "focus" from exisiting users and course completions, likely to gear up for Certificate purchases
|
||||
* 2 People certified last month
|
||||
* Total certified people: 15 [8 certification committee, 1 test writer, 6 are paid]
|
||||
* 4 Level 1 completions last month (30 courses), previous 5-months had a total 3 level 1 completions. 400% increase.
|
||||
|
||||
@ -168,3 +168,16 @@ DONE: Talk to Kaitlyn about the modal. See list below:
|
||||
* Check timestamp every time the function runs
|
||||
* If timestamp == 2 weeks, show new modal
|
||||
* Set secondary modal boolean to True/False.
|
||||
|
||||
## 10/05/2023
|
||||
|
||||
### Sync with Stephanie
|
||||
|
||||
Off-the-record Chat:
|
||||
|
||||
* Scott said: "can we throw money at getting some features off their backlog?"
|
||||
* Stephanie unclear as to what new features are
|
||||
* Scott needs to be clear
|
||||
* Schedule a call for a roadmap visibility with Allyson and Joris.
|
||||
* Scott likely already has things in place.
|
||||
* SCORM files and loading very very slowly. Especially courses with a lot SCORM files.
|
||||
|
||||
@ -31,3 +31,24 @@
|
||||
- They will be tied into their SSO network - PING.
|
||||
- They don't want to give them their full login until they have passed their WFH systems check. <-- this is mostly IT
|
||||
stuff. Not courses. It mostly falls on recruiting.
|
||||
|
||||
## 10/05/2023
|
||||
|
||||
### Realignment with Aubrey
|
||||
|
||||
- First 3 calls were the most jarring because they thought Patrycja was a designer.
|
||||
- Sent a lot of things and then on a call she says "I'll look for that."
|
||||
- When talking to Charles about the "build out" they thought they would just be telling us where things go.
|
||||
- Perfect storm of missed expectations.
|
||||
- The main reason they went to Northpass is the customization.
|
||||
- They are nervous that they don't know HTML.
|
||||
- They will have to flip things fast "on the fly" or quickly in the future.
|
||||
- Aubrey came in externally and is the only person with an L&D background.
|
||||
- Cognitive overload on the old training.
|
||||
- Tyler's background is writing and some tech. He's very defensive about his work.
|
||||
- Extended other LMS contract.
|
||||
- Aubrey's big concern is the data. If data changes based on design, then data should dictate design.
|
||||
- She doesn't want to be a bad partner.
|
||||
- Patrycja has access to their old LMS.
|
||||
- Norm to schedule monthly sync with Aubrey.
|
||||
- Quantifiable testing, HR needs specific items, User touches, how long did they access something, etc
|
||||
|
||||
66
Scripts/API_Tests/get_courses_w_descriptions.py
Normal file
66
Scripts/API_Tests/get_courses_w_descriptions.py
Normal file
@ -0,0 +1,66 @@
|
||||
"""
|
||||
Small script to grab the list of courses from Northpass API
|
||||
along with their status & description and write them to a CSV.
|
||||
"""
|
||||
import requests
|
||||
import pandas as pd
|
||||
import Apikeys
|
||||
|
||||
APIKEY = Apikeys.walmartprod
|
||||
|
||||
|
||||
def get_course():
|
||||
"""
|
||||
This function paginates through API responses to get the courses information
|
||||
"""
|
||||
|
||||
count = 0
|
||||
courses = []
|
||||
course_dict = {}
|
||||
|
||||
while True:
|
||||
count += 1
|
||||
url = f"https://api2.northpass.com/v2/courses?page={count}"
|
||||
print(url)
|
||||
headers = {"accept": "application/json", "X-Api-Key": APIKEY}
|
||||
response = requests.get(url, headers=headers)
|
||||
data = response.json()
|
||||
nextlink = data["links"]
|
||||
|
||||
for response in data["data"]:
|
||||
status = response["attributes"]["status"]
|
||||
if status == "live":
|
||||
uuid = response["id"]
|
||||
name = response["attributes"]["name"]
|
||||
full_description = response["attributes"]["full_description"]
|
||||
course_dict = {
|
||||
"id": uuid,
|
||||
"name": name,
|
||||
"status": status,
|
||||
"full_description": full_description,
|
||||
}
|
||||
|
||||
try:
|
||||
courses.append(course_dict)
|
||||
except TypeError as e:
|
||||
print(f"Error: {e}")
|
||||
finally:
|
||||
write_to_csv(courses)
|
||||
else:
|
||||
pass
|
||||
|
||||
if "next" not in nextlink:
|
||||
break
|
||||
|
||||
|
||||
def write_to_csv(courses):
|
||||
"""
|
||||
Function to write the list of dictionaries to a CSV using pandas.
|
||||
Takes on parameter, the list of courses.
|
||||
"""
|
||||
df = pd.DataFrame.from_dict(courses)
|
||||
df.to_csv("/Users/normrasmussen/Downloads/walmart_courses_descriptions.csv")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
get_course()
|
||||
@ -1,23 +1,30 @@
|
||||
import requests
|
||||
import Apikeys
|
||||
|
||||
APIKEY = Apikeys.walmartprod
|
||||
|
||||
def list_prop():
|
||||
url = "http://api.northpass.com/v2/properties/people/bulk"
|
||||
"""
|
||||
Quick little function to output Course Properties to terminal
|
||||
"""
|
||||
url = "http://api2.northpass.com/v2/properties/courses/properties"
|
||||
headers = {
|
||||
"X-Api-Key": "SlpQlju219WnWogn94dQUT6Yt",
|
||||
"X-Api-Key": APIKEY,
|
||||
"accept": "application/json",
|
||||
"content-type": "application/json",
|
||||
}
|
||||
payload = {
|
||||
"data": [
|
||||
{
|
||||
"attributes": {"properties": {"sample_list": "item 3"}},
|
||||
"id": "0b31c435-c18b-4573-984e-32cda57045b4",
|
||||
"type": "person_properties",
|
||||
}
|
||||
]
|
||||
}
|
||||
response = requests.post(url, headers=headers, json=payload)
|
||||
|
||||
# payload = {
|
||||
# "data": [
|
||||
# {
|
||||
# "attributes": {"properties": {"sample_list": "item 3"}},
|
||||
# "id": "0b31c435-c18b-4573-984e-32cda57045b4",
|
||||
# "type": "person_properties",
|
||||
# }
|
||||
# ]
|
||||
# }
|
||||
|
||||
# response = requests.post(url, headers=headers, json=payload)
|
||||
response = requests.get(url, headers=headers)
|
||||
print(response.text)
|
||||
print(response.status_code)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user