29 lines
851 B
Plaintext
29 lines
851 B
Plaintext
{% include "header" %}
|
|
<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>
|
|
<div class="np-resource-subtitle">
|
|
<span data-lang="EN">Switch your app to German to find all training and materials (some jobs require a certain level of German).</span>
|
|
</div>
|
|
{% 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>
|