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,15 @@
{% include "header", current_page_orgin: "training_events" %}
<main class="np-main np-training-events np-subpage-container">
<div class="page__header-wrapper">
<h1 class="np-resource-title">
<span data-lang="DE">{% t .title %}</span>
<span data-lang="EN">Training Events</span>
</h1>
<div class="np-resource-subtitle">
<span data-lang="DE">{% t .subtitle %}</span>
<span data-lang="EN">Discover face-to-face and online events that help you maximize your learning success</span>
</div>
</div>
{% include "training_events_index" %}
</main>
{% include "footer" %}