diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_avatar.html.liquid new file mode 100644 index 00000000..47a2be14 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_avatar.html.liquid @@ -0,0 +1,172 @@ +
+

+ Profile picture + Profilbild + Foto de perfil + Photo de profil + Foto do perfil +

+
+ Photo helps personalize your account + Personalisieren Sie Ihr Konto mit einem Foto + La foto ayuda a personalizar su cuenta + La photo permet de personnaliser votre compte + A foto ajuda a personalizar sua conta +
+
+ +default avatar +avatar + +
+
+ +
+ +
+ +
+ +
+
+ + + +
+ + Use default avatar + Standard-Avatar verwenden + Usar avatar predeterminado + Utiliser l'avatar par défaut + Use o avatar padrão + +
+
+ + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_deletion.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_deletion.html.liquid new file mode 100644 index 00000000..0bff3082 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_deletion.html.liquid @@ -0,0 +1,160 @@ +
+

+ Delete your account + Ihr Konto löschen + Eliminar tu cuenta + Supprimer votre compte + Exclua sua conta +

+
+ Your account will be permanently deleted and you will no longer be able to access any data or information associated with this account. This action cannot be undone. + Ihr Account wird dauerhaft gelöscht und Sie haben keinen Zugriff mehr auf die mit diesem Konto verbundenen Daten und Informationen. Diese Aktion kann nicht rückgängig gemacht werden. + Tu cuenta será eliminada permanentemente y ya no podrás acceder a ningún dato o información asociada a esta cuenta. Esta acción no se puede deshacer. + Votre compte sera définitivement supprimé et vous ne pourrez plus accéder aux données ou informations associées à ce compte. Cette action ne peut être annulée. + Sua conta será excluída permanentemente e você não poderá mais acessar quaisquer dados ou informações associados a ela. Esta ação não pode ser desfeita. +
+
+ Delete my account + Meinen Account löschen + Eliminar mi cuenta + Supprimer mon compte + Excluir minha conta +
+
+ +
+
+
+
+ + +
+ Delete + löschen + Eliminar + Supprimer + Excluir +
+
+
+ Your account will be deleted shortly + Ihr Account wird in Kürze gelöscht + Tu cuenta será eliminada en breve + Votre compte sera supprimé dans les plus brefs délais + Sua conta será excluída em breve +
+
+ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_desktop_view.html.liquid new file mode 100644 index 00000000..f60f6977 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_desktop_view.html.liquid @@ -0,0 +1,31 @@ +
+ + {% form_authenticity_token %} +
+
+

+ My profile + Mein Profil + Mi perfil + Mon profil + Meu perfil +

+
+ +
+ {% include "account_avatar", version: "desktop" %} + {% include "account_deletion" %} +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_form.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_form.html.liquid new file mode 100644 index 00000000..1809bbcc --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_form.html.liquid @@ -0,0 +1,176 @@ +
+ + +
+
+ + +
+
+ + +
+ + +{% unless form.options.invite? %} +
+ + +
+ +
+ + +
+ +
+ + +
+{% endunless %} + +{% if form.options.invite? %} +
+ + +
+ + {% if form.terms_of_service_required? %} +
+ +
+ {% t .terms_of_service %} + + + + +
+
+ {% else %} +
+ + By submitting this form you agree to the + Mit dem Absenden dieses Formulars erklären Sie sich mit den + Al enviar este formulario acepta las + En soumettant ce formulaire, vous acceptez les + Ao enviar este formulário, você concorda com os + + Terms of Use + Nutzungsbedingungen einverstanden + Condiciones de uso + conditions d'utilisation. + Termos de Uso + + +
+ {% endif %} + + +{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_mobile_view.html.liquid new file mode 100644 index 00000000..6ac8c007 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_mobile_view.html.liquid @@ -0,0 +1,17 @@ +
+ + {% form_authenticity_token %} +
+
+ {% render "account_form", form: form, version: "mobile" %} +
+
+
+
+ {% include "account_avatar", version: "mobile" %} +
+
+ +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_catalog_existing_user.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_catalog_existing_user.html.liquid new file mode 100644 index 00000000..6235bf40 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_catalog_existing_user.html.liquid @@ -0,0 +1,155 @@ +
+
+ banner image +
+

+ Courses + Kurse + Cursos + Cours + Cursos +

+
+ Welcome! We have saved your progress about courses + Willkommen! Wir haben Ihren Fortschritt zu den Kursen gespeichert + ¡Bienvenido! Hemos guardado tu progreso en los cursos + Bienvenue ! Nous avons enregistré votre progression concernant les cours + Bem-vindo! Salvamos o seu progresso nos cursos +
+
+ {% assign in_progress = 0 %} + {% assign not_started = 0 %} + {% assign completed = 0 %} + + {% for course in courses.in_catalog %} + {% if course.ribbon != 'VIDEO' %} + {% if course.completed? %} + {% assign completed = completed | plus: 1 %} + {% elsif course.started? == false %} + {% assign not_started = not_started | plus: 1 %} + {% else %} + {% assign in_progress = in_progress | plus: 1 %} + {% endif %} + {% endif %} + {% endfor %} +
+
+ +
+
+ {{ in_progress }} +
+
+ In progress + In Arbeit + En curso + En cours + Em andamento +
+
+ +
+
+ +
+
+ {{ completed }} +
+
+ Completed + Abgeschlossen + Completado + Complété + Concluído +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_catalog_new_user.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_catalog_new_user.html.liquid new file mode 100644 index 00000000..251d62d7 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_catalog_new_user.html.liquid @@ -0,0 +1,21 @@ +
+
+ banner image +
+

+ Courses + Kurse + Cursos + Cours + Cursos +

+
+ Take in-depth training courses to level up your CRM and sales skills. Earn certificates. + Absolvieren Sie umfassende Schulungskurse, um Ihre CRM- und Vertriebsfähigkeiten zu verbessern. Erhalten Sie Zertifikate. + Realiza cursos de formación en profundidad para mejorar tus habilidades en CRM y ventas. Obtén certificados. + Suivez des formations approfondies pour améliorer vos compétences en CRM et en vente. Obtenez des certificats. + Faça cursos de treinamento aprofundados para aprimorar suas habilidades em CRM e vendas. Ganhe certificados. +
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_search_page.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_search_page.html.liquid new file mode 100644 index 00000000..44a09d55 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_search_page.html.liquid @@ -0,0 +1,227 @@ +
+
+ banner image +
+

+ Hi + Hallo + Hola + Salut + Oi + {{current_person.first_name}}! +

+
+ Find the best training courses, video tutorials and webinars to master your CRM and sales skills. + Finden Sie die besten Schulungskurse, Video-Tutorials und Webinare, um Ihre CRM- und Vertriebsfähigkeiten zu meistern. + Encuentra los mejores cursos de formación, tutoriales en vídeo y seminarios web para dominar tu CRM y tus habilidades de ventas. + Trouvez les meilleures formations, vidéos tutoriels et webinaires pour maîtriser votre CRM et vos compétences commerciales. + Encontre os melhores cursos de treinamento, tutoriais em vídeo e webinars para dominar seu CRM e suas habilidades em vendas. +
+ + +
+
+
+ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_course.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_course.html.liquid new file mode 100644 index 00000000..fdd9aeae --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_course.html.liquid @@ -0,0 +1,82 @@ +{% assign activities_count = 0 %} +{% for section in course.sections %} + {% assign activities_count = activities_count | plus: section.activities.size %} +{% endfor %} +{% capture course_path %}{% route course, id: course.id %}{% endcapture %} +{% assign scaled_image_url = "" | append: course.image_url | replace: "resize=width:819,height:503", "resize=width:912,height:503" %} + +
+ + {% if course.ribbon and course.ribbon.size > 0 %} + {% assign course_ribbon_uppercase = course.ribbon | upcase %} +
+ {{ course.ribbon }} +
+ {% endif %} + {{ course.name }} +
+
+ {{ activities_count }} + {% if activities_count == 1 %} + lesson + Lektion + lección + leçon + lição + {% else %} + lessons + Lektionen + lecciones + leçons + lições + {% endif %} + | + {% if course.properties.course_time != 'NULL' %} + {{ course.properties.course_time }} + {% endif %} +
+ {% if course.started? %} +
+
+ Progress + Fortschritt + Progression + Progreso + Progresso +
+
+
+
+
+ {{ course.progress }}% +
+
+ {% endif %} +
+ {{ course.name }} +
+
+ {{ course.short_description }} +
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_course_homepage.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_course_homepage.html.liquid new file mode 100644 index 00000000..3e44b485 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_course_homepage.html.liquid @@ -0,0 +1,76 @@ +{% assign activities_count = 0 %} +{% for section in course.sections %} + {% assign activities_count = activities_count | plus: section.activities.size %} +{% endfor %} +{% capture course_path %}{% route course, id: course.id %}{% endcapture %} +{% assign scaled_image_url = "" | append: course.image_url | replace: "resize=width:819,height:503", "resize=width:912,height:503" %} + +
+ + {% if course.ribbon and course.ribbon.size > 0 %} + {% assign course_ribbon_uppercase = course.ribbon | upcase %} +
+ {{ course.ribbon }} +
+ {% endif %} + {{ course.name }} +
+
+ {{ activities_count }} + {% if activities_count == 1 %} + lesson + Lektion + lección + leçon + lição + {% else %} + lessons + Lektionen + lecciones + leçons + lições + {% endif %} + | + {% if course.properties.course_time != 'NULL' %} + {{ course.properties.course_time }} + {% endif %} +
+ {% if course.started? %} +
+
Progress
+
+
+
+
+ {{ course.progress }}% +
+
+ {% endif %} +
+ {{ course.name }} +
+
+ {{ course.short_description }} +
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_generic.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_generic.html.liquid new file mode 100644 index 00000000..2f4acde3 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_generic.html.liquid @@ -0,0 +1,18 @@ +
+ + {{ card_alt_text }} +
+
+ {{ card_title }} +
+
+ {{ card_description }} +
+
+
+ {{ card_button_text }} +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_learning_path.html.liquid new file mode 100644 index 00000000..424a81ab --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_learning_path.html.liquid @@ -0,0 +1,70 @@ +
+
+
+ {{ learning_path.name }} +
+
+ +
{% t shared.learning_path.title %}
+
+ {{ learning_path.items.count }} {% t .items %} +
+
+
+
{% t shared.learning_path.title %}
+ +
+ +
+

+ {{ learning_path.name }} +

+ +
+ {{ learning_path.instructor_names }} +
+ +
+ {{ learning_path.description }} +
+ +
+ {% t shared.progress, count: learning_path.progress %} +
+ +
+
+
+
+ + +
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_training_event.html.liquid new file mode 100644 index 00000000..1176157e --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_training_event.html.liquid @@ -0,0 +1,45 @@ +
+
+
+

+ {{ training_event.title }} +

+
+ {% t shared.event_types, key: training_event.event_type %} +
+
+ +
+
+
+ {{ training_event.sessions.first.day }} +
+
+
+ {{ training_event.sessions.first.month }} +
+
+ {{ training_event.sessions.first.year }} +
+
+
+
+
+
+
+ + + {% t .sessions, count: training_event.sessions.size %} + + + {% t shared.view %} + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_video.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_video.html.liquid new file mode 100644 index 00000000..705322ab --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_video.html.liquid @@ -0,0 +1,42 @@ +{% assign activities_count = 0 %} +{% for section in course.sections %} + {% assign activities_count = activities_count | plus: section.activities.size %} +{% endfor %} +{% capture course_path %}{% route course, id: course.id %}{% endcapture %} +{% assign scaled_image_url = "" | append: course.image_url | replace: "resize=width:819,height:503", "resize=width:912,height:503" %} + +
+ + {% if course.properties.course_time != 'NULL' %} +
+ + + +
+ {{ course.properties.course_time }} +
+
+ {% endif %} + {{ course.name }} +
+
+ {{ course.name }} +
+
+ {{ course.short_description }} +
+ + +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_catalog_courses.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_catalog_courses.html.liquid new file mode 100644 index 00000000..190b507d --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_catalog_courses.html.liquid @@ -0,0 +1,376 @@ +{% assign categories_uuids = "" %} +{% assign categories_names = "" %} +{% assign in_progress = false %} +{% for course in courses.in_catalog %} + {% if course.categories.size > 0 and course.ribbon != "VIDEO" and course.properties.featured == false %} + {% assign course_categories_ids = course.categories | map: 'id' | join: "|||" %} + {% assign course_categories_names = course.categories | map: 'name' | join: "|||" %} + {% assign categories_uuids = categories_uuids | append: course_categories_ids | append: "|||" %} + {% assign categories_names = categories_names | append: course_categories_names | append: "|||" %} + {% endif %} + {% if course.progress > 0 and course.progress < 100 %} + {% assign in_progress = true %} + {% endif %} +{% endfor %} +{% assign categories_uuids = categories_uuids | split: "|||" | uniq %} +{% assign categories_names = categories_names | split: "|||" | uniq %} + + + +
+ {% if in_progress == true %} +
+
+

+ In progress + Pipedrive Kurse + Cursos de Pipedrive + Cours de Pipedrive + Cursos de Pipedrive +

+
+ +
+ {% for course in courses.in_catalog %} + {% assign course_categories = course.categories | map: 'id' %} + {% if course.ribbon != "VIDEO" and course.properties.featured == false %} + {% if course.progress > 0 and course.progress < 100 %} + {% include "cards_course" %} + {% endif %} + {% endif %} + {% endfor %} +
+
+ {% endif %} + {% for x in (1..categories_uuids.size) %} + {% assign number_of_videos = 0 %} + {% assign y = x | minus: 1 %} + {% assign category_uuid = categories_uuids | slice: y %} +
+
+

+ {% assign category_name = categories_names | slice: y %} + + {% if category_name contains 'Pipedrive courses' %} + Pipedrive courses + Pipedrive Kurse + Cursos de Pipedrive + Cours de Pipedrive + Cursos de Pipedrive + {% elsif category_name contains 'Sales courses' %} + Sales courses + Vertriebskurse + Cursos de Ventas + Cours de Vente + Cursos de Vendas + {% elsif category_name contains 'Marketing courses' %} + Marketing courses + Marketingkurse + Cursos de Marketing + Cours de Marketing + Cursos de Marketing + {% elsif category_name contains 'Automations' %} + Automations + Automatisierungen + Automatizaciones + Automatisations + Automações + {% elsif category_name contains 'Campaigns' %} + Campaigns + Kampagnen + Campañas + Campagnes + Campanhas + {% elsif category_name contains 'Data import' %} + Data import + Datenimport + Importación de datos + Importation de données + importação de dados + {% elsif category_name contains 'Deals and Sales Pipelines' %} + Deals and Sales Pipelines + Deals und Vertriebspipelines + Tratos y canalizaciones de ventas + Offres et pipelines de ventes + Negociações e Pipelines de Vendas + {% elsif category_name contains 'Documents and Invoicing' %} + Documents and Invoicing + Dokumente und Rechnungen + Documentos y Facturación + Documents et facturation + Documentos e Faturamento + {% elsif category_name contains 'Email and communications' %} + Email and communications + E-Mail und Kommunikation + Correo electrónico y comunicaciones + Courriel et communications + E-mail e comunicações + {% elsif category_name contains 'Insights and reporting' %} + Insights and reporting + Erkenntnisse und Berichterstattung + Resultados e informes + Résultats et rapports + Informações e relatórios + {% elsif category_name contains 'Integrations' %} + Integrations + Integrationen + La integración + L'intégration + Integrações + {% elsif category_name contains 'Lead generation' %} + Lead Generation + Lead Generierung + Generación líder + Génération de leads + Geração de leads + {% elsif category_name contains 'Pipedrive basics' %} + Pipedrive basics + Pipedrive Grundlagen + Pipedrive Gouplagène + Pipedrive gouplagène + Noções básicas do Pipedrive + {% elsif category_name contains 'Pipedrive settings' %} + Pipedrive settings + Pipedrive-Einstellungen + Configuración de Pipedrive + Paramètres Pipedrive + Configurações do Pipedrive + {% elsif category_name contains 'Privacy and security' %} + Privacy and security + Privatsphäre und Sicherheit + Privacidad y seguridad + Confidentialité et sécurité + Privacidade e segurança + {% elsif category_name contains 'Projects' %} + Projects + Projekte + Proyectos + Projets + Projetos + {% elsif category_name contains 'User management' %} + User management + Benutzerverwaltung + Gestión de usuarios + Gestion des utilisateurs + gerenciamento de usuários + {% elsif category_name contains 'Spanish' %} + + + + + + {% elsif category_name contains 'German' %} + + + + + + {% elsif category_name contains 'French' %} + + + + + + {% elsif category_name contains 'Portuguese' %} + + + + + + {% else %} + {{ category_name }} + {% endif %} +

+
+ + Show less + Weniger anzeigen + Mostrar menos + Montrer moins + Mostrar menos + + + View all + Alle anzeigen + Ver todos + Tout afficher + Ver tudo + +
+
+ +
+ {% for course in courses.in_catalog %} + {% assign course_categories = course.categories | map: 'id' %} + {% if course.ribbon != "VIDEO" and course.properties.featured == false %} + {% for cat in course_categories %} + {% if category_uuid contains cat %} + {% assign number_of_videos = number_of_videos | plus: 1 %} + {% include "cards_course" %} + {% endif %} + {% endfor %} + {% endif %} + {% endfor %} +
+
+ + {% if number_of_videos <= 3 %} + + {% endif %} + {% endfor %} +
+ +
+ {% include "catalog_filter", uuids: categories_uuids, names: categories_names %} + + {% unless any_course %} + + {% endunless %} +
+ + + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_catalog_faq.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_catalog_faq.html.liquid new file mode 100644 index 00000000..9bebd6ec --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_catalog_faq.html.liquid @@ -0,0 +1,168 @@ +
+

+ FAQ +

+
+
+
+
+ + +
+
+ What is a sales training program and how does it work? + Was ist ein Vertriebstraining und wie funktioniert es? + ¿Qué es un programa de capacitación en ventas y cómo funciona? + Qu’est-ce qu’un programme de formation commerciale et comment fonctionne-t-il ? + O que é um programa de treinamento de vendas e como funciona? +
+
+
+ A sales training program is a structured learning experience designed to improve the skills, techniques and processes of sales professionals. These programs typically cover topics such as prospecting, pitching, closing and CRM usage. They may include online modules and certification to help individuals and teams improve sales performance. + Ein Vertriebstraining ist eine strukturierte Lernmethode, die darauf abzielt, die Fähigkeiten, Techniken und Prozesse von Vertriebsmitarbeitern zu verbessern. Solche Programme behandeln meist Themen wie Akquise, Präsentation, Abschluss und die Nutzung von CRM-Systemen. Sie können Online-Module und Zertifizierungen enthalten, um Einzelpersonen und Teams bei der Steigerung der Verkaufsleistung zu unterstützen. + Un programa de capacitación en ventas es una experiencia de aprendizaje estructurada diseñada para mejorar las habilidades, técnicas y procesos de los profesionales de ventas. Estos programas suelen cubrir temas como prospección, presentación, cierre y uso de CRM. Pueden incluir módulos en línea y certificaciones para ayudar a individuos y equipos a mejorar su desempeño en ventas. + Un programme de formation commerciale est une expérience d’apprentissage structurée visant à améliorer les compétences, techniques et processus des professionnels de la vente. Ces programmes couvrent généralement des sujets tels que la prospection, la présentation, la conclusion et l’utilisation du CRM. Ils peuvent inclure des modules en ligne et des certifications pour aider les individus et les équipes à améliorer leurs performances commerciales. + Um programa de treinamento de vendas é uma experiência de aprendizado estruturada projetada para aprimorar as habilidades, técnicas e processos dos profissionais de vendas. Esses programas geralmente abordam tópicos como prospecção, apresentação, fechamento e uso de CRM. Podem incluir módulos online e certificação para ajudar indivíduos e equipes a melhorar o desempenho de vendas. +
+
+ +
+
+
+ + +
+
+ How do I create a successful sales training program for my team? + Wie erstelle ich ein erfolgreiches Vertriebstraining für mein Team? + ¿Cómo crear un programa de capacitación en ventas exitoso para mi equipo? + Comment créer un programme de formation commerciale réussi pour mon équipe ? + Como criar um programa de treinamento de vendas bem-sucedido para minha equipe? +
+
+
+ To build an effective sales training program, start by identifying your team’s skill gaps and business goals. Develop a structured plan that includes onboarding basics, advanced selling techniques and CRM training. Incorporate video tutorials, real-life scenarios and interactive content. Tools like Pipedrive Academy can serve as a foundation, giving you ready-made lessons and frameworks to support your internal training efforts. + Um ein effektives Vertriebstraining zu erstellen, beginnen Sie damit, die Fähigkeitslücken Ihres Teams und Ihre Geschäftsziele zu identifizieren. Entwickeln Sie einen strukturierten Plan, der Grundlagen für das Onboarding, fortgeschrittene Verkaufstechniken und CRM-Schulungen umfasst. Integrieren Sie Video-Tutorials, reale Szenarien und interaktive Inhalte. Tools wie die Pipedrive Academy können als Grundlage dienen und bieten fertige Lektionen und Rahmenwerke zur Unterstützung Ihrer internen Schulungen. + Para crear un programa de capacitación en ventas efectivo, comienza identificando las brechas de habilidades de tu equipo y los objetivos comerciales. Desarrolla un plan estructurado que incluya los conceptos básicos de incorporación, técnicas avanzadas de ventas y formación en CRM. Incorpora tutoriales en video, escenarios de la vida real y contenido interactivo. Herramientas como Pipedrive Academy pueden servir como base, brindándote lecciones y marcos listos para apoyar tus esfuerzos de capacitación interna. + Pour créer un programme de formation commerciale efficace, commencez par identifier les lacunes en compétences de votre équipe et vos objectifs commerciaux. Élaborez un plan structuré incluant les bases de l’intégration, des techniques de vente avancées et la formation CRM. Intégrez des tutoriels vidéo, des scénarios réels et du contenu interactif. Des outils comme Pipedrive Academy peuvent servir de fondation en fournissant des leçons et des cadres prêts à l’emploi pour soutenir vos efforts de formation interne. + Para criar um programa de treinamento de vendas eficaz, comece identificando as lacunas de habilidades da sua equipe e os objetivos de negócios. Desenvolva um plano estruturado que inclua os conceitos básicos de integração, técnicas avançadas de vendas e treinamento em CRM. Incorpore tutoriais em vídeo, cenários da vida real e conteúdo interativo. Ferramentas como a Pipedrive Academy podem servir como base, oferecendo lições prontas e estruturas para apoiar seus esforços de treinamento interno. +
+
+ +
+
+
+ + +
+
+ What does a sales academy offer? + Was bietet eine Sales Academy? + ¿Qué ofrece una academia de ventas? + Que propose une académie de vente ? + O que uma academia de vendas oferece? +
+
+
+ A sales academy is a dedicated platform or institution focused on developing sales talent through education, practice and coaching. It typically offers a curriculum of courses, video tutorials and webinars covering the full sales cycle. A sales academy like Pipedrive Academy gives learners on-demand access to real-world knowledge tailored for modern sales environments. + Eine Sales Academy ist eine spezialisierte Plattform oder Institution, die sich auf die Entwicklung von Vertriebstalenten durch Ausbildung, Praxis und Coaching konzentriert. Sie bietet typischerweise einen Lehrplan mit Kursen, Video-Tutorials und Webinaren, die den gesamten Verkaufszyklus abdecken. Eine Sales Academy wie die Pipedrive Academy ermöglicht Lernenden den bedarfsgerechten Zugriff auf praxisnahes Wissen, das auf moderne Vertriebsumgebungen zugeschnitten ist. + Una academia de ventas es una plataforma o institución dedicada a desarrollar el talento en ventas mediante educación, práctica y entrenamiento. Normalmente ofrece un plan de estudios con cursos, tutoriales en video y seminarios web que cubren todo el ciclo de ventas. Una academia de ventas como Pipedrive Academy brinda a los estudiantes acceso bajo demanda a conocimientos del mundo real adaptados a entornos de ventas modernos. + Une académie de vente est une plateforme ou institution dédiée au développement des talents commerciaux par l’éducation, la pratique et le coaching. Elle propose généralement un programme de cours, de tutoriels vidéo et de webinaires couvrant l’ensemble du cycle de vente. Une académie de vente comme Pipedrive Academy offre aux apprenants un accès à la demande à des connaissances concrètes adaptées aux environnements commerciaux modernes. + Uma academia de vendas é uma plataforma ou instituição dedicada a desenvolver talentos em vendas por meio de educação, prática e coaching. Geralmente oferece um currículo de cursos, tutoriais em vídeo e webinars que cobrem todo o ciclo de vendas. Uma academia de vendas como a Pipedrive Academy oferece aos aprendizes acesso sob demanda ao conhecimento do mundo real adaptado aos ambientes modernos de vendas. +
+
+ +
+
+
+ + +
+
+ What is Pipedrive Academy? + Was ist die Pipedrive Academy? + ¿Qué es Pipedrive Academy? + Qu’est-ce que Pipedrive Academy ? + O que é a Pipedrive Academy? +
+
+
+ Pipedrive Academy is a free learning platform designed to help sales professionals, teams and business owners get the most out of Pipedrive CRM through courses, tutorials and tips. + Die Pipedrive Academy ist eine kostenlose Lernplattform, die Vertriebsprofis, Teams und Geschäftsinhabern dabei hilft, das Beste aus Pipedrive CRM herauszuholen – durch Kurse, Tutorials und Tipps. + Pipedrive Academy es una plataforma de aprendizaje gratuita diseñada para ayudar a profesionales de ventas, equipos y dueños de negocios a sacar el máximo provecho de Pipedrive CRM a través de cursos, tutoriales y consejos. + Pipedrive Academy est une plateforme d’apprentissage gratuite conçue pour aider les professionnels de la vente, les équipes et les propriétaires d’entreprise à tirer le meilleur parti de Pipedrive CRM grâce à des cours, des tutoriels et des astuces. + A Pipedrive Academy é uma plataforma de aprendizado gratuita criada para ajudar profissionais de vendas, equipes e empresários a aproveitarem ao máximo o Pipedrive CRM por meio de cursos, tutoriais e dicas. +
+
+ +
+
+
+ + +
+
+ What types of courses are available in Pipedrive Academy? + Welche Kursarten gibt es in der Pipedrive Academy? + ¿Qué tipos de cursos están disponibles en Pipedrive Academy? + Quels types de cours sont disponibles dans Pipedrive Academy ? + Quais tipos de cursos estão disponíveis na Pipedrive Academy? +
+
+
+ Courses cover Pipedrive features like pipeline management, email integration, reporting, automations and much more – with content that’s tailored to beginners and advanced users. + Die Kurse behandeln Pipedrive-Funktionen wie Pipeline-Management, E-Mail-Integration, Berichterstattung, Automatisierungen und vieles mehr – mit Inhalten, die sowohl für Anfänger als auch für Fortgeschrittene zugeschnitten sind. + Los cursos cubren funciones de Pipedrive como gestión de pipeline, integración de correo electrónico, informes, automatizaciones y mucho más, con contenido adaptado tanto para principiantes como para usuarios avanzados. + Les cours couvrent des fonctionnalités de Pipedrive telles que la gestion du pipeline, l’intégration des e-mails, les rapports, les automatisations et bien plus encore – avec un contenu adapté aux débutants comme aux utilisateurs avancés. + Os cursos abordam recursos do Pipedrive como gestão de pipeline, integração de e-mail, relatórios, automações e muito mais – com conteúdo adaptado para iniciantes e usuários avançados. +
+
+ +
+
+
+ + +
+
+ Can I track my progress in Pipedrive Academy courses? + Kann ich meinen Fortschritt in den Kursen der Pipedrive Academy verfolgen? + ¿Puedo seguir mi progreso en los cursos de Pipedrive Academy? + Puis-je suivre ma progression dans les cours de Pipedrive Academy ? + Posso acompanhar meu progresso nos cursos da Pipedrive Academy? +
+
+
+ Yes, your course progress is saved, so you can pick up where you left off and keep track of completed modules. + Ja, Ihr Kursfortschritt wird gespeichert, sodass Sie dort weitermachen können, wo Sie aufgehört haben, und abgeschlossene Module im Blick behalten. + Sí, tu progreso en el curso se guarda, para que puedas continuar donde lo dejaste y llevar un registro de los módulos completados. + Oui, votre progression dans le cours est enregistrée, vous pouvez donc reprendre là où vous vous êtes arrêté et suivre les modules terminés. + Sim, o progresso do seu curso é salvo, para que você possa continuar de onde parou e acompanhar os módulos concluídos. +
+
+ +
+
+
+ + +
+
+ Are the courses suitable for team training? + Sind die Kurse für das Teamtraining geeignet? + ¿Son los cursos adecuados para la formación de equipos? + Les cours conviennent-ils à la formation des équipes ? + Os cursos são adequados para treinamento em equipe? +
+
+
+ Absolutely. Pipedrive Academy is a great tool for onboarding new team members or upskilling your entire sales team. + Absolut. Die Pipedrive Academy ist ein hervorragendes Tool, um neue Teammitglieder einzuarbeiten oder Ihr gesamtes Vertriebsteam weiterzubilden. + Absolutamente. Pipedrive Academy es una excelente herramienta para incorporar nuevos miembros al equipo o para mejorar las habilidades de todo el equipo de ventas. + Absolument. Pipedrive Academy est un excellent outil pour intégrer les nouveaux membres de l’équipe ou perfectionner toute votre équipe de vente. + Com certeza. A Pipedrive Academy é uma ótima ferramenta para integrar novos membros da equipe ou aprimorar toda a sua equipe de vendas. +
+
+ +
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_catalog_filter.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_catalog_filter.html.liquid new file mode 100644 index 00000000..086f2c41 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_catalog_filter.html.liquid @@ -0,0 +1,216 @@ +{% if uuids.size > 0 %} +
+
+ All topics + Alle Themen + Todos los temas + Tous les thèmes + Todos os tópicos +
+
+ {% for x in (1..uuids.size) %} + {% assign y = x | minus: 1 %} +
+ {% assign category_name = names | slice: y %} + {% if category_name contains 'Pipedrive courses' %} + Pipedrive courses + Pipedrive Kurse + Cursos de Pipedrive + Cours de Pipedrive + Cursos de Pipedrive + {% elsif category_name contains 'Sales courses' %} + Sales courses + Vertriebskurse + Cursos de Ventas + Cours de Vente + Cursos de Vendas + {% elsif category_name contains 'Marketing courses' %} + Marketing courses + Marketingkurse + Cursos de Marketing + Cours de Marketing + Cursos de Marketing + {% elsif category_name contains 'Spanish' %} + Spanish + Spanisch + Español + Espagnol + Espanhol + {% else %} + {{ category_name }} + {% endif %} + +
+ {% endfor %} + +
+
+ + Certificate courses +
+
+{% endif %} + + + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_catalog_page_info.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_catalog_page_info.html.liquid new file mode 100644 index 00000000..210121ff --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_catalog_page_info.html.liquid @@ -0,0 +1,85 @@ +
+
+
+
+ +
+
+

+ What you get in Pipedrive Academy courses + Was Sie in den Kursen der Pipedrive Academy erhalten + Lo que obtienes en los cursos de Pipedrive Academy + Ce que vous obtenez dans les cours de la Pipedrive Academy + O que você recebe nos cursos da Pipedrive Academy +

+
+ Pipedrive Academy offers digital training courses, classes and video tutorials for sales people. Learn CRM software and best practices at your own pace. + Improve your digital email marketing skills, sales techniques and more. Certificate courses in marketing available. + + Die Pipedrive Academy bietet digitale Schulungskurse, Klassen und Video-Tutorials für Vertriebsmitarbeiter. Lernen Sie CRM-Software und bewährte Methoden in Ihrem eigenen Tempo. + Verbessern Sie Ihre Fähigkeiten im digitalen E-Mail-Marketing, Ihre Verkaufstechniken und mehr. Zertifikatskurse im Bereich Marketing sind verfügbar. + + La Pipedrive Academy propose des formations numériques, des cours et des tutoriels vidéo pour les commerciaux. Apprenez à utiliser un logiciel CRM et les meilleures pratiques à votre rythme. + Améliorez vos compétences en marketing par e-mail, vos techniques de vente et bien plus encore. Des cours certifiants en marketing sont disponibles. + + Pipedrive Academy ofrece cursos de formación digital, clases y tutoriales en vídeo para vendedores. Aprende a utilizar software CRM y buenas prácticas a tu propio ritmo. + Mejora tus habilidades en email marketing digital, técnicas de ventas y más. Hay cursos con certificado disponibles en marketing. + + A Pipedrive Academy oferece cursos de treinamento digital, aulas e tutoriais em vídeo para profissionais de vendas. Aprenda sobre software de CRM e boas práticas no seu próprio ritmo. + Aprimore suas habilidades em marketing por e-mail, técnicas de vendas e muito mais. Cursos com certificado em marketing estão disponíveis. +
+
+
+ +
+
+ +
+
+

+ Sales training program benefits + Vorteile von Verkaufsschulungsprogrammen + Beneficios de los programas de formación en ventas + Avantages des programmes de formation en vente + Benefícios dos programas de treinamento em vendas +

+
+ + Sales teams that receive proper training close more deals and experience increased revenue. They learn not to waste time on low quality leads and unproductive processes. + + + Training programs directly contribute to better, more personalized customer communication. Well-trained sales people nurture customer relationships that result in repeat business and higher retention. + + + + Verkaufsteams, die eine fundierte Schulung erhalten, schließen mehr Geschäfte ab und erzielen höhere Umsätze. Sie lernen, keine Zeit mit schlechten Leads oder ineffizienten Prozessen zu verschwenden. + + + Schulungsprogramme tragen direkt zu einer besseren und persönlicheren Kundenkommunikation bei. Gut geschulte Vertriebsmitarbeiter pflegen Kundenbeziehungen, die zu Folgegeschäften und höherer Kundenbindung führen. + + + + Los equipos de ventas que reciben una formación adecuada cierran más tratos y experimentan un aumento de ingresos. Aprenden a no perder tiempo con prospectos de baja calidad ni con procesos poco productivos. + + + Los programas de formación contribuyen directamente a una comunicación con el cliente más personalizada y eficaz. Los vendedores bien capacitados fomentan relaciones que generan compras recurrentes y una mayor retención. + + + + Les équipes commerciales correctement formées concluent davantage de ventes et génèrent plus de revenus. Elles apprennent à ne pas perdre de temps avec des prospects de faible qualité ou des processus inefficaces. + + + Les programmes de formation contribuent directement à une communication client plus personnalisée et efficace. Des commerciaux bien formés entretiennent des relations qui favorisent les ventes récurrentes et la fidélisation. + + + + Equipes de vendas que recebem treinamento adequado fecham mais negócios e aumentam a receita. Elas aprendem a não perder tempo com leads de baixa qualidade e processos improdutivos. + + + Programas de treinamento contribuem diretamente para uma comunicação com o cliente mais personalizada e eficaz. Profissionais de vendas bem treinados cultivam relacionamentos que geram compras recorrentes e maior retenção. + +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
+ {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
+
+ +
+ + {% if certificate.issuer_name_enabled? %} + +
+ {% endif %} + + +
+ +
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
+
+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..74a7ae41 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_top_bar.html.liquid @@ -0,0 +1,44 @@ +
+
+
+

+ {{certificate.certificate_name}} +

+
+
+ {% if certificate.linkedin_sharing_enabled and current_person.signed_in? and certificate.learner_uuid == current_person.id %} + + + {% t .share %} + + {% endif %} + + {% if certificate.generating_pdf %} +
+ +
+ {% else %} + + {% t .download %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
+
+
+ +
+
+

+ {{certificate.verification_title}} +

+

+ {{certificate.verification_description}} +

+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cookie_banner.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cookie_banner.html.liquid new file mode 100644 index 00000000..46543852 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cookie_banner.html.liquid @@ -0,0 +1,238 @@ + + + + + + + + + + + +{% if current_person.signed_in? and current_school.properties.sandbox == false %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_activity_locked.html.liquid new file mode 100644 index 00000000..386393d5 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_activity_locked.html.liquid @@ -0,0 +1,4 @@ + + + {{ activity.title }} + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_activity_unlocked.html.liquid new file mode 100644 index 00000000..30c03305 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_activity_unlocked.html.liquid @@ -0,0 +1,15 @@ +{% if course.enrolled? %} + + {{ activity.title }} + +{% else%} + + {{ activity.title }} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_categories.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_categories.html.liquid new file mode 100644 index 00000000..6cfe9010 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_categories.html.liquid @@ -0,0 +1,10 @@ +

+ {% t .header %} +

+
+ {% for category in course.categories %} +
+ {{ category.name }} +
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_cover.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_cover.html.liquid new file mode 100644 index 00000000..679068b6 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_cover.html.liquid @@ -0,0 +1,45 @@ +{% if current_person.signed_in? and course.enrolled? %} + +{% else %} +
+ {% include "course_green_card" %} + {% if course.instructors and course.instructors.size > 0 %} + {% include "course_instructor_card" %} + {% endif %} + {% include "course_outline" %} + {% include "catalog_faq" %} + {% include "course_recommended_courses" %} + + {% unless current_person.signed_in? %} + {% assign banner_title = "How to get most out of Pipedrive? + Wie mache ich das meiste aus Pipedrive? + ¿Cómo sacar el máximo provecho de Pipedrive? + Comment tirer le maximum de Pipedrive ? + Como aproveitar o Pipedrive ao máximo?" + %} + {% assign banner_text = "Welcome to Pipedrive Academy! Pipedrive Academy features CRM training videos and tutorials to help you level up your CRM and sales skills, from quick CRM courses to in-depth tutorials on specific features. + Willkommen bei der Pipedrive Academy! In der Pipedrive Academy finden Sie CRM-Schulungsvideos und -Lernprogramme, die Ihnen helfen, Ihre CRM- und Vertriebskenntnisse zu verbessern, von schnellen CRM-Kursen bis hin zu ausführlichen Lernprogrammen zu bestimmten Funktionen. + ¡Bienvenido a la Academia Pipedrive! La Academia Pipedrive cuenta con videos y tutoriales de capacitación en CRM para ayudarte a subir de nivel en tus habilidades de CRM y ventas, desde cursos rápidos hasta tutoriales avanzados sobre funciones específicas. + Bienvenue dans l'Académie de Pipedrive ! L'Académie de Pipedrive propose des vidéos de formation au CRM et des tutoriels pour améliorer vos compétences en vente et en relation client. Vous y trouverez aussi bien des leçons sur la GRC que des tutos approfondis sur des outils spécifiques. + Bem-vindo(a) à Academia do Pipedrive! A Academia do Pipedrive conta com vídeos de treinamento de CRM e tutoriais para ajudar você a melhorar suas habilidades de CRM e vendas. De cursos rápidos de CRM até tutoriais detalhados sobre recursos específicos, temos tudo aqui." + %} + {% assign banner_button_text = 'Start today + Heute starten + Empezar hoy mismo + Commencez dès aujourd'hui + Comece hoje mesmo' + %} + {% assign banner_button_link = "#sso-widget" %} + {% include "green_banner_text_bg_image" %} + {% endunless %} +
+ + +{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_description.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_description.html.liquid new file mode 100644 index 00000000..269f9216 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header, key: current_school.course_vocabulary %} +

+
+ {{ course.full_description }} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_desktop_view.html.liquid new file mode 100644 index 00000000..e16fee16 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_desktop_view.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% include "course_header" %} +
+
+
+
+ {{ course.name }} + {% include "course_description" %} + + {% if course.categories.any? %} +
+ {% include "course_categories" %} +
+ {% endif %} + + {% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+ {% endif %} + + {% if course.events.any? %} +
+ {% include "course_events" %} +
+ {% endif %} +
+
+
+ {% include "course_progress_and_cta" %} +
+ {% include "course_outline" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_events.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_events.html.liquid new file mode 100644 index 00000000..5fa80eef --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_events.html.liquid @@ -0,0 +1,28 @@ +

+ {% t .header %} +

+
+ {% for event in course.events %} +
+ +
+
+ {{ event.title }} +
+
+ {% t shared.event_types, key: event.event_type %} +
+
+ {{ event.sessions.first.time_period }} {{ event.sessions.first.time_zone }} +
+
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_green_card.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_green_card.html.liquid new file mode 100644 index 00000000..d534c030 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_green_card.html.liquid @@ -0,0 +1,198 @@ +
+
+ {% if course.promo_video_embed_url != "" %} +
+ +
+ {% else %} + banner image + {% endif %} +
+ +

+ {{ course.name }} +

+
+ {{ course.full_description }} +
+ {% comment %} + Hiding it for now, when reimplementing we need to link it to open academy courses via custom property with enrollemnt link +
+ + + + + + + + + + + + +
+ Link was copied! + Link wurde kopiert! + Enlace copiado. + Le lien a été copié ! + O link foi copiado! +
+
+ {% endcomment %} + +
+
+
+ + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_header.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_header.html.liquid new file mode 100644 index 00000000..84820ec4 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_header.html.liquid @@ -0,0 +1,16 @@ +
+ {{ current_school.course_vocabulary }} + + +
+
+ + + + {{ course.name }} +
+{{ course.name }} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_instructor_card.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_instructor_card.html.liquid new file mode 100644 index 00000000..6b6f1fa2 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_instructor_card.html.liquid @@ -0,0 +1,88 @@ + +
+

+ Your host for the course + Ihr Kursleiter + Su anfitrión para el curso + Votre formateur/formatrice + Apresentador do curso +

+
+ {% for instructor in course.instructors %} +
+
+ {{ instructor.name }} +
+
+

+ + + + {{ instructor.bio | strip_html }} +

+
+ {{ instructor.name }}, +
+
+ {{ instructor.title }} +
+
+
+ {% endfor %} +
+
+ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_instructors.html.liquid new file mode 100644 index 00000000..8b608928 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_instructors.html.liquid @@ -0,0 +1,22 @@ +

+ {% t .header %} +

+
+ {% for instructor in course.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_mobile_view.html.liquid new file mode 100644 index 00000000..7f31ff35 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_mobile_view.html.liquid @@ -0,0 +1,40 @@ +
+ {% include "course_header" %} +
+ {% include "course_progress_and_cta" %} +
+
+ +{% if course.progress == 0 %} +
+ {% include "course_description" %} +
+
+ {% include "course_outline" %} +
+{% else %} +
+ {% include "course_outline" %} +
+
+ {% include "course_description" %} +
+{% endif %} + +{% if course.categories.any? %} +
+ {% include "course_categories" %} +
+{% endif %} + +{% if course.instructors.any? %} +
+ {% include "course_instructors" %} +
+{% endif %} + +{% if course.events.any? %} +
+ {% include "course_events" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_outline.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_outline.html.liquid new file mode 100644 index 00000000..ada67865 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_outline.html.liquid @@ -0,0 +1,179 @@ +{% assign section_counter = 0 %} + +{% assign document_icon = '' %} +{% assign download_icon = '' %} +{% assign presentation_icon = '' %} +{% assign quiz_icon = '' %} +{% assign soundcloud_icon = '' %} +{% assign survey_icon = '' %} +{% assign video_icon = '' %} +{% assign webpage_icon = '' %} + +
+
+
+

+ List of lessons + Liste der Lektionen + Lista de lecciones + Liste des leçons + Lista de lições +

+
+ {{ course.short_description }} What you will learn: + Was Sie lernen werden: + Lo que aprenderás: + Ce que vous apprendrez: + O que você vai aprender: +
+
+ {% assign section_counter = 0 %} + {% for section in course.sections %} + {% assign section_counter = section_counter | plus: 1 %} + {% assign section_name_splitted = section.name | split: "|||" %} + {% assign section_name = section_name_splitted | slice: 0 %} + {% assign section_description = section_name_splitted | slice: 1 %} +
+
+
+ {{ section_counter }}. {{ section_name }} +
+
+ + +
+
+
+ {{ section_description }} +
+
+ {% assign activities_counter = 0 %} + {% for activity in section.activities %} + {% assign activities_counter = activities_counter | plus: 1 %} +
+
+ {{ activities_counter }}. {{ activity.title }} +
+
+ {% case activity.type %} + {% when 'presentation' %} + {{ presentation_icon }} + {% when 'webpage' %} + {{ webpage_icon }} + {% when 'video' %} + {{ video_icon }} + {% when 'document' %} + {{ document_icon }} + {% when 'quiz' %} + {{ quiz_icon }} + {% when 'survey' %} + {{ survey_icon }} + {% when 'soundcloud' %} + {{ soundcloud_icon }} + {% when 'download' %} + {{ download_icon }} + {% endcase %} +
+
+ {% endfor %} +
+
+ {% endfor %} + {% unless current_person.signed_in? %} + + {% endunless %} +
+
+
+
+ + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_progress_and_cta.html.liquid new file mode 100644 index 00000000..1c3db9fa --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_progress_and_cta.html.liquid @@ -0,0 +1,46 @@ +
+
+ {% t .header %} +
+
+
+
+
+ +
+ {% t shared.progress, count: course.progress %} +
+
+ +{% if course.learner_can_retake? %} +
+ {% form_authenticity_token %} + +
+{% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + {% elsif course.started? == false %} + {% t shared.course.start, key: current_school.course_vocabulary %} + {% elsif course.completed? %} + {% t shared.course.view, key: current_school.course_vocabulary %} + {% else %} + {% t shared.continue %} + {% endif %} + +{% endif %} + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_recommended_courses.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_recommended_courses.html.liquid new file mode 100644 index 00000000..51b2793f --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_recommended_courses.html.liquid @@ -0,0 +1,47 @@ + +{% if similar_count == 0 %} + +{% endif %} + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_version_outdated_alert.html.liquid @@ -0,0 +1,7 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..71795884 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
+
+ + +
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_courses_catalog.html.liquid new file mode 100644 index 00000000..ea1e9ea4 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_courses_catalog.html.liquid @@ -0,0 +1,16 @@ +{% if courses.in_catalog.any? %} +
+ {% for course in courses.in_catalog %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_courses_index.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_courses_index.html.liquid new file mode 100644 index 00000000..19e7671b --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_courses_index.html.liquid @@ -0,0 +1,16 @@ +{% if courses.enrolled.any? %} +
+ {% for course in courses.enrolled %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_courses_zero_state.html.liquid new file mode 100644 index 00000000..26e371f7 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_courses_zero_state.html.liquid @@ -0,0 +1,6 @@ +
+
+ {{ message }} +
+ {{ message }} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_faq.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_faq.html.liquid new file mode 100644 index 00000000..e5f51d5a --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_faq.html.liquid @@ -0,0 +1,120 @@ +
+

+ FAQ +

+
+
+
+
+ + +
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt +
+
+
+ At lectus urna duis convallis. Lacus sed viverra tellus in hac habitasse platea dictumst. Enim ut tellus elementum sagittis vitae et leo duis ut. Sed enim ut sem viverra aliquet eget. Urna cursus eget nunc scelerisque. +
+
+ +
+
+
+ + +
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit +
+
+
+ Nunc pulvinar sapien et ligula ullamcorper malesuada proin. Odio ut enim blandit volutpat maecenas volutpat blandit aliquam etiam. Odio euismod lacinia at quis. Eget mauris pharetra et ultrices. Justo nec ultrices dui sapien eget mi proin sed libero. Erat velit scelerisque in dictum non consectetur a. Varius vel pharetra vel turpis nunc. Id aliquet risus feugiat in ante metus dictum at. Tincidunt augue interdum velit euismod in pellentesque massa. Habitant morbi tristique senectus et. Commodo viverra maecenas accumsan lacus vel facilisis volutpat est velit. Iaculis urna id volutpat lacus. Nisl nisi scelerisque eu ultrices vitae. A lacus vestibulum sed arcu. Diam sit amet nisl suscipit. Varius quam quisque id diam vel. +
+
+ +
+
+
+ + +
+
+ Libero id faucibus nisl tincidunt eget. Porttitor eget +
+
+
+ In ante metus dictum at tempor commodo ullamcorper. Aliquet nec ullamcorper sit amet risus nullam eget. Faucibus vitae aliquet nec ullamcorper +
+
+
+
+ + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_filter_checkbox.html.liquid new file mode 100644 index 00000000..5cbcbd07 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_filter_checkbox.html.liquid @@ -0,0 +1,10 @@ + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_filter_dropdown.html.liquid new file mode 100644 index 00000000..e7a954bb --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_filter_dropdown.html.liquid @@ -0,0 +1,33 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_filter_select.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_filter_select.html.liquid new file mode 100644 index 00000000..d006c0df --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_filter_select.html.liquid @@ -0,0 +1,22 @@ +{% if params.q %} + +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_footer.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_footer.html.liquid new file mode 100644 index 00000000..56905a1b --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_footer.html.liquid @@ -0,0 +1,376 @@ + + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_image.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_image.html.liquid new file mode 100644 index 00000000..b8f2cba4 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_image.html.liquid @@ -0,0 +1,20 @@ +
+
+ banner image +
+

+ {{ banner_title }} +

+
+ {{ banner_text }} +
+ {% unless current_person.signed_in? %} + + {% endunless %} +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_image_alt.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_image_alt.html.liquid new file mode 100644 index 00000000..36ecb52c --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_image_alt.html.liquid @@ -0,0 +1,20 @@ +
+
+ banner image +
+

+ {{ banner_title }} +

+
+ {{ banner_text }} +
+ {% unless current_person.signed_in? %} + + {% endunless %} +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_signed_out.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_signed_out.html.liquid new file mode 100644 index 00000000..b71cadfd --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_signed_out.html.liquid @@ -0,0 +1,80 @@ +
+
+ banner +
+

+ + Pipedrive Academy + Pipedrive Academy + Pipedrive Academy + Pipedrive Academy + Pipedrive Academy +

+
+ Find the best training courses, video tutorials and webinars to master your CRM and sales skills. + Finden Sie die besten Schulungskurse, Video-Tutorials und Webinare, um Ihre CRM- und Vertriebsfähigkeiten zu meistern. + Encuentra los mejores cursos de formación, tutoriales en vídeo y seminarios web para perfeccionar tus habilidades de CRM y ventas. + Trouvez les meilleures formations, vidéos tutoriels et webinaires pour maîtriser votre CRM et vos compétences commerciales. + Encontre os melhores cursos de treinamento, tutoriais em vídeo e webinars para dominar suas habilidades em CRM e vendas. +
+
+
+
+ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_text.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_text.html.liquid new file mode 100644 index 00000000..2458eef3 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_text.html.liquid @@ -0,0 +1,15 @@ +
+
+

+ {{ banner_title }} +

+
+ {{ banner_text }} +
+ +
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_text_bg_image.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_text_bg_image.html.liquid new file mode 100644 index 00000000..73e23ea5 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_text_bg_image.html.liquid @@ -0,0 +1,16 @@ +
+ +
+

+ {{ banner_title }} +

+
+ {{ banner_text }} +
+ +
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_video_page.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_video_page.html.liquid new file mode 100644 index 00000000..bcda58df --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_green_banner_video_page.html.liquid @@ -0,0 +1,13 @@ +
+
+ banner image +
+

+ {{ banner_title }} +

+
+ {{ banner_text }} +
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_head.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_head.html.liquid new file mode 100644 index 00000000..af9c3cd8 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_head.html.liquid @@ -0,0 +1,237 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + + + + + + + + + + + + + + +{% include "cookie_banner" %} + + + + + + + + +{% if current_person.signed_in? and current_school.sso_active? %} + {% unless current_person.first_name %} + + {% endunless %} +{% endif %} + + + + +{% include 'seo_logo' %} + +{% if current_person.signed_in? == false %} + {% include 'sso_login_widget' %} +{% endif %} + +{% if current_school.sso_active? %} + {% if current_person.signed_in? %} + + {% else %} + + {% endif %} +{% endif %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_header.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_header.html.liquid new file mode 100644 index 00000000..3c93a260 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_header.html.liquid @@ -0,0 +1,575 @@ +{% if current_school.id == '3eed8278-7beb-4918-bca6-73db73e2ec3a' %} + +{% else %} + +{% endif %} + +
+
+ menu + + +
+
+
+ + go to + Gehen Sie zu + ir a + aller à + ir para pipedrive.com + + + {% if current_person.signed_in? %} + + {% endif %} +
+
+ + +
+
    +
  • English
  • +
  • Deutsch
  • +
  • Español
  • +
  • Français
  • +
  • Português (BR)
  • +
+
+ + {% if current_person.signed_in? %} + {% if current_person.avatar_url contains "https://secure.gravatar.com/avatar" %} + profile image + {% else %} + profile image + {% endif %} +
+
+ {{ current_person.name }} +
+ + + +
+ {% else %} + + Log in + Einloggen + Conectarse + Connexion + Entrar + + + {% endif %} +
+ +
+ {% unless current_person.signed_in? %} + + Register + Anmelden + Regístrese en + Inscription + Cadastrar-se + + {% endunless %} +
+
+
+ +{% include "header_mobile_menu" %} +{% include "messages" %} +{% include 'new_academy_popup' %} + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_header_minimal.html.liquid new file mode 100644 index 00000000..6b72cdb2 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_header_minimal.html.liquid @@ -0,0 +1,17 @@ +
+ + {% if current_school.logo_url %} + + {% else %} + + {{ current_school.name }} + + {% endif %} + +
+ +{% include "messages" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_header_mobile_menu.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_header_mobile_menu.html.liquid new file mode 100644 index 00000000..a2f2c2b2 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_header_mobile_menu.html.liquid @@ -0,0 +1,184 @@ +
+
+
+
+ +
+ +
+ {% if current_person.signed_in? %} + {% if current_school.sso_active? %} + + {% else %} + + {% endif %} + {% else %} + + {% endif %} +
+
+
+ + English + Deutsch + Español + Français + Português (BR) + +
+
English
+
Deutsch
+
Español
+
Français
+
Português (BR)
+
+
+ + + + +
+
+ + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_banner.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_banner.html.liquid new file mode 100644 index 00000000..19cf0a48 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_banner.html.liquid @@ -0,0 +1,271 @@ +
+
+ banner +
+

+ Hi {{ current_person.first_name }}! + Hallo {{ current_person.first_name }}! + ¡Hola {{ current_person.first_name }}! + Bonjour {{ current_person.first_name }}! + Oi {{ current_person.first_name }}! +

+
+ Find the best training courses, video tutorials and webinars to master your CRM and sales skills. + Finden Sie die besten Schulungskurse, Video-Tutorials und Webinare, um Ihre CRM- und Vertriebsfähigkeiten zu meistern. + Encuentre los mejores cursos de formación, tutoriales en vídeo y seminarios web para dominar sus habilidades de CRM y ventas. + Trouvez les meilleures formations, tutoriels vidéo et webinaires pour maîtriser vos compétences en CRM et en vente. + Encontre os melhores cursos de treinamento, tutoriais em vídeo e webinars para dominar suas habilidades de CRM e vendas. +
+ {% if current_person.signed_in? %} + + {% endif %} + {% if current_person.signed_in? %} + {% if current_person.properties.group_selected == false %} + + {% endif %} + {% endif %} + {% comment %}
+ {% assign in_progress = 0 %} + {% assign not_started = 0 %} + {% assign completed = 0 %} + + {% for course in courses.in_catalog %} + {% if course.ribbon != 'VIDEO' %} + {% if course.completed? %} + {% assign completed = completed | plus: 1 %} + {% elsif course.started? == false %} + {% assign not_started = not_started | plus: 1 %} + {% else %} + {% assign in_progress = in_progress | plus: 1 %} + {% endif %} + {% endif %} + {% endfor %} +
+
+ +
+
+ {{ in_progress }} +
+
+ In progress + In Arbeit + En curso + En cours + Em andamento +
+
+ +
+
+ +
+
+ {{ not_started }} +
+
+ Not started + Nicht gestartet + No iniciado + Pas encore commencé + Não iniciado +
+
+ +
+
+ +
+
+ {{ completed }} +
+
+ Completed + Abgeschlossen + Completado + Complété + Concluído +
+
+
{% endcomment %} +
+
+
+ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_banner_new_person.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_banner_new_person.html.liquid new file mode 100644 index 00000000..7c386a50 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_banner_new_person.html.liquid @@ -0,0 +1,89 @@ +
+
+ banner +
+

+ + Hi  + Hallo  + Hola  + Bonjour  + Oi  + + {% if current_person.first_name %} + {{ current_person.first_name }} + {% else %} + + {% endif %} + ! +

+
+ Welcome to your Pipedrive training hub! Learn the basics of sales CRM software and browse dozens of video guides to expand your knowledge + Willkommen in Ihrem Pipedrive-Trainingszentrum! Verstehen Sie die Grundlagen von Vertriebs-CRM-Software und erweitern Sie Ihr Wissen mit Dutzenden von Videoanleitungen + ¡Bienvenido a tu centro de capacitación de Pipedrive! Aprende los conceptos básicos del software de CRM de ventas y navega por docenas de guías en video para ampliar tus conocimientos + Bienvenue dans votre centre de formation Pipedrive ! Découvrez les bases pour bien utiliser votre logiciel CRM commercial et parcourez des dizaines de guides vidéo pour approfondir vos connaissances. + Bem-vindo(a) ao seu centro de treinamento do Pipedrive! Aprenda o básico sobre nosso software de CRM de vendas e navegue por dezenas de guias em vídeo para expandir seu conhecimento. +
+
+
+
+ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_faq.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_faq.html.liquid new file mode 100644 index 00000000..4e1ff009 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_faq.html.liquid @@ -0,0 +1,188 @@ +
+

+ FAQ +

+
+
+
+
+ + +
+
+ How can I learn CRM online for free? + Wie kann ich CRM online kostenlos lernen? + ¿Cómo puedo aprender CRM en línea gratis? + Comment apprendre le CRM en ligne gratuitement ? + Como posso aprender CRM online gratuitamente? +
+
+
+ + You can learn CRM online for free by exploring platforms like Pipedrive Academy. This platform offers accessible video tutorials and practical courses on using a CRM effectively. These online resources cover everything from getting started to advanced workflows, making it easy to learn at your own pace from anywhere. + + + Sie können CRM online kostenlos lernen, indem Sie Plattformen wie die Pipedrive Academy nutzen. Diese Plattform bietet zugängliche Video-Tutorials und praktische Kurse zur effektiven Nutzung eines CRM. Diese Online-Ressourcen decken alles ab, vom Einstieg bis hin zu fortgeschrittenen Workflows, sodass Sie in Ihrem eigenen Tempo von überall lernen können. + + + Puedes aprender CRM en línea de forma gratuita explorando plataformas como Pipedrive Academy. Esta plataforma ofrece tutoriales en video accesibles y cursos prácticos sobre cómo usar un CRM de manera efectiva. Estos recursos en línea cubren desde lo básico hasta flujos de trabajo avanzados, facilitando el aprendizaje a tu propio ritmo desde cualquier lugar. + + + Vous pouvez apprendre le CRM en ligne gratuitement en explorant des plateformes comme Pipedrive Academy. Cette plateforme propose des tutoriels vidéo accessibles et des cours pratiques sur l’utilisation efficace d’un CRM. Ces ressources en ligne couvrent tout, des bases aux workflows avancés, vous permettant d’apprendre à votre rythme où que vous soyez. + + + Você pode aprender CRM online gratuitamente explorando plataformas como a Pipedrive Academy. Esta plataforma oferece tutoriais em vídeo acessíveis e cursos práticos sobre como usar um CRM de forma eficaz. Esses recursos online abrangem desde o básico até fluxos de trabalho avançados, facilitando o aprendizado no seu próprio ritmo, de qualquer lugar. + +
+
+ +
+
+
+ + +
+
+ What’s the best way to learn how to use a CRM? + Wie lernt man am besten, ein CRM zu nutzen? + ¿Cuál es la mejor manera de aprender a usar un CRM? + Quelle est la meilleure façon d’apprendre à utiliser un CRM ? + Qual é a melhor forma de aprender a usar um CRM? +
+
+
+ + The best way to learn how to use a CRM is through hands-on, structured training that walks you through the platform’s core features, such as managing contacts, tracking deals, automating tasks and generating reports. Pipedrive Academy offers free video tutorials and step-by-step courses to help beginners and experienced users quickly master CRM best practices. + + + Der beste Weg, um zu lernen, wie man ein CRM nutzt, ist durch praktische, strukturierte Schulungen, die Sie durch die wichtigsten Funktionen der Plattform führen, wie z.B. Kontaktverwaltung, Deal-Tracking, Automatisierung von Aufgaben und Berichtserstellung. Die Pipedrive Academy bietet kostenlose Video-Tutorials und Schritt-für-Schritt-Kurse, die Anfängern und erfahrenen Nutzern helfen, CRM-Best-Practices schnell zu beherrschen. + + + La mejor manera de aprender a usar un CRM es mediante una formación práctica y estructurada que te guíe a través de las funciones principales de la plataforma, como la gestión de contactos, seguimiento de tratos, automatización de tareas y generación de informes. Pipedrive Academy ofrece tutoriales en vídeo gratuitos y cursos paso a paso para ayudar a principiantes y usuarios experimentados a dominar rápidamente las mejores prácticas de CRM. + + + La meilleure façon d’apprendre à utiliser un CRM est une formation pratique et structurée qui vous guide à travers les fonctionnalités principales de la plateforme, telles que la gestion des contacts, le suivi des affaires, l’automatisation des tâches et la génération de rapports. Pipedrive Academy propose des tutoriels vidéo gratuits et des cours étape par étape pour aider les débutants comme les utilisateurs expérimentés à maîtriser rapidement les meilleures pratiques CRM. + + + A melhor maneira de aprender a usar um CRM é através de treinamentos práticos e estruturados que te guiem pelas funcionalidades principais da plataforma, como gerenciamento de contatos, acompanhamento de negócios, automação de tarefas e geração de relatórios. A Pipedrive Academy oferece tutoriais em vídeo gratuitos e cursos passo a passo para ajudar iniciantes e usuários experientes a dominar rapidamente as melhores práticas de CRM. + +
+
+ +
+
+
+ + +
+
+ What is Pipedrive Academy? + Was ist die Pipedrive Academy? + ¿Qué es Pipedrive Academy? + Qu’est-ce que la Pipedrive Academy ? + O que é a Pipedrive Academy? +
+
+
+ Pipedrive Academy is a free learning platform designed to help sales professionals, teams and business owners get the most out of Pipedrive CRM through courses, tutorials and tips. + Die Pipedrive Academy ist eine kostenlose Lernplattform, die Vertriebsprofis, Teams und Geschäftsinhabern dabei hilft, das Beste aus Pipedrive CRM durch Kurse, Tutorials und Tipps herauszuholen. + Pipedrive Academy es una plataforma de aprendizaje gratuita diseñada para ayudar a profesionales de ventas, equipos y dueños de negocios a sacar el máximo provecho del CRM de Pipedrive a través de cursos, tutoriales y consejos. + Pipedrive Academy est une plateforme d’apprentissage gratuite conçue pour aider les professionnels de la vente, les équipes et les propriétaires d’entreprise à tirer le meilleur parti de Pipedrive CRM grâce à des cours, des tutoriels et des astuces. + Pipedrive Academy é uma plataforma de aprendizagem gratuita projetada para ajudar profissionais de vendas, equipes e proprietários de negócios a aproveitarem ao máximo o Pipedrive CRM por meio de cursos, tutoriais e dicas. +
+
+ +
+
+
+ + +
+
+ Is the Pipedrive Academy free? + Ist die Pipedrive Academy kostenlos? + ¿Es gratuita la Pipedrive Academy? + La Pipedrive Academy est-elle gratuite ? + A Pipedrive Academy é gratuita? +
+
+
+ Pipedrive Academy is completely free for all users. Whether you’re just starting out or want to sharpen your skills, you can access all courses and tutorials at no cost. + Die Pipedrive Academy ist für alle Nutzer völlig kostenlos. Egal, ob Sie gerade erst anfangen oder Ihre Fähigkeiten verbessern möchten, Sie können auf alle Kurse und Tutorials ohne Kosten zugreifen. + Pipedrive Academy es completamente gratuita para todos los usuarios. Ya sea que estés comenzando o quieras perfeccionar tus habilidades, puedes acceder a todos los cursos y tutoriales sin costo alguno. + La Pipedrive Academy est entièrement gratuite pour tous les utilisateurs. Que vous débutiez ou souhaitiez perfectionner vos compétences, vous pouvez accéder à tous les cours et tutoriels sans frais. + A Pipedrive Academy é totalmente gratuita para todos os usuários. Seja você um iniciante ou queira aprimorar suas habilidades, pode acessar todos os cursos e tutoriais sem custo algum. +
+
+ +
+
+
+ + +
+
+ Who should use the Pipedrive Academy? + Wer sollte die Pipedrive Academy nutzen? + ¿Quién debería usar la Pipedrive Academy? + Qui devrait utiliser la Pipedrive Academy ? + Quem deve usar a Pipedrive Academy? +
+
+
+ Pipedrive Academy is ideal for sales teams, CRM admins, small business owners and anyone looking to master Pipedrive’s tools to improve their sales process. + Die Pipedrive Academy ist ideal für Vertriebsteams, CRM-Administratoren, Kleinunternehmer und alle, die die Pipedrive-Tools meistern möchten, um ihren Verkaufsprozess zu verbessern. + Pipedrive Academy es ideal para equipos de ventas, administradores de CRM, propietarios de pequeñas empresas y cualquier persona que desee dominar las herramientas de Pipedrive para mejorar su proceso de ventas. + La Pipedrive Academy est idéale pour les équipes commerciales, les administrateurs CRM, les petits entrepreneurs et toute personne souhaitant maîtriser les outils de Pipedrive pour améliorer leur processus de vente. + A Pipedrive Academy é ideal para equipes de vendas, administradores de CRM, pequenos empresários e qualquer pessoa que queira dominar as ferramentas do Pipedrive para melhorar seu processo de vendas. +
+
+ +
+
+
+ + +
+
+ How do I start learning with Pipedrive Academy? + Wie beginne ich mit dem Lernen bei der Pipedrive Academy? + ¿Cómo empiezo a aprender con Pipedrive Academy? + Comment commencer à apprendre avec Pipedrive Academy ? + Como começar a aprender com a Pipedrive Academy? +
+
+
+ Simply visit the Pipedrive Academy, choose a course or video and start learning! If you’re already logged into Pipedrive, no extra login is needed. + Besuchen Sie einfach die Pipedrive Academy, wählen Sie einen Kurs oder ein Video aus und beginnen Sie mit dem Lernen! Wenn Sie bereits bei Pipedrive angemeldet sind, ist keine zusätzliche Anmeldung erforderlich. + Simplemente visita la Pipedrive Academy, elige un curso o video y ¡comienza a aprender! Si ya has iniciado sesión en Pipedrive, no necesitas iniciar sesión de nuevo. + Il vous suffit de visiter la Pipedrive Academy, de choisir un cours ou une vidéo et de commencer à apprendre ! Si vous êtes déjà connecté à Pipedrive, aucune connexion supplémentaire n’est nécessaire. + Basta visitar a Pipedrive Academy, escolher um curso ou vídeo e começar a aprender! Se você já estiver logado no Pipedrive, não é necessário fazer login novamente. +
+
+ +
+
+
+ + +
+
+ Does Pipedrive Academy offer certifications? + Bietet die Pipedrive Academy Zertifikate an? + ¿Ofrece Pipedrive Academy certificaciones? + La Pipedrive Academy propose-t-elle des certifications ? + A Pipedrive Academy oferece certificações? +
+
+
+ Yes, some courses offer completion certificates to showcase your Pipedrive CRM knowledge and sales expertise. + Ja, einige Kurse bieten Abschlusszertifikate an, um Ihr Wissen über Pipedrive CRM und Ihre Vertriebskompetenz zu zeigen. + Sí, algunos cursos ofrecen certificados de finalización para demostrar tus conocimientos de Pipedrive CRM y experiencia en ventas. + Oui, certains cours proposent des certificats de réussite pour mettre en valeur vos connaissances du CRM Pipedrive et votre expertise commerciale. + Sim, alguns cursos oferecem certificados de conclusão para demonstrar seu conhecimento do Pipedrive CRM e sua expertise em vendas. +
+
+
+
+{% include 'seo_faq' %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_generic_cards.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_generic_cards.html.liquid new file mode 100644 index 00000000..bceec14c --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_generic_cards.html.liquid @@ -0,0 +1,75 @@ +
+
+ {% assign card_button_text = 'See more + + + + ' %} + + {% assign card_image = "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-generic-cards-academy.png" %} + {% assign card_alt_text = "Man watching at a Pipedrive sales academy course on the laptop" %} + {% assign card_title = 'Academy courses + + + + ' %} + {% assign card_description = "We've crafted the perfect online courses to hone your sales strategies. Whether you're starting to use your Pipedrive CRM system or brushing up on your skills, we've got the course for you! + + + + " + %} + {% assign card_button_link = "/app/catalog" %} + {% include "cards_generic" %} + + {% assign card_image = "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-generic-cards-video-tutorial.png" %} + {% assign card_alt_text = "Woman watching a Pipedrive crm video tutorial on the laptop" %} + {% assign card_title = 'Video tutorials + + + + ' %} + {% assign card_description = "Watch insightful Pipedrive product tutorials made for all types of learners. Learn CRM tips to keep you winning and get team members up to speed with detailed product demos. + + + + " + %} + {% assign card_button_link = "/app/video-tutorials" %} + {% include "cards_generic" %} + + {% assign card_image = "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-generic-cards-webinars.png" %} + {% assign card_alt_text = "Group of people sitting at a Pipedrive sales seminar" %} + {% assign card_title = 'Webinars + + + + ' %} + {% assign card_description = "This section gives you access to all our helpful webinars. Sign up for future live streams and browse our entire catalog of on-demand discussions. + + + + " + %} + {% assign card_button_link = 'https://www.pipedrive.com/en/webinars" target="_blank"' %} + {% include "cards_generic" %} +
+
+ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_latest_courses.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_latest_courses.html.liquid new file mode 100644 index 00000000..eaa439a4 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_latest_courses.html.liquid @@ -0,0 +1,318 @@ +{% assign in_progress = false %} +{% for course in courses.in_catalog %} + {% if course.progress > 0 and course.progress < 100 %} + {% assign in_progress = true %} + {% endif %} +{% endfor %} +{% if in_progress %} +
+ {% comment %}
+
+ Latest activity + Letzte Aktivität + Última actividad + Dernière activité + Actividade mais recente +
+
+ In progress + In Arbeit + En curso + En cours + Em andamento +
+
+ Completed + Abgeschlossen + Completado + Complété + Concluído +
+
+ My list + Meine Liste + Mi lista + Ma liste + Minha lista +
+
{% endcomment %} + +
+
+
+ {% comment %}

+ Your latest courses + Ihre letzten Kurse + Sus últimos cursos + Vos derniers cours + Seus últimos cursos +

{% endcomment %} +
+ {% assign any_course = false %} + {% for course in courses.enrolled %} + {% if course.ribbon != "VIDEO" %} + {% if current_person.properties.latest_courses contains course.id %} + {% assign any_course = true %} + {% include 'cards_course_homepage' %} + {% endif %} + {% endif %} + {% endfor %} +
+
+ {% unless any_course %} + + {% endunless %} + + {% comment %}
+

+ Your latest tutorials + Ihre neuesten Tutorials + Tus últimos tutoriales + Vos derniers tutoriels + Seus últimos tutoriais +

+
+ {% assign any_course = false %} + {% for course in courses.in_catalog %} + {% if course.ribbon == "VIDEO" %} + {% if current_person.properties.latest_tutorials contains course.id %} + {% assign any_course = true %} + {% include 'cards_course_homepage' %} + {% endif %} + {% endif %} + {% endfor %} +
+
{% endcomment %} +
+ {% if any_course %} + + {% else %} + + {% endif %} + +
+

+ In progress + In Bearbeitung + En curso + En cours + Em andamento +

+
+ {% for course in courses.enrolled %} + {% if course.completed? == false and course.started? %} + {% include 'cards_course_homepage' %} + {% endif %} + {% endfor %} +
+
+ + {% comment %}
+

+ Courses you completed + Abgeschlossene Kurse + Cursos realizados + Les cours que vous avez suivis + Cursos que você completou +

+
+ {% for course in courses.enrolled %} + {% if course.completed? %} + {% include 'cards_course_homepage' %} + {% endif %} + {% endfor %} +
+
{% endcomment %} + + {% comment %}
+

+ All your courses + Alle Ihre Kurse + Todos sus cursos + Tous vos cours + Todos os seus cursos +

+
+ {% for course in courses.enrolled %} + {% if course.ribbon != 'VIDEO' %} + {% include 'cards_course_homepage' %} + {% endif %} + {% endfor %} +
+
{% endcomment %} +
+
+{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_page_info.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_page_info.html.liquid new file mode 100644 index 00000000..81de2be3 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_page_info.html.liquid @@ -0,0 +1,304 @@ +
+
+
+
+
+ +
+
+

+ Online courses for the best CRM tips and tricks + Online-Kurse mit den besten CRM-Tipps und -Tricks + Cursos en línea con los mejores consejos y trucos de CRM + Cours en ligne avec les meilleurs conseils et astuces CRM + Cursos online com as melhores dicas e truques de CRM +

+
+ + Unlock the full potential of your CRM with Pipedrive Academy. You'll find content tailored to your needs, both for beginners and professionals.
+
    +
  • Content crafted for both beginners and professionals, covering everything from CRM basics to advanced strategies.
  • +
  • Short and actionable tutorials for key features, like Automations and Campaigns.
  • +
  • Webinars from industry experts, with insights into advanced sales techniques and marketing.
  • +
+
+ + Entfesseln Sie das volle Potenzial Ihres CRM mit der Pipedrive Academy. Sie finden Inhalte, die auf Ihre Bedürfnisse zugeschnitten sind – sowohl für Einsteiger als auch für Profis.
+
    +
  • Inhalte für Einsteiger und Profis – von den CRM-Grundlagen bis hin zu fortgeschrittenen Strategien.
  • +
  • Kurze und praxisnahe Tutorials zu wichtigen Funktionen wie Automatisierungen und Kampagnen.
  • +
  • Webinare von Branchenexperten mit Einblicken in fortgeschrittene Verkaufstechniken und Marketing.
  • +
+
+ + Desbloquea todo el potencial de tu CRM con Pipedrive Academy. Encontrarás contenido adaptado a tus necesidades, tanto para principiantes como para profesionales.
+
    +
  • Contenido diseñado tanto para principiantes como para profesionales, que abarca desde los fundamentos del CRM hasta estrategias avanzadas.
  • +
  • Tutoriales cortos y prácticos sobre funciones clave, como automatizaciones y campañas.
  • +
  • Webinarios impartidos por expertos del sector, con información sobre técnicas de ventas avanzadas y marketing.
  • +
+
+ + Libérez tout le potentiel de votre CRM avec la Pipedrive Academy. Vous y trouverez du contenu adapté à vos besoins, que vous soyez débutant ou professionnel.
+
    +
  • Du contenu conçu pour les débutants comme pour les professionnels, couvrant tout, des bases du CRM aux stratégies avancées.
  • +
  • Tutoriels courts et concrets sur les fonctionnalités clés, comme les automatisations et les campagnes.
  • +
  • Webinaires animés par des experts du secteur, avec des insights sur les techniques de vente avancées et le marketing.
  • +
+
+ + Desbloqueie todo o potencial do seu CRM com a Pipedrive Academy. Você encontrará conteúdo adaptado às suas necessidades, tanto para iniciantes quanto para profissionais.
+
    +
  • Conteúdo criado para iniciantes e profissionais, cobrindo desde o básico do CRM até estratégias avançadas.
  • +
  • Tutoriais curtos e práticos sobre recursos-chave, como automações e campanhas.
  • +
  • Webinars com especialistas do setor, com insights sobre técnicas avançadas de vendas e marketing.
  • +
+
+
+
+
+
+
+ +
+
+

+ Pipedrive Academy content + Inhalte der Pipedrive Academy + Contenido de la Pipedrive Academy + Contenu de la Pipedrive Academy + Conteúdo da Pipedrive Academy +

+
+ + Pipedrive Academy houses all essential CRM resources in one, accessible hub area. Quickly find answers to your CRM questions and level up your skills. Here's how we can improve your sales:

+
    +
  • Optimize customer interaction and make every engagement count.
  • +
  • Set up insightful dashboards and guide smarter, impactful business decisions.
  • +
  • Improve your sales process, increase profitability and efficiency.
  • +
  • Design and deliver impactful marketing campaigns using Pipedrive's pre-made email templates.
  • +
+
+ + Die Pipedrive Academy vereint alle wichtigen CRM-Ressourcen an einem zentralen, leicht zugänglichen Ort. Finden Sie schnell Antworten auf Ihre CRM-Fragen und verbessern Sie Ihre Fähigkeiten. So helfen wir Ihnen, Ihren Vertrieb zu optimieren:
+
    +
  • Optimieren Sie die Kundeninteraktion und machen Sie jedes Gespräch wertvoll.
  • +
  • Richten Sie aussagekräftige Dashboards ein und treffen Sie fundierte, wirkungsvolle Geschäftsentscheidungen.
  • +
  • Verbessern Sie Ihren Verkaufsprozess, steigern Sie Rentabilität und Effizienz.
  • +
  • Gestalten und versenden Sie wirkungsvolle Marketingkampagnen mit den vorgefertigten E-Mail-Vorlagen von Pipedrive.
  • +
+
+ + Pipedrive Academy reúne todos los recursos esenciales de CRM en un solo centro accesible. Encuentra rápidamente respuestas a tus preguntas sobre CRM y mejora tus habilidades. Así podemos ayudarte a mejorar tus ventas:
+
    +
  • Optimiza la interacción con los clientes y haz que cada contacto cuente.
  • +
  • Configura paneles de control informativos y toma decisiones empresariales más inteligentes y efectivas.
  • +
  • Mejora tu proceso de ventas, aumenta la rentabilidad y la eficiencia.
  • +
  • Diseña y lanza campañas de marketing impactantes utilizando las plantillas de correo electrónico prediseñadas de Pipedrive.
  • +
+
+ + La Pipedrive Academy regroupe toutes les ressources CRM essentielles dans un seul espace centralisé et accessible. Trouvez rapidement des réponses à vos questions CRM et développez vos compétences. Voici comment nous pouvons améliorer vos ventes :
+
    +
  • Optimisez les interactions avec les clients et donnez de la valeur à chaque échange.
  • +
  • Configurez des tableaux de bord pertinents pour prendre des décisions commerciales plus intelligentes et efficaces.
  • +
  • Améliorez votre processus de vente, augmentez votre rentabilité et votre efficacité.
  • +
  • Concevez et réalisez des campagnes marketing percutantes à l’aide des modèles d’e-mails préconçus de Pipedrive.
  • +
+
+ + A Pipedrive Academy reúne todos os recursos essenciais de CRM em um único e acessível centro. Encontre rapidamente respostas para suas dúvidas sobre CRM e aprimore suas habilidades. Veja como podemos melhorar suas vendas:
+
    +
  • Otimize a interação com o cliente e torne cada contato mais significativo.
  • +
  • Configure dashboards informativos e tome decisões de negócios mais inteligentes e eficazes.
  • +
  • Melhore seu processo de vendas, aumentando a lucratividade e a eficiência.
  • +
  • Crie e execute campanhas de marketing impactantes usando os modelos de e-mail prontos do Pipedrive.
  • +
+
+
+
+
+
+
+
+
+
+
+ +
+
+

+ Courses + Kurse + Cursos + Cours + Cursos +

+
+ +
    +
  • Learn CRM fundamentals and manage your customer data with ease.
  • +
  • Discover practical, hands-on sales courses and close more deals.
  • +
  • Streamline workflows with expert tips and increase sales efficiency.
  • +
+
+ +
    +
  • Lernen Sie die Grundlagen von CRM und verwalten Sie Ihre Kundendaten mühelos.
  • +
  • Entdecken Sie praxisnahe Vertriebskurse und schließen Sie mehr Geschäfte ab.
  • +
  • Optimieren Sie Arbeitsabläufe mit Expertentipps und steigern Sie die Vertriebseffizienz.
  • +
+
+ +
    +
  • Aprende los fundamentos del CRM y gestiona los datos de tus clientes con facilidad.
  • +
  • Descubre cursos prácticos de ventas y cierra más negocios.
  • +
  • Agiliza los flujos de trabajo con consejos de expertos y mejora la eficiencia en ventas.
  • +
+
+ +
    +
  • Apprenez les bases du CRM et gérez vos données clients en toute simplicité.
  • +
  • Découvrez des cours de vente pratiques et concrets pour conclure plus de ventes.
  • +
  • Rationalisez vos processus grâce aux conseils d’experts et augmentez votre efficacité commerciale.
  • +
+
+ +
    +
  • Aprenda os fundamentos do CRM e gerencie os dados dos seus clientes com facilidade.
  • +
  • Descubra cursos de vendas práticos e feche mais negócios.
  • +
  • Otimize os fluxos de trabalho com dicas de especialistas e aumente a eficiência nas vendas.
  • +
+
+
+ + Explore courses + Kurse entdecken + Explorar cursos + Explorer les cours + Explorar cursos + +
+
+ +
+
+ +
+
+

+ Video tutorials + Video-Tutorials + Tutoriales en vídeo + Tutoriels vidéo + Tutoriais em vídeo +

+
+ +
    +
  • Master Pipedrive essentials with quick video tutorials.
  • +
  • Discover useful features you might be missing out on.
  • +
  • Increase productivity using easy-to-follow video guides.
  • +
+
+ +
    +
  • Beherrschen Sie die Pipedrive-Grundlagen mit kurzen Video-Tutorials.
  • +
  • Entdecken Sie nützliche Funktionen, die Sie vielleicht übersehen haben.
  • +
  • Steigern Sie Ihre Produktivität mit leicht verständlichen Videoanleitungen.
  • +
+
+ +
    +
  • Domina lo esencial de Pipedrive con tutoriales en vídeo rápidos.
  • +
  • Descubre funciones útiles que podrías estar pasando por alto.
  • +
  • Aumenta tu productividad con guías en vídeo fáciles de seguir.
  • +
+
+ +
    +
  • Maîtrisez les bases de Pipedrive grâce à de courtes vidéos tutoriels.
  • +
  • Découvrez des fonctionnalités utiles que vous pourriez manquer.
  • +
  • Augmentez votre productivité grâce à des guides vidéo faciles à suivre.
  • +
+
+ +
    +
  • Domine o essencial do Pipedrive com tutoriais em vídeo rápidos.
  • +
  • Descubra recursos úteis que você pode estar perdendo.
  • +
  • Aumente sua produtividade com guias em vídeo fáceis de acompanhar.
  • +
+
+
+ + Explore video tutorials + Video-Tutorials entdecken + Explorar tutoriales en vídeo + Explorer les tutoriels vidéo + Explorar tutoriais em vídeo + +
+
+ +
+
+ +
+
+

+ Webinars + Webinare + Seminarios web + Webinaires + Webinars +

+
+ +
    +
  • Get expert advice from product engineers on optimizing your sales process.
  • +
  • Learn advanced CRM tools and strategies directly from experienced managers.
  • +
  • Master pipeline setup tailored specifically to your business needs.
  • +
+
+ +
    +
  • Holen Sie sich fachkundige Beratung von Produktingenieuren zur Optimierung Ihres Verkaufsprozesses.
  • +
  • Lernen Sie fortgeschrittene CRM-Tools und Strategien direkt von erfahrenen Managern.
  • +
  • Beherrschen Sie die Einrichtung Ihrer Pipeline – maßgeschneidert für die Anforderungen Ihres Unternehmens.
  • +
+
+ +
    +
  • Obtén asesoramiento experto de ingenieros de producto para optimizar tu proceso de ventas.
  • +
  • Aprende herramientas y estrategias CRM avanzadas directamente de gerentes con experiencia.
  • +
  • Domina la configuración del embudo adaptada específicamente a las necesidades de tu negocio.
  • +
+
+ +
    +
  • Obtenez les conseils d’experts des ingénieurs produits pour optimiser votre processus de vente.
  • +
  • Apprenez à utiliser des outils et stratégies CRM avancés directement auprès de managers expérimentés.
  • +
  • Maîtrisez la configuration du pipeline adaptée spécifiquement aux besoins de votre entreprise.
  • +
+
+ +
    +
  • Receba conselhos especializados de engenheiros de produto sobre como otimizar seu processo de vendas.
  • +
  • Aprenda ferramentas e estratégias avançadas de CRM diretamente com gerentes experientes.
  • +
  • Domine a configuração do pipeline adaptada especificamente às necessidades do seu negócio.
  • +
+
+
+ + View webinars + Webinare ansehen + Ver webinarios + Voir les webinaires + Ver webinars + +
+
+
+
+ +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_recommended.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_recommended.html.liquid new file mode 100644 index 00000000..11fe9309 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_recommended.html.liquid @@ -0,0 +1,63 @@ +
+
+

+ Don’t know where to start? We recommend these + Sie wissen nicht, wo Sie anfangen sollen? Wir empfehlen + ¿No sabe por dónde empezar? Le recomendamos + Vous ne savez pas par où commencer ? Voici nos recommandations. + Não sabe por onde começar? Recomendamos estes +

+ {% assign any_course = false %} +
+ {% for course in courses.in_catalog %} + {% if course.properties.recommended_for_new_learner %} + {% assign any_course = true %} + {% if course.ribbon == 'VIDEO' %} + {% include 'cards_video' %} + {% else %} + {% include 'cards_course' %} + {% endif %} + {% endif %} + {% endfor %} +
+
+
+ +{% unless any_course %} + +{% endunless %} + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_recommended_courses.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_recommended_courses.html.liquid new file mode 100644 index 00000000..f21a406c --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_recommended_courses.html.liquid @@ -0,0 +1,93 @@ +{% assign all_courses = 0 %} +{% for course in courses.in_catalog %} + {% if course.properties.recommended_for_new_learner %} + {% unless course.ribbon == 'VIDEO' %} + {% assign all_courses = all_courses | plus: 1%} + {% endunless %} + {% endif %} +{% endfor %} +
+
+
+
+ Recommended courses + Empfohlene Kurse + Cursos recomendados + Cours recommandés + Cursos recomendados + + +
+
+ In-depth online training programs. Learn how to improve every stage of your sales process. + Umfassende Online-Schulungsprogramme. Lernen Sie, wie Sie jede Phase Ihres Verkaufsprozesses verbessern können. + Programas de formación en línea en profundidad. Aprende a mejorar cada etapa de tu proceso de ventas. + Programmes de formation en ligne approfondis. Apprenez à améliorer chaque étape de votre processus de vente. + Programas de treinamento online aprofundados. Aprenda a melhorar cada etapa do seu processo de vendas. +
+
+ {% assign any_course = false %} + {% assign counter = 0 %} +
+ {% for course in courses.in_catalog %} + {% if course.properties.recommended_for_new_learner %} + {% assign any_course = true %} + {% unless course.ribbon == 'VIDEO' %} + {% unless counter >= 3 %} + {% include 'cards_course' %} + {% assign counter = counter | plus: 1 %} + {% endunless %} + {% endunless %} + {% endif %} + {% endfor %} +
+
+
+ +{% unless any_course %} + +{% endunless %} + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_recommended_videos.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_recommended_videos.html.liquid new file mode 100644 index 00000000..058e7a60 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_recommended_videos.html.liquid @@ -0,0 +1,94 @@ +{% assign all_courses = 0 %} +{% for course in courses.in_catalog %} + {% if course.properties.recommended_for_new_learner %} + {% if course.ribbon == 'VIDEO' %} + {% assign all_courses = all_courses | plus: 1%} + {% endif %} + {% endif %} +{% endfor %} + +
+
+
+
+ Recommended video tutorials + Empfohlene Video-Tutorials + Tutoriales en vídeo recomendados + Tutoriels vidéo recommandés + Tutoriais em vídeo recomendados + + +
+
+ Short and actionable videos. Level up your Pipedrive skills. + Kurze und praxisnahe Videos. Verbessern Sie Ihre Pipedrive-Fähigkeiten. + Videos cortos y prácticos. Mejora tus habilidades en Pipedrive. + Vidéos courtes et concrètes. Améliorez vos compétences sur Pipedrive. + Vídeos curtos e práticos. Aprimore suas habilidades no Pipedrive. +
+
+ {% assign any_course = false %} + {% assign counter = 0 %} +
+ {% for course in courses.in_catalog %} + {% if course.properties.recommended_for_new_learner %} + {% assign any_course = true %} + {% if course.ribbon == 'VIDEO' %} + {% unless counter >= 3 %} + {% include 'cards_video' %} + {% assign counter = counter | plus: 1 %} + {% endunless %} + {% endif %} + {% endif %} + {% endfor %} +
+
+
+ +{% unless any_course %} + +{% endunless %} + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_webinars.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_webinars.html.liquid new file mode 100644 index 00000000..0224c404 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_homepage_webinars.html.liquid @@ -0,0 +1,59 @@ +
+
+
+ +
+ Experience live and recorded Pipedrive webinars. Our experts focus on a variety of topics, including CRM training, new feature demonstrations, tutorials and more. + Erleben Sie Live- und aufgezeichnete Pipedrive-Webinare. Unsere Experten behandeln eine Vielzahl von Themen, darunter CRM-Schulungen, Demonstrationen neuer Funktionen, Tutorials und mehr. + Participa en seminarios web en vivo y grabados de Pipedrive. Nuestros expertos se centran en una variedad de temas, incluyendo formación en CRM, demostraciones de nuevas funciones, tutoriales y más. + Participez à des webinaires Pipedrive en direct et enregistrés. Nos experts abordent une variété de sujets, notamment la formation CRM, les démonstrations de nouvelles fonctionnalités, des tutoriels et bien plus encore. + Participe de webinars ao vivo e gravados do Pipedrive. Nossos especialistas abordam uma variedade de temas, incluindo treinamento em CRM, demonstrações de novos recursos, tutoriais e muito mais. +
+
+
+
+ + + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_banners.html.liquid new file mode 100644 index 00000000..11a1810c --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_banners.html.liquid @@ -0,0 +1,5 @@ +{% if learning_path.new_content_available? %} + {% include "learning_path_new_content_banner" %} +{% else %} + {% include "learning_path_completed_banner" %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_certificate.html.liquid new file mode 100644 index 00000000..3a282c5e --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_certificate.html.liquid @@ -0,0 +1,17 @@ +{% if learning_path.has_certificate? %} + {% if learning_path.certificate_completed? %} +
+ +
+ {% include "learning_path_certificate_content" %} +
+
+ {% else %} +
+ {% include "learning_path_certificate_content" %} +
+ {% endif %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_certificate_content.html.liquid new file mode 100644 index 00000000..3feafd59 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_certificate_content.html.liquid @@ -0,0 +1,19 @@ +
+ +

+ {{ learning_path.certificate_name }} +

+ {% if learning_path.certificate_completed? %} + + {% endif %} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_completed_banner.html.liquid new file mode 100644 index 00000000..1c146f6e --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_completed_banner.html.liquid @@ -0,0 +1,13 @@ +
+ +
+

{% t .headline %}

+

{% t .description %}

+
+ {% if learning_path.certificate_link %} + {% t .actions.certificate %} + {% endif %} + {% t .actions.more_courses %} +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_course.html.liquid new file mode 100644 index 00000000..5f7aff84 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_course.html.liquid @@ -0,0 +1,56 @@ +{% if learning_path.enrolled? and course.unlocked? %} +
+ +
+ {{ course.name }} +
+
+ {{ course.name }} +
+ {% if course.instructors %} +
+ {{ course.instructors }} +
+ {% endif %} +
+ {% t shared.progress, count: course.progress %} +
+
+ + {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ {{ course.name }} +
+
+ {{ course.name }} +
+
+ {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_description.html.liquid new file mode 100644 index 00000000..6b1fb3a0 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .about %} +

+
+ {{ learning_path.description }} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_desktop_content.html.liquid new file mode 100644 index 00000000..e9ca85d9 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_desktop_content.html.liquid @@ -0,0 +1,21 @@ +
+
+
+ {{ learning_path.name }} +
+ {% include "learning_path_description" %} + {% include "learning_path_instructors" %} +
+
+
+
+
+ {% include "learning_path_progress_and_cta" %} +
+ {% include "learning_path_outline" %} +
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_desktop_header.html.liquid new file mode 100644 index 00000000..6f4c112c --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_desktop_header.html.liquid @@ -0,0 +1,12 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ + + + {{ learning_path.name }} +
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_desktop_view.html.liquid new file mode 100644 index 00000000..8447443e --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_desktop_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_instructors.html.liquid new file mode 100644 index 00000000..a8342301 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_instructors.html.liquid @@ -0,0 +1,26 @@ +{% if learning_path.instructors.any? %} +
+

+ {% t shared.instructors %} +

+
+ {% for instructor in learning_path.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_mobile_content.html.liquid new file mode 100644 index 00000000..92ffd4c8 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_mobile_content.html.liquid @@ -0,0 +1,19 @@ +{% if learning_path.in_progress? %} + {% include "learning_path_outline" %} +
+ {% include "learning_path_description" %} +
+{% else %} +
+ {% include "learning_path_description" %} +
+
+ {% include "learning_path_outline" %} +
+{% endif %} + +{% if learning_path.instructors.any? %} +
+ {% include "learning_path_instructors" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_mobile_header.html.liquid new file mode 100644 index 00000000..2bf66a5a --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_mobile_header.html.liquid @@ -0,0 +1,17 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ {{ learning_path.name }} +
+ {{ learning_path.name }} +
+ {% include "learning_path_progress_and_cta" %} +
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_mobile_view.html.liquid new file mode 100644 index 00000000..0e22feb9 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_mobile_view.html.liquid @@ -0,0 +1,2 @@ +{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_new_content_banner.html.liquid new file mode 100644 index 00000000..2bc02d46 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_new_content_banner.html.liquid @@ -0,0 +1,12 @@ +
+
+

{% t .headline %}

+

{% t .description %}

+
+ {% learning_path_next_step_button learning_path, class: "np-learning-path-banner-action np-learning-path-banner-action--primary" %} + {% if learning_path.certificate_link %} + {% t .actions.view_certificate %} + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_outline.html.liquid new file mode 100644 index 00000000..22ddd573 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_outline.html.liquid @@ -0,0 +1,10 @@ +
+ {% for item in learning_path.items %} + {% if item.course? %} + {% include "learning_path_course", course: item %} + {% elsif item.training_event? %} + {% include "learning_path_training_session", training_session: item %} + {% endif %} + {% endfor %} + {% include "learning_path_certificate" %} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_progress_and_cta.html.liquid new file mode 100644 index 00000000..1d90a2a7 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_progress_and_cta.html.liquid @@ -0,0 +1,20 @@ +{% if learning_path.enrolled? %} +
+
+ {% t .progress %} +
+
+
+
+
+
+ {% t shared.progress, count: learning_path.progress %} +
+
+{% endif %} + +{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_summary_desktop_view.html.liquid new file mode 100644 index 00000000..05961c52 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_summary_desktop_view.html.liquid @@ -0,0 +1,3 @@ +{% include "learning_path_desktop_header" %} +{% include "learning_path_banners" %} +{% include "learning_path_desktop_content" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_summary_mobile_view.html.liquid new file mode 100644 index 00000000..f30a09eb --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_summary_mobile_view.html.liquid @@ -0,0 +1,5 @@ +
+ {% include "learning_path_banners" %} +
+{% include "learning_path_mobile_header" %} +{% include "learning_path_mobile_content" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_training_session.html.liquid new file mode 100644 index 00000000..f796cdf4 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_path_training_session.html.liquid @@ -0,0 +1,53 @@ +{% if learning_path.enrolled? and training_session.unlocked? %} +
+ +
+ +
+
{{ training_session.name }}
+
{{ training_session.instructors }}
+
+ {{ training_session.time }} {{ training_session.time_zone }} +
+
+ + {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ +
+
{{ training_session.name }}
+
{{ training_session.caption }}
+
+ {% if training_session.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_paths_index.html.liquid new file mode 100644 index 00000000..a4681210 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_learning_paths_index.html.liquid @@ -0,0 +1,14 @@ +
+ {% if items.any? %} + {% for learning_path in items %} + {% include "cards_learning_path" with learning_path %} + {% endfor %} + {% else %} +
+
+ {% t .empty %} +
+ {% t .empty %} +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_messages.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_messages.html.liquid new file mode 100644 index 00000000..e3bb1e67 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_messages.html.liquid @@ -0,0 +1,40 @@ +{% if messages.alert.size > 0 %} +
+
+ {% for message in messages.alert %} + + + +
{{ message }}
+ {% endfor %} +
+
+{% endif %} + +{% if messages.notice.size > 0 %} +
+
+ {% for message in messages.notice %} +
{{ message }}
+ {% endfor %} +
+
+{% endif %} + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_new_academy_popup.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_new_academy_popup.html.liquid new file mode 100644 index 00000000..6f075fd5 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_new_academy_popup.html.liquid @@ -0,0 +1,136 @@ + + + + + + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_opinions.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_opinions.html.liquid new file mode 100644 index 00000000..4945e31e --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_opinions.html.liquid @@ -0,0 +1,156 @@ +{% capture quotes_svg %} + + + +{% endcapture %} +
+
+

+ Trusted by over 100,000 sales teams around the world + Mehr als 100.000 Vertriebsteams weltweit vertrauen Pipedrive! + Tenemos la confianza de más de 100,000 equipos de ventas en todo el mundo + Le CRM de référence pour plus de 100 000 équipes dans le monde + Mais de 100 000 equipes de vendas em todo o mundo confiam em nós +

+
+
+
+ {{ quotes_svg }} + It has made our sales department more effective and efficient. It’s easy to use and it’s constantly updated. It’s easy to use and it’s constantly updated. + Unsere Vertriebsabteilung ist nun effektiver und effizienter. Pipedrive ist benutzerfreundlich und wird regelmäßig aktualisiert. + Ha hecho que nuestro departamento de ventas sea más eficaz y eficiente. Es fácil de usar y se actualiza constantemente. Es fácil de usar y se actualiza constantemente + Avec Pipedrive, nos équipes commerciales ont gagné en efficacité et en productivité. L’outil est facile à utiliser et constamment mis à jour. + Nosso departamento de vendas se tornou muito mais eficiente. O Pipedrive é muito fácil de usar e é atualizado constantemente. +
+
+
+ +
+
+
+ Ana Rinck +
+
+ Operations Manager + Betriebsleiter + Director de operaciones + Responsable des opérations + Gerente de operações + , BAKERpedia +
+
+
+
+ +
+
+ {{ quotes_svg }} + Easy to use, reasonably priced, and ensures I don’t drop the ball on following up with my leads! + Benutzerfreundlichkeit, angemessener Preis und es sorgt dafür, dass ich bei meinen Leads am Ball bleibe. + ¡Fácil de usar, a un precio razonable y me asegura que no perderé la oportunidad de darle seguimiento a mis prospectos! + Facile à prendre en main, bon marché, avec ce logiciel CRM, je suis sûre de ne jamais oublier une seule relance avec mes prospects ! + Fácil de usar, preço justo e garante que eu nunca me esqueça de fazer o follow up com os leads! +
+
+
+ +
+
+
+ Christine Luken +
+
+ Author and Speaker + Autor und Redner + Autor y conferenciante + Auteur(e) et conférencier(e) + Autor(a) e palestrante + , Financial Lifeguard +
+
+
+
+ +
+
+ {{ quotes_svg }} + The best thing we love about Pipedrive is it does two-way sync with Google Apps. It has helped us to better organise and keep everything on track. + Was wir an Pipedrive am meisten lieben, ist die 2-Wege-Synchronisation mit Google Apps. Dadurch können wir uns besser organisieren und den Überblick behalten. + Lo que más nos encanta de Pipedrive es que se sincroniza bidireccionalmente con Google Apps. Nos ha ayudado a organizarnos mejor y a mantener todo en orden. + Ce que Pipedrive fait de mieux à notre avis, c’est la synchronisation bidirectionnelle avec les applis Google. Cela nous a permis de mieux nous organiser et de tenir notre feuille de route. + A coisa que mais gostamos no Pipedrive é a sincronização bilateral com os aplicativos do Google. Isso nos ajudou na organização e no ritmo de trabalho. +
+
+
+
+ +
+
+
+
+ Nirmal Gyanwali +
+
+ Managing Director + Managing Director + Director general + Directeu(rice) général(e) + Diretor(a) administrativo(a) + , Nirmal Web Studio +
+
+
+
+
+
+
+ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_profile_settings_initial.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_profile_settings_initial.html.liquid new file mode 100644 index 00000000..d2e32541 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_profile_settings_initial.html.liquid @@ -0,0 +1,48 @@ +
+
+
+
+
+ +
+ +
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_profile_settings_regular.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_profile_settings_regular.html.liquid new file mode 100644 index 00000000..4bbdf3e4 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_profile_settings_regular.html.liquid @@ -0,0 +1,51 @@ +{% include "header" %} + +
+
+
+
+
+

+ My profile + Mein Profil + Mi perfil + Mon profil + Meu perfil +

+
+ +
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_search_result.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_search_result.html.liquid new file mode 100644 index 00000000..57078b9b --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_search_result.html.liquid @@ -0,0 +1,46 @@ + +{% if result.type == 'course' %} + +{% comment %} +The styling below and the additional span is to make the entire div clickable as requested by the client. +{% endcomment %} +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_search_zero_state.html.liquid new file mode 100644 index 00000000..9e97642a --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_search_zero_state.html.liquid @@ -0,0 +1,19 @@ +
+
+
+

+ {% t .nothing_found %} +

+
+ {% t .empty %} +
+
+
+
+
+ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_seo_course.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_seo_course.html.liquid new file mode 100644 index 00000000..fcb6f093 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_seo_course.html.liquid @@ -0,0 +1,32 @@ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_seo_faq.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_seo_faq.html.liquid new file mode 100644 index 00000000..9cbee654 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_seo_faq.html.liquid @@ -0,0 +1,30 @@ +{% comment %} This is generic code that will make ld+json tag from any FAQ on page {% endcomment %} + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_seo_logo.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_seo_logo.html.liquid new file mode 100644 index 00000000..490d890d --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_seo_logo.html.liquid @@ -0,0 +1,23 @@ + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_sso_login_widget.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_sso_login_widget.html.liquid new file mode 100644 index 00000000..5f6fdba9 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_sso_login_widget.html.liquid @@ -0,0 +1,126 @@ +
+
+
+ +
+
+ + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_sub_navigation.html.liquid new file mode 100644 index 00000000..e69de29b diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_events_dashboard.html.liquid new file mode 100644 index 00000000..7aeb19ce --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_events_dashboard.html.liquid @@ -0,0 +1,9 @@ +
+ {% if training_events.enrolled.any? %} + {% for training_event in training_events.enrolled %} + {% include "cards_training_event" with training_event %} + {% endfor %} + {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_events_filter.html.liquid new file mode 100644 index 00000000..d4892278 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_events_filter.html.liquid @@ -0,0 +1,53 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_events_index.html.liquid new file mode 100644 index 00000000..ff93b1c8 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_events_index.html.liquid @@ -0,0 +1,13 @@ +
+ {% if training_events.available.any? %} +
+ {% for training_event in training_events.available %} +
+ {% include "cards_training_event" with training_event %} +
+ {% endfor %} +
+ {% else %} + {% include "training_events_zero_state" %} + {% endif %} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_events_zero_state.html.liquid new file mode 100644 index 00000000..076b789e --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_events_zero_state.html.liquid @@ -0,0 +1,9 @@ +
+
+ {% t .empty %} +
+ {% t .empty %} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_calendars.html.liquid new file mode 100644 index 00000000..6c758b73 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_calendars.html.liquid @@ -0,0 +1,52 @@ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_cta.html.liquid new file mode 100644 index 00000000..d777c5f6 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_cta.html.liquid @@ -0,0 +1,53 @@ +{% if training_session.approved? %} +
+ + {% t .registered %} +
+{% elsif training_session.pending? %} +
+ {% t .pending %} +
+{% elsif training_session.denied? %} +
+ {% t .denied %} +
+{% elsif training_session.too_late? %} +
+ {% t .too_late %} +
+{% elsif training_session.no_seats? %} +
+ {% t .no_seats %} +
+{% endif %} +
+
+
+ {% form_authenticity_token %} + + {% if training_session.internal? and training_session.approved? %} + {% if features.training_events_google_calendar? %} + {% include "training_session_calendars" %} + + {% else %} + + {% endif %} + + + {% endif %} + + {% if training_session.not_registered? %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_date.html.liquid new file mode 100644 index 00000000..48694035 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_date.html.liquid @@ -0,0 +1,14 @@ +
+
+
+ {{ training_session.day }} +
+
+
+ {{ training_session.month }} +
+
+ {{ training_session.year }} +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_description.html.liquid new file mode 100644 index 00000000..73be4cf4 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header %} +

+
+ {{ training_event.description }} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_desktop_view.html.liquid new file mode 100644 index 00000000..5c1abfec --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_desktop_view.html.liquid @@ -0,0 +1,40 @@ +
+ {% include "training_session_header" %} +
+
+
+
+
+
+ {% include "training_session_details" %} +
+
+ {% include "training_session_cta" %} +
+
+
+
+ {% include "training_session_description" %} +
+
+
+
+
+
+ {% t shared.more_sessions %} +
+ {% if training_event.sessions.size > 1 %} + {% include "training_session_more_sessions" %} + {% else %} +
+ {% t .empty %} +
+ {% t .empty %} +
+
+ {% endif %} +
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_details.html.liquid new file mode 100644 index 00000000..ae23b7ac --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_details.html.liquid @@ -0,0 +1,24 @@ +
+ {% include "training_session_date" %} + +
+ + {{ training_session.time_period }} {{ training_session.time_zone }} +
+ + {% if training_session.location %} +
+ + {{ training_session.location }} +
+ {% endif %} + + {% if training_session.session_url %} +
+ + + {{ training_session.session_url }} + +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_header.html.liquid new file mode 100644 index 00000000..10434cfa --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_header.html.liquid @@ -0,0 +1,10 @@ +
+ {% t shared.event_types, key: training_event.event_type %} + +
+
+ + + + {{ training_event.title }} +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_mobile_view.html.liquid new file mode 100644 index 00000000..00455d4e --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_mobile_view.html.liquid @@ -0,0 +1,22 @@ +
+
+ {% include "training_session_header" %} +
+ {% include "training_session_details" %} +
+ {% include "training_session_cta" %} +
+
+ +
+ {% include "training_session_description" %} +
+ +{% if training_event.sessions.size > 1 %} +
+
+ {% t shared.more_sessions %} +
+ {% include "training_session_more_sessions" %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_more_sessions.html.liquid new file mode 100644 index 00000000..6cfafa87 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_more_sessions.html.liquid @@ -0,0 +1,3 @@ +{% for session in training_event.sessions %} + {% include "training_session_tile", current_session: training_session %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_tile.html.liquid new file mode 100644 index 00000000..e5ad8714 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_training_session_tile.html.liquid @@ -0,0 +1,17 @@ +{% if current_session.id != session.id %} + + +
+
+ {{ session.month }} {{ session.day }}, {{ session.year }} +
+
+ {{ session.time_period }} {{ session.time_zone }} +
+
+ +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_courses.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_courses.html.liquid new file mode 100644 index 00000000..14c223a5 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_courses.html.liquid @@ -0,0 +1,156 @@ +{% assign categories_uuids = "" %} +{% assign categories_names = "" %} +{% for course in courses.in_catalog %} + {% if course.categories.size > 0 and course.ribbon == "VIDEO" %} + {% assign course_categories_ids = course.categories | map: 'id' | join: "|||" %} + {% assign course_categories_names = course.categories | map: 'name' | join: "|||" %} + {% assign categories_uuids = categories_uuids | append: course_categories_ids | append: "|||" %} + {% assign categories_names = categories_names | append: course_categories_names | append: "|||" %} + {% endif %} +{% endfor %} +{% assign categories_uuids = categories_uuids | split: "|||" | uniq %} +{% assign categories_names = categories_names | split: "|||" | uniq %} + +
+ {% include "video_filter", uuids: categories_uuids, names: categories_names %} + {% for x in (1..categories_uuids.size) %} + {% assign number_of_videos = 0 %} + {% assign y = x | minus: 1 %} + {% assign category_uuid = categories_uuids | slice: y %} +
+
+

+ {{ categories_names | slice: y }} +

+
+ + Show less + + + + + + + View all + + + + + +
+
+ +
+ {% for course in courses.in_catalog %} + {% assign course_categories = course.categories | map: 'id' %} + {% if course.ribbon == "VIDEO" %} + {% for cat in course_categories %} + {% if category_uuid contains cat %} + {% assign number_of_videos = number_of_videos | plus: 1 %} + {% include "cards_video" %} + {% endif %} + {% endfor %} + {% endif %} + {% endfor %} +
+
+ + {% if number_of_videos <= 3 %} + + {% endif %} + {% endfor %} +
+ + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_filter.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_filter.html.liquid new file mode 100644 index 00000000..01a212a8 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_filter.html.liquid @@ -0,0 +1,105 @@ +{% if uuids.size > 0 %} +
+
+ All topics + + + + +
+
+ {% for x in (1..uuids.size) %} + {% assign y = x | minus: 1 %} +
+ {{ names | slice: y }} +
+ {% endfor %} +
+
+ +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_segment_tracking.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_segment_tracking.html.liquid new file mode 100644 index 00000000..1e9dff6f --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_segment_tracking.html.liquid @@ -0,0 +1,50 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorial_cover.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorial_cover.html.liquid new file mode 100644 index 00000000..0d7e9af5 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorial_cover.html.liquid @@ -0,0 +1,198 @@ +
+ {% include "video_segment_tracking" %} +
+ +
+
+
+ {% if course.promo_video_embed_url == "" %} + {{ course.properties.video_embed_url }} + {% else %} + {{ course.promo_video_embed_url }} + {% endif %} +
+

+ {{ course.name }} +

+
+ {{ course.full_description | strip_html }} +
+
+
+
+ Suggested + Empfohlen + Sugerencia + Suggestion : + Sugerido +
+
+ {% assign course_cateogries = course.categories | map: 'id' | join: '|' %} + {% for suggested_course in courses.in_catalog %} + {% if suggested_course.ribbon == "VIDEO" and suggested_course.id != course.id %} + {% for suggested_course_category in suggested_course.categories %} + {% if course_cateogries contains suggested_course_category.id %} + +
+ {{ suggested_course.name }} +
+
+
+ {{ suggested_course.name }} +
+
+ {{ suggested_course.properties.course_time }} +
+
+
+ {% break %} + {% endif %} + {% endfor %} + {% endif %} + {% endfor %} +
+
+
+
+
+
+
+ + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorials_courses.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorials_courses.html.liquid new file mode 100644 index 00000000..0d82efdb --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorials_courses.html.liquid @@ -0,0 +1,209 @@ +{% assign categories_uuids = "" %} +{% assign categories_names = "" %} +{% for course in courses.in_catalog %} + {% if course.categories.size > 0 and course.ribbon == "VIDEO" %} + {% assign course_categories_ids = course.categories | map: 'id' | join: "|||" %} + {% assign course_categories_names = course.categories | map: 'name' | join: "|||" %} + {% assign categories_uuids = categories_uuids | append: course_categories_ids | append: "|||" %} + {% assign categories_names = categories_names | append: course_categories_names | append: "|||" %} + {% endif %} +{% endfor %} +{% assign categories_uuids = categories_uuids | split: "|||" | uniq %} +{% assign categories_names = categories_names | split: "|||" | uniq %} + +
+ {% for x in (1..categories_uuids.size) %} + {% assign number_of_videos = 0 %} + {% assign y = x | minus: 1 %} + {% assign category_uuid = categories_uuids | slice: y %} +
+
+

+ {{ categories_names | slice: y }} +

+
+ + Show less + Weniger anzeigen + Mostrar menos + Montrer moins + Mostrar menos + + + View all + Alle anzeigen + Ver todos + Tout afficher + Ver tudo + +
+
+ +
+ {% for course in courses.in_catalog %} + {% assign course_categories = course.categories | map: 'id' %} + {% if course.ribbon == "VIDEO" %} + {% for cat in course_categories %} + {% if category_uuid contains cat %} + {% assign number_of_videos = number_of_videos | plus: 1 %} + {% include "cards_video" %} + {% endif %} + {% endfor %} + {% endif %} + {% endfor %} +
+
+ + {% if number_of_videos <= 3 %} + + {% endif %} + {% endfor %} +
+ +
+ {% include "video_tutorials_filter", uuids: categories_uuids, names: categories_names %} +
+ + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorials_faq.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorials_faq.html.liquid new file mode 100644 index 00000000..3b667688 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorials_faq.html.liquid @@ -0,0 +1,126 @@ +
+

+ FAQ +

+
+ +
+
+
+ + +
+
+ What is CRM training? + Was ist CRM-Schulung? + ¿Qué es la formación en CRM? + Qu'est-ce que la formation CRM ? + O que é treinamento de CRM? +
+
+
+ CRM training teaches individuals or teams how to effectively use customer relationship management (CRM) software to manage contacts, track sales, automate tasks and improve customer interactions. Training can range from basic setup to advanced workflows and reporting. It’s essential for maximizing the value of any CRM platform. + CRM-Schulung vermittelt Einzelpersonen oder Teams, wie sie Customer-Relationship-Management-Software effektiv nutzen, um Kontakte zu verwalten, Verkäufe zu verfolgen, Aufgaben zu automatisieren und Kundeninteraktionen zu verbessern. Die Schulung reicht von der Grundeinrichtung bis zu fortgeschrittenen Workflows und Berichten. Sie ist entscheidend, um den Wert jeder CRM-Plattform zu maximieren. + La formación en CRM enseña a individuos o equipos cómo usar eficazmente el software de gestión de relaciones con clientes (CRM) para gestionar contactos, seguir ventas, automatizar tareas y mejorar las interacciones con clientes. La formación puede ir desde la configuración básica hasta flujos de trabajo avanzados e informes. Es esencial para maximizar el valor de cualquier plataforma CRM. + La formation CRM apprend aux individus ou aux équipes à utiliser efficacement un logiciel de gestion de la relation client (CRM) pour gérer les contacts, suivre les ventes, automatiser les tâches et améliorer les interactions clients. La formation peut aller de la configuration de base aux workflows avancés et au reporting. Elle est essentielle pour maximiser la valeur de toute plateforme CRM. + O treinamento de CRM ensina indivíduos ou equipes a usar efetivamente o software de gerenciamento de relacionamento com clientes (CRM) para gerenciar contatos, acompanhar vendas, automatizar tarefas e melhorar as interações com clientes. O treinamento pode variar desde a configuração básica até fluxos de trabalho avançados e relatórios. É essencial para maximizar o valor de qualquer plataforma CRM. +
+
+ +
+
+
+ + +
+
+ How do you train people to use a CRM system? + Wie schult man Personen im Umgang mit einem CRM-System? + ¿Cómo se capacita a las personas para usar un sistema CRM? + Comment former les utilisateurs à un système CRM ? + Como treinar pessoas para usar um sistema CRM? +
+
+
+ Training people to use a CRM involves a combination of video tutorials and hands-on exercises. Start with the platform’s core features like contact management and pipelines, then introduce more advanced functions such as automation and analytics. Tools like Pipedrive Academy provide structured, self-paced courses that make onboarding and team-wide adoption much easier. + Die Schulung von Personen im Umgang mit einem CRM umfasst eine Kombination aus Video-Tutorials und praktischen Übungen. Beginnen Sie mit den Kernfunktionen der Plattform wie Kontaktverwaltung und Pipelines, und führen Sie dann fortgeschrittene Funktionen wie Automatisierung und Analysen ein. Tools wie die Pipedrive Academy bieten strukturierte, selbstgesteuerte Kurse, die das Onboarding und die teamweite Einführung erheblich erleichtern. + La capacitación para usar un CRM implica una combinación de tutoriales en video y ejercicios prácticos. Comienza con las funciones principales de la plataforma, como la gestión de contactos y los pipelines, y luego introduce funciones más avanzadas como la automatización y el análisis. Herramientas como Pipedrive Academy ofrecen cursos estructurados y autodirigidos que facilitan mucho la incorporación y adopción por parte de todo el equipo. + La formation à l’utilisation d’un CRM combine des tutoriels vidéo et des exercices pratiques. Commencez par les fonctionnalités de base telles que la gestion des contacts et les pipelines, puis introduisez des fonctions plus avancées comme l’automatisation et l’analyse. Des outils comme Pipedrive Academy proposent des cours structurés et à votre rythme, facilitant grandement l’intégration et l’adoption par toute l’équipe. + Treinar pessoas para usar um CRM envolve uma combinação de tutoriais em vídeo e exercícios práticos. Comece com os recursos principais da plataforma, como gerenciamento de contatos e pipelines, depois apresente funções mais avançadas, como automação e análise. Ferramentas como o Pipedrive Academy oferecem cursos estruturados e no seu próprio ritmo, facilitando muito a integração e a adoção em toda a equipe. +
+
+ +
+
+
+ + +
+
+ What topics do the Pipedrive video tutorials cover? + Welche Themen behandeln die Pipedrive Video-Tutorials? + ¿Qué temas cubren los tutoriales en video de Pipedrive? + Quels sujets couvrent les tutoriels vidéo de Pipedrive ? + Quais tópicos os tutoriais em vídeo do Pipedrive abordam? +
+
+
+ Tutorials include step-by-step guides on deal management, lead tracking, automation setup, email syncing and more. + Die Tutorials enthalten Schritt-für-Schritt-Anleitungen zu Deal-Management, Lead-Tracking, Automatisierungseinrichtung, E-Mail-Synchronisierung und mehr. + Los tutoriales incluyen guías paso a paso sobre gestión de acuerdos, seguimiento de prospectos, configuración de automatizaciones, sincronización de correos electrónicos y más. + Les tutoriels comprennent des guides étape par étape sur la gestion des affaires, le suivi des prospects, la configuration des automatisations, la synchronisation des e-mails et plus encore. + Os tutoriais incluem guias passo a passo sobre gerenciamento de negócios, acompanhamento de leads, configuração de automações, sincronização de e-mails e muito mais. +
+
+ +
+
+
+ + +
+
+ Are the tutorials beginner-friendly? + Sind die Tutorials auch für Anfänger geeignet? + ¿Los tutoriales son adecuados para principiantes? + Les tutoriels sont-ils adaptés aux débutants ? + Os tutoriais são amigáveis para iniciantes? +
+
+
+ Yes, the tutorials are designed with clarity and simplicity in mind, perfect for first-time users as well as returning learners. + Ja, die Tutorials sind klar und einfach gestaltet, perfekt für Erstnutzer sowie für Wiedereinsteiger. + Sí, los tutoriales están diseñados con claridad y simplicidad, perfectos tanto para usuarios primerizos como para quienes regresan. + Oui, les tutoriels sont conçus avec clarté et simplicité, parfaits pour les débutants comme pour les apprenants confirmés. + Sim, os tutoriais são projetados com clareza e simplicidade, perfeitos para usuários iniciantes e também para os que retornam. +
+
+ +
+
+
+ + +
+
+ How often are new tutorials added to Pipedrive Academy? + Wie oft werden neue Tutorials bei der Pipedrive Academy hinzugefügt? + ¿Con qué frecuencia se agregan nuevos tutoriales a Pipedrive Academy? + À quelle fréquence de nouveaux tutoriels sont-ils ajoutés à Pipedrive Academy ? + Com que frequência novos tutoriais são adicionados à Pipedrive Academy? +
+
+
+ New tutorials are regularly added to keep up with product updates and new features. Check back often for the latest videos. + Regelmäßig werden neue Tutorials hinzugefügt, um mit Produktupdates und neuen Funktionen Schritt zu halten. Schauen Sie öfter vorbei, um die neuesten Videos zu sehen. + Se agregan nuevos tutoriales regularmente para mantenerse al día con las actualizaciones y nuevas funciones del producto. Visita con frecuencia para ver los últimos videos. + De nouveaux tutoriels sont régulièrement ajoutés pour suivre les mises à jour du produit et les nouvelles fonctionnalités. Revenez souvent pour découvrir les dernières vidéos. + Novos tutoriais são adicionados regularmente para acompanhar as atualizações do produto e novos recursos. Confira com frequência para ver os vídeos mais recentes. +
+
+ + +
+ + +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorials_filter.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorials_filter.html.liquid new file mode 100644 index 00000000..a7f2eff2 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorials_filter.html.liquid @@ -0,0 +1,80 @@ +{% if uuids.size > 0 %} +
+
+ All topics + Alle Themen + Todos los temas + Tous les thèmes + Todos os tópicos +
+ {% for x in (1..uuids.size) %} + {% assign y = x | minus: 1 %} +
+ {{ names | slice: y }} +
+ {% endfor %} +
+
+
+
+ +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorials_page_info.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorials_page_info.html.liquid new file mode 100644 index 00000000..e48c1378 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_video_tutorials_page_info.html.liquid @@ -0,0 +1,106 @@ +
+
+
+
+ +
+
+

+ Take CRM courses and watch sales training videos + Nehmen Sie an CRM-Kursen teil und sehen Sie sich Vertriebsschulungsvideos an + Realiza cursos de CRM y mira vídeos de formación en ventas + Suivez des cours sur le CRM et regardez des vidéos de formation à la vente + Faça cursos de CRM e assista a vídeos de treinamento em vendas +

+
+ + Customer relationship management (CRM) tools are designed to maximize revenue. Our online courses teach you how to best increase your sales team's productivity using the CRM. + + + Pipedrive CRM offers a wide variety of revenue-boosting and marketing features. These include advanced reporting tools, helping you better forecast sales results, as well as integrations with third-party marketing and customer support tools. + + + + Customer Relationship Management (CRM)-Tools wurden entwickelt, um den Umsatz zu maximieren. Unsere Online-Kurse zeigen Ihnen, wie Sie mit Hilfe des CRM die Produktivität Ihres Vertriebsteams am besten steigern. + + + Pipedrive CRM bietet eine breite Palette an umsatzsteigernden und marketingorientierten Funktionen. Dazu gehören fortschrittliche Berichtstools zur besseren Prognose von Verkaufsergebnissen sowie Integrationen mit Drittanbieter-Tools für Marketing und Kundensupport. + + + + Las herramientas de gestión de relaciones con los clientes (CRM) están diseñadas para maximizar los ingresos. Nuestros cursos en línea te enseñan cómo aumentar al máximo la productividad de tu equipo de ventas usando el CRM. + + + El CRM de Pipedrive ofrece una amplia variedad de funciones para aumentar los ingresos y mejorar el marketing. Estas incluyen herramientas de informes avanzados para prever mejor los resultados de ventas, así como integraciones con herramientas de marketing y atención al cliente de terceros. + + + + Les outils de gestion de la relation client (CRM) sont conçus pour maximiser les revenus. Nos cours en ligne vous apprennent comment améliorer au mieux la productivité de votre équipe commerciale grâce au CRM. + + + Le CRM de Pipedrive propose un large éventail de fonctionnalités destinées à accroître les revenus et à renforcer le marketing. Cela inclut des outils de reporting avancés pour mieux prévoir les résultats des ventes, ainsi que des intégrations avec des outils marketing et de support client tiers. + + + + As ferramentas de gestão de relacionamento com o cliente (CRM) são desenvolvidas para maximizar a receita. Nossos cursos online ensinam como aumentar ao máximo a produtividade da sua equipe de vendas usando o CRM. + + + O CRM do Pipedrive oferece uma grande variedade de recursos voltados para aumento de receita e marketing. Isso inclui ferramentas avançadas de relatórios, que ajudam a prever melhor os resultados de vendas, além de integrações com ferramentas de marketing e suporte ao cliente de terceiros. + +
+
+
+ +
+
+ +
+
+

+ Unlock your Pipedrive CRM potential with tutorial videos + Entfesseln Sie das Potenzial Ihres Pipedrive-CRM mit Tutorial-Videos + Libera el potencial de tu CRM de Pipedrive con vídeos tutoriales + Déverrouillez le potentiel de votre CRM Pipedrive avec des vidéos tutoriels + Libere todo o potencial do seu CRM Pipedrive com vídeos tutoriais +

+
+ + Our interactive short videos and video tutorials let your sales reps quickly and efficiently improve their skills. Learn clever tips and tricks at your own pace, at the time of your choosing. + + + Tutorial videos break down and explain even complex CRM features with attention to detail. Understanding your CRM features allows you and your sales reps get the most value out of your CRM. + + + + Unsere interaktiven Kurzvideos und Tutorials ermöglichen es Ihren Vertriebsmitarbeitern, ihre Fähigkeiten schnell und effizient zu verbessern. Lernen Sie clevere Tipps und Tricks in Ihrem eigenen Tempo und zu Ihrer Wunschzeit. + + + Tutorial-Videos erklären selbst komplexe CRM-Funktionen detailliert und verständlich. Das Verständnis Ihrer CRM-Funktionen ermöglicht es Ihnen und Ihrem Vertriebsteam, den größtmöglichen Nutzen daraus zu ziehen. + + + + Nuestros vídeos cortos interactivos y tutoriales permiten que tu equipo de ventas mejore sus habilidades de forma rápida y eficiente. Aprende trucos y consejos útiles a tu propio ritmo, en el momento que elijas. + + + Los vídeos tutoriales desglosan y explican incluso las funciones más complejas del CRM con todo detalle. Comprender estas funciones te permitirá sacar el máximo partido del CRM junto con tu equipo de ventas. + + + + Nos courtes vidéos interactives et nos tutoriels vidéo permettent à vos commerciaux d'améliorer rapidement et efficacement leurs compétences. Apprenez des astuces et conseils à votre rythme, quand vous le souhaitez. + + + Les tutoriels vidéo expliquent en détail même les fonctionnalités CRM les plus complexes. Mieux comprendre ces fonctionnalités vous permet, à vous et à votre équipe, de tirer le meilleur parti de votre CRM. + + + + Nossos vídeos curtos interativos e tutoriais permitem que seus representantes de vendas aprimorem rapidamente suas habilidades. Aprenda dicas e truques inteligentes no seu ritmo, quando quiser. + + + Os vídeos tutoriais explicam detalhadamente até mesmo os recursos mais complexos do CRM. Compreender esses recursos permite que você e sua equipe de vendas aproveitem ao máximo o CRM. + +
+
+
+ +
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_courses.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_courses.html.liquid new file mode 100644 index 00000000..4c2fb8f9 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_courses.html.liquid @@ -0,0 +1,122 @@ +
+ {% for x in (1..categories_uuids.size) %} + {% assign number_of_videos = 0 %} + {% assign y = x | minus: 1 %} + {% assign category_uuid = categories_uuids | slice: y %} +
+
+

+ {{ categories_names | slice: y }} +

+
+ + Show less + + + View all + +
+
+ +
+ {% for course in courses.in_catalog %} + {% assign course_categories = course.categories | map: 'id' %} + {% if course.properties.webinar %} + {% for cat in course_categories %} + {% if category_uuid contains cat %} + {% assign number_of_videos = number_of_videos | plus: 1 %} + {% include "cards_course" %} + {% endif %} + {% endfor %} + {% endif %} + {% endfor %} +
+
+ + {% if number_of_videos <= 3 %} + + {% endif %} + {% endfor %} +
+ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_filters.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_filters.html.liquid new file mode 100644 index 00000000..f36fa3da --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_filters.html.liquid @@ -0,0 +1,111 @@ +{% if uuids.size > 0 %} +
+
+ All topics +
+ {% for x in (1..uuids.size) %} + {% assign y = x | minus: 1 %} +
+ {{ names | slice: y }} +
+ {% endfor %} +
+{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_hero_image.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_hero_image.html.liquid new file mode 100644 index 00000000..22456c31 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_hero_image.html.liquid @@ -0,0 +1,18 @@ +
+
+ banner image +
+

+ Join our next Pipedrive introduction webinar +

+
+ Every Tuesday at 5pm GMT our product experts Pipe Drive and Drive Pipe host a webinar to get you acquainted with everything that helps you get started with Pipedrive. Join the next session for free. +
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_start_today.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_start_today.html.liquid new file mode 100644 index 00000000..78233e51 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_start_today.html.liquid @@ -0,0 +1,68 @@ +
+
+ banner image +
+

+ How to get most out of Pipedrive? +

+
+ Welcome to Pipedrive Academy! Pipedrive Academy features CRM training videos and tutorials to help you level up your CRM and sales skills, from quick CRM courses to in-depth tutorials on specific features. +
+ +
+
+
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_upcoming.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_upcoming.html.liquid new file mode 100644 index 00000000..100bd867 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_webinars_upcoming.html.liquid @@ -0,0 +1,24 @@ +
+
+ Upcoming webinars by Pipedrive +
+
+ +
+
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/account.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/account.html.liquid new file mode 100644 index 00000000..348b49d3 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/account.html.liquid @@ -0,0 +1,53 @@ +{% include "header" %} + +
+
+ {% include "account_desktop_view", form: form %} +
+
+ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/auth_url_email.html.liquid new file mode 100644 index 00000000..a413959c --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/auth_url_email.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/auth_url_employee.html.liquid new file mode 100644 index 00000000..c8d8adf7 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/auth_url_employee.html.liquid @@ -0,0 +1,59 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ {% t shared.welcome_to_school, school_name: current_school.name %} +
+
+ {% t .headline, key: current_school.course_vocabulary %} +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/auth_url_phone_number.html.liquid new file mode 100644 index 00000000..aafae119 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/auth_url_phone_number.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/auth_url_terms.html.liquid new file mode 100644 index 00000000..a7087db2 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/auth_url_terms.html.liquid @@ -0,0 +1,74 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t shared.welcome_to_school, school_name: current_school.name %}
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/br-catalog.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/br-catalog.html.liquid new file mode 100644 index 00000000..4e1bc624 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/br-catalog.html.liquid @@ -0,0 +1,29 @@ +{% comment %} skip-auth {% endcomment %} + + {% assign new_person = true %} + {% for course in courses.enrolled %} + {% if course.started? %} + {% assign new_person = false %} + {% break %} + {% endif %} + {% endfor %} + + {% include "header" %} + +
+ {% if new_person %} + {% include 'banner_catalog_new_user' %} + {% else %} + {% include 'banner_catalog_existing_user' %} + {% endif %} + + {% include "catalog_courses", lang: "br" %} + {% include "catalog_page_info" %} + {% include "opinions" background: '#fff'%} + {% include 'catalog_faq' %} + +
+ + {% include "footer" %} + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/br-homepage.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/br-homepage.html.liquid new file mode 100644 index 00000000..9d511083 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/br-homepage.html.liquid @@ -0,0 +1,116 @@ +{% comment %} skip-auth {% endcomment %} + + + {% include "header" %} + +
+ {% if current_person.signed_in? %} + {% assign new_person = true %} + {% for course in courses.enrolled %} + {% if course.started? %} + {% assign new_person = false %} + {% break %} + {% endif %} + {% endfor %} + {% if new_person %} + {% include 'homepage_banner' %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + {% else %} + {% include 'homepage_banner' %} + {% include 'homepage_latest_courses' %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + + {% endif %} + {% else %} + {% assign banner_title = 'Pipedrive Learn + Pipedrive Learn + Pipedrive Aprende + Pipedrive Learn + Aprenda com o Pipedrive' + %} + {% assign banner_text = '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. + 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. + ¡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. + 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. + 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.' + %} + {% assign banner_button_text = 'Register now + Jetzt anmelden + Regístrate ahora + Inscrivez-vous maintenant + Cadastre-se agora' + %} + {% assign banner_button_link = "#sso-widget" %} + {% include "green_banner_signed_out" %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + {% endif %} + + {% assign banner_title = 'How to get the most out of Pipedrive + Wie Sie das Beste aus Pipedrive herausholen + Cómo sacar el máximo partido a Pipedrive + Comment tirer le meilleur parti de Pipedrive + Como aproveitar o Pipedrive ao máximo' + %} + {% assign banner_text = ' + Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from marketing automation features to in-depth sales reports.
+ 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.

+ 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.
+ Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.
+
+ + Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur Marketingautomatisierung bis zu detaillierten Vertriebsberichten.
+ 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.

+ 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.
+ 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.
+
+ + 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 automatización de marketing hasta informes de ventas detallados.
+ 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.

+ 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.
+ Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.
+
+ + 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 marketing automation aux reporting analytiques.
+ 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.

+ 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.
+ 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.
+
+ + 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 automatização do marketing aos relatórios detalhados sobre vendas.
+ 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.

+ 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.
+ 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.
+
' + %} + {% assign banner_button_text = 'Start today + Beginnen Sie heute + Empieza hoy mismo + Commencez dès aujourd'hui + Comece hoje mesmo' + %} + {% assign banner_button_link = "#sso-widget" %} + {% assign banner_image_url = "https://s3.us-east-1.amazonaws.com/static.northpass.com/pipedrive/images/1.webp" %} + {% comment %} {% include "green_banner_image_alt" %} {% endcomment %} +
+ + {% include "footer" %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/br-video-tutorials.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/br-video-tutorials.html.liquid new file mode 100644 index 00000000..b5dca074 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/br-video-tutorials.html.liquid @@ -0,0 +1,52 @@ +{% comment %} skip-auth {% endcomment %} + + {% include "header" %} + +
+ {% assign banner_title = 'Video Tutorials + Video-Tutorials + Tutoriales en vídeo + Tutoriels vidéo + Tutoriais em vídeo' + %} + {% assign banner_text = 'Short and actionable videos on specific jobs related to the most important topics of the Pipedrive tool. + Kurze und umsetzbare Videos zu konkreten Aufgaben rund um die wichtigsten Funktionen des Pipedrive-Tools. + Vídeos breves y prácticos sobre tareas específicas relacionadas con los temas más importantes de la herramienta de Pipedrive. + Vidéos courtes et concrètes sur des tâches spécifiques liées aux sujets les plus importants de l’outil Pipedrive. + Vídeos curtos e práticos sobre tarefas específicas relacionadas aos temas mais importantes da ferramenta Pipedrive.' + %} + {% assign banner_button_text = 'Sign up for courses + Für Kurse anmelden + Inscríbete en los cursos + S'inscrire à des cours + Inscreva-se nos cursos' +%} + {% assign banner_button_link = "#sso-widget" %} + {% assign banner_image_url = "https://s3.us-east-1.amazonaws.com/static.northpass.com/pipedrive/images/6.webp" %} + {% include "green_banner_video_page" %} + + {% include "video_tutorials_courses", lang: "br" %} + {% include "video_tutorials_page_info" %} + {% include 'opinions' background: "#fff" %} + {% include 'video_tutorials_faq' %} + + {% unless current_person.signed_in? %} + {% assign banner_title = 'Unlock videos for free + Videos kostenlos freischalten + Desbloquear vídeos gratis + Débloquez des vidéos gratuitement + Desbloquear vídeos de graça' + %} + {% assign banner_text = "" %} + {% assign banner_button_text = 'Sign up + Anmelden + Regístrate + S'inscrire + Cadastre-se' + %} + {% assign banner_button_link = "#sso-widget" %} + {% comment %} {% include "green_banner_text_bg_image" %} {% endcomment %} + {% endunless %} +
+ + {% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/catalog.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/catalog.html.liquid new file mode 100644 index 00000000..ac22f8c3 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/catalog.html.liquid @@ -0,0 +1,26 @@ + {% assign new_person = true %} + {% for course in courses.enrolled %} + {% if course.started? %} + {% assign new_person = false %} + {% break %} + {% endif %} + {% endfor %} + + {% include "header" %} + +
+ {% if new_person %} + {% include 'banner_catalog_new_user' %} + {% else %} + {% include 'banner_catalog_existing_user' %} + {% endif %} + + {% include "catalog_courses" %} + {% include "catalog_page_info" %} + {% include "opinions" background: '#fff'%} + {% include 'catalog_faq' %} + +
+ + {% include "footer" %} + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/course.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/course.html.liquid new file mode 100644 index 00000000..51531d32 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/course.html.liquid @@ -0,0 +1,77 @@ + + +{% if current_person.signed_in? == false and current_school.sso_active? == false %} + +{% else %} + {% include "header" %} + + {% if course.ribbon == "VIDEO" %} + {% include "video_tutorial_cover" %} + {% else %} + {% include "course_cover" %} + {% endif %} + + {% include "footer" %} + + {% if current_person.signed_in? == false and current_school.sso_active? %} + + {% endif %} + + {% if current_person.signed_in? and current_school.properties.sandbox == false %} + + {% endif %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/courses.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/courses.html.liquid new file mode 100644 index 00000000..91290019 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/courses.html.liquid @@ -0,0 +1,3 @@ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/dashboard.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/dashboard.html.liquid new file mode 100644 index 00000000..4b3070f4 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/dashboard.html.liquid @@ -0,0 +1,3 @@ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/de-catalog.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/de-catalog.html.liquid new file mode 100644 index 00000000..a8a89398 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/de-catalog.html.liquid @@ -0,0 +1,28 @@ +{% comment %} skip-auth {% endcomment %} + + {% assign new_person = true %} + {% for course in courses.enrolled %} + {% if course.started? %} + {% assign new_person = false %} + {% break %} + {% endif %} + {% endfor %} + + {% include "header" %} + +
+ {% if new_person %} + {% include 'banner_catalog_new_user' %} + {% else %} + {% include 'banner_catalog_existing_user' %} + {% endif %} + + {% include "catalog_courses", lang:"de" %} + {% include "catalog_page_info" %} + {% include "opinions" background: '#fff'%} + {% include 'catalog_faq' %} + +
+ + {% include "footer" %} + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/de-homepage.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/de-homepage.html.liquid new file mode 100644 index 00000000..9d511083 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/de-homepage.html.liquid @@ -0,0 +1,116 @@ +{% comment %} skip-auth {% endcomment %} + + + {% include "header" %} + +
+ {% if current_person.signed_in? %} + {% assign new_person = true %} + {% for course in courses.enrolled %} + {% if course.started? %} + {% assign new_person = false %} + {% break %} + {% endif %} + {% endfor %} + {% if new_person %} + {% include 'homepage_banner' %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + {% else %} + {% include 'homepage_banner' %} + {% include 'homepage_latest_courses' %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + + {% endif %} + {% else %} + {% assign banner_title = 'Pipedrive Learn + Pipedrive Learn + Pipedrive Aprende + Pipedrive Learn + Aprenda com o Pipedrive' + %} + {% assign banner_text = '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. + 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. + ¡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. + 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. + 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.' + %} + {% assign banner_button_text = 'Register now + Jetzt anmelden + Regístrate ahora + Inscrivez-vous maintenant + Cadastre-se agora' + %} + {% assign banner_button_link = "#sso-widget" %} + {% include "green_banner_signed_out" %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + {% endif %} + + {% assign banner_title = 'How to get the most out of Pipedrive + Wie Sie das Beste aus Pipedrive herausholen + Cómo sacar el máximo partido a Pipedrive + Comment tirer le meilleur parti de Pipedrive + Como aproveitar o Pipedrive ao máximo' + %} + {% assign banner_text = ' + Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from marketing automation features to in-depth sales reports.
+ 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.

+ 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.
+ Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.
+
+ + Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur Marketingautomatisierung bis zu detaillierten Vertriebsberichten.
+ 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.

+ 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.
+ 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.
+
+ + 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 automatización de marketing hasta informes de ventas detallados.
+ 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.

+ 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.
+ Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.
+
+ + 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 marketing automation aux reporting analytiques.
+ 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.

+ 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.
+ 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.
+
+ + 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 automatização do marketing aos relatórios detalhados sobre vendas.
+ 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.

+ 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.
+ 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.
+
' + %} + {% assign banner_button_text = 'Start today + Beginnen Sie heute + Empieza hoy mismo + Commencez dès aujourd'hui + Comece hoje mesmo' + %} + {% assign banner_button_link = "#sso-widget" %} + {% assign banner_image_url = "https://s3.us-east-1.amazonaws.com/static.northpass.com/pipedrive/images/1.webp" %} + {% comment %} {% include "green_banner_image_alt" %} {% endcomment %} +
+ + {% include "footer" %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/de-video-tutorials.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/de-video-tutorials.html.liquid new file mode 100644 index 00000000..775ff063 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/de-video-tutorials.html.liquid @@ -0,0 +1,52 @@ +{% comment %} skip-auth {% endcomment %} + + {% include "header" %} + +
+ {% assign banner_title = 'Video Tutorials + Video-Tutorials + Tutoriales en vídeo + Tutoriels vidéo + Tutoriais em vídeo' + %} + {% assign banner_text = 'Short and actionable videos on specific jobs related to the most important topics of the Pipedrive tool. + Kurze und umsetzbare Videos zu konkreten Aufgaben rund um die wichtigsten Funktionen des Pipedrive-Tools. + Vídeos breves y prácticos sobre tareas específicas relacionadas con los temas más importantes de la herramienta de Pipedrive. + Vidéos courtes et concrètes sur des tâches spécifiques liées aux sujets les plus importants de l’outil Pipedrive. + Vídeos curtos e práticos sobre tarefas específicas relacionadas aos temas mais importantes da ferramenta Pipedrive.' + %} + {% assign banner_button_text = 'Sign up for courses + Für Kurse anmelden + Inscríbete en los cursos + S'inscrire à des cours + Inscreva-se nos cursos' +%} + {% assign banner_button_link = "#sso-widget" %} + {% assign banner_image_url = "https://s3.us-east-1.amazonaws.com/static.northpass.com/pipedrive/images/6.webp" %} + {% include "green_banner_video_page" %} + + {% include "video_tutorials_courses", lang: "de" %} + {% include "video_tutorials_page_info" %} + {% include 'opinions' background: "#fff" %} + {% include 'video_tutorials_faq' %} + + {% unless current_person.signed_in? %} + {% assign banner_title = 'Unlock videos for free + Videos kostenlos freischalten + Desbloquear vídeos gratis + Débloquez des vidéos gratuitement + Desbloquear vídeos de graça' + %} + {% assign banner_text = "" %} + {% assign banner_button_text = 'Sign up + Anmelden + Regístrate + S'inscrire + Cadastre-se' + %} + {% assign banner_button_link = "#sso-widget" %} + {% comment %} {% include "green_banner_text_bg_image" %} {% endcomment %} + {% endunless %} +
+ + {% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/es-catalog.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/es-catalog.html.liquid new file mode 100644 index 00000000..547cd327 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/es-catalog.html.liquid @@ -0,0 +1,28 @@ +{% comment %} skip-auth {% endcomment %} + + {% assign new_person = true %} + {% for course in courses.enrolled %} + {% if course.started? %} + {% assign new_person = false %} + {% break %} + {% endif %} + {% endfor %} + + {% include "header" %} + +
+ {% if new_person %} + {% include 'banner_catalog_new_user' %} + {% else %} + {% include 'banner_catalog_existing_user' %} + {% endif %} + + {% include "catalog_courses", lang: "es" %} + {% include "catalog_page_info" %} + {% include "opinions" background: '#fff'%} + {% include 'catalog_faq' %} + +
+ + {% include "footer" %} + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/es-homepage.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/es-homepage.html.liquid new file mode 100644 index 00000000..9d511083 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/es-homepage.html.liquid @@ -0,0 +1,116 @@ +{% comment %} skip-auth {% endcomment %} + + + {% include "header" %} + +
+ {% if current_person.signed_in? %} + {% assign new_person = true %} + {% for course in courses.enrolled %} + {% if course.started? %} + {% assign new_person = false %} + {% break %} + {% endif %} + {% endfor %} + {% if new_person %} + {% include 'homepage_banner' %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + {% else %} + {% include 'homepage_banner' %} + {% include 'homepage_latest_courses' %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + + {% endif %} + {% else %} + {% assign banner_title = 'Pipedrive Learn + Pipedrive Learn + Pipedrive Aprende + Pipedrive Learn + Aprenda com o Pipedrive' + %} + {% assign banner_text = '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. + 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. + ¡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. + 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. + 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.' + %} + {% assign banner_button_text = 'Register now + Jetzt anmelden + Regístrate ahora + Inscrivez-vous maintenant + Cadastre-se agora' + %} + {% assign banner_button_link = "#sso-widget" %} + {% include "green_banner_signed_out" %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + {% endif %} + + {% assign banner_title = 'How to get the most out of Pipedrive + Wie Sie das Beste aus Pipedrive herausholen + Cómo sacar el máximo partido a Pipedrive + Comment tirer le meilleur parti de Pipedrive + Como aproveitar o Pipedrive ao máximo' + %} + {% assign banner_text = ' + Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from marketing automation features to in-depth sales reports.
+ 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.

+ 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.
+ Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.
+
+ + Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur Marketingautomatisierung bis zu detaillierten Vertriebsberichten.
+ 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.

+ 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.
+ 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.
+
+ + 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 automatización de marketing hasta informes de ventas detallados.
+ 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.

+ 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.
+ Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.
+
+ + 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 marketing automation aux reporting analytiques.
+ 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.

+ 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.
+ 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.
+
+ + 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 automatização do marketing aos relatórios detalhados sobre vendas.
+ 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.

+ 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.
+ 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.
+
' + %} + {% assign banner_button_text = 'Start today + Beginnen Sie heute + Empieza hoy mismo + Commencez dès aujourd'hui + Comece hoje mesmo' + %} + {% assign banner_button_link = "#sso-widget" %} + {% assign banner_image_url = "https://s3.us-east-1.amazonaws.com/static.northpass.com/pipedrive/images/1.webp" %} + {% comment %} {% include "green_banner_image_alt" %} {% endcomment %} +
+ + {% include "footer" %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/es-video-tutorials.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/es-video-tutorials.html.liquid new file mode 100644 index 00000000..2aa3fa78 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/es-video-tutorials.html.liquid @@ -0,0 +1,52 @@ +{% comment %} skip-auth {% endcomment %} + + {% include "header" %} + +
+ {% assign banner_title = 'Video Tutorials + Video-Tutorials + Tutoriales en vídeo + Tutoriels vidéo + Tutoriais em vídeo' + %} + {% assign banner_text = 'Short and actionable videos on specific jobs related to the most important topics of the Pipedrive tool. + Kurze und umsetzbare Videos zu konkreten Aufgaben rund um die wichtigsten Funktionen des Pipedrive-Tools. + Vídeos breves y prácticos sobre tareas específicas relacionadas con los temas más importantes de la herramienta de Pipedrive. + Vidéos courtes et concrètes sur des tâches spécifiques liées aux sujets les plus importants de l’outil Pipedrive. + Vídeos curtos e práticos sobre tarefas específicas relacionadas aos temas mais importantes da ferramenta Pipedrive.' + %} + {% assign banner_button_text = 'Sign up for courses + Für Kurse anmelden + Inscríbete en los cursos + S'inscrire à des cours + Inscreva-se nos cursos' +%} + {% assign banner_button_link = "#sso-widget" %} + {% assign banner_image_url = "https://s3.us-east-1.amazonaws.com/static.northpass.com/pipedrive/images/6.webp" %} + {% include "green_banner_video_page" %} + + {% include "video_tutorials_courses", lang: "es" %} + {% include "video_tutorials_page_info" %} + {% include 'opinions' background: "#fff" %} + {% include 'video_tutorials_faq' %} + + {% unless current_person.signed_in? %} + {% assign banner_title = 'Unlock videos for free + Videos kostenlos freischalten + Desbloquear vídeos gratis + Débloquez des vidéos gratuitement + Desbloquear vídeos de graça' + %} + {% assign banner_text = "" %} + {% assign banner_button_text = 'Sign up + Anmelden + Regístrate + S'inscrire + Cadastre-se' + %} + {% assign banner_button_link = "#sso-widget" %} + {% comment %} {% include "green_banner_text_bg_image" %} {% endcomment %} + {% endunless %} +
+ + {% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/forgot_password.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/forgot_password.html.liquid new file mode 100644 index 00000000..3d65513f --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/forgot_password.html.liquid @@ -0,0 +1,25 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/fr-catalog.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/fr-catalog.html.liquid new file mode 100644 index 00000000..b8cee85a --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/fr-catalog.html.liquid @@ -0,0 +1,27 @@ +{% comment %} skip-auth {% endcomment %} + + {% assign new_person = true %} + {% for course in courses.enrolled %} + {% if course.started? %} + {% assign new_person = false %} + {% break %} + {% endif %} + {% endfor %} + + {% include "header" %} + +
+ {% if new_person %} + {% include 'banner_catalog_new_user' %} + {% else %} + {% include 'banner_catalog_existing_user' %} + {% endif %} + + {% include "catalog_courses", lang: "fr" %} + {% include "catalog_page_info" %} + {% include "opinions" background: '#fff'%} + {% include 'catalog_faq' %} + +
+ + {% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/fr-homepage.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/fr-homepage.html.liquid new file mode 100644 index 00000000..9d511083 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/fr-homepage.html.liquid @@ -0,0 +1,116 @@ +{% comment %} skip-auth {% endcomment %} + + + {% include "header" %} + +
+ {% if current_person.signed_in? %} + {% assign new_person = true %} + {% for course in courses.enrolled %} + {% if course.started? %} + {% assign new_person = false %} + {% break %} + {% endif %} + {% endfor %} + {% if new_person %} + {% include 'homepage_banner' %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + {% else %} + {% include 'homepage_banner' %} + {% include 'homepage_latest_courses' %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + + {% endif %} + {% else %} + {% assign banner_title = 'Pipedrive Learn + Pipedrive Learn + Pipedrive Aprende + Pipedrive Learn + Aprenda com o Pipedrive' + %} + {% assign banner_text = '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. + 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. + ¡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. + 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. + 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.' + %} + {% assign banner_button_text = 'Register now + Jetzt anmelden + Regístrate ahora + Inscrivez-vous maintenant + Cadastre-se agora' + %} + {% assign banner_button_link = "#sso-widget" %} + {% include "green_banner_signed_out" %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + {% endif %} + + {% assign banner_title = 'How to get the most out of Pipedrive + Wie Sie das Beste aus Pipedrive herausholen + Cómo sacar el máximo partido a Pipedrive + Comment tirer le meilleur parti de Pipedrive + Como aproveitar o Pipedrive ao máximo' + %} + {% assign banner_text = ' + Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from marketing automation features to in-depth sales reports.
+ 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.

+ 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.
+ Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.
+
+ + Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur Marketingautomatisierung bis zu detaillierten Vertriebsberichten.
+ 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.

+ 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.
+ 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.
+
+ + 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 automatización de marketing hasta informes de ventas detallados.
+ 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.

+ 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.
+ Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.
+
+ + 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 marketing automation aux reporting analytiques.
+ 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.

+ 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.
+ 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.
+
+ + 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 automatização do marketing aos relatórios detalhados sobre vendas.
+ 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.

+ 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.
+ 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.
+
' + %} + {% assign banner_button_text = 'Start today + Beginnen Sie heute + Empieza hoy mismo + Commencez dès aujourd'hui + Comece hoje mesmo' + %} + {% assign banner_button_link = "#sso-widget" %} + {% assign banner_image_url = "https://s3.us-east-1.amazonaws.com/static.northpass.com/pipedrive/images/1.webp" %} + {% comment %} {% include "green_banner_image_alt" %} {% endcomment %} +
+ + {% include "footer" %} + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/fr-video-tutorials.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/fr-video-tutorials.html.liquid new file mode 100644 index 00000000..14ac5570 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/fr-video-tutorials.html.liquid @@ -0,0 +1,52 @@ +{% comment %} skip-auth {% endcomment %} + + {% include "header" %} + +
+ {% assign banner_title = 'Video Tutorials + Video-Tutorials + Tutoriales en vídeo + Tutoriels vidéo + Tutoriais em vídeo' + %} + {% assign banner_text = 'Short and actionable videos on specific jobs related to the most important topics of the Pipedrive tool. + Kurze und umsetzbare Videos zu konkreten Aufgaben rund um die wichtigsten Funktionen des Pipedrive-Tools. + Vídeos breves y prácticos sobre tareas específicas relacionadas con los temas más importantes de la herramienta de Pipedrive. + Vidéos courtes et concrètes sur des tâches spécifiques liées aux sujets les plus importants de l’outil Pipedrive. + Vídeos curtos e práticos sobre tarefas específicas relacionadas aos temas mais importantes da ferramenta Pipedrive.' + %} + {% assign banner_button_text = 'Sign up for courses + Für Kurse anmelden + Inscríbete en los cursos + S'inscrire à des cours + Inscreva-se nos cursos' +%} + {% assign banner_button_link = "#sso-widget" %} + {% assign banner_image_url = "https://s3.us-east-1.amazonaws.com/static.northpass.com/pipedrive/images/6.webp" %} + {% include "green_banner_video_page" %} + + {% include "video_tutorials_courses", lang: "fr" %} + {% include "video_tutorials_page_info" %} + {% include 'opinions' background: "#fff" %} + {% include 'video_tutorials_faq' %} + + {% unless current_person.signed_in? %} + {% assign banner_title = 'Unlock videos for free + Videos kostenlos freischalten + Desbloquear vídeos gratis + Débloquez des vidéos gratuitement + Desbloquear vídeos de graça' + %} + {% assign banner_text = "" %} + {% assign banner_button_text = 'Sign up + Anmelden + Regístrate + S'inscrire + Cadastre-se' + %} + {% assign banner_button_link = "#sso-widget" %} + {% comment %} {% include "green_banner_text_bg_image" %} {% endcomment %} + {% endunless %} +
+ + {% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/homepage-test-new-registered.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/homepage-test-new-registered.html.liquid new file mode 100644 index 00000000..30e0a40d --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/homepage-test-new-registered.html.liquid @@ -0,0 +1,32 @@ +{% include "header" %} +{% include 'sso_login_widget' %} +
+ {% include 'homepage_banner_new_person' %} + {% include 'homepage_recommended' %} + {% include "homepage_generic_cards" %} + {% include "homepage_page_info" %} + {% include "opinions" %} + {% include 'homepage_faq' %} + + {% include "green_banner_image_alt", + banner_title: 'How to get most out of Pipedrive? + + + + ', + banner_text: 'Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from marketing automation features to in-depth sales reports.
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.

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.
Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.
+ + + + ', + banner_button_text: 'Start today + + + + ', + banner_button_link: "#sso-widget", + banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png" + %} +
+ +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/homepage-test-not-registered.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/homepage-test-not-registered.html.liquid new file mode 100644 index 00000000..8f13fd15 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/homepage-test-not-registered.html.liquid @@ -0,0 +1,49 @@ +{% include "header" %} + +
+ {% include "green_banner_text", + banner_title: 'Pipedrive Learn + + + + ', + banner_text: '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. + + + + ', + banner_button_text: 'Register now + + + + ', + banner_button_link: "#sso-widget" + %} + + {% include "homepage_generic_cards" %} + {% include "homepage_page_info" %} + {% include "opinions" %} + {% include 'homepage_faq' %} + + {% include "green_banner_image_alt", + banner_title: 'How to get most out of Pipedrive? + + + + ', + banner_text: 'Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from marketing automation features to in-depth sales reports.
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.

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.
Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.
+ + + + ', + banner_button_text: 'Start today + + + + ', + banner_button_link: "#sso-widget", + banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png" + %} +
+ +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/homepage-test-regular-registered.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/homepage-test-regular-registered.html.liquid new file mode 100644 index 00000000..a36e6dbe --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/homepage-test-regular-registered.html.liquid @@ -0,0 +1,28 @@ +{% include "header" %} + +
+ {% include 'homepage_banner' %} + {% include 'homepage_latest_courses' %} + + {% include "green_banner_image_alt", + banner_title: 'How to get most out of Pipedrive? + + + + ', + banner_text: 'Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from marketing automation features to in-depth sales reports.
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.

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.
Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.
+ + + + ', + banner_button_text: 'Start today + + + + ', + banner_button_link: "#sso-widget", + banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png" + %} +
+ +{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/homepage.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/homepage.html.liquid new file mode 100644 index 00000000..dc97aec6 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/homepage.html.liquid @@ -0,0 +1,119 @@ + + + + {% include "header" %} + +
+ {% if current_person.signed_in? %} + {% assign new_person = true %} + {% for course in courses.enrolled %} + {% if course.started? %} + {% assign new_person = false %} + {% break %} + {% endif %} + {% endfor %} + {% if new_person %} + {% include 'homepage_banner' %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + {% else %} + {% include 'homepage_banner' %} + {% include 'homepage_latest_courses' %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + + {% endif %} + {% else %} + {% assign banner_title = 'Pipedrive Learn + Pipedrive Learn + Pipedrive Aprende + Pipedrive Learn + Aprenda com o Pipedrive' + %} + {% assign banner_text = '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. + 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. + ¡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. + 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. + 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.' + %} + {% assign banner_button_text = 'Register now + Jetzt anmelden + Regístrate ahora + Inscrivez-vous maintenant + Cadastre-se agora' + %} + {% assign banner_button_link = "#sso-widget" %} + {% include "green_banner_signed_out" %} + {% include 'homepage_recommended_courses' %} + {% include 'homepage_recommended_videos' %} + {% include 'homepage_webinars' %} + {% include "homepage_page_info" %} + {% include "opinions" background:"#F7F7FE" %} + {% include 'homepage_faq' %} + {% endif %} + + {% assign banner_title = 'How to get the most out of Pipedrive + Wie Sie das Beste aus Pipedrive herausholen + Cómo sacar el máximo partido a Pipedrive + Comment tirer le meilleur parti de Pipedrive + Como aproveitar o Pipedrive ao máximo' + %} + {% assign banner_text = ' + Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from marketing automation features to in-depth sales reports.
+ 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.

+ 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.
+ Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.
+
+ + Das CRM von Pipedrive steckt voller intelligenter Funktionen, die Ihre Vertriebs- und Marketingprozesse verbessern. Unsere CRM-Plattform bietet Ihnen alles von Funktionen zur Marketingautomatisierung bis zu detaillierten Vertriebsberichten.
+ 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.

+ 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.
+ 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.
+
+ + 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 automatización de marketing hasta informes de ventas detallados.
+ 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.

+ 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.
+ Comienza a usar Aprender con Pipedrive hoy mismo para aprovechar al máximo tu poderosa herramienta de CRM y mantener los tratos en marcha.
+
+ + 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 marketing automation aux reporting analytiques.
+ 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.

+ 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.
+ 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.
+
+ + 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 automatização do marketing aos relatórios detalhados sobre vendas.
+ 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.

+ 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.
+ 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.
+
' + %} + {% assign banner_button_text = 'Start today + Beginnen Sie heute + Empieza hoy mismo + Commencez dès aujourd'hui + Comece hoje mesmo' + %} + {% assign banner_button_link = "#sso-widget" %} + {% assign banner_image_url = "https://s3.us-east-1.amazonaws.com/static.northpass.com/pipedrive/images/1.webp" %} + {% comment %} {% include "green_banner_image_alt" %} {% endcomment %} +
+ + {% include "footer" %} + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/learning_path.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/learning_path.html.liquid new file mode 100644 index 00000000..5cbb5a93 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/learning_path.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_desktop_view" %} +
+
+ {% include "learning_path_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/learning_path_summary.html.liquid new file mode 100644 index 00000000..99ae32ed --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/learning_path_summary.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "learning_path_summary_desktop_view" %} +
+
+ {% include "learning_path_summary_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/learning_paths.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/learning_paths.html.liquid new file mode 100644 index 00000000..aa14740b --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/learning_paths.html.liquid @@ -0,0 +1,3 @@ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/login-page.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/login-page.html.liquid new file mode 100644 index 00000000..751e39b9 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/login-page.html.liquid @@ -0,0 +1,101 @@ +{% comment %} skip-auth {% endcomment %} +{% include 'header' %} + +
+
+ + + + +
+
+ +{% include 'footer' %} + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/login.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/login.html.liquid new file mode 100644 index 00000000..00b564fc --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/login.html.liquid @@ -0,0 +1,180 @@ +
+
+ +
+ + Log in with Pipedrive + Anmelden mit Pipedrive + Iniciar sesión con Pipedrive + Se connecter avec Pipedrive + Entrar com Pipedrive + +
+ +
+ {% form_authenticity_token %} +
+ + +
+ + + {% if features.account_creation? %} + + Sign Up + Registrieren + Inscribirse + S'inscrire + Cadastre-se + + {% endif %} + {% if features.request_access? %} + + {{ current_school.request_access_label }} + + {% endif %} +
+
+
+ +{% include 'footer' %} + + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/logout.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/logout.html.liquid new file mode 100644 index 00000000..8c5b6ed9 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/logout.html.liquid @@ -0,0 +1,4 @@ +{% comment %} skip-auth {% endcomment %} + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/master.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/master.html.liquid new file mode 100644 index 00000000..61d4a75f --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/master.html.liquid @@ -0,0 +1,3 @@ +
+ {% body %} +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/not_found.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/not_found.html.liquid new file mode 100644 index 00000000..c7895b3d --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/not_found.html.liquid @@ -0,0 +1,10 @@ +
+ + +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/private_certificate.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/private_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/private_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/profile-settings.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/profile-settings.html.liquid new file mode 100644 index 00000000..3fa4fd32 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/profile-settings.html.liquid @@ -0,0 +1,114 @@ +{% comment %} Page for SSO school to setup first name {% endcomment %} + +{% if current_person.signed_in? == false %} + +{% else %} + {% if current_person.first_name %} + {% include 'profile_settings_regular' %} + {% else %} + {% include 'profile_settings_initial' %} + {% endif %} + + + + +{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/public_certificate.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/public_certificate.html.liquid new file mode 100644 index 00000000..15d05419 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/public_certificate.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/reset_password.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/reset_password.html.liquid new file mode 100644 index 00000000..281c6eaa --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/reset_password.html.liquid @@ -0,0 +1,43 @@ +
+
+ {% include "header_minimal" %} +
+
+ + + {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/search.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/search.html.liquid new file mode 100644 index 00000000..536d0176 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/search.html.liquid @@ -0,0 +1,73 @@ +{% assign available_courses = "" %} +{% for course in courses.enrolled %} + {% assign available_courses = available_courses | append: course.name | append: '[lang]' | append: course.properties.course_language | append: '$$' %} +{% endfor %} +{% for course in courses.in_catalog %} + {% assign available_courses = available_courses | append: course.name | append: '[lang]' | append: course.properties.course_language | append: '$$' %} +{% endfor %} + +{% include "header" %} +{% include 'banner_search_page' %} +
+
+
+

+ Search results for + Suchergebnisse für + Resultados de búsqueda para + Résultats de recherche pour + Resultados da pesquisa para + "{{ results.term }}" +

+
+
+ {% if results.items.any? %} +
+ {% render "search_result" for results.items as result %} +
+ + {% else %} + {% include "search_zero_state" %} + {% endif %} +
+{% include "footer" %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/sign_up.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/sign_up.html.liquid new file mode 100644 index 00000000..487fbd0f --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/sign_up.html.liquid @@ -0,0 +1,196 @@ +
+
+ +
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+ {%- comment -%} {%- endcomment -%} + + + + By submitting this form you agree to the + Mit dem Absenden dieses Formulars erklären Sie sich mit den + Al enviar este formulario acepta las + En soumettant ce formulaire, vous acceptez les + Ao enviar este formulário, você concorda com os + + Terms of Use + Nutzungsbedingungen + Condiciones de uso + conditions d'utilisation + Termos de Uso + + < einverstanden + + + Already have an account? + Sie haben bereits einen Account? + ¿Ya tienes una cuenta? + Vous avez déjà un compte ? + Já tem uma conta? + + Log in + Einloggen + Conectarse + Connexion + Entrar + + +
+
+
+ +{% include 'footer' %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/styles.css.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/styles.css.liquid new file mode 100644 index 00000000..94eda636 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/styles.css.liquid @@ -0,0 +1,640 @@ +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); /* brand colors */ +:root { + --green: #017737; + --green-dark: #014722; + --green-light: #D7F9D3; + --purple: #6861F2; + --purple-dark: #393A97; + --purple-light: #CFD0F9; + --yellow: #FFDE00; + --black-digital: #192435; +} +/* fonts */ +@font-face { + font-family: "Haffer"; + src: url("https://s3.amazonaws.com/static.northpass.com/pipedrive/fonts/Haffer/Haffer-Bold.woff2"); + font-weight: bold; +} +@font-face { + font-family: "Haffer"; + src: url("https://s3.amazonaws.com/static.northpass.com/pipedrive/fonts/Haffer/Haffer-SemiBold.woff2"); + font-weight: 600; +} +@font-face { + font-family: "HafferSQ"; + src: url("https://s3.amazonaws.com/static.northpass.com/pipedrive/fonts/Haffer/HafferSQ-Bold.woff2"); + font-weight: bold; +} +@font-face { + font-family: "HafferSQ"; + src: url("https://s3.amazonaws.com/static.northpass.com/pipedrive/fonts/Haffer/HafferSQ-SemiBold.woff2"); + font-weight: 600; +} + +/* general styling */ +body { + color: var(--black-digital); + background: #FFF; + font-family: Inter, sans-serif; + font-size: 18px; + line-height: 200%; +} +@media only screen and (min-width: 768px) { + body { + line-height: 170%; + } +} +a, a:hover, a:focus, a:active { + text-decoration: none; + color: inherit; +} +.container { + width: auto +} +.width-limit { + padding-left: 20px; + padding-right: 20px; + margin: auto; +} +@media only screen and (min-width: 768px) { + .width-limit { + padding-left: 40px; + padding-right: 40px; + max-width: calc(1568px - 80px); + } +} + +/* text styles */ +h1, h2, h3, h4, h5, h6 { + margin: unset; +} +h1 { + font-size: 32px; + line-height: 130%; + font-family: Haffer, sans-serif; +} +h2 { + font-size: 30px; + line-height: 130%; +} +h3 { + font-size: 28px; + line-height: 130%; +} +h4 { + font-size: 24px; + line-height: 150%; +} +h5 { + font-size: 22px; + line-height: 150%; +} +h6 { + font-size: 20px; + line-height: 150%; +} +.body-s { + font-size: 14px; + line-height: 200%; +} +.body-xs { + font-size: 12px; + line-height: 200%; +} +.body-xxs { + font-size: 10px; + line-height: 200%; +} +@media only screen and (min-width: 768px) { + h1 { + font-size: 60px; + } + h2 { + font-size: 44px; + } + h3 { + font-size: 34px; + } + .body-s { + line-height: 180%; + } + .body-xs { + line-height: 180%; + } + .body-xxs { + line-height: 180%; + } +} +.strong { + font-weight: 700; +} +/* buttons */ +.button-wrapper { + display: flex; +} +.button-small, .button-medium, .button-large { + font-weight: 700; + border-radius: 4px; + text-align: center; + line-height: 120%; + width: 100%; + cursor: pointer; +} +.button-small { + padding: 8px 10px; + font-size: 14px; + line-height: 17px; +} +.button-medium { + padding: 10px 20px; + font-size: 18px; + line-height: 21px; +} +.button-large { + padding: 15px 20px; + font-size: 22px; + line-height: 26px; +} +.button-1 { + background: var(--purple); + color: #FFF; + border: none; +} +.button-1:hover, .button-1:focus { + background: #413D99; + color: white; +} +.button-2 { + background: #E1E1FF; + color: #413D99; + border: none; +} +.button-2:hover, button-2:focus { + background: #C4C2FF; + color: #413D99; +} +.np-button:hover { + color: white; +} + +/* green banner */ +.green-banner-wrapper { + background: var(--green-light); +} +.green-banner-wrapper-text-bg-image { + position: relative; + overflow-x: clip; +} +.green-banner { + padding-top: 40px; + padding-bottom: 40px; +} +.green-banner-image { + width: 100%; + margin-bottom: 20px; +} +.green-banner-title { + color: var(--green); + font-weight: 700; +} +.green-banner-text { + max-width: 800px; + margin: 0 auto 20px; +} +.green-banner-bg-image { + display: none; +} +.green-banner-wrapper-text-bg-image .green-banner-title { + color: var(--black-digital); + margin-bottom: 20px; +} +.green-banner-wrapper-text-bg-image .green-banner-button { + width: 100%; +} +.green-banner-wrapper-text-bg-image .green-banner-title, +.green-banner-wrapper-text-bg-image .green-banner-text { + text-align: center; +} +.green-banner-wrapper-image-alt { + background: #F7F7FE; +} +.green-banner-wrapper-image-alt .green-banner-title { + color: var(--black-digital); +} + +@media only screen and (min-width: 768px) { + .green-banner { + padding-top:80px; + padding-bottom:80px; + } + .green-banner-image { + margin-bottom: 0; + flex: 1 1 0px; + width: 0; + object-fit: contain; + } + .green-banner-title { + margin-bottom: 20px; + } + .green-banner-button { + width: max-content; + } + .green-banner-wrapper-text .green-banner-title, + .green-banner-wrapper-text .green-banner-text { + text-align: center; + } + .green-banner-wrapper-text .green-banner-button, + .green-banner-wrapper-text-bg-image .green-banner-button { + margin: auto; + } + .green-banner-wrapper-text-bg-image { + min-height: 300px; + margin: auto; + display: flex; + } + .green-banner-wrapper-text-bg-image .green-banner { + z-index: 1; + position: relative; + margin: auto; + width: 60%; + } + .green-banner-wrapper-image .green-banner-content { + flex: 1 1 0px; + width: 0; + align-self: center; + } + .green-banner-wrapper-text-bg-image .green-banner-button { + width: auto; + } + .green-banner-wrapper-image .green-banner { + display: flex; + flex-direction: row-reverse; + gap: 40px; + } + .green-banner-wrapper-image-alt .green-banner { + gap: 80px; + } + .green-banner-text a { + color: #0D68C5; + } + .green-banner-text a:hover { + text-decoration: underline; + } +} +@media only screen and (min-width: 1500px) { + .green-banner-bg-image { + display: block; + right: calc((100vw - 1500px) / 2 - 273px); + z-index: 0; + position: absolute; + top: 0; + height: 100%; + } +} +@media only screen and (min-width: 2046px) { + .green-banner-bg-image { + right: 0; + } +} + +/* course-card */ +.course-card { + padding-bottom: 30px; +} +.course-card-wrapper { + position: relative; + height: 100%; + display: flex; + flex-direction: column; + cursor: pointer; +} +.course-card-ribbon { + position: absolute; + right: 10px; + top: 10px; + padding: 2px 10px; + background: var(--yellow); + border-radius: 30px; + font-weight: 700; + text-transform: uppercase; +} +.course-card-ribbon.ribbon-blue { + color:#fff; + background: #0070D6; +} +.course-card-image { + width: 100%; + margin-bottom: 10px; +} +.course-card-image[src^="//cdn.northpass.com/assets/defaults"] { + aspect-ratio: 1.8125/1; +} +.course-card-content { + height: 100%; + display: flex; + flex-direction: column; +} +.course-card-info { + text-transform: uppercase; + color: #656E7A; + font-weight: 700; + margin-bottom: 10px; +} +.course-card-info-separator { + padding: 0 10px; +} +.course-card-title { + font-weight: 700; + margin-bottom: 10px; +} +.course-card-footer { + margin-top: auto; + padding-top: 20px; +} +.course-card-button { + width: max-content; +} +.generic-cards-collection .course-card-button { + margin-top: 20px; +} +.course-card-progress { + margin-bottom: 20px; + display: flex; + align-items: center; + gap: 25px; +} +.course-card-progress-info { + font-size: 12px; + color: #656E7A; + font-weight: 700; + text-transform: uppercase; +} +.course-card-progress-value { + color: #656E7A; +} +.course-card-progress-bar { + width: 100%; + border-radius: 20px; + height: 6px; + background: #F4F5F6; +} +.course-card-progress-bar-fill { + height: 6px; + background: #2CAB53; + border-radius: 30px; +} +.course-card:hover .course-card-title { + text-decoration: underline; +} +@media only screen and (min-width: 768px) { + .course-card { + padding-bottom: 40px; + } +} +.video-card-ribbon { + position: absolute; + right: 10px; + top: 10px; + color: #FFF; + background: var(--black-digital); + border-radius: 4px; + padding: 6px 10px 6px 14px; + display: flex; + align-items: center; + } +.video-card-ribbon svg { + margin-right: 14px; +} +/* page info */ +.page-info-wrapper { + padding-top: 40px; +} +.page-info-section:not(:last-child) { + margin-bottom: 40px; +} +.page-info-section > * { + padding-bottom: 40px; +} +.page-info-section-title { + margin-bottom: 20px; +} +.page-info-section-image-wrapper { + display: flex; + width: 100%; +} +.page-info-section-image { + width: 100%; + align-self: center; +} +.page-info-section-text { + display: flex; + flex-direction: column; + justify-content: center; + width: 100%; +} +.page-info-section-description a { + color: #0D68C5; +} +.page-info-section-description a:hover { + text-decoration: underline; +} +.page-info-section .button-2 { + margin-top: 20px; +} +.section-desc span { + font-weight: 400; + font-size: 18px; + line-height: 30px; + letter-spacing: 0px; + color:#656E7A; +} +.hp-section-title { + font-weight: 700; + font-size: 34px; + line-height: 44px; + letter-spacing: 0px; + color:#192435; +} +.section-text-wrapper { + display: flex; + flex-direction: column; + gap: 10px; + margin-bottom:40px; +} +.cta-heading-container { + display: flex; + justify-content: space-between; + align-items: top; +} +.section-btn-wrapper { + display: flex; + align-items: center; + gap: 10px; +} +.section-btn { + font-weight: 400; + font-size: 18px; + line-height: 30px; + letter-spacing: 0px; + color: #0070D6; +} +.section-btn-wrapper:hover svg { + filter: brightness(0) saturate(100%); +} +.page-info-section ul { + margin: 15px 0 0 0; + padding-left: 30px; +} +@media only screen and (min-width: 768px) { + .page-info-section .button-2 { + width: fit-content; + } +} +@media only screen and (max-width: 768px) { + .hp-section-title { + flex-direction: column; + } +} +@media only screen and (min-width: 1024px) { + .page-info-wrapper { + padding-top: 80px; + padding-bottom: 80px; + } + .page-info-section:not(:last-child) { + margin-bottom: 80px; + } + .page-info-section { + gap: 60px; + display: flex; + } + .page-info-section > * { + padding-bottom: 0; + flex: 1 1 0px; + width: 0; + } + .page-info-section:nth-child(even) { + flex-direction: row-reverse; + } +} + +/* FAQ */ +.faq { + padding-top: 60px; + padding-bottom: 60px; +} +.faq-title { + padding-bottom: 40px; + border-bottom: 1px solid #E4E6E9; +} +.faq-element { + border-bottom: 1px solid #E4E6E9; + padding: 20px 0; +} +.faq-question { + display: flex; + cursor: pointer; +} +.faq-question-icon { + cursor: pointer; + background: #F4F5F6; + border-radius: 50%; + margin-right: 20px; + position: relative; + display: flex; + height: fit-content; + align-self: center; +} +.faq-question-icon > i { + height: 36px; + width: 36px; +} +.faq-question-icon > i::before { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} +.faq-question-icon .faq-icon-opened { + display: none; +} +.faq-question:hover .faq-question-text, .faq-question.open .faq-question-text { + font-weight: 700; +} +.faq-question:hover .faq-question-icon, .faq-question.open .faq-question-icon { + background: #EDEEF0; +} +.faq-question-text { + display: flex; + align-items: center; +} +.faq-answer { + display: none; + margin-left: 56px; + margin-top: 10px; +} +.faq-answer a { + color: #0D68C5; +} +.faq-answer a:hover { + text-decoration: underline; +} +.faq-question.open .faq-icon-opened { + display: block; +} +.faq-question.open .faq-icon-closed { + display: none; +} +.faq-question.open ~ .faq-answer { + display: block; +} + +@media only screen and (min-width: 768px) { + .faq { + padding-top: 80px; + padding-bottom: 80px; + } +} + +/* translations */ +body.lang-en .lang-es, body.lang-en .lang-de, body.lang-en .lang-fr, body.lang-en .lang-br { + display: none !important; +} +body.lang-es .lang-en, body.lang-es .lang-de, body.lang-es .lang-fr, body.lang-es .lang-br { + display: none !important; +} +body.lang-de .lang-es, body.lang-de .lang-en, body.lang-de .lang-fr, body.lang-de .lang-br { + display: none !important; +} +body.lang-fr .lang-es, body.lang-fr .lang-de, body.lang-fr .lang-en, body.lang-fr .lang-br { + display: none !important; +} +body.lang-br .lang-es, body.lang-br .lang-de, body.lang-br .lang-fr, body.lang-br .lang-en { + display: none !important; +} +/* fallback to english for wrongly added body language class */ +body:not(.lang-en):not(.lang-br):not(.lang-de):not(.lang-es):not(.lang-fr) .lang-es, +body:not(.lang-en):not(.lang-br):not(.lang-de):not(.lang-es):not(.lang-fr) .lang-de, +body:not(.lang-en):not(.lang-br):not(.lang-de):not(.lang-es):not(.lang-fr) .lang-fr, +body:not(.lang-en):not(.lang-br):not(.lang-de):not(.lang-es):not(.lang-fr) .lang-br { + display: none !important; +} + +.horizontal-dividing-line { + height: auto; + border: 1px solid #E4E6E9; + width: 2px; + margin: 10px; + border-radius: 8px; +} +.row-reverse { + flex-direction: row-reverse; +} +.row-normal { + flex-direction: row !important; +} + +.flex-settings { + display: flex; + flex-direction: column; + gap: 20px; +} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/training_events.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/training_events.html.liquid new file mode 100644 index 00000000..aa14740b --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/training_events.html.liquid @@ -0,0 +1,3 @@ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/training_session.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/training_session.html.liquid new file mode 100644 index 00000000..5b78b834 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/training_session.html.liquid @@ -0,0 +1,10 @@ +{% include "header" %} +
+
+ {% include "training_session_desktop_view" %} +
+
+ {% include "training_session_mobile_view" %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/training_session_attendance.html.liquid new file mode 100644 index 00000000..71bb6119 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/training_session_attendance.html.liquid @@ -0,0 +1,43 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {{ training_session.title }} +
+
+ {% t .info, + event_name: training_session.title, + session_date: training_session.date, + session_time: training_session.time + %} +
+
+ {% t .question %} +
+
+ {% form_authenticity_token %} + + + +
+
+ {% t .salutation %} +
+
+ {{ current_school.name }} +
+ {% else %} + +
+ {% t .success.response_text %} +
+ +
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/unsubscribe.html.liquid new file mode 100644 index 00000000..69a54028 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/unsubscribe.html.liquid @@ -0,0 +1,30 @@ +{% include "header" %} +
+
+ {% if token %} + +
+ {% t .unsubscribe_text %} +
+
+ {% t .resubscribe_text %} +
+
+ {% form_authenticity_token %} + + +
+ {% else %} + +
+ {% t .resubscribed_text %} +
+ {% endif %} +
+
+{% include "footer" %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/video-tutorials.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/video-tutorials.html.liquid new file mode 100644 index 00000000..fedab14a --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/video-tutorials.html.liquid @@ -0,0 +1,53 @@ +{% comment %} skip-auth {% endcomment %} + + {% include "header" %} + +
+ {% assign banner_title = 'Video Tutorials + Video-Tutorials + Tutoriales en vídeo + Tutoriels vidéo + Tutoriais em vídeo' + %} + {% assign banner_text = 'Short and actionable videos on specific jobs related to the most important topics of the Pipedrive tool. + Kurze und umsetzbare Videos zu konkreten Aufgaben rund um die wichtigsten Funktionen des Pipedrive-Tools. + Vídeos breves y prácticos sobre tareas específicas relacionadas con los temas más importantes de la herramienta de Pipedrive. + Vidéos courtes et concrètes sur des tâches spécifiques liées aux sujets les plus importants de l’outil Pipedrive. + Vídeos curtos e práticos sobre tarefas específicas relacionadas aos temas mais importantes da ferramenta Pipedrive.' + %} + {% assign banner_button_text = 'Sign up for courses + Für Kurse anmelden + Inscríbete en los cursos + S'inscrire à des cours + Inscreva-se nos cursos' +%} + {% assign banner_button_link = "#sso-widget" %} + {% assign banner_image_url = "https://s3.us-east-1.amazonaws.com/static.northpass.com/pipedrive/images/6.webp" %} + {% include "green_banner_video_page" %} + + {% include "video_tutorials_courses" %} + {% include "video_tutorials_page_info" %} + {% include 'opinions' background: "#fff" %} + {% include 'video_tutorials_faq' %} + + {% unless current_person.signed_in? %} + {% assign banner_title = 'Unlock videos for free + Videos kostenlos freischalten + Desbloquear vídeos gratis + Débloquez des vidéos gratuitement + Desbloquear vídeos de graça' + %} + {% assign banner_text = "" %} + {% assign banner_button_text = 'Sign up + Anmelden + Regístrate + S'inscrire + Cadastre-se' + %} + {% assign banner_button_link = "#sso-widget" %} + {% comment %} {% include "green_banner_text_bg_image" %} {% endcomment %} + {% endunless %} +
+ + {% include "footer" %} + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/webinars.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/webinars.html.liquid new file mode 100644 index 00000000..e0779318 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/webinars.html.liquid @@ -0,0 +1,42 @@ +{% if current_person.signed_in? == false and current_school.sso_active? == false %} + +{% else %} + {% assign categories_uuids = "" %} + {% assign categories_names = "" %} + {% for course in courses.in_catalog %} + {% if course.properties.webinar == true %} + {% assign course_categories_ids = course.categories | map: 'id' | join: "|||" %} + {% assign course_categories_names = course.categories | map: 'name' | join: "|||" %} + {% assign categories_uuids = categories_uuids | append: course_categories_ids | append: "|||" %} + {% assign categories_names = categories_names | append: course_categories_names | append: "|||" %} + {% endif %} + {% endfor %} + {% assign categories_uuids = categories_uuids | split: "|||" | uniq %} + {% assign categories_names = categories_names | split: "|||" | uniq %} + + {% include "header" %} + +
+ {% include 'webinars_hero_image' %} + +
+ {% include 'webinars_filters', uuids: categories_uuids, names: categories_names %} + {% include 'webinars_courses', categories_uuids: categories_uuids, categories_names: categories_names %} + +
+
+ + {% include 'opinions' %} + {% include 'webinars_start_today' %} +
+ + {% include "footer" %} +{% endif %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/welcome.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/welcome.html.liquid new file mode 100644 index 00000000..b4bfe083 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/welcome.html.liquid @@ -0,0 +1,151 @@ +{% comment %} Page for SSO school to setup first name {% endcomment %} + +{% if current_person.signed_in? == false or current_person.first_name %} + +{% else %} +
+
+
+
+
+ +
+ +
+
+
+
+
+
+ + + + +{% endif %} diff --git a/Tasks.md b/Tasks.md index 48e6326c..abf0efcf 100644 --- a/Tasks.md +++ b/Tasks.md @@ -59,7 +59,7 @@ - [ ] When Allyson returns: follow up on using quizzes as surveys. Reference Big Ideas. - [ ] Embedding PPTX in a course, not all settings transfer from admin to learner. But some do, which means the app has _some_ control this. They would like the continuous/page-by-page to carry over to Learner's LX. - [ ] Send email follow up about data extracts. -- [ ] Set default font in LX to Arial 18px +- [X] Set default font in LX to Arial 18px ## Workhuman