Updated Harri Script from Charlie, a bunch of notes and todos for clients.

This commit is contained in:
Norm Rasmussen
2023-05-16 16:27:25 -04:00
parent 5c8b9a7a3b
commit 654a924ce9
66 changed files with 6241 additions and 6 deletions

View File

@ -0,0 +1,26 @@
{% include "header" %}
{% include "english_banner" %}
<main class="np-main np-courses np-subpage-container">
<h1 class="np-resource-title">
<span data-lang="DE">Deine Trainings für mehr Jobauswahl</span>
<span data-lang="EN">Your training for more job choices</span>
</h1>
{% comment %} <br>
{% capture label %}{% t shared.filters.by_category %}{% endcapture %}
{% if courses.in_catalog.any? %}
{%
include "filter_dropdown",
filters: courses.filters,
key: "category_uuid",
label: label
%}
{% endif %} {% endcomment %}
{% include "courses_catalog" %}
</main>
{% include "footer" %}
<style>
.np-resource-title {
text-transform:none;
}
</style>