diff --git a/Custom_Templates/customer_templates/Gainsight University/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_account_avatar.html.liquid new file mode 100644 index 00000000..d952af93 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_account_avatar.html.liquid @@ -0,0 +1,66 @@ +
+

{% t .description %}

+

{% t .requirements %}

+
+ + + + +
+
+ +
+ +
+ +
+
+ +
+
diff --git a/Custom_Templates/customer_templates/Gainsight University/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_account_desktop_view.html.liquid new file mode 100644 index 00000000..8ae8599d --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_account_desktop_view.html.liquid @@ -0,0 +1,19 @@ +
+ + {% form_authenticity_token %} +
+
+
+ + +
+
+
+
diff --git a/Custom_Templates/customer_templates/Gainsight University/_account_form.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_account_form.html.liquid new file mode 100644 index 00000000..ddd264c2 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_account_form.html.liquid @@ -0,0 +1,139 @@ +
+ {% t .header %} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +{% 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 %} diff --git a/Custom_Templates/customer_templates/Gainsight University/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_account_mobile_view.html.liquid new file mode 100644 index 00000000..6ac8c007 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_account_mobile_view.html.liquid @@ -0,0 +1,17 @@ +
+ + {% form_authenticity_token %} +
+
+ {% render "account_form", form: form, version: "mobile" %} +
+
+
+
+ {% include "account_avatar", version: "mobile" %} +
+
+ +
diff --git a/Custom_Templates/customer_templates/Gainsight University/_account_tabs.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_account_tabs.html.liquid new file mode 100644 index 00000000..65d367e9 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_account_tabs.html.liquid @@ -0,0 +1,30 @@ +{% 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 %} diff --git a/Custom_Templates/customer_templates/Gainsight University/_bundle_description.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_bundle_description.html.liquid new file mode 100644 index 00000000..e7e891ca --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_bundle_description.html.liquid @@ -0,0 +1,6 @@ +

+ {% t .about %} +

+
+ {{ product.description }} +
diff --git a/Custom_Templates/customer_templates/Gainsight University/_bundle_desktop_header.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_bundle_desktop_header.html.liquid new file mode 100644 index 00000000..6fb22dec --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_bundle_desktop_header.html.liquid @@ -0,0 +1,12 @@ +
+
+ {% t shared.product_types.bundle %} + +
+
+ + + + {{ product.name }} +
+
diff --git a/Custom_Templates/customer_templates/Gainsight University/_bundle_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_bundle_product_desktop_view.html.liquid new file mode 100644 index 00000000..ba1e821c --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight 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/Gainsight University/_bundle_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_bundle_product_mobile_view.html.liquid new file mode 100644 index 00000000..519545ab --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight 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/Gainsight University/_bundle_product_outline.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_bundle_product_outline.html.liquid new file mode 100644 index 00000000..50c56e47 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_bundle_product_outline.html.liquid @@ -0,0 +1,12 @@ +
+

+ {% 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/Gainsight University/_cards_catalog_courses.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_cards_catalog_courses.html.liquid new file mode 100644 index 00000000..2b3aee19 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_cards_catalog_courses.html.liquid @@ -0,0 +1,76 @@ +
+
+ {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} + {{ course.name }} +
+

+ {{ course.name }} +

+
+ {{ course.instructor_names }} +
+
+ {{ course.short_description }} +
+ {% comment %}
+
LESSONS
+
{{ course.activities_count }}
+
{% endcomment %} + {% if course.properties.course_duration %} +
+
DURATION
+
{{ course.properties.course_duration }}
+
+ {% endif %} + {% if course.properties.price %} +
+
PRICE
+
{{ course.properties.price }}
+
+ {% endif %} + {% if current_person.signed_in? %} + {% if course.progress == 0 %} +
+
PROGRESS
+
{% t shared.progress +, count: course.progress %}
+
+ {% else %} +
+
+
+
+
{{ course.progress }}%
+
+ {% endif %} + {% endif %} + +
+
+ \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_cards_catalog_item.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_cards_catalog_item.html.liquid new file mode 100644 index 00000000..faa230ba --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_cards_catalog_item.html.liquid @@ -0,0 +1,53 @@ +
+
+ {{ item.name }} +
+

+ {{ item.name }} +

+
+
TYPE
+
+ + {{ item.formatted_type | upcase }} +
+
+ {% unless item.free_course? %} +
+
PRICE
+
{{ item.formatted_price }}
+
+ {% endunless %} + {% if item.free_course? %} +
+
PROGRESS
+
{% t shared.progress, count: item.progress %}
+
+ {% endif %} + +
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_cards_course.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_cards_course.html.liquid new file mode 100644 index 00000000..ccbb3885 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_cards_course.html.liquid @@ -0,0 +1,70 @@ +
+
+ {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} + {{ course.name }} +
+

+ {{ course.name }} +

+
+ {{ course.instructor_names }} +
+
+ {{ course.short_description }} +
+ {% comment %}
+
LESSONS
+
{{ course.activities_count }}
+
{% endcomment %} + {% if course.properties.course_duration %} +
+
DURATION
+
{{ course.properties.course_duration }}
+
+ {% endif %} + {% if current_person.signed_in? %} + {% if course.progress == 0 %} +
+
PROGRESS
+
{% t shared.progress +, count: course.progress %}
+
+ {% else %} +
+
+
+
+
{{ course.progress }}%
+
+ {% endif %} + {% endif %} + +
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_cards_credential.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_cards_credential.html.liquid new file mode 100644 index 00000000..ae949930 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_cards_credential.html.liquid @@ -0,0 +1,43 @@ +
+
+
+ +
+ {% if course.name == "Gainsight Associate Admin Certificate: Level 1" %} +
Level 1
+ {% endif %} +

{{ course.name }}

+ {% if course.name == "Gainsight Associate Admin Certificate: Level 1" %} + + {% elsif course.name == "Gainsight End User Certification" %} + + {% elsif course.name == "Gainsight PX Level 1 Certification" %} + + {% endif %} +
+
Exam Fee
+
${{ course.properties.price }} USD
+
+ {% if course.name == "Gainsight Associate Admin Certificate: Level 1" %} + Learn More + {% elsif course.name == "Gainsight End User Certification" %} + Learn More + {% elsif course.name == "Gainsight PX Level 1 Certification" %} + Learn More + {% else %} + Learn More + {% endif %} +
+
diff --git a/Custom_Templates/customer_templates/Gainsight University/_cards_external_credential.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_cards_external_credential.html.liquid new file mode 100644 index 00000000..228efd3e --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_cards_external_credential.html.liquid @@ -0,0 +1,33 @@ +
+
+
+ +
+ {% if name == "Topic-Specific Certificates" %} +
Level 2
+ {% elsif name == "Gainsight NXT Admin Certificate" %} +
Level 3
+ {% endif %} +

{{ name }}

+ {% if name == "Topic-Specific Certificates" %} + + {% elsif name == "Gainsight NXT Admin Certificate" %} + + {% endif %} +
+
Exam Fee
+
${{ price }} USD
+
+ Learn More +
+
diff --git a/Custom_Templates/customer_templates/Gainsight University/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_cards_learning_path.html.liquid new file mode 100644 index 00000000..424a81ab --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_cards_learning_path.html.liquid @@ -0,0 +1,70 @@ +
+
+
+ {{ learning_path.name }} +
+
+ +
{% t shared.learning_path.title %}
+
+ {{ learning_path.items.count }} {% t .items %} +
+
+
+
{% t shared.learning_path.title %}
+ +
+ +
+

+ {{ learning_path.name }} +

+ +
+ {{ learning_path.instructor_names }} +
+ +
+ {{ learning_path.description }} +
+ +
+ {% t shared.progress, count: learning_path.progress %} +
+ +
+
+
+
+ + +
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Gainsight University/_cards_learning_path_vertical.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_cards_learning_path_vertical.html.liquid new file mode 100644 index 00000000..6c770f6c --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_cards_learning_path_vertical.html.liquid @@ -0,0 +1,58 @@ +
+
+ {{ learning_path.name }} +
+

+ {{ learning_path.name }} +

+
+ {{ learning_path.instructor_names }} +
+
+ {{ learning_path.description }} +
+
+
COURSES
+
{{ learning_path.items.count }}
+
+ {% if current_person.signed_in? %} + {% if learning_path.progress == 0 %} +
+
PROGRESS
+
{% t shared.progress +, count: learning_path.progress %}
+
+ {% else %} +
+
+
+
+
{{ learning_path.progress }}%
+
+ {% endif %} + {% endif %} + +
+
+
+
+
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_cards_training_event.html.liquid new file mode 100644 index 00000000..b2f19148 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight 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/Gainsight University/_catalog_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_catalog_filter_checkbox.html.liquid new file mode 100644 index 00000000..7f1a0d43 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_catalog_filter_checkbox.html.liquid @@ -0,0 +1,9 @@ +
+ + +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_catalog_filter_sidebar.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_catalog_filter_sidebar.html.liquid new file mode 100644 index 00000000..74376d91 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_catalog_filter_sidebar.html.liquid @@ -0,0 +1,245 @@ +{% assign customer_success_categories = "[FEATURE] 360 ||| [FEATURE] Timeline ||| [FEATURE] Analytics ||| [FEATURE] Cockpit & Playbooks ||| [FEATURE] Gainsight Home ||| [FEATURE] Scorecards ||| [FEATURE] Journey Orchestrator ||| [FEATURE] Rules Engine ||| [FEATURE] Data & User Management ||| [FEATURE] Surveys ||| [FEATURE] Mobile & Sally Al Bot ||| [FEATURE] AI: Copilot, Cheat Sheet" | downcase %} +{% assign product_experience_categories = "[FEATURE] Installation ||| [FEATURE] Engagements ||| [FEATURE] Knowledge Center Bot ||| [FEATURE] Analytics ||| [FEATURE] Integrations" | downcase %} +{% assign customer_education_categories = "[FEATURE] Academy Setup ||| [FEATURE] Course Building ||| [FEATURE] Learning Management ||| [FEATURE] Customization ||| [FEATURE] Analytics ||| [FEATURE] Certification" | downcase %} +{% assign customer_communities_categories = "" | downcase %} + + +
+
+ +
+ +
+
+
Filters
+ Clear Filters + +
+ + Type + + +
+ +
+ + Role + + +
+ +
+ + Features + + +
+ +
+ + Language + + +
+
+ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_catalog_page_scripts.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_catalog_page_scripts.html.liquid new file mode 100644 index 00000000..c74ada6e --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_catalog_page_scripts.html.liquid @@ -0,0 +1,96 @@ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_catalog_product_courses.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_catalog_product_courses.html.liquid new file mode 100644 index 00000000..5e115e96 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_catalog_product_courses.html.liquid @@ -0,0 +1,36 @@ +
+ {% for course in courses.in_catalog %} + {% if course.name == "Gainsight Associate Admin Certificate: Level 1" or course.name == "Gainsight End User Certification" or course.name == "Gainsight PX Level 1 Certification" %} + {% continue %} + {% else %} + {% assign course_categories = "" | split: "" %} + {% assign course_types = "" | split: "" %} + {% assign is_current_product = false %} + + {% for category in course.categories %} + {% assign category_id = category.id | split: '!@#$%^&*()' %} + {% assign category_name = category.name | downcase %} + + {% if category_name contains "[type]" %} + {% assign course_types = course_types | concat: category_id %} + {% else %} + {% assign course_categories = course_categories | concat: category_id %} + {% endif %} + + {% if category_name contains "[product]" and category_name contains product_name %} + {% assign is_current_product = true %} + {% endif %} + {% endfor %} + + {% if is_current_product == true %} +
+ {% include "cards_course" with course %} +
+ {% else %} + {% endif %} + {% endif %} + {% endfor %} +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_catalog_product_learning_paths.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_catalog_product_learning_paths.html.liquid new file mode 100644 index 00000000..4158d294 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_catalog_product_learning_paths.html.liquid @@ -0,0 +1,32 @@ +
+ {% for learning_path in learning_paths.available %} + {% assign learning_path_categories = "" | split: "" %} + {% assign learning_path_types = "" | split: "" %} + {% assign is_current_product = false %} + + {% for category in learning_path.categories %} + {% assign category_id = category.id | split: '!@#$%^&*()' %} + {% assign category_name = category.name | downcase %} + + {% if category_name contains "[type]" %} + {% assign learning_path_types = learning_path_types | concat: category_id %} + {% else %} + {% assign learning_path_categories = learning_path_categories | concat: category_id %} + {% endif %} + + {% if category_name contains "[product]" and category_name contains product_name %} + {% assign is_current_product = true %} + {% endif %} + {% endfor %} + + {% if is_current_product == true %} +
+ {% include "cards_learning_path_vertical" with learning_path %} +
+ {% endif %} + {% endfor %} +
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_certificates_info_column.html.liquid new file mode 100644 index 00000000..61adfaba --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_certificates_info_column.html.liquid @@ -0,0 +1,4 @@ +
+ {% include "certificates_verification" %} + {% include "certificates_metadata" %} +
diff --git a/Custom_Templates/customer_templates/Gainsight University/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_certificates_metadata.html.liquid new file mode 100644 index 00000000..9f4a1dba --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_certificates_metadata.html.liquid @@ -0,0 +1,59 @@ +
+
+ +
+ + {% if certificate.issuer_name_enabled? %} + +
+ {% endif %} + + +
+ +
+
diff --git a/Custom_Templates/customer_templates/Gainsight University/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_certificates_preview.html.liquid new file mode 100644 index 00000000..6357b621 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_certificates_preview.html.liquid @@ -0,0 +1,35 @@ + + +
+
+
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Gainsight University/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_certificates_top_bar.html.liquid new file mode 100644 index 00000000..74a7ae41 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight 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/Gainsight University/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_certificates_verification.html.liquid new file mode 100644 index 00000000..4fc19415 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_certificates_verification.html.liquid @@ -0,0 +1,15 @@ +
+
+
+ +
+
+

+ {{certificate.verification_title}} +

+

+ {{certificate.verification_description}} +

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

+ {% t .header %} +

+
+ {% for category in course.categories %} +
+ {{ category.name }} +
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Gainsight University/_course_description.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_course_description.html.liquid new file mode 100644 index 00000000..269f9216 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_course_description.html.liquid @@ -0,0 +1,6 @@ +

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

+
+ {{ course.full_description }} +
diff --git a/Custom_Templates/customer_templates/Gainsight University/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_course_desktop_view.html.liquid new file mode 100644 index 00000000..e16fee16 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight 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/Gainsight University/_course_events.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_course_events.html.liquid new file mode 100644 index 00000000..5fa80eef --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_course_events.html.liquid @@ -0,0 +1,28 @@ +

+ {% t .header %} +

+
+ {% for event in course.events %} +
+ +
+
+ {{ event.title }} +
+
+ {% t shared.event_types, key: event.event_type %} +
+
+ {{ event.sessions.first.time_period }} {{ event.sessions.first.time_zone }} +
+
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Gainsight University/_course_header.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_course_header.html.liquid new file mode 100644 index 00000000..84820ec4 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_course_header.html.liquid @@ -0,0 +1,16 @@ +
+ {{ current_school.course_vocabulary }} + + +
+
+ + + + {{ course.name }} +
+{{ course.name }} diff --git a/Custom_Templates/customer_templates/Gainsight University/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_course_instructors.html.liquid new file mode 100644 index 00000000..8b608928 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_course_instructors.html.liquid @@ -0,0 +1,22 @@ +

+ {% t .header %} +

+
+ {% for instructor in course.instructors %} +
+ {{ instructor.name }} +
+
+ {{ instructor.name }} +
+ +
+
+ {% endfor %} +
diff --git a/Custom_Templates/customer_templates/Gainsight University/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_course_mobile_view.html.liquid new file mode 100644 index 00000000..7f31ff35 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight 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/Gainsight University/_course_outline.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_course_outline.html.liquid new file mode 100644 index 00000000..72f97e79 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_course_outline.html.liquid @@ -0,0 +1,40 @@ +
+
+ {% t .header, key: current_school.course_vocabulary %} +
+
+
    + {% 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 %} +
+
+
diff --git a/Custom_Templates/customer_templates/Gainsight University/_course_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_course_product_desktop_view.html.liquid new file mode 100644 index 00000000..44d99a99 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight 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/Gainsight University/_course_product_mobile_view.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_course_product_mobile_view.html.liquid new file mode 100644 index 00000000..880a0f24 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight 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/Gainsight University/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_course_progress_and_cta.html.liquid new file mode 100644 index 00000000..1c3db9fa --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_course_progress_and_cta.html.liquid @@ -0,0 +1,46 @@ +
+
+ {% t .header %} +
+
+
+
+
+ +
+ {% t shared.progress, count: course.progress %} +
+
+ +{% if course.learner_can_retake? %} +
+ {% form_authenticity_token %} + +
+{% else %} + + {% if course.enrolled? == false %} + {% t shared.enroll %} + {% elsif course.started? == false %} + {% t shared.course.start, key: current_school.course_vocabulary %} + {% elsif course.completed? %} + {% t shared.course.view, key: current_school.course_vocabulary %} + {% else %} + {% t shared.continue %} + {% endif %} + +{% endif %} + diff --git a/Custom_Templates/customer_templates/Gainsight University/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_course_version_outdated_alert.html.liquid new file mode 100644 index 00000000..03e245ab --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight 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/Gainsight University/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_course_version_outdated_popup.html.liquid new file mode 100644 index 00000000..71795884 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_course_version_outdated_popup.html.liquid @@ -0,0 +1,33 @@ +
+
+ + +
+
diff --git a/Custom_Templates/customer_templates/Gainsight University/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_courses_catalog.html.liquid new file mode 100644 index 00000000..88dc25fd --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_courses_catalog.html.liquid @@ -0,0 +1,10 @@ +{% if catalog.any? %} +
+ {% for item in catalog.items %} +
+ {% include "cards_catalog_item" with item %} +
+ {% endfor %} +
+{% endif %} diff --git a/Custom_Templates/customer_templates/Gainsight University/_courses_index.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_courses_index.html.liquid new file mode 100644 index 00000000..19e7671b --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_courses_index.html.liquid @@ -0,0 +1,16 @@ +{% if courses.enrolled.any? %} +
+ {% for course in courses.enrolled %} +
+ {% include "cards_course" with course %} +
+ {% endfor %} +
+{% else %} + {% capture message %} + {% t shared.zero_state.courses.index, + key: current_school.course_vocabulary + %} + {% endcapture %} + {% include "courses_zero_state", message: message %} +{% endif %} diff --git a/Custom_Templates/customer_templates/Gainsight University/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_courses_zero_state.html.liquid new file mode 100644 index 00000000..26e371f7 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_courses_zero_state.html.liquid @@ -0,0 +1,6 @@ +
+
+ {{ message }} +
+ {{ message }} +
diff --git a/Custom_Templates/customer_templates/Gainsight University/_custom_page_certificate_full_details.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_custom_page_certificate_full_details.html.liquid new file mode 100644 index 00000000..e83b3724 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_custom_page_certificate_full_details.html.liquid @@ -0,0 +1,148 @@ +
+
+
+
+
+
+

Gainsight Associate Admin Certificate: Level 1

+

Are you interested in becoming a Gainsight Admin? We want to recognize your Gainsight training accomplishments with a tangible benefit: a Gainsight Associate Admin Certificate!

+

+ Why Get Certified? +

+
    +
  • Demonstrate your commitment to the Gainsight Admin learning journey
  • +
  • Increase your professional opportunities with a recognized and respected Gainsight certificate
  • +
  • Show the world your accomplishment by displaying the Gainsight certificate logo on your LinkedIn profile; we'll post it on your Gainsight Community profile as well
  • +
+

+ Qualifications +

+

The Gainsight Associate Admin Certificate is for new Admins who are just starting their Gainsight Administration journey. It's also open to non-customers who are serious about learning Gainsight Administration and are ready to take the first step. The exam is designed to assess whether you have completed the introductory training and understood the basic concepts behind Gainsight CS application functionality.

+

Candidates should successfully complete the self-paced Gainsight Admin courses for NXT or possess the equivalent experience and knowledge prior to taking the exam. If you fail the exam, we recommend you review the course content.

+

+ Preparation +

+

We strongly recommend completing the following courses before taking the exam. We also recommend hands-on practice with Gainsight. If you don't already have access to a sandbox or production instance of Gainsight, and you're serious about learning Gainsight administration, you may request access to a training environment + here. +

+

+ Core Requirements +

+ +

+ Click here + for the full list of Gainsight Admin courses.

+

+ Exam Format +

+
    +
  • Content: 36 multiple-choice/multiple-select questions
  • +
  • Time allotted to complete the exam: 45 minutes
  • +
  • Prerequisites: Web-based training courses listed above
  • +
  • Passing score: 85%
  • +
  • Registration fee: USD $70, plus applicable taxes as required per local law
  • +
  • Retake fee: Up to two free retakes are included with your initial purchase. We encourage you to review the course materials before using a second or third attempt.
  • +
  • Delivery method:
  • +
      +
    • Unproctored exam delivered in an online environment.
    • +
    • Advance scheduling is not required; you can take the exam at any time.
    • +
    • The exam is currently available in English only.
    • +
    +
  • Certificate Validity Period: this certificate is valid for 2 years. To renew your certificate, you must meet our + continuing education requirement. The Study Guide for the continuing education exam is available + here.
  • +
+

+ How to Take the Exam +

+

+ The Level 1 exam is available to take at your convenience on Gainsight University. Click + here + to purchase and access the exam. +

+

+ Retake Policy +

+
    +
  • Each exam purchase includes 2 free retakes.
  • +
  • Total number of attempts allowed: 3
  • +
+

+ Certificate Renewal +

+

Your original certificate is valid for 2 years. To renew your certificate, you must meet our + continuing education requirement + once a year. Please review the + Study Guide + to prepare.

+

+ Need Help? +

+ +
+
+
+
+
+
+ +
+
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_custom_page_certificates_info.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_custom_page_certificates_info.html.liquid new file mode 100644 index 00000000..7bf52e73 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_custom_page_certificates_info.html.liquid @@ -0,0 +1,144 @@ +
+

Administrator Credentials Path

+
+
+
+
+

LEVEL 1

+

Gainsight NXT Associate Admin Certificate

+
    +
  • Exam fee: $70 USD*
  • +
  • Complete Admin self-paced training on Gainsight University
  • +
  • Complete a 36 question, multiple choice examination with a passing score of 85%
  • +
  • On passing the exam, receive an Associate Admin certificate and digital badge you can display on LinkedIn and other social media platforms
  • +
+ + +
+
+
+
+
+
+

LEVEL 2

+

Topic-Specific Certificates

+
    +
  • Exam fee: $125 USD*
  • +
  • Complete a practical exam in the Gainsight environment with a passing score of 85%.
  • +
  • On passing, receive a Gainsight certificate and digital badge you can display on LinkedIn and other social media platforms
  • +
+ Topics + + + +
+
+
+
+
+
+

LEVEL 3

+

Gainsight NXT Admin Certificate

+
    +
  • Exam fee: $300 USD*
  • +
  • Complete the Level 1 and Level 2 Certificates (recommended)
  • +
  • Complete additional self-paced training
  • +
  • Complete Admin Hands-on Training courses (recommended)
  • +
  • Complete 60 question, proctored examination with a passing score of 70%
  • +
+ + +
+
+
+
+
*Exam fees do not include local taxes and fees.
+
+ +
+

Other Gainsight Credentials

+
+
+
+
+

Gainsight End User Certificate

+
    +
  • Exam fee: $99 USD*
  • +
  • Complete End User self-paced training on Gainsight University
  • +
  • Complete a 32 question, multiple choice examination with a passing score of 80%
  • +
  • On passing the exam, receive a Gainsight End User certificate and digital badge you can display on LinkedIn and other social media platforms
  • +
+ +
+
+
+
+
+
+

Gainsight PX Level 1 Certificate

+
    +
  • Exam fee: $70 USD
  • +
  • Complete PX self-paced training on Gainsight University
  • +
  • Complete a 32 question, multiple choice examination with a passing score of 80%
  • +
  • On passing the exam, receive a Gainsight PX Level 1 certificate and digital badge you can display on LinkedIn and other social media platforms
  • +
+ +
+
+
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_custom_page_certifications_credly.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_custom_page_certifications_credly.html.liquid new file mode 100644 index 00000000..af31c026 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_custom_page_certifications_credly.html.liquid @@ -0,0 +1,10 @@ +
+
+

+ Digital Credentials from Credly +

+
+ {{ custom_page_content }} +
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_custom_page_certifications_hero.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_custom_page_certifications_hero.html.liquid new file mode 100644 index 00000000..cf1a05b7 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_custom_page_certifications_hero.html.liquid @@ -0,0 +1,122 @@ +
+
+
+

+ {{ custom_page.headline }} +

+
+ {{ custom_page.subheadline }} +
+
+
+ +
+
+
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_custom_page_cs_credentials.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_custom_page_cs_credentials.html.liquid new file mode 100644 index 00000000..13c57e7c --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_custom_page_cs_credentials.html.liquid @@ -0,0 +1,40 @@ +
+
+

Administrator Credentials Path

+
+ {% for course in courses.in_catalog %} + {% if course.properties.cs_administrator_certificate_for_purchase == true %} +
+ {% include "cards_credential" with course %} +
+ {% endif %} + {% endfor %} +
+ {% include "cards_external_credential" + , name: "Topic-Specific Certificates" + , image: "https://s3.amazonaws.com/static.northpass.com/gainsight-university/gs-admin-certificate-level2-badge.svg" + , price: "125" + , link: "https://gainsight-university.northpass.com/app/topic-specific-certificates" + %} +
+
+ {% include "cards_external_credential" + , name: "Gainsight NXT Admin Certificate" + , image: "https://s3.amazonaws.com/static.northpass.com/gainsight-university/gs-admin-certificate-level3-badge.svg" + , price: "300" + , link: "https://gainsight-university.northpass.com/app/gainsight-nxt-admin-certificate" + %} +
+
+

Other Available Gainsight Credentials

+
+ {% for course in courses.in_catalog %} + {% if course.properties.other_certificate_for_purchase == true %} +
+ {% include "cards_credential" with course %} +
+ {% endif %} + {% endfor %} +
+
+
\ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_custom_page_pulse_credentials.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_custom_page_pulse_credentials.html.liquid new file mode 100644 index 00000000..5c9fc0f3 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_custom_page_pulse_credentials.html.liquid @@ -0,0 +1,136 @@ +
+
+

Pulse+: Customer Success Professional Credentials Path

+
+
+
+
+

Customer Success Manager Certified Professional

+
    +
  • Complete CSM curriculum on the Pulse+ site
  • +
  • Complete 35 question examination with a passing score of 70%
  • +
  • On passing the exam, receive an CSM Certified Professional certificate and digital badge you can display on LinkedIn and other social media platforms
  • +
+ Sign Up For Pulse+ +
+
+
+
+
+
+

Customer Success Manager + Advanced + Certified Professional

+
    +
  • Complete CSM curriculum on the Pulse+ site
  • +
  • Complete 54 question examination with a passing score of 70%
  • +
  • On passing the exam, receive an CSM Advanced Certified Professional certificate and digital badge you can display on LinkedIn and other social media platforms
  • +
+ Sign Up For Pulse+ +
+
+
+
+
+
+

Certified Professional CS Leader

+
    +
  • Complete CS Leader curriculum on the Pulse+ site
  • +
  • Complete 44 question examination with a passing score of 85%
  • +
  • On passing the exam, receive an CS Leader Certified Professional certificate and digital badge you can display on LinkedIn and other social media platforms
  • +
+ Sign Up For Pulse+ +
+
+
+
+
+
+

Certified Customer Success Operations Professional

+
    +
  • Complete CS Operations curriculum on Pulse+ site
  • +
  • Complete a 30 question examination with a passing score of 80%
  • +
  • On passing the exam, receive a CS Ops Certified Professional certificate and digital badge you can display on LinkedIn and other social media platforms
  • +
+ Sign Up For Pulse+ +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_external_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_external_course_desktop_view.html.liquid new file mode 100644 index 00000000..4ac5bb75 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_external_course_desktop_view.html.liquid @@ -0,0 +1,47 @@ +
+
+
+ {{ current_school.course_vocabulary }} + + +
+
+ + + + {{ name }} +
+ {{ name }} +
+
+
+
+ {{ name }} +

+ About the Course +

+
+ {{ full_description }} +
+ +
+ +
+
diff --git a/Custom_Templates/customer_templates/Gainsight University/_external_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_external_course_mobile_view.html.liquid new file mode 100644 index 00000000..f3c16319 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_external_course_mobile_view.html.liquid @@ -0,0 +1,36 @@ +
+
+ {{ current_school.course_vocabulary }} + + +
+
+ + + + {{ name }} +
+ {{ name }} +
+ + REGISTER + +
+
+ +
+

+ About the Course +

+
+ {{ full_description }} +
+ +
diff --git a/Custom_Templates/customer_templates/Gainsight University/_faq_item.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_faq_item.html.liquid new file mode 100644 index 00000000..fb1fc403 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_faq_item.html.liquid @@ -0,0 +1,13 @@ +
+ +
+ {{ question }} + +
+
+
+
+ {{ answer }} +
+
+
diff --git a/Custom_Templates/customer_templates/Gainsight University/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_filter_checkbox.html.liquid new file mode 100644 index 00000000..5cbcbd07 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_filter_checkbox.html.liquid @@ -0,0 +1,10 @@ + + diff --git a/Custom_Templates/customer_templates/Gainsight University/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_filter_dropdown.html.liquid new file mode 100644 index 00000000..e7a954bb --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_filter_dropdown.html.liquid @@ -0,0 +1,33 @@ +
+ +
diff --git a/Custom_Templates/customer_templates/Gainsight University/_filter_select.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_filter_select.html.liquid new file mode 100644 index 00000000..d006c0df --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_filter_select.html.liquid @@ -0,0 +1,22 @@ +{% if params.q %} + +{% endif %} + + + + diff --git a/Custom_Templates/customer_templates/Gainsight University/_footer.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_footer.html.liquid new file mode 100644 index 00000000..9a83a6e9 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_footer.html.liquid @@ -0,0 +1,136 @@ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_head.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_head.html.liquid new file mode 100644 index 00000000..3caebc4f --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_head.html.liquid @@ -0,0 +1,26 @@ +{% styles default %} +{% styles colors %} +{% styles custom %} + + + + + + + + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_header.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_header.html.liquid new file mode 100644 index 00000000..2b5f9de7 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_header.html.liquid @@ -0,0 +1,759 @@ +
+
+ +
+
+ +
+ + +
+ {% if current_school.logo_url %} +

+ + {{ current_school.name }} + +

+ {% else %} + + {{ current_school.name }} + + {% endif %} + + + + {% if current_person.signed_in? %} + + + {% t .cart %} + + +
+ + +
+ {% else %} + + {% endif %} +
+
+ +
+
+ {% if current_person.signed_in? %} +
+ {{ current_person.name }} +
+ {% endif %} +
+ {% if current_person.signed_in? %} + + {% endif %} + {% if current_person.signed_in? %} + {% for website_navigation in navigations.header_navigations %} + {% unless website_navigation.name == "Learning Paths" or website_navigation.name == "Catalog" %} + + {% if website_navigation.name == "Dashboard" %} + My Learning + {% elsif website_navigation.name == "Events" %} + Live Training + {% else %} + {{ website_navigation.name }} + {% endif %} + + {% endunless %} + {% endfor %} + + Certifications + + + FAQs + +
+ + Training Directory + +
+ + Customer Success + + +
+
+ Product Experience + +
+
+ Customer Communities + +
+
+ Customer Education + +
+
+
+ {% unless current_school.sso_active? %} + + {% t.profile_settings %} + + {% endunless %} + {% if current_person.signed_in? %} + + {% t.transcript %} + + {% endif %} + + {% t .order_history %} + +
+ + + {% t .cart %} + + + {% t.sign_out %} + + {% else %} + Home + Certifications + FAQs + {% for website_navigation in navigations.header_navigations %} + {% if website_navigation.external? %} + + {{ website_navigation.name }} + + {% endif %} + {% endfor %} + {% endif %} +
+
+
+ +{% include "messages" %} + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Gainsight University/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_header_minimal.html.liquid new file mode 100644 index 00000000..6b72cdb2 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight 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/Gainsight University/_homepage_featured_courses.html.liquid b/Custom_Templates/customer_templates/Gainsight University/_homepage_featured_courses.html.liquid new file mode 100644 index 00000000..e5503458 --- /dev/null +++ b/Custom_Templates/customer_templates/Gainsight University/_homepage_featured_courses.html.liquid @@ -0,0 +1,26 @@ +