18 lines
784 B
Plaintext
18 lines
784 B
Plaintext
{% include "header", current_page_orgin: "knowledge" %}
|
|
{% include "sub_navigation", current_page: "/app/knowledge" %}
|
|
<main class="np-main np-courses np-subpage-container">
|
|
<h1 class="np-resource-title">
|
|
Knowledge Courses
|
|
</h1>
|
|
<div class="np-resource-subtitle">
|
|
{% capture subtitle_text %}
|
|
{%comment%}{% t .headline, key: current_school.course_vocabulary %}{%endcomment%}
|
|
Hey there, {{ current_person.first_name }}! Welcome to your knowledge center! Complete at least one of the
|
|
courses to complete your certification.
|
|
{% endcapture %}
|
|
{{ subtitle_text | replace: "Courses", "tutorials" }}
|
|
</div>
|
|
<br>
|
|
{% include "courses_partnertraining_index", card_classes: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
|
|
</main>
|
|
{% include "footer" %} |