A few notes and template changes.

This commit is contained in:
Norm Rasmussen
2023-07-07 15:51:41 -04:00
parent 58dd40bf99
commit c6b0c5682f
27 changed files with 692 additions and 221 deletions

View File

@ -2,10 +2,12 @@
<main class="np-main np-training-events np-subpage-container">
<div class="page__header-wrapper">
<h1 class="np-resource-title">
{% t .title %}
<span data-lang="DE">{% t .title %}</span>
<span data-lang="EN">Training Events</span>
</h1>
<div class="np-resource-subtitle">
{% t .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" %}