2024-01-23 16:54:25 -05:00
|
|
|
{% assign omni = false %}
|
|
|
|
|
{% assign core = false %}
|
2024-05-08 17:37:17 -04:00
|
|
|
{% assign partners = false %}
|
2024-02-14 17:12:33 -05:00
|
|
|
{% assign log_out = true %}
|
2024-01-23 16:54:25 -05:00
|
|
|
|
|
|
|
|
{% if current_person.signed_in? %}
|
2024-02-14 17:12:33 -05:00
|
|
|
{% assign log_out = false %}
|
2024-01-23 16:54:25 -05:00
|
|
|
{% for group in current_person.groups %}
|
2024-05-08 17:37:17 -04:00
|
|
|
{% if group.name contains 'Partners' %}
|
|
|
|
|
{% assign partners = true %}
|
|
|
|
|
{% else %}
|
|
|
|
|
{% if group.name contains 'Core' %}
|
|
|
|
|
{% assign core = true %}
|
|
|
|
|
{% elsif group.name contains 'Omni' %}
|
|
|
|
|
{% assign omni = true %}
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endif %}
|
2024-01-23 16:54:25 -05:00
|
|
|
{% endfor %}
|
|
|
|
|
{% endif %}
|
2024-01-29 17:03:30 -05:00
|
|
|
|
2024-01-23 16:54:25 -05:00
|
|
|
|
2024-01-19 19:47:00 -05:00
|
|
|
{% include "header" %}
|
|
|
|
|
{% include "course_version_outdated_alert", courses: courses.featured %}
|
|
|
|
|
<main class="np-main homepage">
|
|
|
|
|
<div class="hero-homepage">
|
|
|
|
|
<div class="np-max-width">
|
2024-05-08 17:37:17 -04:00
|
|
|
{% if partners %}
|
|
|
|
|
<div class="hero-text lora">Welcome to Cin7 Academy</div>
|
|
|
|
|
{% elsif core %}
|
2024-02-05 17:48:39 -05:00
|
|
|
<div class="hero-text lora">Welcome to Cin7 Core Academy</div>
|
|
|
|
|
{% elsif omni %}
|
|
|
|
|
<div class="hero-text lora">Welcome to Cin7 Omni Academy</div>
|
2024-05-08 17:37:17 -04:00
|
|
|
{% elsif log_out %}
|
2024-02-14 17:12:33 -05:00
|
|
|
<div class="hero-text lora">Welcome to Cin7 Academy</div>
|
2024-05-06 17:07:40 -04:00
|
|
|
{% comment %} {% elsif multiprod %} {% endcomment %}
|
|
|
|
|
{% comment %} <div class="hero-text lora">Welcome to Cin7 Academy</div> {% endcomment %}
|
2024-02-14 17:12:33 -05:00
|
|
|
{% else %}
|
|
|
|
|
<div class="hero-text lora">Welcome to Cin7 Academy</div>
|
2024-02-05 17:48:39 -05:00
|
|
|
{% endif %}
|
|
|
|
|
<div class="hero-subheading">Learn to create and manage a best-in-class inventory operation for your business.</div>
|
2024-01-19 19:47:00 -05:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="page-content">
|
|
|
|
|
<div class="section np-max-width">
|
2024-05-08 17:37:17 -04:00
|
|
|
{% if partners %}
|
|
|
|
|
<div class="heading lora">Learn Cin7 Core by your function with Learning Paths</div>
|
|
|
|
|
<div class="section-content">
|
|
|
|
|
{% include 'learning_path_carousel_core' %}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="heading lora">Grow and broaden your Cin7 Core expertise with Deep Dives</div>
|
|
|
|
|
<div class="section-content">
|
|
|
|
|
{% include "category_carousel_core"%}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="heading lora">New to Cin7 Omni? Start learning here!</div>
|
|
|
|
|
<div class="section-content">
|
|
|
|
|
{% include "category_carousel"%}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% elsif core %}
|
2024-03-26 17:28:59 -04:00
|
|
|
<div class="heading lora">Learn Cin7 Core by your function with Learning Paths</div>
|
2024-01-23 16:54:25 -05:00
|
|
|
<div class="section-content">
|
2024-03-26 17:28:59 -04:00
|
|
|
{% include 'learning_path_carousel_core' %}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="heading lora">Grow and broaden your Cin7 Core expertise with Deep Dives</div>
|
|
|
|
|
<div class="section-content">
|
|
|
|
|
{% include "category_carousel_core"%}
|
|
|
|
|
</div>
|
2024-05-08 17:37:17 -04:00
|
|
|
|
|
|
|
|
{% elsif omni %}
|
2024-01-29 17:03:30 -05:00
|
|
|
<div class="heading lora">New to Cin7 Omni? Start learning here!</div>
|
|
|
|
|
<div class="section-content">
|
2024-02-14 17:12:33 -05:00
|
|
|
{% include "category_carousel"%}
|
|
|
|
|
</div>
|
2024-05-08 17:37:17 -04:00
|
|
|
|
|
|
|
|
{% elsif log_out %}
|
2024-03-26 17:28:59 -04:00
|
|
|
<div class="heading lora">Learn Cin7 Core by your function with Learning Paths</div>
|
2024-02-14 17:12:33 -05:00
|
|
|
<div class="section-content">
|
2024-03-26 17:28:59 -04:00
|
|
|
{% include 'learning_path_carousel_core' %}
|
2024-02-14 17:12:33 -05:00
|
|
|
</div>
|
2024-05-08 17:37:17 -04:00
|
|
|
<div class="heading awdlorawda">Grow and broaden your Cin7 Core expertise with Deep Dives</div>
|
2024-03-26 17:28:59 -04:00
|
|
|
<div class="section-content">
|
|
|
|
|
{% include "category_carousel_core"%}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="heading lora">Learn Omni by module and features</div>
|
2024-02-14 17:12:33 -05:00
|
|
|
<div class="section-content">
|
|
|
|
|
{% include "category_carousel"%}
|
|
|
|
|
</div>
|
2024-01-23 16:54:25 -05:00
|
|
|
{% endif %}
|
2024-01-19 19:47:00 -05:00
|
|
|
</div>
|
|
|
|
|
<div class="section np-max-width">
|
|
|
|
|
<div class="heading lora">Featured Courses: Integrations</div>
|
|
|
|
|
<div class="section-content">
|
|
|
|
|
{% include 'featured_courses' %}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="button-wrapper">
|
|
|
|
|
<a class="catalog-btn" href="/app/catalog">Browse All Courses</a>
|
|
|
|
|
</div>
|
2024-01-29 17:03:30 -05:00
|
|
|
</div>
|
|
|
|
|
<div class="section section-info">
|
|
|
|
|
<div class="np-max-width info-section-padding">
|
|
|
|
|
{% include 'homepage_testimonials' %}
|
2024-01-19 19:47:00 -05:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|
{% include "footer" %}
|