{% include "onboarding_cards_course" with course %}
+ {% endfor %}
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Crayon/_carousel_events.html.liquid b/Custom_Templates/customer_templates/Crayon/_carousel_events.html.liquid
new file mode 100644
index 00000000..ab5b3388
--- /dev/null
+++ b/Custom_Templates/customer_templates/Crayon/_carousel_events.html.liquid
@@ -0,0 +1,37 @@
+
+ {% if items.any? %}
+ {% for training_event in items %}
+
{% include "cards_training_event" with training_event %}
+ {% endfor %}
+ {% endif %}
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Crayon/_custom_header.html.liquid b/Custom_Templates/customer_templates/Crayon/_custom_header.html.liquid
new file mode 100644
index 00000000..be231152
--- /dev/null
+++ b/Custom_Templates/customer_templates/Crayon/_custom_header.html.liquid
@@ -0,0 +1,170 @@
+
+
+ {% include "courses_zero_state", message: message %}
+
+ {% endif %}
+
+
+
+
+
+
+ Training Events
+
+
+ Discover online events to maximize your learning
+
+ {% if training_events.available.any? %}
+ {%
+ include "carousel_events",
+ items: training_events.available,
+ %}
+ {% else %}
+
+ {% include "training_events_zero_state" %}
+
+
+ {% endif %}
+
+
+
{% include "footer" %}
+
diff --git a/Custom_Templates/customer_templates/Crayon/styles.css.liquid b/Custom_Templates/customer_templates/Crayon/styles.css.liquid
index 64640302..50c21aee 100644
--- a/Custom_Templates/customer_templates/Crayon/styles.css.liquid
+++ b/Custom_Templates/customer_templates/Crayon/styles.css.liquid
@@ -205,7 +205,7 @@ body, html, div {
.np-sub-navigation-content-item-inactive,
.np-sub-navigation-content-item-active,
.np-sub-navigation-content-item-icon {
- color: #2DC3D0 !important;
+ color: #2DC3D0;
}
.np-sub-navigation {
diff --git a/Custom_Templates/customer_templates/HackerRank External/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/HackerRank External/_cards_learning_path.html.liquid
new file mode 100644
index 00000000..cdc870e9
--- /dev/null
+++ b/Custom_Templates/customer_templates/HackerRank External/_cards_learning_path.html.liquid
@@ -0,0 +1,102 @@
+{% comment %}This section of code will iterate over all courses in a learning path and average out the completion per course compared to the total of the LP {% endcomment %}
+{% assign total_progress = 0 %}
+{% assign completed_progress = 0 %}
+
+{% for item in learning_path.items %}
+ {% if item.course? %}
+ {% assign total_progress = total_progress | plus: 100 %}
+
+ {% assign completed_progress = completed_progress | plus: item.progress %}
+ {% endif %}
+{% endfor %}
+
+{% assign total_progress = total_progress | times: 0.01 %}
+{% assign calculated_progress = completed_progress | divided_by: total_progress %}
+
+
+
+
+
+
+
+
+
{% 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 }}
+
+
+
+ {% comment %}{% t shared.progress, count: learning_path.progress %}{% endcomment %}
+ {% if calculated_progress < 1 %}
+ Not Started
+ {% else %}
+ {{calculated_progress | ceil }}% Completed
+ {% endif %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/HackerRank External/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/HackerRank External/_learning_path_course.html.liquid
new file mode 100644
index 00000000..15976a51
--- /dev/null
+++ b/Custom_Templates/customer_templates/HackerRank External/_learning_path_course.html.liquid
@@ -0,0 +1,60 @@
+{% if learning_path.enrolled? and course.unlocked? %}
+
+
+
+ {% for learning_path in learning_paths.available %}
+ {% if learning_path.name == 'HackerRank Screen (Self-Guided Learning Path)' or learning_path.name == 'HackerRank Interview (Self-Guided Learning Path)' %}
+ {% include "cards_learning_path" with learning_path %}
+ {% endif %}
+ {% if learning_path.name == 'HackerRank Company Admin' %}
+ {% include "cards_learning_path" with learning_path %}
+ {% endif %}
+ {% endfor %}
+
+ {% endif %}
+
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/HackerRank External/training_events.html.liquid b/Custom_Templates/customer_templates/HackerRank External/training_events.html.liquid
new file mode 100644
index 00000000..f7603c70
--- /dev/null
+++ b/Custom_Templates/customer_templates/HackerRank External/training_events.html.liquid
@@ -0,0 +1,19 @@
+{% include "header" %}
+{% include "sub_navigation" %}
+
+
+
+
+ Live Training Webinars
+
+
+ View and register for upcoming online webinars
+
+
+
+ {% include "training_events_filter" %}
+
+
+ {% include "training_events_index" %}
+
+{% include "footer" %}
diff --git a/CustomerNotes/Aiim.md b/CustomerNotes/Aiim.md
index 30522660..d9126c5a 100644
--- a/CustomerNotes/Aiim.md
+++ b/CustomerNotes/Aiim.md
@@ -66,4 +66,4 @@ _Analytics:_
Certs sends out credential name - it should share course/lp name instead of cert name
LinkedIn metrics for who has added the cert to their profile.
-TODO: Send Georgina the pricing for OpenSesame.
+DONE: Send Georgina the pricing for OpenSesame.
diff --git a/CustomerNotes/Walmart.md b/CustomerNotes/Walmart.md
index 3614c746..49e2eaa1 100644
--- a/CustomerNotes/Walmart.md
+++ b/CustomerNotes/Walmart.md
@@ -531,3 +531,13 @@ Enrollment:
* They want to know what resources they have selected.
* So what is the difference between the adoption and enrollment?
* Travis: Overall enrollment (300k), then down a level of who has entered into a category, and then into an activity.
+
+## 06/28/2023
+
+### Just Ece
+
+* Leadership meeting will happen on a monthly recurring basis at the same time as the first meeting.
+* She wants us to configure the ops training requirements before end of next week. Allow ops team to configure the training items.
+* This is for showing items in the help menu.
+* Ece also wanted an update on the dashboard for analytics. We are not ready for them yet. We don't have an ETA.
+* No questions from Jagannatha
diff --git a/TS1.html b/TS1.html
new file mode 100644
index 00000000..7ba5cb6a
--- /dev/null
+++ b/TS1.html
@@ -0,0 +1,82 @@
+=
+
+
+ In addition to the Getting Started training, Talkspace requires that all prescribers complete a series of annual compliance courses. We are unable to substitute similar courses that you have completed independently of Talkspace.
+
+
+
+
+
+ You should complete the courses within 30 days of receiving this email. You will be compensated $110 within 60 days of completing this training.
+
+
+
+
+
+ Important Information:
+
+
+
+
+
+
+ Best practice is to open the link and bookmark the page for easy access.
+
+
+
+
+ Log into Northpass using the same email address that you use for the Talkspace platform.
+
+
+
+
+
+
+ Best practice is once you start a course, finish it. Pausing may cause completion issues.
+
+
+
+
+
+
+ Courses perform best on a computer or laptop. The use of mobile devices is not recommended.
+
+
+
+
+
+
+ Northpass automatically sends reminder emails to you until the courses are completed.
+
+
+
+
+
+
Selecting the correct course group link:
+
+
+
+ If you are a prescriber licensed in California please make sure you select the “Licensed in CA” link. If you are not licensed in California please select the “Not licensed in CA” link.
+
+
+
+
+ Questions about compliance courses and payout should be directed to
+
+training@talkpace.com
diff --git a/TS2.html b/TS2.html
new file mode 100644
index 00000000..ea223897
--- /dev/null
+++ b/TS2.html
@@ -0,0 +1,31 @@
+
In addition to the Getting Started & Managed Care training, Talkspace requires that all providers complete a series of annual compliance courses. We are unable to substitute similar courses that you have completed independently of Talkspace.
+
+
You should complete the courses within 30 days of receiving this email. You will be compensated $110 within 60 days of completing this training.
+
+
Important Information:
+
+
+
Best practice is to open the link and bookmark the page for easy access.
+
+
+
Log into Northpass using the same email address that you use for the Talkspace platform.
+
+
+
Best practice is once you start a course, finish it. Pausing may cause completion issues.
+
+
+
Courses perform best on a computer or laptop. The use of mobile devices is not recommended.
+
+
+
Northpass automatically sends reminder emails to you until the courses are completed.
+
+
+
+
Selecting the correct course group link:
+
If you are a provider licensed in California please make sure you select the “Licensed in CA” link. If you are not licensed in California please select the “Not licensed in CA” link.