\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/DataSnipper/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/DataSnipper/_cards_training_event.html.liquid
new file mode 100644
index 00000000..d0e37234
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/_cards_training_event.html.liquid
@@ -0,0 +1,29 @@
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/DataSnipper/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/DataSnipper/_course_desktop_view.html.liquid
new file mode 100644
index 00000000..bfe5409a
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/_course_desktop_view.html.liquid
@@ -0,0 +1,38 @@
+
+
+ {% include "course_header" %}
+
+
+
+
+
+ {% include "course_outline" %}
+ {% if course.categories.any? %}
+
+
+{% include "messages" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/DataSnipper/_homepage_courses_carousel.html.liquid b/Custom_Templates/customer_templates/DataSnipper/_homepage_courses_carousel.html.liquid
new file mode 100644
index 00000000..f633546c
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/_homepage_courses_carousel.html.liquid
@@ -0,0 +1,47 @@
+
+
+ {% for course in courses.enrolled %}
+
+ {% include "cards_course" with course %}
+
+ {% endfor %}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/DataSnipper/_homepage_section_my_courses.html.liquid b/Custom_Templates/customer_templates/DataSnipper/_homepage_section_my_courses.html.liquid
new file mode 100644
index 00000000..8bb60211
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/_homepage_section_my_courses.html.liquid
@@ -0,0 +1,76 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/DataSnipper/_homepage_section_welcome.html.liquid b/Custom_Templates/customer_templates/DataSnipper/_homepage_section_welcome.html.liquid
new file mode 100644
index 00000000..031388ed
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/_homepage_section_welcome.html.liquid
@@ -0,0 +1,48 @@
+
+ {% for course in courses.enrolled %}
+ {% if course.properties.course_badge contains "http" %}
+
+
+
+ {% endif %}
+ {% endfor %}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/DataSnipper/_section_datasnipper_expert.html.liquid b/Custom_Templates/customer_templates/DataSnipper/_section_datasnipper_expert.html.liquid
new file mode 100644
index 00000000..78b6ab32
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/_section_datasnipper_expert.html.liquid
@@ -0,0 +1,138 @@
+
+
+
+
+
Become a DataSnipper Expert
+
+
+
+
+
+
+ Knowledge Base
+
+
+ Learn how to perform audit and finance use cases
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/DataSnipper/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/DataSnipper/_training_session_cta.html.liquid
new file mode 100644
index 00000000..ce40348d
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/_training_session_cta.html.liquid
@@ -0,0 +1,49 @@
+{% if training_session.approved? or training_session.pending? %}
+
+
+ {% t .registered %}
+
+{% elsif training_session.denied? %}
+
+ {% t .denied %}
+
+{% elsif training_session.too_late? %}
+
+ {% t .too_late %}
+
+{% elsif training_session.no_seats? %}
+
+ {% t .no_seats %}
+
+{% endif %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper/_training_session_details.html.liquid b/Custom_Templates/customer_templates/DataSnipper/_training_session_details.html.liquid
new file mode 100644
index 00000000..fdf567fe
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/_training_session_details.html.liquid
@@ -0,0 +1,24 @@
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/DataSnipper/auth_url_email.html.liquid b/Custom_Templates/customer_templates/DataSnipper/auth_url_email.html.liquid
new file mode 100644
index 00000000..90e802f4
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/auth_url_email.html.liquid
@@ -0,0 +1,91 @@
+
+
+ {% include "header_minimal" %}
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/DataSnipper/catalog.html.liquid b/Custom_Templates/customer_templates/DataSnipper/catalog.html.liquid
new file mode 100644
index 00000000..6917a2c2
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/catalog.html.liquid
@@ -0,0 +1,23 @@
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.in_catalog %}
+
+
+ {% include "courses_catalog" %}
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/DataSnipper/course.html.liquid b/Custom_Templates/customer_templates/DataSnipper/course.html.liquid
new file mode 100644
index 00000000..f589974a
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/course.html.liquid
@@ -0,0 +1,132 @@
+{% if course.enrolled? %}
+
+{% else %}
+
+{% endif %}
+
+{% include "header" %}
+
+
+ {% include "course_desktop_view" %}
+
+
+ {% include "course_mobile_view" %}
+
+
+{% include "section_datasnipper_expert" %}
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/DataSnipper/courses.html.liquid b/Custom_Templates/customer_templates/DataSnipper/courses.html.liquid
new file mode 100644
index 00000000..c273a11c
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/courses.html.liquid
@@ -0,0 +1,72 @@
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.enrolled %}
+{% include "sub_navigation" %}
+
+
+ My courses
+
+
+
+
+ {% include "courses_index", class: "col-xs-12 col-md-6" %}
+
+
+ {% include "filter_sidebar_courses" %}
+
+
+
+
+
+
+
+{% include "section_datasnipper_expert" %}
+{% include "footer" %}
+
+
+
+{% comment %} {% endcomment %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/DataSnipper/dashboard.html.liquid b/Custom_Templates/customer_templates/DataSnipper/dashboard.html.liquid
new file mode 100644
index 00000000..af72a4f8
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/dashboard.html.liquid
@@ -0,0 +1,115 @@
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.enrolled %}
+{% include "sub_navigation" %}
+
+
+
+ {% include "training_events_index" %}
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/DataSnipper/training_session.html.liquid b/Custom_Templates/customer_templates/DataSnipper/training_session.html.liquid
new file mode 100644
index 00000000..c14efe42
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/training_session.html.liquid
@@ -0,0 +1,114 @@
+{% include "header" %}
+
+
+ {% 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/DataSnipper/upcoming-trainings.html.liquid b/Custom_Templates/customer_templates/DataSnipper/upcoming-trainings.html.liquid
new file mode 100644
index 00000000..6b9f886e
--- /dev/null
+++ b/Custom_Templates/customer_templates/DataSnipper/upcoming-trainings.html.liquid
@@ -0,0 +1,163 @@
+{% assign events_to_show = "Introduction to DataSnipper, Introduction to the Financial Statement Suite, Automation with DataSnipper, Welcome to the Financial Statement Suite, DataSnipper Tips & Tricks, DataSnipper Q&A, Financial Statement Suite Tips & Tricks" | split: ", " %}
+
+{% include "header" %}
+{% include "sub_navigation" %}
+
+
+
+
+ {{ custom_page.headline }}
+
+
+ {{ custom_page.subheadline }}
+
+
+
+
+
All
+
DataSnipper
+
Financial Statement Suite
+
Interactive Learning
+
+
+ {% if training_events.available.any? %}
+
+ {% for training_event in training_events.available %}
+ {% if events_to_show contains training_event.title %}
+
+ {% for session in training_event.sessions %}
+ {% assign session_date = session.year | append: "-" | append: session.month | append: "-" | append: session.day %}
+
+
+
+{% include "footer" %}
+
+
+
+
\ No newline at end of file
diff --git a/CustomerNotes/Chubb/Chubb.md b/CustomerNotes/Chubb/Chubb.md
index 04f964f4..4effe6ad 100644
--- a/CustomerNotes/Chubb/Chubb.md
+++ b/CustomerNotes/Chubb/Chubb.md
@@ -21,3 +21,14 @@ Catalog page:
* merina design platform - super detail (how many pixels a box should be)
* Branding team is strict, but good at feedback. They will let us take a first pass and then give us feedback.
* Make this design iterative!
+
+## 1/25/2024
+
+### Post-launch!
+
+Correct Cert URL: `https://chubb.northpass.com/app/certificate/d5f601c5-5677-4177-9cc3-4041c8030290`
+TODO: Ask Marek about custom LP notifications and adding a cert URL. {{ certificate.url }} --> is this possible?
+
+
+Learning path strings together )completion page button)
+custom learning path button end of course screen