backedup cin7 templates. Cloned more courses. Domains to csv for anthology was completed. new GAS script for cin7 courses within a google sheet.

This commit is contained in:
Norm Rasmussen
2024-03-26 17:28:59 -04:00
parent 299fda0696
commit 30f5cfd5e4
30 changed files with 640 additions and 56 deletions

View File

@ -35,21 +35,29 @@
<div class="page-content">
<div class="section np-max-width">
{% if core %}
<div class="heading lora">New to Cin7 Core? Start learning here!</div>
<div class="heading lora">Learn Cin7 Core by your function with Learning Paths</div>
<div class="section-content">
{% include 'learning_path_carousel' %}
</div>
{% 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>
{% elsif omni %}
<div class="heading lora">New to Cin7 Omni? Start learning here!</div>
<div class="section-content">
{% include "category_carousel"%}
</div>
{% elsif log_out %}
<div class="heading lora">New to Cin7 Core? Start learning here!</div>
<div class="heading lora">Learn Cin7 Core by your function with Learning Paths</div>
<div class="section-content">
{% include 'learning_path_carousel' %}
{% include 'learning_path_carousel_core' %}
</div>
<div class="heading lora">New to Cin7 Omni? Start learning here!</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">Learn Omni by module and features</div>
<div class="section-content">
{% include "category_carousel"%}
</div>