Zenjob Notes, and new Templates

This commit is contained in:
Norm Rasmussen
2022-11-11 21:54:43 -05:00
parent 22704920d8
commit c599b8b792
1222 changed files with 2246 additions and 43 deletions

View File

@ -0,0 +1,12 @@
<nav class="np-sub-navigation">
<div class="np-sub-navigation-content">
{% comment %} . {% include "sub_navigation_item", label: "All Courses", icon: "fa fa-book-open", url: '/app/courses' %} {% endcomment %}
{% include "sub_navigation_item", label: "Knowledge", icon: "fa fa-tasks", url: "/app/partner-training" %}
{% include "sub_navigation_item", label: "Certifications", icon: "fa fa-desktop", url: "/app/partner-certs" %}
{% comment %} {% if current_person.properties.partner_training_cert == true %}
{% include "sub_navigation_item", label: "Certifications", icon: "fa fa-desktop", url: "/app/certification" %}
{% else %}
{% include "sub_navigation_item", label: "Certifications", icon: "fa-solid fas fa-exclamation", url: "" %}
{% endif %}{% endcomment %}
</div>
</nav>