This commit is contained in:
Norm Rasmussen
2022-04-28 15:21:11 -04:00
parent b5fc365171
commit ce1d6201b0
52 changed files with 4136 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{% include "header", current_page_orgin: "courses" %}
{% include "sub_navigation", current_page: "/app/courses" %}
<main class="np-main np-courses np-subpage-container">
<h1 class="np-resource-title">
All Courses
</h1>
<div class="np-resource-subtitle">
{% capture subtitle_text %}
{%comment%}{% t .headline, key: current_school.course_vocabulary %}{%endcomment%}
These are all courses you are enrolled in
{% endcapture %}
{{ subtitle_text | replace: "Courses", "tutorials" }}
</div>
<br>
{% include "courses_index", card_classes: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
</main>
{% include "footer" %}