diff --git a/Custom_Templates/customer_templates/Nintex University/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Nintex University/_account_avatar.html.liquid new file mode 100644 index 00000000..29476d2d --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_account_avatar.html.liquid @@ -0,0 +1,106 @@ +
+

+ {% t.description %} + Añadir una foto añade un toque personal a tu perfil. Tu foto de perfil se utiliza como icono para tu cuenta para representarte. También se muestra en varios otros lugares junto a tu nombre. + Ajouter une photo ajoute un toucher personnel à votre profil. Votre photo de profil est utilisée comme icône pour votre compte pour vous représenter. Elle est également affichée dans divers autres endroits à côté de votre nom. + Eine Fotobild fügt Ihrem Profil eine persönliche Note hinzu. Ihr Profilbild wird als Symbol für Ihr Konto verwendet, um Sie zu repräsentieren. Es wird auch in verschiedenen anderen Orten neben Ihrem Namen angezeigt. + Adding a photo adds a personal touch to your profile. Your profile picture is used as the icon for your account to represent you. It is also displayed in various other places next to your name. + Een foto toevoegen maakt je profiel persoonlijker. Je profielfoto wordt gebruikt als icoon voor je account om je te representeren. Het wordt ook in verschillende andere plaatsen naast je naam getoond. + Adicionar uma foto adiciona um toque pessoal ao seu perfil. Sua foto de perfil é usada como ícone para sua conta para representá-lo. Também é exibido em vários outros lugares ao lado do seu nome. +

+

+ {% t.requirements %} + + Para obtener los mejores resultados, el tamaño de tu foto de perfil debe ser de al menos 400x400 píxeles y un tamaño máximo de 2MB. El formato del archivo debe ser PNG, JPG o GIF. + Pour obtenir les meilleurs résultats, la taille de votre photo de profil doit être d'au moins 400x400 pixels, et une taille maximale de 2MB. Le format du fichier doit être PNG, JPG ou GIF. + Für die besten Ergebnisse sollte die Größe Ihrer Profilbild 400x400 Pixel oder größer sein und eine maximale Größe von 2MB haben. Das Dateiformat sollte PNG, JPG oder GIF sein. + For the best results, your profile picture size should be at least 400x400 pixels, and a max size of 2MB. The file format should be PNG, JPG or GIF. + Voor de beste resultaten moet de grootte van uw profielfoto minimaal 400x400 pixels zijn, en een maximale grootte van 2MB. Het bestandsformaat moet PNG, JPG of GIF zijn. + Para obter os melhores resultados, o tamanho da sua foto de perfil deve ser de pelo menos 400x400 pixels e um tamanho máximo de 2MB. O formato do arquivo deve ser PNG, JPG ou GIF. + +

+
+ + + + +
+
+ +
+ +
+ +
+
+ +
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_account_desktop_view.html.liquid new file mode 100644 index 00000000..b62f0b13 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_account_desktop_view.html.liquid @@ -0,0 +1,36 @@ +
+ + {% form_authenticity_token %} +
+
+
+ + +
+
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_account_form.html.liquid b/Custom_Templates/customer_templates/Nintex University/_account_form.html.liquid new file mode 100644 index 00000000..b05e7012 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_account_form.html.liquid @@ -0,0 +1,181 @@ +
+ {% t.header %} + Mi Perfil + Mon Profil + Mein Profil + My Profile + Mijn Profiel + Meu Perfil +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +{% unless form.options.invite? %} +
+ + +
+ +
+ + +
+ +
+ + +
+{% endunless %} + +{% if form.options.invite? %} +
+ + +
+ + {% if form.terms_of_service_required? %} +
+ +
+ {% t.terms_of_service %} + + {% t.terms_link %} + +
+
+ {% else %} +
+ + {% t.terms %} + + {% t.terms_link %} + + +
+ {% endif %} + + +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_account_mobile_view.html.liquid new file mode 100644 index 00000000..812f857d --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_account_mobile_view.html.liquid @@ -0,0 +1,34 @@ +
+ + {% form_authenticity_token %} +
+
+ {% render "account_form" + , form: form + , version: "mobile" %} +
+
+
+
+ {% include "account_avatar" + , version: "mobile" %} +
+
+ +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_account_tabs.html.liquid b/Custom_Templates/customer_templates/Nintex University/_account_tabs.html.liquid new file mode 100644 index 00000000..1e13e040 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_account_tabs.html.liquid @@ -0,0 +1,55 @@ +{% capture settings_path %}{% route account %}{% endcapture %} +{% capture transcript_path %}{% route transcript %}{% endcapture %} +{% capture order_history_path %}{% route order_history %}{% endcapture %} +{% if current_person.signed_in? %} + {% unless current_school.sso_active? %} + + {% endunless %} +{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_bundle_description.html.liquid b/Custom_Templates/customer_templates/Nintex University/_bundle_description.html.liquid new file mode 100644 index 00000000..e7e891ca --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_bundle_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .about %} +

+
+ {{ product.description }} +
diff --git a/Custom_Templates/customer_templates/Nintex University/_bundle_desktop_header.html.liquid b/Custom_Templates/customer_templates/Nintex University/_bundle_desktop_header.html.liquid new file mode 100644 index 00000000..6fb22dec --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_bundle_desktop_header.html.liquid @@ -0,0 +1,12 @@ +
+
+ {% t shared.product_types.bundle %} + +
+
+ + + + {{ product.name }} +
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_bundle_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_bundle_product_desktop_view.html.liquid new file mode 100644 index 00000000..66f57bdc --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_bundle_product_desktop_view.html.liquid @@ -0,0 +1,21 @@ +{% include "bundle_desktop_header" %} +
+
+
+ {{ product.name }} +
+ {% include "bundle_description" %} +
+
+
+
+
+ {% include "product_price_and_cta"%} +
+ {% include "bundle_product_outline" %} +
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_bundle_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_bundle_product_mobile_view.html.liquid new file mode 100644 index 00000000..89272b6d --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_bundle_product_mobile_view.html.liquid @@ -0,0 +1,27 @@ +
+
+ {% t shared.product_types.bundle %} +
+
+ + + + {{ product.name }} +
+ {{ product.name }} +
+ {% include "product_price_and_cta" %} +
+
+ +
+ {% include "bundle_description" %} +
+ +
+ {% include "bundle_product_outline" %} +
diff --git a/Custom_Templates/customer_templates/Nintex University/_bundle_product_outline.html.liquid b/Custom_Templates/customer_templates/Nintex University/_bundle_product_outline.html.liquid new file mode 100644 index 00000000..9fc22512 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_bundle_product_outline.html.liquid @@ -0,0 +1,12 @@ +
+

{% t shared.bundle.title %}

+ {% for item in product.bundle_items %} + {% if item.course? %} + {% include "product_outline_course", id: forloop.index %} + {% elsif item.training_event? %} + {% include "product_outline_event", id: forloop.index %} + {% elsif item.learning_path? %} + {% include "product_outline_lp", id: forloop.index %} + {% endif %} + {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Nintex University/_calendar.html.liquid b/Custom_Templates/customer_templates/Nintex University/_calendar.html.liquid new file mode 100644 index 00000000..41f9eb38 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_calendar.html.liquid @@ -0,0 +1,552 @@ +{% assign event = '' %} + +{% for training_event in training_events.available %} + {% assign event = event | append: training_event.title | append: ',' | append: training_event.sessions.first.day | append: ',' | append: training_event.sessions.first.month | append: ',' | append: training_event.sessions.first.year | append: ',' | append: training_event.sessions.first.id | append: '$$' %} +{% endfor %} + + +
+
+
+ + + +
+
+
+ Sun + Dom + Dim + So + Sun + Zo + Dom +
+
+ Mon + Lun + Lun + Mo + Mon + Ma + Lun +
+
+ Tue + Mar + Mar + Di + Tue + Di + Mar +
+
+ Wed + Mié + Mer + Mi + Wed + Mi + Mié +
+
+ Thu + Jue + Jue + Do + Thu + Do + Jue +
+
+ Fri + Vie + Ven + Fr + Fri + Vr + Vie +
+
+ Sat + Sáb + Sam + Sa + Sat + Za + Sáb +
+
+
+ +
+
+ Select a date + Seleccionar una fecha + Sélectionner une date + Datum auswählen + Select a date + Selecteer een datum + Selecionar uma data +
+
+ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_cards_catalog_item.html.liquid b/Custom_Templates/customer_templates/Nintex University/_cards_catalog_item.html.liquid new file mode 100644 index 00000000..a096f57c --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_cards_catalog_item.html.liquid @@ -0,0 +1,38 @@ +
+
+ {{ item.name }} +
+

+ {{ item.name }} +

+
+ +

{{ item.formatted_type }}

+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_cards_course.html.liquid b/Custom_Templates/customer_templates/Nintex University/_cards_course.html.liquid new file mode 100644 index 00000000..727b06a1 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_cards_course.html.liquid @@ -0,0 +1,34 @@ +
+
+ {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} + {{ course.name }} +
+

+ {{ course.name }} +

+
+ {{ course.instructor_names }} +
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_cards_course_nintex.html.liquid b/Custom_Templates/customer_templates/Nintex University/_cards_course_nintex.html.liquid new file mode 100644 index 00000000..152a76ca --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_cards_course_nintex.html.liquid @@ -0,0 +1,187 @@ +{% capture course_path %}{% route course, id: course.id %}{% endcapture %} + {% assign progress = course.progress %} + {% if course.enrolled? %} + {% if progress < 100 %} + {% assign progress = 1 %} + {% elsif progress == 100 %} + {% assign progress = 100 %} + {% endif %} + {% endif %} +
+
+ {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} +
+ Course +
+ {% if course.properties.is_new == true %} +
+ New! +
+ {% endif %} + +
+
+
+
+ {% if course.properties.duration and course.properties.duration != "0 minutes" %} +
+ + {{ course.properties.duration }} +
+ {% endif %} + {% if course.properties.certification == 'Yes' and course.properties.npcu > 0 %} +
+ + NPCU: + {{ course.properties.npcu }} +
+ {% endif %} + {% if course.properties.skill_level and course.properties.skill_level != "None" %} +
+ {{ course.properties.skill_level }} +
+ {% endif %} +
+
+ {% if progress > 0 and progress < 100 %} + + In progress + + + Progreso + + + En cours + + + In Bearbeitung + + + In progress + + + In progress + + + Em progresso + + {% endif %} + {% if progress == 0 %} + + Not started + + + Progreso + + + Non commencé + + + Nicht begonnen + + + Not started + + + Niet begonnen + + + Não iniciado + + {% endif %} + {% if progress == 100 %} + + Completed + + + Completado + + + Terminé + + + Abgeschlossen + + + Completed + + + Voltooid + + + Completo + + {% endif %} +
+
+ {{ course.name }} +
+
+ {{ course.short_description }} +
+ + +
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Nintex University/_cards_learning_path.html.liquid new file mode 100644 index 00000000..1636dc54 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_cards_learning_path.html.liquid @@ -0,0 +1,69 @@ +
+
+
+ {{ 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/Nintex University/_cards_learning_path_nintex.html.liquid b/Custom_Templates/customer_templates/Nintex University/_cards_learning_path_nintex.html.liquid new file mode 100644 index 00000000..d13ea8ea --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_cards_learning_path_nintex.html.liquid @@ -0,0 +1,220 @@ + {% assign live_events = false %} + {% assign progress = learning_path.progress %} + {% if progress == 0 and learning_path.enrolled? %} + {% assign progress = 1 %} + {% endif %} + +
+
+
+ + Learning Path + + + Ruta de aprendizaje + + + Chemin d'apprentissage + + + Lernpfad + + + Learning Path + + + Leerpad + + + Caminho de aprendizagem + +
+
+
+
+
+
+ + + Learning Path + + + Ruta de aprendizaje + + + Chemin d'apprentissage + + + Lernpfad + + + Learning Path + + + Leerpad + + + Caminho de aprendizagem + +
+
+ {{ learning_path.items.count }} + {% if learning_path.items.count > 1 or learning_path.items.count == 0 %} + + Courses + + + Cursos + + + Cours + + + Kurse + + + Courses + + + Cursussen + + + Cursos + + {% else %} + + Course + + + Curso + + + Cours + + + Kurs + + + Course + + + Cours + + + Curso + + {% endif %} +
+
+
+ {% if progress > 0 and progress < 100 %} + + In progress + + + Progreso + + + En cours + + + In Bearbeitung + + + In progress + + + In progress + + + Em progresso + + {% endif %} + {% if progress == 0 %} + + Not started + + + Progreso + + + Non commencé + + + Nicht begonnen + + + Not started + + + Niet begonnen + + + Não iniciado + + {% endif %} + {% if progress == 100 %} + + Completed + + + Completado + + + Terminé + + + Abgeschlossen + + + Completed + + + Voltooid + + + Completo + + {% endif %} +
+
+ {{ learning_path.name }} +
+ + + +
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Nintex University/_cards_training_event.html.liquid new file mode 100644 index 00000000..be152ff7 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_cards_training_event.html.liquid @@ -0,0 +1,53 @@ +
+
+
+

+ {{ training_event.title }} +

+
+ + {% t shared.event_types, key: training_event.event_type %} + + + + {% t .sessions, count: training_event.sessions.size %} + +
+
+ +
+
+
+
+ {{ training_event.sessions.first.day }} +
+
+
+ {{ training_event.sessions.first.month }} +
+
+ {{ training_event.sessions.first.year }} +
+
+
+
+
+
+ +
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Nintex University/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
+ {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
diff --git a/Custom_Templates/customer_templates/Nintex University/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Nintex University/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
+
+ +
+ + {% if certificate.issuer_name_enabled? %} + +
+ {% endif %} + + +
+ +
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Nintex University/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
+
+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Nintex University/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..74a7ae41 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Nintex University/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
+
+
+ +
+
+

+ {{certificate.verification_title}} +

+

+ {{certificate.verification_description}} +

+
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_activity_locked.html.liquid new file mode 100644 index 00000000..386393d5 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_course_activity_locked.html.liquid @@ -0,0 +1,4 @@ + + + {{ activity.title }} + diff --git a/Custom_Templates/customer_templates/Nintex University/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_activity_unlocked.html.liquid new file mode 100644 index 00000000..30c03305 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_course_categories.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_categories.html.liquid new file mode 100644 index 00000000..48b41616 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_course_categories.html.liquid @@ -0,0 +1,16 @@ +

+ {% t.header %} + Categorías + Catégories + Kategorien + Categories + Categorieën + Categorias +

+
+ {% for category in course.categories %} +
+ {{ category.name }} +
+ {% endfor %} +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_course_description.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_description.html.liquid new file mode 100644 index 00000000..63a9c9d8 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_course_description.html.liquid @@ -0,0 +1,18 @@ +

+ {% t.header +, key: current_school.course_vocabulary %} + + Descripción + + Description + + Beschreibung + Description + + Beschrijving + + Descrição +

+
+ {{ course.full_description }} +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_desktop_view.html.liquid new file mode 100644 index 00000000..e16fee16 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_course_events.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_events.html.liquid new file mode 100644 index 00000000..c1f6f83b --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_course_events.html.liquid @@ -0,0 +1,40 @@ +

+ {% t.header %} + + Eventos + + Événements + + Ereignisse + Events + + Eventen + + Eventos +

+
+ {% 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 %} +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_course_header.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_header.html.liquid new file mode 100644 index 00000000..b7aa618d --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_course_header.html.liquid @@ -0,0 +1,23 @@ +
+ {{ current_school.course_vocabulary }} + Curso + Cours + Kurs + Course + Cours + Curso + +
+
+ + + + {{ course.name }} +
+{{ course.name }} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_instructors.html.liquid new file mode 100644 index 00000000..ae3ac8bc --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_course_instructors.html.liquid @@ -0,0 +1,27 @@ +

+ {% t.header %} + Instructores + Instructeurs + Instructoren + Instructors + Instructeurs + Instructores +

+
+ {% for instructor in course.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_mobile_view.html.liquid new file mode 100644 index 00000000..7f31ff35 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_course_outline.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_outline.html.liquid new file mode 100644 index 00000000..238e2fe8 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_course_outline.html.liquid @@ -0,0 +1,53 @@ +
+
+ {% t.header +, key: current_school.course_vocabulary %} + + Outline + + Plan + + Outline + Outline + + Outline + Outline +
+
+
    + {% for section in course.sections %} +
  1. +
    + {{ section.name }} +
    +
      + {% for activity in section.activities %} + +
    1. + {% if activity.completed? %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked" + , class: "np-course-outline-content-activity-link-completed" %} + {% endif %} +
      + {% else %} + + {% if activity.locked? %} + {% include "course_activity_locked" %} + {% else %} + {% include "course_activity_unlocked" + , class: "np-course-outline-content-activity-link" %} + {% endif %} +
      + {% endif %} +
    2. + {% endfor %} +
    +
  2. + {% endfor %} +
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_course_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_product_desktop_view.html.liquid new file mode 100644 index 00000000..ae8d50de --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_course_product_desktop_view.html.liquid @@ -0,0 +1,41 @@ +
+
+ {% 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 "product_price_and_cta" %} +
+ {% include "product_outline" %} +
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_course_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_product_mobile_view.html.liquid new file mode 100644 index 00000000..880a0f24 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_course_product_mobile_view.html.liquid @@ -0,0 +1,31 @@ +
+ {% include "course_header" %} +
+ {% include "product_price_and_cta" %} +
+
+ +
+ {% include "course_description" %} +
+
+ {% include "product_outline" %} +
+ +{% 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/Nintex University/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_progress_and_cta.html.liquid new file mode 100644 index 00000000..3f6a87bd --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_course_progress_and_cta.html.liquid @@ -0,0 +1,112 @@ +
+
+ {% t.header %} + + Progreso del Curso + + Progression du Cours + + Kurs-Fortschritt + Course Progress + + Cursus-voortgang + Progresso do Curso +
+
+
+
+ +
+ {% if course.completed? %} + Completed + Completado + Terminé + Abgeschlossen + Completed + Voltooid + Completo + {% elsif course.enrolled? %} + In Progress + En Progreso + En Cours + In Bearbeitung + In Progress + In Progress + Em Progresso + {% else %} + {% t shared.progress + , count: course.progress %} + No iniciado + Non commencé + Fortschritt + Not started + Niet begonnen + Não iniciado + {% endif %} +
+ {% include "product_expiration_date" + , date: course.expiration_date %} +
+ +
+ {% if course.learner_can_retake? %} +
+ {% form_authenticity_token %} + +
+ {% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + Inscribirse + S'inscrire + Anmelden + Enroll + Inschrijven + Inscrição + {% elsif course.started? == false %} + View Course + Ver Curso + Voir le Cours + Kurs ansehen + View Course + Cursus bekijken + Ver Curso + {% elsif course.completed? %} + {% t shared.course.view + , key: current_school.course_vocabulary %} + Ver Curso + Voir le Cours + Kurs ansehen + View Course + Cursus bekijken + Ver Curso + {% else %} + {% t shared.continue %} + Continuar + Continuer + Fortsetzen + Continue + Verder + Continuar + {% endif %} + + {% endif %} +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_course_version_outdated_alert.html.liquid @@ -0,0 +1,7 @@ +{% if courses.include_courses_to_restart? %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Nintex University/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..d2e6fc52 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
+
+ + +
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Nintex University/_courses_catalog.html.liquid new file mode 100644 index 00000000..e386b8bc --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_courses_catalog.html.liquid @@ -0,0 +1,56 @@ +{% assign is_partner = false %} +{% for group in current_person.groups %} + {% if group.name == "All Partners" %} + {% assign is_partner = true %} + {% endif %} +{% endfor %} + +{% if courses.in_catalog.any? %} +
+ {% for course in courses.in_catalog %} + {% for category in course.categories %} + {% if category.name contains "Nintex Partner Sales" and is_partner == false %} + {% continue %} + {% endif %} + {% endfor %} + +
+ {% include "cards_course_nintex" 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 %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_courses_index.html.liquid b/Custom_Templates/customer_templates/Nintex University/_courses_index.html.liquid new file mode 100644 index 00000000..7f252cf3 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_courses_index.html.liquid @@ -0,0 +1,70 @@ +{% assign is_partner = false %} +{% assign filter_partners = false %} +{% for group in current_person.groups %} + {% if group.name == "All Partners" %} + {% assign is_partner = true %} + {% endif %} +{% endfor %} + +{% if filter_partners == false %} + {% assign is_partner = true %} +{% endif %} + +{% if courses.enrolled.any? %} + +
+ + {% for course in courses.enrolled %} + {% for category in course.categories %} + {% if category.name contains "Nintex Partner Sales" and is_partner == false %} + {% continue %} + {% endif %} + {% endfor %} + +
+ {% include "cards_course_nintex" with course %} +
+ {% endfor %} + +
+ + + +{% else %} +
+ {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} +
+ {{ message }} +
+ {{ message }} +
+{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Nintex University/_courses_zero_state.html.liquid new file mode 100644 index 00000000..324df98c --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_courses_zero_state.html.liquid @@ -0,0 +1,6 @@ +
+
+ {{ message }} +
+ {{ message }} +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_customer_testimonia.html.liquid b/Custom_Templates/customer_templates/Nintex University/_customer_testimonia.html.liquid new file mode 100644 index 00000000..7de59886 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_customer_testimonia.html.liquid @@ -0,0 +1,13 @@ +
+
+
+
+
+ {{ name }} +
+
+ {{ contents }} +
+
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_customer_testimonials.html.liquid b/Custom_Templates/customer_templates/Nintex University/_customer_testimonials.html.liquid new file mode 100644 index 00000000..751fef74 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_customer_testimonials.html.liquid @@ -0,0 +1,36 @@ +
+ +
+ {% include "customer_testimonia" + , name: "John Doe" + , imageUrl: "https://placehold.co/1000x400" + , contents: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." %} + {% include "customer_testimonia" + , name: "John Doe" + , imageUrl: "https://placehold.co/600x400" + , contents: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." %} + {% include "customer_testimonia" + , name: "John Doe" + , imageUrl: "https://placehold.co/600x400" + , contents: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." %} +
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_faq_card.html.liquid b/Custom_Templates/customer_templates/Nintex University/_faq_card.html.liquid new file mode 100644 index 00000000..2eebaecd --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_faq_card.html.liquid @@ -0,0 +1,64 @@ +{% assign question_en = question_en %} +{% assign question_es = question_es %} +{% assign question_fr = question_fr %} +{% assign question_de = question_de %} +{% assign question_en_GB = question_en_GB %} +{% assign question_nl = question_nl %} +{% assign question_pt_BR = question_pt_BR %} + +{% assign answer_en = answer_en %} +{% assign answer_es = answer_es %} +{% assign answer_fr = answer_fr %} +{% assign answer_de = answer_de %} +{% assign answer_en_GB = answer_en_GB %} +{% assign answer_nl = answer_nl %} +{% assign answer_pt_BR = answer_pt_BR %} + + +
+
+
+ + + + +
+
+

+ Q: + {{ question_en }} + {{ question_es }} + {{ question_fr }} + {{ question_de }} + {{ question_en_GB }} + {{ question_nl }} + {{ question_pt_BR }} +

+
+
+
+

+ A: + {{ answer_en }} + {{ answer_es }} + {{ answer_fr }} + {{ answer_de }} + {{ answer_en_GB }} + {{ answer_nl }} + {{ answer_pt_BR }} +

+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Nintex University/_filter_checkbox.html.liquid new file mode 100644 index 00000000..5cbcbd07 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_filter_checkbox.html.liquid @@ -0,0 +1,10 @@ + + diff --git a/Custom_Templates/customer_templates/Nintex University/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Nintex University/_filter_dropdown.html.liquid new file mode 100644 index 00000000..e7a954bb --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_filter_dropdown.html.liquid @@ -0,0 +1,33 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/Nintex University/_filter_select.html.liquid b/Custom_Templates/customer_templates/Nintex University/_filter_select.html.liquid new file mode 100644 index 00000000..d006c0df --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_filter_select.html.liquid @@ -0,0 +1,22 @@ +{% if params.q %} + +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/Nintex University/_footer.html.liquid b/Custom_Templates/customer_templates/Nintex University/_footer.html.liquid new file mode 100644 index 00000000..a00c5b21 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_footer.html.liquid @@ -0,0 +1,110 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_head.html.liquid b/Custom_Templates/customer_templates/Nintex University/_head.html.liquid new file mode 100644 index 00000000..3bc3fe58 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_head.html.liquid @@ -0,0 +1,20 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_header.html.liquid b/Custom_Templates/customer_templates/Nintex University/_header.html.liquid new file mode 100644 index 00000000..5f0acdad --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_header.html.liquid @@ -0,0 +1,524 @@ +{% assign color = color | default: "#3d0456" %} +{% assign text_en_US = text_en_US | default: "" %} +{% assign text_es = text_es | default: "" %} +{% assign text_fr = text_fr | default: "" %} +{% assign text_de = text_de | default: "" %} +{% assign text_en_GB = text_en_GB | default: "" %} +{% assign text_nl = text_nl | default: "" %} +{% assign text_pt_BR = text_pt_BR | default: "" %} +{% assign button_text_en_US = button_text_en_US | default: "" %} +{% assign button_text_es = button_text_es | default: "" %} +{% assign button_text_fr = button_text_fr | default: "" %} +{% assign button_text_de = button_text_de | default: "" %} +{% assign button_text_en_GB = button_text_en_GB | default: "" %} +{% assign button_text_nl = button_text_nl | default: "" %} +{% assign button_text_pt_BR = button_text_pt_BR | default: "" %} +{% assign button_link = button_link | default: "" %} +{% assign text_color = text_color | default: "white" %} +{% assign subtitle_en_US = subtitle_en_US | default: "" %} +{% assign subtitle_es = subtitle_es | default: "" %} +{% assign subtitle_fr = subtitle_fr | default: "" %} +{% assign subtitle_de = subtitle_de | default: "" %} +{% assign subtitle_en_GB = subtitle_en_GB | default: "" %} +{% assign subtitle_nl = subtitle_nl | default: "" %} +{% assign subtitle_pt_BR = subtitle_pt_BR | default: "" %} + +
+
+
+ {% if current_person.signed_in? %} + + + {% endif %} +
+ {% if current_school.logo_url %} +

+ + {% if text_color == "white" %} + {{ current_school.name }} + {% else %} + {{ current_school.name }} + {% endif %} + +

+ {% else %} +

+ + {{ current_school.name }} + +

+ {% endif %} + +
+ +
+
+ {% include "nintex_quicklinks" + , text_color: text_color + , verticalPadding: "0 4%" %} +
+ {% if current_person.signed_in? %} + {% if features.commerce? %} + + + {% t.cart %} + {% commerce_cart_badge %} + + {% endif %} + + + {% else %} + + {% endif %} +
+
+ +
+
+ {% if current_person.signed_in? %} + {{ current_person.name }} +
+ {{ current_person.name }} +
+ {% endif %} + +
+
+
+ {% include "nintex_quicklinks" + , text_color: text_color + , verticalPadding: "10px 4% 20px" %} +
+ +{% if text_en_US != '' %} + {% include "nintex_hero" + , color: color + , text_en_US: text_en_US + , text_es: text_es + , text_fr: text_fr + , text_de: text_de + , text_en_GB: text_en_GB + , text_nl: text_nl + , text_pt_BR: text_pt_BR + , subtitle_en_US: subtitle_en_US + , subtitle_es: subtitle_es + , subtitle_fr: subtitle_fr + , subtitle_de: subtitle_de + , subtitle_en_GB: subtitle_en_GB + , subtitle_nl: subtitle_nl + , subtitle_pt_BR: subtitle_pt_BR + , button_text: button_text_en_US + , button_text_es: button_text_es + , button_text_fr: button_text_fr + , button_text_de: button_text_de + , button_text_en_GB: button_text_en_GB + , button_text_nl: button_text_nl + , button_text_pt_BR: button_text_pt_BR + , button_link: button_link + , text_color: text_color %} +{% endif %} +{% include "messages" %} + + diff --git a/Custom_Templates/customer_templates/Nintex University/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Nintex University/_header_minimal.html.liquid new file mode 100644 index 00000000..6b72cdb2 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_homepage_faqs.html.liquid b/Custom_Templates/customer_templates/Nintex University/_homepage_faqs.html.liquid new file mode 100644 index 00000000..39685273 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_homepage_faqs.html.liquid @@ -0,0 +1,247 @@ +
+ +
+
+ {% include "faq_card" + , question_en: "How do I find courses that fit my role?" + , question_es: "How do I find courses that fit my role?" + , question_fr: "How do I find courses that fit my role?" + , question_de: "How do I find courses that fit my role?" + , question_en_GB: "How do I find courses that fit my role?" + , question_nl: "How do I find courses that fit my role?" + , question_pt_BR: "How do I find courses that fit my role?" + , answer_en: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs." + , answer_es: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs." + , answer_fr: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs." + , answer_de: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs." + , answer_en_GB: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs." + , answer_nl: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs." + , answer_pt_BR: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs." %} + {% include "faq_card" + , question_en: "Where can I see my progress?" + , question_es: "Where can I see my progress?" + , question_fr: "Where can I see my progress?" + , question_de: "Where can I see my progress?" + , question_en_GB: "Where can I see my progress?" + , question_nl: "Where can I see my progress?" + , question_pt_BR: "Where can I see my progress?" + , answer_en: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed." + , answer_es: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed." + , answer_fr: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed." + , answer_de: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed." + , answer_en_GB: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed." + , answer_nl: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed." + , answer_pt_BR: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed." %} + {% include "faq_card" + , question_en: "What is a Learning Path?" + , question_es: "What is a Learning Path?" + , question_fr: "What is a Learning Path?" + , question_de: "What is a Learning Path?" + , question_en_GB: "What is a Learning Path?" + , question_nl: "What is a Learning Path?" + , question_pt_BR: "What is a Learning Path?" + , answer_en: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning." + , answer_es: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning." + , answer_fr: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning." + , answer_de: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning." + , answer_en_GB: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning." + , answer_nl: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning." + , answer_pt_BR: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning." %} +
+
+ {% include "faq_card" + , question_en: "Where do I find the courses I am enrolled in?" + , question_es: "Where do I find the courses I am enrolled in?" + , question_fr: "Where do I find the courses I am enrolled in?" + , question_de: "Where do I find the courses I am enrolled in?" + , question_en_GB: "Where do I find the courses I am enrolled in?" + , question_nl: "Where do I find the courses I am enrolled in?" + , question_pt_BR: "Where do I find the courses I am enrolled in?" + , answer_en: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster." + , answer_es: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster." + , answer_fr: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster." + , answer_de: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster." + , answer_en_GB: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster." + , answer_nl: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster." + , answer_pt_BR: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster." %} + {% include "faq_card" + , question_en: "Can I resume a course where I left off?" + , question_es: "Can I resume a course where I left off?" + , question_fr: "Can I resume a course where I left off?" + , question_de: "Can I resume a course where I left off?" + , question_en_GB: "Can I resume a course where I left off?" + , question_nl: "Can I resume a course where I left off?" + , question_pt_BR: "Can I resume a course where I left off?" + , answer_en: "Yes! The system saves your progress automatically, so you can pick up right where you left off." + , answer_es: "Yes! The system saves your progress automatically, so you can pick up right where you left off." + , answer_fr: "Yes! The system saves your progress automatically, so you can pick up right where you left off." + , answer_de: "Yes! The system saves your progress automatically, so you can pick up right where you left off." + , answer_en_GB: "Yes! The system saves your progress automatically, so you can pick up right where you left off." + , answer_nl: "Yes! The system saves your progress automatically, so you can pick up right where you left off." + , answer_pt_BR: "Yes! The system saves your progress automatically, so you can pick up right where you left off." %} + {% include "faq_card" + , question_en: "How do I get support if I have issues?" + , question_es: "How do I get support if I have issues?" + , question_fr: "How do I get support if I have issues?" + , question_de: "How do I get support if I have issues?" + , question_en_GB: "How do I get support if I have issues?" + , question_nl: "How do I get support if I have issues?" + , question_pt_BR: "How do I get support if I have issues?" + , answer_en: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer." + , answer_es: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer." + , answer_fr: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer." + , answer_de: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer." + , answer_en_GB: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer." + , answer_nl: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer." + , answer_pt_BR: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer." %} +
+
+
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_homepage_paths.html.liquid b/Custom_Templates/customer_templates/Nintex University/_homepage_paths.html.liquid new file mode 100644 index 00000000..4ccc33fd --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_homepage_paths.html.liquid @@ -0,0 +1,117 @@ + + +{% if learning_paths.available.any? %} + {% assign paths_shown = 0 %} + {% assign paths_to_show = 6 %} +
+ +
+
+ + +
+
+
+ {% for learning_path in learning_paths.available %} +
+ {% include "cards_learning_path_nintex" with learning_path %} +
+ {% assign paths_shown = paths_shown | plus: 1 %} + {% if paths_shown >= paths_to_show %} + {% break %} + {% endif %} + {% endfor %} + +
+
+
+
+ + View more + Ver más + Voir plus + Mehr anzeigen + View more + Meer bekijken + Ver mais + + + + +
+
+{% endif %} + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_language_selector.html.liquid b/Custom_Templates/customer_templates/Nintex University/_language_selector.html.liquid new file mode 100644 index 00000000..23f28ed9 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_language_selector.html.liquid @@ -0,0 +1,117 @@ +{% assign desktopMode = desktopMode | default: false %} +{% assign parentClass = parentClass | default: "" %} + + + Language + Idioma + Langue + Sprache + Language + Taal + Idioma +
+
English (US)
+
Español
+
Français
+
Deutsch
+
English (UK)
+
Nederlands
+
Português (BR)
+
+
+ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_banners.html.liquid new file mode 100644 index 00000000..11a1810c --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_certificate.html.liquid new file mode 100644 index 00000000..3a282c5e --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_certificate_content.html.liquid new file mode 100644 index 00000000..3feafd59 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_completed_banner.html.liquid new file mode 100644 index 00000000..467b800f --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_learning_path_completed_banner.html.liquid @@ -0,0 +1,27 @@ +
+ +
+

{% t.headline %}

+

{% t.description %}

+
+ {% if learning_path.certificate_link %} + {% t.actions.certificate %} + {% endif %} + Explore More Learning Paths +
+
+
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_course.html.liquid new file mode 100644 index 00000000..f8252591 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_learning_path_course.html.liquid @@ -0,0 +1,77 @@ +{% if learning_path.enrolled? and course.unlocked? %} +
+ +
+ {{ course.name }} +
+
+ {{ course.name }} +
+ {% if course.instructors %} +
+ {{ course.instructors }} +
+ {% endif %} +
+ {% if course.completed? %} + Completed + Completado + Terminé + Abgeschlossen + Completed + Voltooid + Completo + {% elsif course.started? %} + In Progress + En Progreso + En Cours + In Bearbeitung + In Progress + In Progress + Em Progresso + {% else %} + {% t shared.progress +, count: course.progress %} + No iniciado + Non commencé + Fortschritt + Not started + Niet begonnen + Não iniciado + {% endif %} + +
+
+ + {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% else %} +
+
+ {{ course.name }} +
+
+ {{ course.name }} +
+
+ {% if course.optional? %} +
+ {% t shared.optional %} +
+ {% endif %} +
+
+{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_description.html.liquid new file mode 100644 index 00000000..3bb1ee27 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_learning_path_description.html.liquid @@ -0,0 +1,12 @@ +

+ {% t.about %} + Descripción + Description + Beschreibung + Description + Beschrijving + Descrição +

+
+ {{ learning_path.description }} +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_desktop_content.html.liquid new file mode 100644 index 00000000..e9ca85d9 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_desktop_header.html.liquid new file mode 100644 index 00000000..71a92ddb --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_learning_path_desktop_header.html.liquid @@ -0,0 +1,21 @@ +
+
+ {% t shared.learning_path.title %} + Camino de Aprendizaje + Chemin d'apprentissage + Lernpfad + Learning Path + Leerpad + Caminho de Aprendizagem + +
+
+ + + + {{ learning_path.name }} +
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_desktop_view.html.liquid new file mode 100644 index 00000000..8447443e --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_instructors.html.liquid new file mode 100644 index 00000000..789941cd --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_learning_path_instructors.html.liquid @@ -0,0 +1,31 @@ +{% if learning_path.instructors.any? %} +
+

+ {% t shared.instructors %} + Instructores + Instructeurs + Instructoren + Instructors + Instructeurs + Instructores +

+
+ {% for instructor in learning_path.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
+
+{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_mobile_content.html.liquid new file mode 100644 index 00000000..92ffd4c8 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_mobile_header.html.liquid new file mode 100644 index 00000000..2bf66a5a --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_mobile_view.html.liquid new file mode 100644 index 00000000..0e22feb9 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_new_content_banner.html.liquid new file mode 100644 index 00000000..f4b3eaf3 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_outline.html.liquid new file mode 100644 index 00000000..22ddd573 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_learning_path_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_product_desktop_view.html.liquid new file mode 100644 index 00000000..08cb6406 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_learning_path_product_desktop_view.html.liquid @@ -0,0 +1,22 @@ +{% include "learning_path_desktop_header", learning_path: product %} +
+
+
+ {{ product.name }} +
+ {% include "learning_path_description", learning_path: product %} + {% include "learning_path_instructors", learning_path: product %} +
+
+
+
+
+ {% include "product_price_and_cta"%} +
+ {% include "learning_path_product_outline" %} +
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_learning_path_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_product_mobile_view.html.liquid new file mode 100644 index 00000000..c42b6612 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_learning_path_product_mobile_view.html.liquid @@ -0,0 +1,34 @@ +
+
+ {% t shared.learning_path.title %} + +
+
+ + + + {{ product.name }} +
+ {{ product.name }} +
+ {% include "product_price_and_cta" %} +
+
+ +
+ {% include "learning_path_description", learning_path: product %} +
+ +
+ {% include "learning_path_product_outline" %} +
+ +{% if product.instructors.any? %} +
+ {% include "learning_path_instructors", learning_path: product %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Nintex University/_learning_path_product_outline.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_product_outline.html.liquid new file mode 100644 index 00000000..bf077377 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_learning_path_product_outline.html.liquid @@ -0,0 +1,10 @@ +
+

{% t .title %}

+ {% for item in product.learning_path_items %} + {% if item.course? %} + {% include "product_outline_course", id: forloop.index %} + {% elsif item.training_event? %} + {% include "product_outline_event", id: forloop.index %} + {% endif %} + {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Nintex University/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_progress_and_cta.html.liquid new file mode 100644 index 00000000..f3cd1fea --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_learning_path_progress_and_cta.html.liquid @@ -0,0 +1,55 @@ +{% if learning_path.enrolled? %} +
+
+ {% t .progress %} + Progreso + Progression + Fortschritt + Progress + Progressie + Progresso +
+
+
+
+
+
+ {% if learning_path.completed? %} + Completed + Completado + Terminé + Abgeschlossen + Completed + Voltooid + Completo + {% elsif learning_path.enrolled? %} + In Progress + En Progreso + En Cours + In Bearbeitung + In Progress + In Progress + Em Progresso + {% else %} + {% t shared.progress + , count: learning_path.progress %} + No iniciado + Non commencé + Fortschritt + Not started + Niet begonnen + Não iniciado + {% endif %} + +
+ {% include "product_expiration_date", date: learning_path.expiration_date %} +
+{% 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/Nintex University/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_summary_desktop_view.html.liquid new file mode 100644 index 00000000..05961c52 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_summary_mobile_view.html.liquid new file mode 100644 index 00000000..f30a09eb --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_training_session.html.liquid new file mode 100644 index 00000000..f796cdf4 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_paths_index.html.liquid new file mode 100644 index 00000000..471bf148 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_learning_paths_index.html.liquid @@ -0,0 +1,65 @@ +{% assign is_partner = false %} +{% assign filter_partners = false %} +{% for group in current_person.groups %} + {% if group.name == "All Partners" %} + {% assign is_partner = true %} + {% endif %} +{% endfor %} + +{% if filter_partners == false %} + {% assign is_partner = true %} +{% endif %} + +{% if items.any? %} + +
+ + {% for learning_path in items %} + {% for category in learning_path.categories %} + {% if category.name contains "Nintex Partner Sales" and is_partner == false %} + {% continue %} + {% endif %} + {% endfor %} + +
+ {% include "cards_learning_path_nintex" with learning_path %} +
+ {% endfor %} + +
+ + + +{% else %} +
+
+ {% t.empty %} +
+ {% t .empty %} +
+{% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_meet_the_team.html.liquid b/Custom_Templates/customer_templates/Nintex University/_meet_the_team.html.liquid new file mode 100644 index 00000000..c00ca0e8 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_meet_the_team.html.liquid @@ -0,0 +1,141 @@ +
+ +
+
+ + +
+
+
+
+ {% include "team_member_card", name: "John Doe", title: "CEO", image_url: "https://placehold.co/100x100" %} +
+
+ {% include "team_member_card", name: "Jane Doe", title: "CTO", image_url: "https://placehold.co/100x100" %} +
+
+ {% include "team_member_card", name: "Jim Beam", title: "CFO", image_url: "https://placehold.co/100x100" %} +
+
+ {% include "team_member_card", name: "Jane Doe", title: "CTO", image_url: "https://placehold.co/100x100" %} +
+
+ {% include "team_member_card", name: "Jim Beam", title: "CFO", image_url: "https://placehold.co/100x100" %} +
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_messages.html.liquid b/Custom_Templates/customer_templates/Nintex University/_messages.html.liquid new file mode 100644 index 00000000..059fc568 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_messages.html.liquid @@ -0,0 +1,19 @@ +{% 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/Nintex University/_new_courses.html.liquid b/Custom_Templates/customer_templates/Nintex University/_new_courses.html.liquid new file mode 100644 index 00000000..71a9e02b --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_new_courses.html.liquid @@ -0,0 +1,40 @@ +
+ + {% if courses.in_catalog.any? %} + {% assign sorted_courses = courses.in_catalog | sort: "created_at" | reverse %} + {% assign display_courses = 0 %} +
+ {% for course in sorted_courses %} + {% if course.properties.is_new == true %} +
+ {% include "cards_course_nintex" with course %} + {% assign display_courses = display_courses | plus: 1 %} +
+ {% if display_courses == 3 %} + {% break %} + {% endif %} + + {% endif %} + {% endfor %} +
+ {% endif %} +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_nintex_hero.html.liquid b/Custom_Templates/customer_templates/Nintex University/_nintex_hero.html.liquid new file mode 100644 index 00000000..cfd07a80 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_nintex_hero.html.liquid @@ -0,0 +1,259 @@ +{% assign color = color | default: "#3d0456" %} +{% assign text_en_US = text_en_US | default: "" %} +{% assign text_es = text_es | default: "" %} +{% assign text_fr = text_fr | default: "" %} +{% assign text_de = text_de | default: "" %} +{% assign text_en_GB = text_en_GB | default: "" %} +{% assign text_nl = text_nl | default: "" %} +{% assign text_pt_BR = text_pt_BR | default: "" %} +{% assign button_text_en_US = button_text_en_US | default: "" %} +{% assign button_text_es = button_text_es | default: "" %} +{% assign button_text_fr = button_text_fr | default: "" %} +{% assign button_text_de = button_text_de | default: "" %} +{% assign button_text_en_GB = button_text_en_GB | default: "" %} +{% assign button_text_nl = button_text_nl | default: "" %} +{% assign button_text_pt_BR = button_text_pt_BR | default: "" %} +{% assign button_link = button_link | default: "" %} +{% assign subtitle_en_US = subtitle_en_US | default: "" %} +{% assign subtitle_es = subtitle_es | default: "" %} +{% assign subtitle_fr = subtitle_fr | default: "" %} +{% assign subtitle_de = subtitle_de | default: "" %} +{% assign subtitle_en_GB = subtitle_en_GB | default: "" %} +{% assign subtitle_nl = subtitle_nl | default: "" %} +{% assign subtitle_pt_BR = subtitle_pt_BR | default: "" %} +{% assign text_color = text_color | default: "white" %} +
+
+
+ + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+

+ {{ text_en_US }} + {{ text_es }} + {{ text_fr }} + {{ text_de }} + {{ text_en_GB }} + {{ text_nl }} + {{ text_pt_BR }} +

+ {% if subtitle_en_US != "" %} +

+ {{ subtitle_en_US }} + {{ subtitle_es }} + {{ subtitle_fr }} + {{ subtitle_de }} + {{ subtitle_en_GB }} + {{ subtitle_nl }} + {{ subtitle_pt_BR }} +

+ {% endif %} + {% if button_text_en_US != "" %} + + {{ button_text_en_US }} + {{ button_text_es }} + {{ button_text_fr }} + {{ button_text_de }} + {{ button_text_en_GB }} + {{ button_text_nl }} + {{ button_text_pt_BR }} + + {% endif %} +
+ +
+ \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_nintex_quicklinks.html.liquid b/Custom_Templates/customer_templates/Nintex University/_nintex_quicklinks.html.liquid new file mode 100644 index 00000000..38009aaf --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_nintex_quicklinks.html.liquid @@ -0,0 +1,93 @@ +{% assign text_color = text_color | default: "white" %} +{% assign verticalPadding = verticalPadding | default: "10px 4% 20px" %} + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_pop-up.html.liquid b/Custom_Templates/customer_templates/Nintex University/_pop-up.html.liquid new file mode 100644 index 00000000..35967935 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_pop-up.html.liquid @@ -0,0 +1,369 @@ +{% assign isFormCompleted = current_person.properties.is_feedback_form_completed %} + + +
+
+
+ × +
+ {{ current_school.name }} +
+

Tell us more!

+

Providing more information about your experience can unlock more possibilities with Nintex University.

+
+
+
+ + +
+
+ + +
+ +
+ + +
+ +
+ +
+ + + + + +
+

Your rating: 0

+
+ +
+ +
+
+ + +
+ +
+ + +
+
+
+ +
+ + +
+ +
+
+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_product_expiration_date.html.liquid b/Custom_Templates/customer_templates/Nintex University/_product_expiration_date.html.liquid new file mode 100644 index 00000000..2d4b898b --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_product_expiration_date.html.liquid @@ -0,0 +1,7 @@ +{% if date %} + {% capture date_format %}{% t date.formats.short_humanized %}{% endcapture %} + {% capture formatted_date %}{{ date | date: date_format }}{% endcapture %} + +{% endif %} diff --git a/Custom_Templates/customer_templates/Nintex University/_product_outline.html.liquid b/Custom_Templates/customer_templates/Nintex University/_product_outline.html.liquid new file mode 100644 index 00000000..4255455a --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_product_outline.html.liquid @@ -0,0 +1,25 @@ +
+
+ {% t .header.course %} +
+
+
    + {% for section in course.sections %} +
  1. +
    + {{ section.name }} +
    +
      + {% for activity in section.activities %} +
    1. + + {% include "course_activity_locked" %} +
      +
    2. + {% endfor %} +
    +
  2. + {% endfor %} +
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_product_outline_course.html.liquid b/Custom_Templates/customer_templates/Nintex University/_product_outline_course.html.liquid new file mode 100644 index 00000000..594cc2de --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_product_outline_course.html.liquid @@ -0,0 +1,82 @@ +
+
+ {{ item.name }} +
+
+ {{ item.name }} +
+ +

+ {% if item.instructors.any? %} + {{ item.instructor_names }} + {% endif %} +

+ +
+
+ +

{% t shared.product_types.course %}

+
+ +
+
+
+
+
+

{% t .about %}

+

{{ item.full_description }}

+
+ {% if item.categories.any? %} +
+

+ {% t .categories %} +

+
+ {% for category in item.categories %} +
+ {{ category.name }} +
+ {% endfor %} +
+
+ {% endif %} + {% if item.instructors.any? %} +
+

+ {% t shared.instructors %} +

+
+ {% for instructor in item.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
+
+ {% endif %} +
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_product_outline_event.html.liquid b/Custom_Templates/customer_templates/Nintex University/_product_outline_event.html.liquid new file mode 100644 index 00000000..aaa38f41 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_product_outline_event.html.liquid @@ -0,0 +1,49 @@ +
+
+ {% if item.available? %} + {% if item.location %} + {{ item.location }} | + {% endif %} + {{ item.time }} {{ item.time_zone }}, {{ item.date }} + {{ item.name }} + {% else %} + {{ item.name }} + {% endif %} +
{{ item.caption }}
+
+
+ +

{{ item.formatted_type }}

+
+ +
+
+
+

{% t .about %}

+

{{ item.description }}

+
+ {% if item.instructors %} +
+

+ {% t shared.instructors %} +

+
+
+
+ {{ item.instructors }} +
+
+
+
+ {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_product_outline_lp.html.liquid b/Custom_Templates/customer_templates/Nintex University/_product_outline_lp.html.liquid new file mode 100644 index 00000000..87106e09 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_product_outline_lp.html.liquid @@ -0,0 +1,65 @@ +
+
+ {{ item.name }} +
+
+ {{ item.name }} +
+ +

+ {% if item.instructor_names %} + {{ item.instructor_names }} + {% endif %} +

+ +
+
+ +

{% t shared.product_types.learning_path %}

+
+ +
+
+
+
+
+

{% t .about %}

+ {{ item.description }} +
+

{% t .content %}

+ {% for learning_path_item in item.learning_path_items %} +
+
+ {% if learning_path_item.course? %} +

{{learning_path_item.name}}

+

{{learning_path_item.instructor_names}}

+ {% elsif learning_path_item.training_event? %} + {% if learning_path_item.available? %} + {{learning_path_item.name}} + {{ learning_path_item.time }} {{ learning_path_item.time_zone }}, {{ learning_path_item.date }} + {% else %} + {{learning_path_item.name}} + {{ learning_path_item.caption }} + {% endif %} + {% endif %} +
+
+ +

{{ learning_path_item.formatted_type }}

+
+
+ {% endfor %} +
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_product_price_and_cta.html.liquid b/Custom_Templates/customer_templates/Nintex University/_product_price_and_cta.html.liquid new file mode 100644 index 00000000..c0221597 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_product_price_and_cta.html.liquid @@ -0,0 +1,12 @@ +
+
+ {{ product.formatted_price }} + + {{ product.formatted_access_period}} + +
+
+
+ {% commerce_add_to_cart product %} + {% commerce_buy_more_access product %} +
diff --git a/Custom_Templates/customer_templates/Nintex University/_progress_bar.html.liquid b/Custom_Templates/customer_templates/Nintex University/_progress_bar.html.liquid new file mode 100644 index 00000000..18e66015 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_progress_bar.html.liquid @@ -0,0 +1,4 @@ +
+
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_progress_circle.html.liquid b/Custom_Templates/customer_templates/Nintex University/_progress_circle.html.liquid new file mode 100644 index 00000000..a08d7060 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_progress_circle.html.liquid @@ -0,0 +1,145 @@ +
+ +
+
+ + + + +
{{ completed }}
+
+
+ Completed + Completado + Terminé + Abgeschlossen + Completed + Voltooid + Completo +
+
+ + +
+
+ + + + +
{{ in_progress }}
+
+
+ In Progress + En Progreso + En Cours + In Bearbeitung + In Progress + In Progress + Em Progresso +
+
+
+ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_progress_indicator.html.liquid b/Custom_Templates/customer_templates/Nintex University/_progress_indicator.html.liquid new file mode 100644 index 00000000..1fc09614 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_progress_indicator.html.liquid @@ -0,0 +1,69 @@ +{% assign progress_background_color = 'var(--nintex--color--cyan-bluish-gray)' %} +{% assign completed_color = '#3d0456' %} +{% assign in_progress_color = '#8249a6' %} + +
+
+ {% if type == "Courses" %} + Courses Progress + Progreso de Cursos + Progression des cours + Kurs-Fortschritt + Courses Progress + Cursus-voortgang + Progresso de Cursos + {% endif %} + {% if type == "Learning Paths" %} + Learning Paths Progress + Progreso de Rutas de Aprendizaje + Progression des parcours + Lernpfad-Fortschritt + Learning Paths Progress + Progressie van leerpaden + Progresso de Rota de Aprendizagem + {% endif %} +
+
+ {% if toCount.any? %} + {% assign countComplete = 0 %} + {% assign countInProgress = 0 %} + {% assign countNotStarted = 0 %} + {% assign countTotal = 0 | times: 1.0 %} + {% for course in toCount %} + {% assign countTotal = countTotal | plus: 1 %} + {% if course.progress == 100 %} + {% assign countComplete = countComplete | plus: 1 %} + {% endif %} + {% if course.enrolled? and course.progress < 100 %} + {% assign countInProgress = countInProgress | plus: 1 %} + {% endif %} + {% if course.progress == 0 %} + {% assign countNotStarted = countNotStarted | plus: 1 %} + {% endif %} + {% endfor %} + + {% assign class_name = type | downcase | replace: " ", "-" %} + {% + include "progress_circle" + , completed: countComplete + , in_progress: countInProgress + , total: countTotal + , size: "120" + , completed_color: completed_color + , in_progress_color: in_progress_color + , progress_background_color: progress_background_color + , name: class_name + %} + + {% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state" + , message: message %} + {% endif %} +
+ +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_recommended_learning_paths.html.liquid b/Custom_Templates/customer_templates/Nintex University/_recommended_learning_paths.html.liquid new file mode 100644 index 00000000..0a38cf9d --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_recommended_learning_paths.html.liquid @@ -0,0 +1,36 @@ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_search_result.html.liquid b/Custom_Templates/customer_templates/Nintex University/_search_result.html.liquid new file mode 100644 index 00000000..5c2a4991 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_search_result.html.liquid @@ -0,0 +1,19 @@ +
+
+
+ {{ result.name }} +
+
+ + {{ result.name }} + +
+
{{ result.description }}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Nintex University/_search_zero_state.html.liquid new file mode 100644 index 00000000..9b76d980 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_search_zero_state.html.liquid @@ -0,0 +1,13 @@ +
+
+
+

+ {% t .nothing_found %} +

+
+ {% t .empty %} +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Nintex University/_sub_navigation.html.liquid new file mode 100644 index 00000000..85f9e4d2 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_sub_navigation.html.liquid @@ -0,0 +1,105 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_team_member_card.html.liquid b/Custom_Templates/customer_templates/Nintex University/_team_member_card.html.liquid new file mode 100644 index 00000000..9992adc5 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_team_member_card.html.liquid @@ -0,0 +1,11 @@ +
+
+
+
+ {{ name }} +
+
+ {{ title }} +
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_training_event_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_event_desktop_view.html.liquid new file mode 100644 index 00000000..76ac434a --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_event_desktop_view.html.liquid @@ -0,0 +1,42 @@ +
+ {% include "training_session_header" %} +
+
+
+
+
+
+ {% include "training_session_status" %} + {% include "training_session_date" %} +
+
+ {% include "training_session_details" %} +
+
+
+
+ {% 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/Nintex University/_training_event_mobile_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_event_mobile_view.html.liquid new file mode 100644 index 00000000..f6a7b959 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_event_mobile_view.html.liquid @@ -0,0 +1,23 @@ +
+
+ {% include "training_session_header" %} +
+ +
+ {% include "training_session_status" %} + {% include "training_session_date" %} + {% include "training_session_details" %} + {% 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/Nintex University/_training_event_preview_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_event_preview_desktop_view.html.liquid new file mode 100644 index 00000000..be9b996a --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_event_preview_desktop_view.html.liquid @@ -0,0 +1,42 @@ +
+ {% include "training_session_header" %} +
+
+
+
+
+
+ {% include "training_session_status" %} + {% include "training_session_date" %} +
+
+ {% include "training_session_details" %} +
+
+
+
+ {% include "training_session_description" %} +
+
+
+
+
+
+ {% t shared.more_sessions %} +
+ {% if training_event.sessions.size > 0 %} + {% include "training_event_preview_more_sessions" %} + {% else %} +
+ {% t themes.default._training_event_desktop_view.empty %} +
+ {% t themes.default._training_event_desktop_view.empty %} +
+
+ {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_training_event_preview_mobile_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_event_preview_mobile_view.html.liquid new file mode 100644 index 00000000..84323a09 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_event_preview_mobile_view.html.liquid @@ -0,0 +1,23 @@ +
+
+ {% include "training_session_header" %} +
+ +
+ {% include "training_session_status" %} + {% include "training_session_date" %} + {% include "training_session_details" %} + {% include "training_session_description" %} +
+ + {% if training_event.sessions.size > 0 %} +
+
+
+ {% t shared.more_sessions %} +
+ {% include "training_event_preview_more_sessions" %} +
+
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/Nintex University/_training_event_preview_more_sessions.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_event_preview_more_sessions.html.liquid new file mode 100644 index 00000000..a81c888a --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_event_preview_more_sessions.html.liquid @@ -0,0 +1,3 @@ +{% for session in training_event.sessions %} + {% include "training_event_preview_session_tile", current_session: training_session %} +{% endfor %} diff --git a/Custom_Templates/customer_templates/Nintex University/_training_event_preview_session_tile.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_event_preview_session_tile.html.liquid new file mode 100644 index 00000000..7a09cc33 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_event_preview_session_tile.html.liquid @@ -0,0 +1,18 @@ +
+
+ +
+ {{ session.status.label }} +
+
+
+
+
+ {{ session.month }} {{ session.day }}, {{ session.year }} +
+
+ {{ session.time_period }} {{ session.time_zone }} +
+
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_events_dashboard.html.liquid new file mode 100644 index 00000000..7aeb19ce --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_events_filter.html.liquid new file mode 100644 index 00000000..d4892278 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_events_filter.html.liquid @@ -0,0 +1,53 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/Nintex University/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_events_index.html.liquid new file mode 100644 index 00000000..ff93b1c8 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_events_zero_state.html.liquid new file mode 100644 index 00000000..bbab30a6 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_events_zero_state.html.liquid @@ -0,0 +1,6 @@ +
+
+ {% t.empty %} +
+ {% t .empty %} +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_session_calendars.html.liquid new file mode 100644 index 00000000..6c758b73 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_session_calendars.html.liquid @@ -0,0 +1,52 @@ + diff --git a/Custom_Templates/customer_templates/Nintex University/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_session_cta.html.liquid new file mode 100644 index 00000000..5f959556 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_session_cta.html.liquid @@ -0,0 +1,35 @@ +
+
+
+ {% form_authenticity_token %} + + {% if training_session.show_calendar_links? %} + {% include "training_session_calendars" %} + {% endif %} + + {% if training_session.cta.undo? %} + + {% endif %} + + {% if training_session.cta.label %} + + {% endif %} +
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_session_date.html.liquid new file mode 100644 index 00000000..860040fe --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_session_date.html.liquid @@ -0,0 +1,16 @@ +
+
+
+
+ {{ training_session.day }} +
+
+
+ {{ training_session.month }} +
+
+ {{ training_session.year }} +
+
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_session_description.html.liquid new file mode 100644 index 00000000..f8c165ba --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_session_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .header %} +

+
+ {{ training_event.description }} +
diff --git a/Custom_Templates/customer_templates/Nintex University/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_session_desktop_view.html.liquid new file mode 100644 index 00000000..d689ade2 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_session_desktop_view.html.liquid @@ -0,0 +1,43 @@ +
+ {% include "training_session_header" %} +
+
+
+
+
+
+ {% include "training_session_status" %} + {% include "training_session_date" %} +
+
+ {% 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/Nintex University/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_session_details.html.liquid new file mode 100644 index 00000000..64a925b7 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_session_details.html.liquid @@ -0,0 +1,23 @@ +
+ +
+ + +
+ + {% if training_session.approved? and training_session.location %} +
+ + {{ training_session.location }} +
+ {% endif %} + + {% if training_session.approved? and training_session.session_url %} +
+ + + {{ training_session.session_url }} + +
+ {% endif %} +
diff --git a/Custom_Templates/customer_templates/Nintex University/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_session_header.html.liquid new file mode 100644 index 00000000..fdfdf380 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_session_header.html.liquid @@ -0,0 +1,7 @@ +
+ {% t shared.event_types, key: training_event.event_type %} + +
+
+ {{ training_event.title }} +
diff --git a/Custom_Templates/customer_templates/Nintex University/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_session_mobile_view.html.liquid new file mode 100644 index 00000000..3270d65d --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_session_mobile_view.html.liquid @@ -0,0 +1,27 @@ +
+
+ {% include "training_session_header" %} +
+ +
+ {% include "training_session_status" %} + {% include "training_session_date" %} + {% 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/Nintex University/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_session_more_sessions.html.liquid new file mode 100644 index 00000000..6cfafa87 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_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/Nintex University/_training_session_status.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_session_status.html.liquid new file mode 100644 index 00000000..75116282 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_session_status.html.liquid @@ -0,0 +1,6 @@ +
+ {% if training_session.approved? %} + + {% endif %} + {{ training_session.status.label }} +
diff --git a/Custom_Templates/customer_templates/Nintex University/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_session_tile.html.liquid new file mode 100644 index 00000000..669fbb6c --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/_training_session_tile.html.liquid @@ -0,0 +1,24 @@ +{% if current_session.id != session.id %} + +
+ +
+ {{ session.status.label }} +
+
+
+
+
+ {{ session.month }} {{ session.day }}, {{ session.year }} +
+
+ {{ session.time_period }} {{ session.time_zone }} +
+
+ +
+
+{% endif %} diff --git a/Custom_Templates/customer_templates/Nintex University/account.html.liquid b/Custom_Templates/customer_templates/Nintex University/account.html.liquid new file mode 100644 index 00000000..bdf9734d --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/account.html.liquid @@ -0,0 +1,40 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +{% include "account_tabs" %} + +
+
+ {% include "account_mobile_view" + , form: form %} +
+ +
+ {% include "account_desktop_view" + , form: form %} +
+
+ +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Nintex University/auth_url_email.html.liquid new file mode 100644 index 00000000..a413959c --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/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/Nintex University/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Nintex University/auth_url_employee.html.liquid new file mode 100644 index 00000000..c8d8adf7 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/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/Nintex University/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Nintex University/auth_url_phone_number.html.liquid new file mode 100644 index 00000000..aafae119 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/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/Nintex University/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Nintex University/auth_url_terms.html.liquid new file mode 100644 index 00000000..a7087db2 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/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/Nintex University/badges.html.liquid b/Custom_Templates/customer_templates/Nintex University/badges.html.liquid new file mode 100644 index 00000000..5184ebe9 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/badges.html.liquid @@ -0,0 +1,569 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +{% include "account_tabs" %} + +
+
+
+ Nintex University +
+
+ Badges for {{ current_person.first_name }} + Insignias para {{ current_person.first_name }} + Insignes pour {{ current_person.first_name }} + Abzeichen für {{ current_person.first_name }} + Badges for {{ current_person.first_name }} + Insignes voor {{ current_person.first_name }} + Insignias para {{ current_person.first_name }} +
+
+ {% if learning_paths.enrolled.any? %} +
+
+ + +
+ + +
+ {% endif %} + + {% if learning_paths.enrolled.any? %} +
+
+ {% for path in learning_paths.enrolled %} + {% if path.progress == 100 %} + {% for category in path.categories %} + {% if category.name == "[Skill Level]100 - Beginner" %} +
+
+
+ Beginner +
+ +
+ {{ path.name }} +
+
+
+ {% elsif category.name == "[Skill Level]200 - Intermediate" %} +
+
+
+ Intermediate +
+ +
+ {{ path.name }} +
+
+
+ {% elsif category.name == "[Skill Level]300 - Advanced" %} +
+
+
+ Advanced +
+ +
+ {{ path.name }} +
+
+
+ {% elsif category.name == "[Skill Level]400 - Solutions" %} +
+
+
+ Solutions +
+ +
+ {{ path.name }} +
+
+
+ {% endif %} + {% endfor %} + {% endif %} + {% endfor %} +
+ + + + + +{% else %} + +
+
+ + No badges found + + + No se encontraron insignias + + + Aucun parcours trouvé + + + Keine Lernpfade gefunden + + + No badges found + + + Geen leerpaden gevonden + + + Nenhum emblema encontrado + +
+ +
+{% endif %} + +
+ + + + + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/bundle_product.html.liquid b/Custom_Templates/customer_templates/Nintex University/bundle_product.html.liquid new file mode 100644 index 00000000..ae07e6fa --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/bundle_product.html.liquid @@ -0,0 +1,34 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +
+
+ {% include "bundle_product_desktop_view" %} +
+
+ {% include "bundle_product_mobile_view" %} +
+
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/catalog.html.liquid b/Custom_Templates/customer_templates/Nintex University/catalog.html.liquid new file mode 100644 index 00000000..822cb833 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/catalog.html.liquid @@ -0,0 +1,419 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: catalog.headline + , text_es: "Catálogo de cursos" + , text_fr: "Catalogue de cours" + , text_de: "Kurskatalog" + , text_en_GB: "Course Catalog" + , text_nl: "Curriculum" + , text_pt_BR: "Catálogo de cursos" + , subtitle_en_US: catalog.subheadline + , subtitle_es: "Grandes cursos desde la comodidad de su casa o oficina." + , subtitle_fr: "Grandes cours depuis la commodité de votre maison ou bureau." + , subtitle_de: "Große Kurse von der Komfort deines Hauses oder Büros." + , subtitle_en_GB: "Great courses from the comfort of your home or office." + , subtitle_nl: "Geweldige cursussen vanuit het gemak van uw huis of kantoor." + , subtitle_pt_BR: "Grandes cursos desde la comodidad de su casa o oficina." + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +{% include "sub_navigation" %} + +{% assign is_partner = false %} +{% for group in current_person.groups %} + {% if group.name == "All Partners" %} + {% assign is_partner = true %} + {% endif %} +{% endfor %} + + +
+
+
+
+ Course catalog + Catálogo de cursos + Catalogue de cours + Kurskatalog + Course catalog + Curriculum + Catálogo de cursos +
+ {% comment %}
+ {{ catalog.subheadline }} + Grandes cursos desde la comodidad de su casa o oficina. + Grandes cours depuis la commodité de votre maison ou bureau. + Große Kurse von der Komfort deines Hauses oder Büros. + Great courses from the comfort of your home or office. + Geweldige cursussen vanuit het gemak van uw huis of kantoor. + Grandes cursos desde la comodidad de su casa o oficina. {% endcomment %} +
+
+
+ {% if courses.in_catalog.any? %} +
+
+ + +
+ + + + +
+ {% endif %} + +
+ {% include "courses_catalog" %} +
+ + + +
+ + + + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/commerce_cart.html.liquid b/Custom_Templates/customer_templates/Nintex University/commerce_cart.html.liquid new file mode 100644 index 00000000..056c505b --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/commerce_cart.html.liquid @@ -0,0 +1,31 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} + +
+ {% commerce_cart %} +
+ +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Nintex University/commerce_catalog.html.liquid new file mode 100644 index 00000000..7ba70cf5 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/commerce_catalog.html.liquid @@ -0,0 +1,52 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +{% include "sub_navigation" %} +
+
+
+

{{ catalog.headline }}

+

{{ catalog.subheadline }}

+
+
+ {% if catalog.any? %} +
+ {% for item in catalog.items %} +
+ {% include "cards_catalog_item" with item %} +
+ {% endfor %} +
+ {% else %} + {% capture message %} + {% t shared.zero_state.courses.catalog, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state" + , message: message %} + {% endif %} +
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/commerce_checkout.html.liquid b/Custom_Templates/customer_templates/Nintex University/commerce_checkout.html.liquid new file mode 100644 index 00000000..cee2c683 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/commerce_checkout.html.liquid @@ -0,0 +1,31 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} + +
+ {% commerce_checkout %} +
+ +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/commerce_order_details.html.liquid b/Custom_Templates/customer_templates/Nintex University/commerce_order_details.html.liquid new file mode 100644 index 00000000..1e073b57 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/commerce_order_details.html.liquid @@ -0,0 +1,31 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} + +
+ {% commerce_order_details %} +
+ +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/commerce_order_history.html.liquid b/Custom_Templates/customer_templates/Nintex University/commerce_order_history.html.liquid new file mode 100644 index 00000000..1d1f410a --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/commerce_order_history.html.liquid @@ -0,0 +1,32 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +{% include "account_tabs" %} + +
+ {% commerce_order_history %} +
+ +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/commerce_redeem.html.liquid b/Custom_Templates/customer_templates/Nintex University/commerce_redeem.html.liquid new file mode 100644 index 00000000..9d8d257b --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/commerce_redeem.html.liquid @@ -0,0 +1,31 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} + +
+ {% commerce_redeem %} +
+ +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/commerce_return.html.liquid b/Custom_Templates/customer_templates/Nintex University/commerce_return.html.liquid new file mode 100644 index 00000000..73677d92 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/commerce_return.html.liquid @@ -0,0 +1,31 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} + +
+ {% commerce_return %} +
+ +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/course.html.liquid b/Custom_Templates/customer_templates/Nintex University/course.html.liquid new file mode 100644 index 00000000..690cec21 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/course.html.liquid @@ -0,0 +1,34 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +
+
+ {% include "course_desktop_view" %} +
+
+ {% include "course_mobile_view" %} +
+
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/course_product.html.liquid b/Custom_Templates/customer_templates/Nintex University/course_product.html.liquid new file mode 100644 index 00000000..4bbe3999 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/course_product.html.liquid @@ -0,0 +1,34 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +
+
+ {% include "course_product_desktop_view" %} +
+
+ {% include "course_product_mobile_view" %} +
+
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/courses.html.liquid b/Custom_Templates/customer_templates/Nintex University/courses.html.liquid new file mode 100644 index 00000000..c7c5868c --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/courses.html.liquid @@ -0,0 +1,37 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +{% include "sub_navigation" %} +
+
+ {% t shared.course_vocabulary.plural + , key: current_school.course_vocabulary %} +
+
{% t.headline +, key: current_school.course_vocabulary %}
+ {% include "courses_index" + , class: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %} +
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/dashboard.html.liquid b/Custom_Templates/customer_templates/Nintex University/dashboard.html.liquid new file mode 100644 index 00000000..79a754cf --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/dashboard.html.liquid @@ -0,0 +1,647 @@ +{% include 'pop-up' %} + +{% include "header" + , color: "var(--nintex--color--blue)" + , text_color: "white" + , text_en_US: "My learning" + , text_es: "Mi aprendizaje" + , text_fr: "Mon apprentissage" + , text_de: "Mein Lernen" + , text_en_GB: "My learning" + , text_nl: "Mijn leerdoelen" + , text_pt_BR: "Meu aprendizado" + , subtitle_en_US: "Pick up from where you left off and track your progress and achievements." + , subtitle_es: "Lorem ipsum dolor sit amet" + , subtitle_fr: "Lorem ipsum dolor sit amet" + , subtitle_de: "Lorem ipsum dolor sit amet" + , subtitle_en_GB: "Lorem ipsum dolor sit amet" + , subtitle_nl: "Lorem ipsum dolor sit amet" + , subtitle_pt_BR: "Lorem ipsum dolor sit amet" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} + +{% include "sub_navigation" %} +
+
+ Hi {{ current_person.name }}, welcome back! + Hola {{ current_person.name }}, bienvenido de nuevo! + Bonjour {{ current_person.name }}, bienvenue de retour! + Hallo {{ current_person.name }}, willkommen zurück! + Hi {{ current_person.name }}, welcome back! + Hallo {{ current_person.name }}, welkom terug! + Olá {{ current_person.name }}, bem-vindo de volta! +
+ + +
+
+ + {% if features.learning_paths? %} + + {% endif %} +
+
+ + + + + +
+
+ + {% if features.learning_paths? %} +
+ {% include "learning_paths_index" + , items: learning_paths.enrolled + , filter_partners: false + , classes: "col-xs-12 col-sm-6" %} +
+ {% endif %} + + +
+ {% include "courses_index" + , class: "col-xs-12 col-sm-6 display-flex" %} +
+ + +
+ {% if features.training_events? %} +
+ +
+ {% include "progress_indicator" + , type: "Courses" + , toCount: courses.in_catalog %} +
+
+ {% include "progress_indicator" + , type: "Learning Paths" + , toCount: learning_paths.available %} +
+
+
+ {% t.upcoming_events %} + Próximos Eventos + Événements à venir + Ereignisse in der Zukunft + Upcoming Events + Aankomende evenementen + Eventos futuros +
+ {% include "calendar" %} +
+
+ {% endif %} +
+ {% if current_school.properties.show_meet_the_team == true %} + {% include "meet_the_team" %} + {% endif %} + +
+ + + + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/forgot_password.html.liquid b/Custom_Templates/customer_templates/Nintex University/forgot_password.html.liquid new file mode 100644 index 00000000..3d65513f --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/forgot_password.html.liquid @@ -0,0 +1,25 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/homepage.html.liquid b/Custom_Templates/customer_templates/Nintex University/homepage.html.liquid new file mode 100644 index 00000000..ad1b6bab --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/homepage.html.liquid @@ -0,0 +1,137 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: homepage.headline + , text_es: "Bienvenido a Nintex University" + , text_fr: "Bienvenue à Nintex University" + , text_de: "Willkommen bei Nintex University" + , text_en_GB: "Welcome to Nintex University" + , text_nl: "Welkom bij Nintex University" + , text_pt_BR: "Bem-vindo ao Nintex University" + , subtitle_en_US: homepage.subheadline + , subtitle_es: "Explora cursos adaptados, rutas de aprendizaje guiadas y exámenes de certificación diseñados para ayudarte a embarcarte rápidamente y dominar la plataforma Nintex con confianza." + , subtitle_fr: "Explorez des cours adaptés, des parcours d'apprentissage guidés et des examens de certification conçus pour vous aider à embarquer rapidement et maîtriser la plateforme Nintex avec confiance." + , subtitle_de: "Explore tailored courses, guided learning paths, and certification exams designed to help you onboard quickly and master the Nintex platform with confidence." + , subtitle_en_GB: "Explore tailored courses, guided learning paths, and certification exams designed to help you onboard quickly and master the Nintex platform with confidence." + , subtitle_nl: "Ontdek aangepaste cursussen, geleide leerpaden en certificeringsexamens ontworpen om je snel aan boord te helpen en de Nintex-platform met vertrouwen te beheersen." + , subtitle_pt_BR: "Explore cursos adaptados, caminhos de aprendizagem guiados e exames de certificação projetados para ajudar você a embarcar rapidamente e dominar a plataforma Nintex com confiança." + , button_text_en_US: 'Learn how to Get Started' + , button_text_es: 'Aprender cómo empezar' + , button_text_fr: 'Apprendre comment commencer' + , button_text_de: 'Lernen, wie man beginnt' + , button_text_en_GB: 'Learn How to Get Started' + , button_text_nl: 'Leer hoe je kunt beginnen' + , button_text_pt_BR: 'Aprender como começar' + , button_link: 'https://vimeo.com/1123384951?share=copy' %} +
+ {% include "sub_navigation" %} + {% if courses.featured.any? %} + +
+ + {% if courses.featured.any? %} +
+ {% for course in courses.featured %} +
+ {% include "cards_course_nintex" with course %} +
+ {% endfor %} +
+ + {% endif %} +
+ {% endif %} + {% include "new_courses" %} + {% include "homepage_paths" %} + {% if current_school.properties.show_testimonials == true %} + {% include "customer_testimonials" %} + {% endif %} + {% include "homepage_faqs" %} +
+ +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/learning_path.html.liquid b/Custom_Templates/customer_templates/Nintex University/learning_path.html.liquid new file mode 100644 index 00000000..ab34be96 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/learning_path.html.liquid @@ -0,0 +1,58 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +
+
+ {% include "learning_path_desktop_view" %} +
+
+ {% include "learning_path_mobile_view" %} +
+
+ + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/learning_path_product.html.liquid b/Custom_Templates/customer_templates/Nintex University/learning_path_product.html.liquid new file mode 100644 index 00000000..1a67ba30 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/learning_path_product.html.liquid @@ -0,0 +1,15 @@ +{% include "header" + , color: "var(--nintex--color--ivory)" + , text_color: "black" + , text: "" + , button_text: "" + , button_link: "" %} +
+
+ {% include "learning_path_product_desktop_view" %} +
+
+ {% include "learning_path_product_mobile_view" %} +
+
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Nintex University/learning_path_summary.html.liquid new file mode 100644 index 00000000..2fa684d9 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/learning_path_summary.html.liquid @@ -0,0 +1,34 @@ +{% include "header" + , color: "var(--nintex--color--blue)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +
+
+ {% include "learning_path_summary_desktop_view" %} +
+
+ {% include "learning_path_summary_mobile_view" %} +
+
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/learning_paths.html.liquid b/Custom_Templates/customer_templates/Nintex University/learning_paths.html.liquid new file mode 100644 index 00000000..8152432c --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/learning_paths.html.liquid @@ -0,0 +1,472 @@ +{% include "header" + , color: "var(--nintex--color--blue)" + , text_color: "white" + , text_en_US: "Learning paths" + , subtitle_en_US: "Earn your Nintex certification by enrolling in a curated set of courses to move your knowledge
and skills to the next level." + , text_es: "Explorar nuestras rutas de aprendizaje propuestas" + , subtitle_es: "Lorem ipsum dolor sit amet" + , text_fr: "Explorer nos parcours d'apprentissage proposés" + , subtitle_fr: "Lorem ipsum dolor sit amet" + , text_de: "Unsere vorgeschlagenen Lernpfade erkunden" + , subtitle_de: "Lorem ipsum dolor sit amet" + , text_en_GB: "Explore our proposed learning paths" + , subtitle_en_GB: "Lorem ipsum dolor sit amet" + , text_nl: "Ontdek onze voorgestelde leerpaden" + , subtitle_nl: "Lorem ipsum dolor sit amet" + , text_pt_BR: "Explorar nossos caminhos de aprendizagem propostos" + , subtitle_pt_BR: "Lorem ipsum dolor sit amet" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +{% include "sub_navigation" %} + +{% assign is_partner = false %} +{% for group in current_person.groups %} + {% if group.name == "All Partners" %} + {% assign is_partner = true %} + {% endif %} +{% endfor %} + +
+
+
+ Learning paths + Rutas de aprendizaje + Parcours d'apprentissage + Lernpfade + Learning paths + Leerpaden + Caminhos de aprendizagem +
+ {% comment %}
+ {% t.subtitle %} + Lorem ipsum dolor sit amet + Lorem ipsum dolor sit amet + Lorem ipsum dolor sit amet + Lorem ipsum dolor sit amet + Lorem ipsum dolor sit amet + Lorem ipsum dolor sit amet {% endcomment %} +
+ {% if learning_paths.available.any? %} +
+
+ + +
+ + + + +
+ {% endif %} +
+ {% include "learning_paths_index" + , items: learning_paths.available + ,filter_partners: true, + , classes: "col-xs-12 col-md-6 col-lg-4" %} +
+ + + +
+
+ + + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/login.html.liquid b/Custom_Templates/customer_templates/Nintex University/login.html.liquid new file mode 100644 index 00000000..bde185dd --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/login.html.liquid @@ -0,0 +1,53 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ + +
+
+ + +
+ + + {% t .forgot_password %} + + {% if features.account_creation? %} + + {% t shared.sign_up %} + + {% endif %} + {% if features.request_access? %} + + {{ current_school.request_access_label }} + + {% endif %} +
+
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/master.html.liquid b/Custom_Templates/customer_templates/Nintex University/master.html.liquid new file mode 100644 index 00000000..1ef14fe1 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/master.html.liquid @@ -0,0 +1,84 @@ + + + + + + + +{% body %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/not_found.html.liquid b/Custom_Templates/customer_templates/Nintex University/not_found.html.liquid new file mode 100644 index 00000000..91c76e4b --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/not_found.html.liquid @@ -0,0 +1,10 @@ +
+ + +
diff --git a/Custom_Templates/customer_templates/Nintex University/private_certificate.html.liquid b/Custom_Templates/customer_templates/Nintex University/private_certificate.html.liquid new file mode 100644 index 00000000..4335f14b --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/private_certificate.html.liquid @@ -0,0 +1,34 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/public_certificate.html.liquid b/Custom_Templates/customer_templates/Nintex University/public_certificate.html.liquid new file mode 100644 index 00000000..4335f14b --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/public_certificate.html.liquid @@ -0,0 +1,34 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +{% include "certificates_top_bar" %} +
+
+
+ {% include "certificates_preview" %} + {% include "certificates_info_column" %} +
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/reset_password.html.liquid b/Custom_Templates/customer_templates/Nintex University/reset_password.html.liquid new file mode 100644 index 00000000..281c6eaa --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/reset_password.html.liquid @@ -0,0 +1,43 @@ +
+
+ {% include "header_minimal" %} +
+
+ + + {% form_authenticity_token %} +
+ + +
+
+ + +
+ +
+
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/search.html.liquid b/Custom_Templates/customer_templates/Nintex University/search.html.liquid new file mode 100644 index 00000000..a3d6a2df --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/search.html.liquid @@ -0,0 +1,51 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +
+
+ {% t.title %} +
+
+
+ {% t.showing %} + {{ results.count }} + {% t.results_for %} + "{{ results.term }}" +
+ {% capture label %}{% t shared.filters.by_type %}{% endcapture %} + {% + include "filter_dropdown" + , filters: results.filters + , key: "type" + , label: label + %} +
+ {% 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/Nintex University/sign_up.html.liquid b/Custom_Templates/customer_templates/Nintex University/sign_up.html.liquid new file mode 100644 index 00000000..7a903da4 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/sign_up.html.liquid @@ -0,0 +1,72 @@ +
+
+ {% include "header_minimal" %} +
+
+
{% t .create_account %}
+ {% form_authenticity_token %} +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+ + + {% t .terms %} + + {% t .terms_link %} + + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/styles.css.liquid b/Custom_Templates/customer_templates/Nintex University/styles.css.liquid new file mode 100644 index 00000000..06236e29 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/styles.css.liquid @@ -0,0 +1,848 @@ + +@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');:root { + --nintex--color--black: #0E0E0E; + --nintex--color--cyan-bluish-gray: #abb8c3; + --nintex--color--white: #FFFFFF; + --nintex--color--pale-pink: #f78da7; + --nintex--color--vivid-red: #cf2e2e; + --nintex--color--luminous-vivid-orange: #ff6900; + --nintex--color--luminous-vivid-amber: #fcb900; + --nintex--color--light-green-cyan: #7bdcb5; + --nintex--color--vivid-green-cyan: #00d084; + --nintex--color--pale-cyan-blue: #8ed1fc; + --nintex--color--vivid-cyan-blue: #0693e3; + --nintex--color--vivid-purple: #9b51e0; + --nintex--color--ivory: #FFF9F4; + --nintex--color--nintex-orange: #FF6D00; + --nintex--color--light-orange: #ff9f7b; + --nintex--color--pale-orange: #FEE9E3; + --nintex--color--pink-050: #FFD4EB; + --nintex--color--navy: #030A47; + --nintex--color--pink-200: #D60D8C; + --nintex--color--pink-100: #ED2891; + --nintex--color--pink-300: #BE0075; + --nintex--color--pale-blue: #D4D7FC; + --nintex--color--pink-400: #850052; + --nintex--color--purple: #8439A6; + --nintex--color--deep-purple: #3D0456; + --nintex--color--blue: #2A348A; + --nintex--color--deep-navy: #000426; + --nintex--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%); + --nintex--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%); + --nintex--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%); + --nintex--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%); + --nintex--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%); + --nintex--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%); + --nintex--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%); + --nintex--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%); + --nintex--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%); + --nintex--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%); + --nintex--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%); + --nintex--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%); + --nintex--font-size--small: 13px; + --nintex--font-size--medium: 20px; + --nintex--font-size--large: 36px; + --nintex--font-size--x-large: 42px; + --nintex--font-size--nintex-small: 13px; + --nintex--font-size--nintex-default: 14px; + --nintex--font-size--nintex-large: 16px; + --nintex--font-family--primary: "Plus Jakarta Sans", "Arial", sans-serif; + --nintex--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); + --nintex--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); + --nintex--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); + --nintex--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1); + --nintex--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1); +} + + body, + .np-homepage-featured .np-homepage-headline, + .np-sub-navigation-content-item-link, + .np-sub-navigation-content-item-active .np-sub-navigation-content-item-link { + color: #000426; + } + + + .np-homepage-featured { + margin-top: 0 !important; + } + + body, .np-dashboard { + background-color: white !important; + font-family: var(--nintex--font-family--primary); + } + + .np-homepage { + margin-bottom: 0; + } + + .np-header { + position: relative; + } + + .header-content { + position: relative; + z-index: 3; + text-align: center; + max-width: 900px; + } + + .np-header-mobile-menu-content-button, + .np-header-mobile-menu-content-name, + .np-header-search-input, + .np-header-search-icon { + color: var(--nintex--color--deep-purple) + } + + .np-header-search-input { + border-color: var(--nintex--color--deep-purple); + } + + .display-flex{ + display: flex; + } + + .nintex-ivory-bg { + background-color: var(--nintex--color--ivory); + } + + .nintex-section { + padding: 40px 4%; + text-align: center; + } + + .nintex-headline { + font-size: 1.5rem; + font-weight: 900; + padding-bottom: 40px; + } + .nintex-subheadline { + font-size: 1.25rem; + font-weight: 400; + padding-bottom: 40px; + } + + + .nintex-card { + translate: none; + rotate: none; + scale: none; + transform: translate(0px, 0em); + opacity: 1; + transition: all .2s ease-out; + width: 100%; + align-items: flex-start; + box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .1); + display: flex; + flex-flow: column; + padding: 0; + position: relative; + margin-bottom: 20px; + background-color: var(--nintex--color--white); + } + + .nintex-card-image { + height: 200px; + width: 100%; + background-size: cover; + background-position: center; + background-repeat: no-repeat; + } + + .nintex-btns-container{ + display: flex; + flex-direction: row; + gap: 20px; + justify-content: flex-end; + align-items: center; + margin-top: 20px; + } + + .nintex-card:hover { + transform: scale(1.03) !important; + } + + .nintex-card-content { + padding: 60px 34px 35px; + text-align: left; + position: relative; + width: 100%; + height: calc(100% - 200px); + } + + .nintex-card-header { + font-size: 30px; + line-height: 1.25; + font-weight: 700; + margin: 15px 0; + } + + .nintex-card-text { + font-size: 14px; + line-height: 1.5; + font-weight: 400; + } + .nintex-card-link, .nintex-text-button { + background-color: transparent; + border: 1px solid transparent; + color: var(--nintex--color--pink-300); + font-weight: 800; + padding: 8px 0; + text-wrap: balance; + transition: all .1s linear; + font-size: var(--nintex--font-size--nintex-large); + text-decoration: none; + position: relative; + cursor: pointer; + } + +.nintex-card-link:after, .nintex-text-button:after { + background-color: var(--nintex--color--pink-400); + bottom: -1px; + content: ""; + height: 2px; + position: absolute; + right: 100%; + transition: width .3s ease, right .3s ease; + width: 0; +} + + .nintex-card-link:hover, .nintex-text-button:hover { + color: var(--nintex--color--pink-400); + } + + .nintex-card-link path, .nintex-text-button path{ + fill: var(--nintex--color--pink-300); + transition: all .1s linear; + } + + .nintex-card-link:hover path, .nintex-text-button:hover path{ + fill: var(--nintex--color--pink-400); + } + + /* Disabled state for nintex text button */ + .nintex-text-button:disabled, + .nintex-text-button.disabled { + color: var(--nintex--color--cyan-bluish-gray); + cursor: default; + opacity: 0.6; + pointer-events: none; + } + + .nintex-text-button:disabled:after, + .nintex-text-button.disabled:after { + background-color: var(--nintex--color--cyan-bluish-gray); + width: 0; + right: 100%; + } + + .nintex-text-button:disabled path, + .nintex-text-button.disabled path { + fill: var(--nintex--color--cyan-bluish-gray); + } + + .nintex-text-button:disabled:hover, + .nintex-text-button.disabled:hover { + color: var(--nintex--color--cyan-bluish-gray); + } + + .nintex-text-button:disabled:hover path, + .nintex-text-button.disabled:hover path { + fill: var(--nintex--color--cyan-bluish-gray); + } + + .nintex-card-ribbon { + background-color: white; + color: var(--nintex--color--deep-navy); + padding: 3px 12px 2px; + border: 1px solid var(--nintex--color--blue); + border-radius: 5px; + font-size: 12px; + font-weight: 600; + } + + .nintex-card-ribbons{ + display: flex; + position: absolute; + top: 10px; + left: 10px; + gap: 10px; + } + + .nintex-card-footer{ + position: absolute; + bottom: 0; + min-height: 40px; + padding-bottom: 10px; + display: flex; + flex-direction: row; + flex-wrap: wrap-reverse; + gap: 10px; + width: calc(100% - 68px); + justify-content: space-between; +} + + .nintex-card-footer-placeholder{ + height: 40px; + } + + .nintex-card-preheader{ + display: flex + ; + font-weight: 600; + position: absolute; + top: 0; + left: 0; + width: 100%; + flex-direction: row; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + padding: 5px 10px; + border-bottom: 4px solid; + } + + .nintex-card-preheader-div{ + width: fit-content; + } + + .nintex-fw-container{ + padding: 40px 4%; + text-align: center; + margin:0; + } + + .np-sub-navigation-content-item-link{ + height: fit-content !important; + } + + .np-footer{ + background-color: var(--np-header-color); + } + + .np-footer .np-button-color, .np-footer-support-help, .np-footer-support-item{ + color: var(--np-header-font-color); + } + + .nintex-footer-logo-image{ + height: 30px; + } + + .np-footer-navigation-item{ + width: fit-content; + white-space: nowrap; + } + + .np-footer-navigation-list{ + align-items: center; + } + + @media screen and (min-width: 768px) { + .nintex-headline { + font-size: 2rem; + } + .nintex-subheadline { + font-size: 1.25rem; + font-weight: 400; + padding-bottom: 40px; + } + + .nintex-section { + padding: 58px 4%; + } + + .nintex-card-text { + font-size: 16px; + } + + .nintex-card-stretch { + display: flex; + } + + .nintex-card-link:hover:after, .nintex-text-button:hover:after { + right: 0; + width: 100%; + } + .nintex-fw-container{ + padding: 58px calc(4% + 30px); + text-align: center; + margin: 0; + } + + .np-footer-navigation-list{ + margin-right: 60px; + flex-wrap: wrap; + gap: 20px; + align-items: flex-start; + } + } + + @media screen and (min-width: 1440px) { + + .nintex-fw-container{ + padding: 58px calc(50vw - 720px + 4%); + } +} + +.progress-card { + border-radius: 8px; + padding: 0; + display: flex; + margin-bottom: 2.187rem; + width: 100%; + flex-direction: column; + } + + .progress-ring circle { + stroke-linecap: round; + transition: stroke-dashoffset 0.35s; + transform: rotate(-90deg); + transform-origin: center; + } + + .progress-bar-wrapper { + height: 10px; + border-radius: 10px; + overflow: hidden; + position: relative; + width: 80%; + margin: 0 auto; + } + + .progress-bar-completed, + .progress-bar-in-progress { + height: 100%; + position: absolute; + top: 0; + } + + .progress-indicator-text { + text-align: center; + font-size: 14px; + font-weight: 600; + margin-top: 10px; + } + + .progress-indicators-label { + display: flex + ; + width: 80%; + margin: 0 auto; + gap: 20px; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-evenly; + } + + .progress-indicator-wrapper{ + margin-bottom: 20px; + } + + .nintex-filters-line{ + display: flex; + gap: 10px; + justify-content: flex-start; + align-items: center; + flex-direction: row; + flex-wrap: wrap; + margin-bottom: 10px; + } + + .nintex-filters-input-wrapper{ + position: relative; + flex: 1; + max-width: 300px; + min-width: 150px; + } + + .nintex-filters-input{ + width: 100%; + border-radius: 5px; + outline: none; + padding-left: 30px !important; + + } + + .nintex-filters-input-wrapper i{ + position: absolute; + left: 10px; + top: 50%; + transform: translateY(-50%); + color: #ccc + } + + .nintex-filters-select{ + outline: none; + border-radius: 23px; + } + + .nintex-filters-input, .nintex-filters-select{ + padding: 10px; + height:45px; + border: 2px solid #ccc; + } + + /* Dashboard Tab Styles */ + .nintex-tab-selector { + margin-bottom: 1.5rem; + } + + .nintex-tab-selector-container { + display: flex; + border-bottom: 1px solid #e0e0e0; + gap: 0; + } + + .nintex-tab-button { + background: none; + border: none; + padding: 1rem 2rem; + font-size: 1rem; + font-weight: 500; + color: #333; + cursor: pointer; + position: relative; + transition: color 0.2s ease; + } + + .nintex-tab-button:hover { + color: var(--nintex--color--blue); + } + + .nintex-tab-button.nintex-tab-active { + color: var(--nintex--color--blue); + } + + .nintex-tab-button.nintex-tab-active::after { + content: ''; + position: absolute; + bottom: -1px; + left: 0; + right: 0; + height: 2px; + background-color: var(--nintex--color--blue); + } + + .nintex-tab-content { + transition: opacity 0.3s ease; + } + + .nintex-tab-content.nintex-hidden { + display: none; + } + + .nintex-hidden { + display: none; + } + + /* Dashboard Filters and Search Styles */ + .nintex-filters-container { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 1.5rem; + gap: 1rem; + flex-wrap: wrap; + } + + .nintex-search-container { + flex: 1; + min-width: 250px; + } + + .nintex-search-input-wrapper { + position: relative; + display: flex; + align-items: center; + } + + .nintex-search-icon { + position: absolute; + left: 12px; + color: #666; + font-size: 14px; + } + + .nintex-search-input { + width: 100%; + padding: 10px 12px 10px 35px; + border: 1px solid #ddd; + border-radius: 6px; + font-size: 14px; + outline: none; + transition: border-color 0.2s ease; + } + + .nintex-search-input:focus { + border-color: var(--nintex--color--blue); + } + + .nintex-filter-buttons { + display: flex; + gap: 0.5rem; + } + + .nintex-filter-button { + display: flex; + align-items: center; + gap: 0.5rem; + padding: 10px 16px; + background: white; + border: 1px solid #ddd; + border-radius: 6px; + font-size: 14px; + cursor: pointer; + transition: all 0.2s ease; + } + + .nintex-filter-button:hover { + border-color: var(--nintex--color--blue); + color: var(--nintex--color--blue); + } + + .nintex-chevron-down { + font-size: 12px; + transition: transform 0.2s ease; + } + + .nintex-filter-button:hover .nintex-chevron-down { + transform: rotate(180deg); + } + + /* Dashboard Pagination Styles */ + .nintex-pagination-container { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 2rem; + padding: 1rem 0; + border-top: 1px solid #e0e0e0; + } + + .nintex-pagination-info { + font-size: 14px; + color: #666; + } + + .nintex-pagination-controls { + display: flex; + align-items: center; + gap: 0.5rem; + } + + .nintex-pagination-button { + padding: 8px 16px; + background: white; + border: 1px solid #ddd; + border-radius: 4px; + font-size: 14px; + cursor: pointer; + transition: all 0.2s ease; + } + + .nintex-pagination-button:hover:not(:disabled) { + border-color: var(--nintex--color--blue); + color: var(--nintex--color--blue); + } + + .nintex-pagination-button:disabled { + opacity: 0.5; + cursor: not-allowed; + } + + .nintex-page-numbers { + display: flex; + gap: 0.25rem; + } + + .nintex-page-number:hover { + border-color: var(--nintex--color--blue); + color: var(--nintex--color--blue); + } + + .nintex-page-number.nintex-page-active { + background: var(--nintex--color--blue); + color: white; + border-color: var(--nintex--color--blue); + } + + /* Pagination Numbers Display */ + .nintex-pagination-numbers { + display: flex; + gap: 0.25rem; + align-items: center; + } + + .nintex-page-number { + width: fit-content; + color: #000; + font-size: 0.9rem; + font-weight: bold; + } + + /* Responsive adjustments */ + @media (max-width: 768px) { + .nintex-filters-container { + flex-direction: column; + align-items: stretch; + } + + .nintex-search-container { + min-width: auto; + } + + .nintex-pagination-container { + flex-direction: column; + gap: 1rem; + align-items: center; + } + } + + /* Catalog Page Specific Styles */ + .np-catalog .nintex-filters-input:focus, + .np-catalog .nintex-filters-select:focus, + .np-catalog .nintex-filters-input:hover, + .np-catalog .nintex-filters-select:hover { + border-color: var(--nintex--color--deep-purple); + } + + .np-catalog .nintex-filters-input-wrapper:hover i, + .np-catalog .nintex-filters-input-wrapper:focus-within i, + .np-catalog .nintex-filters-input-wrapper:has(input:focus) i { + color: var(--nintex--color--deep-purple); + } + + /* Learning Paths Page Specific Styles */ + .np-learning-paths .nintex-filters-input:focus, + .np-learning-paths .nintex-filters-select:focus, + .np-learning-paths .nintex-filters-input:hover, + .np-learning-paths .nintex-filters-select:hover { + border-color: #8349a6; + } + + .np-learning-paths .nintex-filters-input-wrapper:hover i, + .np-learning-paths .nintex-filters-input-wrapper:focus-within i, + .np-learning-paths .nintex-filters-input-wrapper:has(input:focus) i { + color: #8349a6; + } + + .embla-container { + position: relative; + } + .embla { + overflow: hidden; + } + .embla__container { + display: flex; + } + .embla__slide { + flex: 0 0 100%; + min-width: 0; + max-width: 100%; + display: flex; + } + + .embla-buttons { + display: none; + } + + @media screen and (min-width: 768px) { + .embla__container { + gap: 1rem; + } + .embla-buttons { + display: flex +; + justify-content: space-between; + align-items: center; + position: absolute; + width: calc(100% + 50px); + height: 100%; + left: -25px; + } + .embla-button { + background-color: transparent; + border: none; + cursor: pointer; + transition: 0.3s ease; + } + + .embla-button svg { + transform: scale(2.5); + } + + .embla-button--prev svg { + transform: rotate(180deg) scale(2.5); + } + + .embla-button:hover { + transform: scale(1.1); + } + } + + .header-search-input{ + border: 2px solid #bac4ca; + border-radius: 4px; + color: #486776; + font-size: 15px; + opacity: 1; + outline: none; + padding: 0 56px 0 20px; + width: 100%; + height: 44px; + background-color: white; + } + + .nintex-card-property-ribbons{ + display: flex; + flex-direction: row; + gap: 10px; + align-items: center; + justify-content: flex-start; + position: absolute; + top: 30px; + } + + .nintex-card-property-ribbon{ + padding: 4px 8px 3px; + border-radius: 5px; + font-size: 12px; + font-weight: 600; + color: #333d44; + background-color: #e6e7eb; + } + + .nintex-card-property-ribbon i{ + font-size: 12px; + margin-right: 5px; + } + + .nintex-course-rating{ + display: flex; + flex-direction: row; + align-items: center; + gap: 5px; + font-size: 12px; + font-weight: 600; + } + + .nintex-course-rating i{ + color: #fdb705; + } + + + .np-learning-paths-resources-container{ + border: none; + padding: 0; + } + + #courses-progress, #learning-paths-progress{ + margin-top: 59px; + } + + #courses-progress { + margin-bottom: 50px; + } + + .np-resource-title{ + text-transform:none; + } \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/training_event_preview.html.liquid b/Custom_Templates/customer_templates/Nintex University/training_event_preview.html.liquid new file mode 100644 index 00000000..85a6057e --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/training_event_preview.html.liquid @@ -0,0 +1,36 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +
+
+ {% include "training_event_preview_desktop_view" + , training_session: training_event %} +
+
+ {% include "training_event_preview_mobile_view" + , training_session: training_event %} +
+
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/training_events.html.liquid b/Custom_Templates/customer_templates/Nintex University/training_events.html.liquid new file mode 100644 index 00000000..0f4e1d2d --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/training_events.html.liquid @@ -0,0 +1,43 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +{% include "sub_navigation" %} +
+
+
+
+ {% t.title %} +
+
+ {% t.subtitle %} +
+
+
+ {% include "training_events_filter" %} +
+
+ {% include "training_events_index" %} +
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/training_session.html.liquid b/Custom_Templates/customer_templates/Nintex University/training_session.html.liquid new file mode 100644 index 00000000..a8666306 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/training_session.html.liquid @@ -0,0 +1,34 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +
+
+ {% include "training_session_desktop_view" %} +
+
+ {% include "training_session_mobile_view" %} +
+
+{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Nintex University/training_session_attendance.html.liquid new file mode 100644 index 00000000..c81d747c --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/training_session_attendance.html.liquid @@ -0,0 +1,49 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text: "" + , subtitle: "" + , button_text: "" + , button_link: "" %} +
+
+ {% 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/Nintex University/transcript.html.liquid b/Custom_Templates/customer_templates/Nintex University/transcript.html.liquid new file mode 100644 index 00000000..5d71bdef --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/transcript.html.liquid @@ -0,0 +1,58 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +{% include "account_tabs" %} + +
+ {% transcript %} +
+ + + +{% include "footer" %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Nintex University/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Nintex University/unsubscribe.html.liquid new file mode 100644 index 00000000..d8df98b0 --- /dev/null +++ b/Custom_Templates/customer_templates/Nintex University/unsubscribe.html.liquid @@ -0,0 +1,60 @@ +{% include "header" + , color: "var(--nintex--color--deep-purple)" + , text_color: "white" + , text_en_US: "" + , text_es: "" + , text_fr: "" + , text_de: "" + , text_en_GB: "" + , text_nl: "" + , text_pt_BR: "" + , subtitle_en_US: "" + , subtitle_es: "" + , subtitle_fr: "" + , subtitle_de: "" + , subtitle_en_GB: "" + , subtitle_nl: "" + , subtitle_pt_BR: "" + , button_text_en_US: "" + , button_text_es: "" + , button_text_fr: "" + , button_text_de: "" + , button_text_en_GB: "" + , button_text_nl: "" + , button_text_pt_BR: "" + , button_link: "" %} +
+
+ {% if token %} + +
+ {% t.unsubscribe_text %} +
+
+ {% t.resubscribe_text %} +
+
+ {% form_authenticity_token %} + + +
+ {% else %} + +
+ {% t.resubscribed_text %} +
+ {% endif %} +
+
+{% include "footer" %} \ No newline at end of file