diff --git a/Assorted_Notes/Ninjacat.md b/Assorted_Notes/Ninjacat.md
new file mode 100644
index 00000000..74b69685
--- /dev/null
+++ b/Assorted_Notes/Ninjacat.md
@@ -0,0 +1,7 @@
+# NinjaCat
+
+## 12/18/2023
+
+ChurnZero deal but having disco calls with CS AE/CAMs?
+Gio Demaio joining as AE/CAM
+
diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store
index b458d049..30775215 100644
Binary files a/Custom_Templates/customer_templates/.DS_Store and b/Custom_Templates/customer_templates/.DS_Store differ
diff --git a/Custom_Templates/customer_templates/Harri - New User/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Harri - New User/_account_avatar.html.liquid
new file mode 100644
index 00000000..cb40a1db
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/_account_avatar.html.liquid
@@ -0,0 +1,66 @@
+
+
{% t .description %}
+
{% t .requirements %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Harri - New User/_account_form.html.liquid b/Custom_Templates/customer_templates/Harri - New User/_account_form.html.liquid
new file mode 100644
index 00000000..1ce4e283
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/_account_form.html.liquid
@@ -0,0 +1,93 @@
+
+ {% t .header %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% unless form.options.invite? %}
+
+
+
+
+{% endunless %}
+
+{% if form.options.invite? %}
+
+
+
+ {% t .terms_of_service %}
+
+
+
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Harri - New User/_arabic_lang.html.liquid b/Custom_Templates/customer_templates/Harri - New User/_arabic_lang.html.liquid
new file mode 100644
index 00000000..89eb1626
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/_arabic_lang.html.liquid
@@ -0,0 +1,468 @@
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Harri - New User/_cards_course.html.liquid b/Custom_Templates/customer_templates/Harri - New User/_cards_course.html.liquid
new file mode 100644
index 00000000..43c9a1be
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/_cards_course.html.liquid
@@ -0,0 +1,47 @@
+
+{% 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/Harri - New User/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Harri - New User/_learning_paths_index.html.liquid
new file mode 100644
index 00000000..693d143a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/_learning_paths_index.html.liquid
@@ -0,0 +1,55 @@
+{% assign swapped_groups = 'd1cc8cb4-fc5b-48b3-8e85-2f4faaf982dd, 0ecc1170-5761-4b5b-9047-5992232ceff4, 172784c9-7c26-4ffd-891f-4dbe8fda324f, 13765f3c-f1ee-4196-b846-1f07f63b3b64, c2caaef8-bebf-46b7-857b-79934a667495, 33842d33-6e9d-4dd6-a07c-49f2ce62b752, 011e1a52-beeb-4369-b030-a9ee3a0efe21, 216f8729-c6c6-4708-ad2c-fc732ef2d505, c1862cc1-a933-42bd-81cc-ebab4ec8d3d2' %}
+{% assign is_in_group = false %}
+
+ {% for group in current_person.groups %}
+ {% if swapped_groups contains group.id %}
+ {% assign is_in_group = true %}
+ {% break %}
+ {% endif %}
+ {% endfor %}
+
+ {% if is_in_group%}
+
+ {% if items.any? %}
+ {% for learning_path in items %}
+ {% if learning_path.name contains "Workforce"%}
+ {% include "cards_learning_path" with learning_path %}
+ {% endif %}
+ {% endfor %}
+ {% for learning_path in items %}
+ {% if learning_path.name contains "CoreHR"%}
+ {% include "cards_learning_path" with learning_path %}
+ {% endif %}
+ {% endfor %}
+ {% for learning_path in items %}
+ {% unless learning_path.name contains "CoreHR"%}
+ {% unless learning_path.name contains "Workforce"%}
+ {% include "cards_learning_path" with learning_path %}
+ {% endunless%}
+ {% endunless %}
+ {% endfor %}
+ {% else %}
+
+
+ {% t .empty %}
+
+
+
+ {% endif %}
+
+ {%else%}
+
+ {% if items.any? %}
+ {% for learning_path in items %}
+ {% include "cards_learning_path" with learning_path %}
+ {% endfor %}
+ {% else %}
+
+
+ {% t .empty %}
+
+
+
+ {% endif %}
+
+ {% endif %}
diff --git a/Custom_Templates/customer_templates/Harri - New User/_mcdonalds_theme.html.liquid b/Custom_Templates/customer_templates/Harri - New User/_mcdonalds_theme.html.liquid
new file mode 100644
index 00000000..ef02451a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/_mcdonalds_theme.html.liquid
@@ -0,0 +1,29 @@
+{% if current_person.properties.company == "McDonalds" %}
+
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Harri - New User/_russian_lang.html.liquid b/Custom_Templates/customer_templates/Harri - New User/_russian_lang.html.liquid
new file mode 100644
index 00000000..9018c12a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/_russian_lang.html.liquid
@@ -0,0 +1,468 @@
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Harri - New User/_spanish_lang.html.liquid b/Custom_Templates/customer_templates/Harri - New User/_spanish_lang.html.liquid
new file mode 100644
index 00000000..499f5e19
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/_spanish_lang.html.liquid
@@ -0,0 +1,468 @@
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Harri - New User/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Harri - New User/_sub_navigation.html.liquid
new file mode 100644
index 00000000..d814e519
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/_sub_navigation.html.liquid
@@ -0,0 +1,13 @@
+
diff --git a/Custom_Templates/customer_templates/Harri - New User/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Harri - New User/_training_events_zero_state.html.liquid
new file mode 100644
index 00000000..1ecc4d78
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/_training_events_zero_state.html.liquid
@@ -0,0 +1,9 @@
+
+
+ {% t .empty %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Harri - New User/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Harri - New User/auth_url_email.html.liquid
new file mode 100644
index 00000000..c4c27a3b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/auth_url_email.html.liquid
@@ -0,0 +1,60 @@
+
+
+ {% include "header_minimal" %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Harri - New User/courses.html.liquid b/Custom_Templates/customer_templates/Harri - New User/courses.html.liquid
new file mode 100644
index 00000000..a028acbf
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/courses.html.liquid
@@ -0,0 +1,16 @@
+
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.enrolled %}
+{% 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" %}
diff --git a/Custom_Templates/customer_templates/Harri - New User/dashboard.html.liquid b/Custom_Templates/customer_templates/Harri - New User/dashboard.html.liquid
new file mode 100644
index 00000000..5e4b9c86
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/dashboard.html.liquid
@@ -0,0 +1,28 @@
+{% include "header" %}
+
+{% include "sub_navigation" %}
+
+
+ {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %}
+
+ {% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %}
+
+ {% if features.training_events? %}
+
+
+ {% t .upcoming_events %}
+
+ {% include "training_events_dashboard" %}
+
+ {% endif %}
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Harri - New User/learning_paths.html.liquid b/Custom_Templates/customer_templates/Harri - New User/learning_paths.html.liquid
new file mode 100644
index 00000000..adaa84df
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/learning_paths.html.liquid
@@ -0,0 +1,14 @@
+{% include "header" %}
+{% include "sub_navigation" %}
+
+
+
+ {% t shared.learning_paths %}
+
+
+ {% t .subtitle %}
+
+ {% include "learning_paths_index", items: learning_paths.available %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Harri - New User/master.html.liquid b/Custom_Templates/customer_templates/Harri - New User/master.html.liquid
new file mode 100644
index 00000000..f4a68a10
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/master.html.liquid
@@ -0,0 +1,5 @@
+{% body %}
+
+{% if current_person.signed_in? %}
+ {% include "mcdonalds_theme" %}
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Harri - New User/second-login.html.liquid b/Custom_Templates/customer_templates/Harri - New User/second-login.html.liquid
new file mode 100644
index 00000000..8364bcf4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/second-login.html.liquid
@@ -0,0 +1,341 @@
+{% assign group_count = 0 %}
+{% assign groups = current_person.groups %}
+
+{% for item in groups %}
+ {% assign group_count = group_count | plus: 1 %}
+ {% if group_count >= 2 and item.id contains 'd8b83557-aad1-4a4e-85ee-ddbde5d1e507'%}
+
+ {% endif %}
+{% endfor %}
+
+ {% include "header" %}
+
+
+
+
+
+
+
+
+ {% include "footer" %}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Harri - New User/styles.css.liquid b/Custom_Templates/customer_templates/Harri - New User/styles.css.liquid
new file mode 100644
index 00000000..542dea4f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/styles.css.liquid
@@ -0,0 +1,50 @@
+ /*
+ Put your custom overlay styles in here
+ You can use your northpass color palette in this file
+
+{{ color_palette.button_font_color }}
+{{ color_palette.button_color }}
+{{ color_palette.button_hover_color }}
+{{ color_palette.header_font_color }}
+{{ color_palette.header_font_hover_color }}
+{{ color_palette.header_color }}
+*/
+
+.red-bar{
+ background: red;
+}
+
+.red-text,
+.red-status{
+ color: red;
+}
+
+.yellow-bar{
+ background: yellow;
+}
+
+.yellow-text,
+.yellow-status{
+ color: yellow;
+}
+
+.green-bar{
+ background: green;
+}
+
+.green-text,
+.green-status{
+ color: green;
+}
+
+.course-duration-lp {
+ color: #de352a;
+ font-size: .75rem;
+ font-weight: 900;
+ text-transform: uppercase;
+ margin-top: 5px;
+}
+
+.text-center {
+ text-align: center;
+}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Harri - New User/training_events.html.liquid b/Custom_Templates/customer_templates/Harri - New User/training_events.html.liquid
new file mode 100644
index 00000000..239ef9e5
--- /dev/null
+++ b/Custom_Templates/customer_templates/Harri - New User/training_events.html.liquid
@@ -0,0 +1,19 @@
+{% include "header" %}
+{% include "sub_navigation" %}
+
+
+
+
+ {% t .title %}
+
+
+ {% t .subtitle %}
+
+
+
+ {% include "training_events_filter" %}
+
+
+ {% include "training_events_index" %}
+
+{% include "footer" %}